Prepare SD card for Raspbian
Steps:
- Download lates version of OS from here;
- Follow instructions from here.
- To enable ssh need to create empty
/boot/ssh
file; - To turn on WiFi need to create
/boot/wpa_supplicant.conf
:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=AU
network={
ssid="ESSID"
psk="Your_wifi_password"
}
- Put SD card to Raspberry Pi.
Thanks.