Raspberry Pi – WiFi / SSH

Table of Contents

Intro

Install SteamLink on Windows 10

Instructions

Wifi before boot

Create a file called wpa_supplicant.conf

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

network={
    ssid="wifi_ssid"
    psk="wifi_password"
}
				
			

add it to your boot partition of your sd card

SSH

Create a file called ssh without a file extension and add it to your boot partition of your sd card

Download

PlaceHOLDER

Leave a Comment