Pre-built binary for Raspberry Pi Zero W with Sony SED-100A integration.
TE-KarlKomierowski
released this
18 Nov 10:44
·
254 commits
to master
since this release
Flashing instructions on Ubuntu:
-
Download piaizu_v2_1_1.zip from this release.
-
Insert a micro SD card into the PC.
-
Use "dd" to write the extracted contents of piaizu_v2_1_1.zip into the SD card.
Make sure you use the right path to the SD cards device. In this example it is/dev/sd[x]
.
unzip -p piaizu_v2_1_1.zip | dd of=/dev/sd[x] bs=3M conv=fsync && sync
-
After the last
sync
command above finished, you're done! Insert the SD card into the Raspberry Pi Zero W and power it up.