v0.3.1-beta
Pre-release
Pre-release
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.