This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
rocnet:headless-cam-en [2021/02/13 12:15] rjversluis [SD Card with Pi OS Lite (32bit)] |
rocnet:headless-cam-en [2021/02/15 14:49] (current) rjversluis [Config the Boot Partition] |
||
---|---|---|---|
Line 35: | Line 35: | ||
update_config=1 | update_config=1 | ||
network={ | network={ | ||
- | ssid="<my SSID>" | + | ssid="<my SSID1>" |
psk="<my PASSWORD>" | psk="<my PASSWORD>" | ||
key_mgmt=WPA-PSK | key_mgmt=WPA-PSK | ||
+ | priority=2 | ||
+ | } | ||
+ | network={ | ||
+ | ssid="<my SSID2>" | ||
+ | psk="<my PASSWORD>" | ||
+ | key_mgmt=WPA-PSK | ||
+ | priority=1 | ||
} | } | ||
</code> | </code> | ||
Replace the "<my*>" values with the access information of the Access Point.\\ | Replace the "<my*>" values with the access information of the Access Point.\\ | ||
- | * **Note:** //Multiple network definitions may be added.// \\ | + | * **Note:** //Multiple network definitions may be added. The highest priority will be connected first if available.// \\ |
Copy an empty file named ''SSH'', and ''wpa_supplicant.conf'' to ''boot''. (Under Windows mostly drive ''D:'')\\ | Copy an empty file named ''SSH'', and ''wpa_supplicant.conf'' to ''boot''. (Under Windows mostly drive ''D:'')\\ | ||