Skip to content

Releases: mniedermaier/CybICS

v1.0.2

16 Feb 19:45
397e3fb
Compare
Choose a tag to compare

Release v1.0.2 - Happy CybICSing!

Download the pre-configured Raspberry Pi image and install it

Uncompress the archive:

unxz cybics.img.xz

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

v1.0.1

04 Feb 16:54
Compare
Choose a tag to compare

Release v1.0.1 - Happy CybICSing!

Download the pre-configured Raspberry Pi image and install it

Uncompress the archive:

unxz cybics.img.xz

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

v1.0.0

05 Oct 23:15
e25671a
Compare
Choose a tag to compare

Release v1.0.0 - Happy CybICSing!

Download the pre-configured Raspberry Pi image and install it

Uncompress the archive:

unxz cybics.img.xz

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

v0.3.1-beta

10 Mar 21:36
6277cc6
Compare
Choose a tag to compare
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.

v0.3.0-beta

09 Mar 00:29
e1dec84
Compare
Choose a tag to compare
v0.3.0-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.