This commit is contained in:
ske087
2025-08-19 16:46:29 +03:00
parent 4914d840d5
commit f195afa0c9
9 changed files with 192 additions and 3 deletions

View 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