Skip to content

raspberry pi setup

dozens edited this page Nov 7, 2025 · 1 revision

mount the sdcard and create a new text file called wpa_supplicant.conf

country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
scan_ssid=1
ssid="wifi name"
psk="wifi password"
}

Clone this wiki locally