Tutorial

Table Of Contents
13
}
4. Type in your own information for `Insert country code here`, `Name of your WiFi`, and `Password for
your WiFi`. Pay attention to the capitalization. Refer to the example below:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
network={
ssid="MyName"
psk="12345678"
}
5. Save and exit. Copy the `wpa_supplicant.conf` to the root directory of the SD card.
6. If you've already copied the file `ssh` to the SD card as instructed in **2.2**, then both the WiFi and
SSH settings without peripherals are done. You may remove the SD card, insert it into the Raspberry Pi, and boot
it up.
7. For more about the file `wpa_supplicant.conf`, refer to the official documentation [WIRELESS-CLI]