Skip to content

v0.3.1-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@mniedermaier mniedermaier released this 10 Mar 21:36
· 68 commits to main since this release
6277cc6

Release v0.3 - Happy CybICSing!

Download the pre-configured Raspberry Pi image and install it

After downloading you need to merge the split files into one:

cat cybics.img.gz.split.* > cybics.img.gz

Unzip the archive:

gzip -d cybics.img.gz

Copy (dd) the image to a sdcard (e.g. mmcblk0):

sudo dd if=cybics.img of=/dev/mmcblk0 bs=4M status=progress

Run sync and wait until finished, to ensure that all data is written to the sdcard:

sync

Image was created with the following parameter

sudo ./pishrink.sh -z cybics.img
split -b 1900m cybics.img.gz cybics.img.split.