Benutzer-Werkzeuge

Webseiten-Werkzeuge


knowledge_base:linux:raspian:headless_setup

Dies ist eine alte Version des Dokuments!


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/attic/knowledge_base/linux/raspian/headless_setup.1598223495.txt.gz · Zuletzt geändert: 2021/09/24 19:10 (Externe Bearbeitung)