- Create a file
wpa_supplicant.confin the boot partition of the microSD card with the following content. Note that the network name (ssid) and password need to be in double-quotes (likepsk="password")
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=[COUNTRY_CODE]
network={
ssid="[WIFI_SSID]"
psk="[WIFI_PASSWORD]"
}
-
Replace
[COUNTRY_CODE]with the ISO2 code of your country (eg.US) -
Replace
[WIFI_SSID]and[WIFI_PASSWORD]with the credentials for your own WiFi.