Raspberry Pi headless Installation

Aus Laub-Home Wiki

Quelle: https://www.raspberrypi.org/documentation/configuration/wireless/headless.md


  1. Download Raspian Lite
  2. Raspian Image mit Etcher auf SD Karte
  3. Nach dem flashen im gemounteten Boot Volume noch folgendes:
    1. SSH: im Boot Volume eine Datei Namens "ssh" anlegen
    2. WiFi: im Boot Volume eine Datei Namens "wpa_supplicant.conf" anlegen und befüllen:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=<Insert country code here>

network={
 ssid="<Name of your WiFi>"
 psk="<Password for your WiFi>"
}