Raspberry Pi - Micro Dot pHAT

Micro Dot pHAT


Software

brew install xz
xz -d aiyprojects-2018-11-16.img.xz

diskutil list
diskutil unmountDisk /dev/disk5

sudo dd bs=1m if=aiyprojects-2018-11-16.img of=/dev/rdisk5
touch /Volumes/boot/ssh 

vi /Volumes/boot/wpa_supplicant.conf
country=CH
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
  ssid="Name_SSID"
  psk="PASSWORD"
  proto=RSN
  key_mgmt=WPA-PSK
  pairwise=CCMP
  auth_alg=OPEN
}

diskutil unmountDisk /dev/disk5

Note

  • Don't setup your local language like de_CH. Google will uses this setting to recogince your languagei