– Get the latest copy of Raspbian from [[https://www.raspberrypi.org/downloads/raspbian/|here]]
– The easiest way to burn the image is to grab an application called [[https://etcher.io/|etcher]]
– Remove the SD card, and re-insert it.
– in the ”/boot” partition you will want to create two files ”ssh”((See [[https://www.raspberrypi.org/documentation/remote-access/ssh/|here]] for details)) and ”wpa_supplicant.conf”
<code>ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=GB
network={
ssid=”«your_SSID»”
psk=”«your_PSK»”
key_mgmt=WPA-PSK
id_str=”school”
}
network={
ssid=”SCHOOLS NETWORK NAME”
psk=”SCHOOLS PASSWORD”
id_str=”school”
}
network={
ssid=”HOME NETWORK NAME”
psk=”HOME PASSWORD”
id_str=”home”
}
</code>
sudo apt-get install wicd-curses