User Tools

Site Tools


sonicpi_auf_raspi_zero_w

This is an old revision of the document!


SonicPi auf RasPi Zero W

Raspian Buster Image holen und auf SD Karte flashen

In Partition Boot die leere Datei “ssh” anlegen und die Datei wpa_supplicant.conf mit folgendem Inhalt:

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

network={
	scan_ssid=1
	ssid="SSID"
	psk="Passwort"
	key_mgmt=WPA-PSK
}

Dann auf RasPi per SSH verbinden mit Benutzer pi und Passwort raspberry. Passwort sofort ändern mit:

passwd

Danach mit

sudo su

zum root werden. Erstmal das System aktualisieren.

apt update && apt upgrade

Die Raspi Konfiguration öffnen mit:

raspi-config

Dort die locale auf de_DE.UTF-8 umstellen, Zeitzone und deutsche Tastatur einstellen.

sonicpi_auf_raspi_zero_w.1582930876.txt.gz · Last modified: 2020/02/28 23:01 by admin

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki