final
This commit is contained in:
36
info-beamer-wifi-setup.txt
Normal file
36
info-beamer-wifi-setup.txt
Normal file
@@ -0,0 +1,36 @@
|
||||
# Info-Beamer OS WiFi Configuration
|
||||
|
||||
## Quick Setup (Recommended):
|
||||
|
||||
1. After flashing SD card with Info-Beamer OS:
|
||||
- Don't eject SD card yet
|
||||
- Open the SD card in file explorer
|
||||
- Create new file: wpa_supplicant.conf
|
||||
- Add this content:
|
||||
|
||||
country=US
|
||||
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
|
||||
update_config=1
|
||||
|
||||
network={
|
||||
ssid="YOUR_WIFI_NAME"
|
||||
psk="YOUR_WIFI_PASSWORD"
|
||||
key_mgmt=WPA-PSK
|
||||
}
|
||||
|
||||
2. Replace YOUR_WIFI_NAME and YOUR_WIFI_PASSWORD
|
||||
3. Save file and eject SD card
|
||||
4. Insert in Pi and boot
|
||||
|
||||
## Alternative: Pi Imager Method
|
||||
- Use gear icon in Pi Imager
|
||||
- Enable "Configure wireless LAN"
|
||||
- Enter WiFi credentials before flashing
|
||||
|
||||
## Country Codes:
|
||||
US, GB, DE, FR, IT, ES, CA, AU, etc.
|
||||
|
||||
## Important:
|
||||
- Country code is REQUIRED
|
||||
- File goes in /boot partition
|
||||
- Use quotes around SSID/password
|
||||
Reference in New Issue
Block a user