Skip to content

Releases: sonydevworld/pi-gen-ar-module

Pre-built binary for Raspberry with Sony SED-100A, based on Buster

08 Oct 12:24
Compare
Choose a tag to compare

Tested on the following platforms:

  • Raspberry Pi Zero W
  • Raspberry Pi 2
  • Raspberry Pi 3
  • Raspberry Pi 4B

https://developer.sony.com/develop/sed-100a-holographic-waveguide-display/

Pre-built binary for Raspberry Pi Zero W with Sony SED-100A integration.

18 Nov 10:44
Compare
Choose a tag to compare

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.