Benutzer-Werkzeuge

Webseiten-Werkzeuge


knowledge_base:linux:raspian:headless_setup

Raspian Headless Setup

Get Raspian Image from here.

SSH Access

add an empty file named ssh to the boot partition on the SD-Card.

Default credentials can be found here.

Wireless Access

add a wpa_supplicant.conf to the boot partition.

wpa_supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=DE
 
network={
	ssid="X.416"
	psk="ExamplePW"
	key_mgmt=WPA-PSK
}

The are needed around SSID and PSK.

/app/www/public/data/pages/knowledge_base/linux/raspian/headless_setup.txt · Zuletzt geändert: 2021/09/24 19:10 von 127.0.0.1