ximport ubuntu raspberry wifi xsuperseded
This post has been updated.
- Get raspbian lite
- Flash it (see install guide)
- Add an empty file named
ssh
on the boot partition (the one that contains config.txt). - For wifi, put the file
wpa_supplicant.conf
on the same partition, containing:
network={
ssid="YOUR_SSID"
psk="YOUR_PASSWORD"
key_mgmt=WPA-PSK
}
~~~
Question, remark, bug? Don't hesitate to contact me or report a bug.