The boot partition is the one, readable in Windows, formatted in FAT32.
Raspberry Pi OS based MainsailOS
This procedure is based on the original documentation of Raspberry Foundation.
You will find the original description here.
Step 1
Open your Texteditor and create a new file called wpa_supplicant.conf
Step 2
Copy this section into the new file:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
country=<Insert 2 letter ISO 3166-1 country code here>
update_config=1
# ap_scan=1 ## Uncomment if you wish, that wpa_supplicant handles AP Scan instead of HW Drivers
network={
# scan_ssid=1 ## Uncomment if your Wifi is hidden!
ssid="<Name of your wireless LAN>"
psk="<Password for your wireless LAN>"
}
Insert your country code, SSID and your password!
Please see documentation of your network router to get SSID and password.
If you want to set up more than one Network, just copy the network block multiple times and don't forget to uncomment ap_scan and scan_ssid.
Small list of valid Country codes
GB (United Kingdom)
FR (France)
DE (Germany)
US (United States)
SE (Sweden)
Step 3
Please copy that newly created wpa_supplicant.conf file to the boot partition of your SD card.
Further Information
If you need to get further Information please visit