user:wellenschrat:tmp:raspi1
Inhaltsverzeichnis
Notizen Raspi
router_bildschirmfoto_2020-07-25_17-15-40.png
https://www.raspberrypi.org/downloads/
lsblk -p
oder
df -h
umount /dev/sdX1
dd bs=4M if=2020-02-13-raspios-buster.img of=/dev/sdX conv=fsync
inkl.status
dd bs=4M if=2020-02-13-raspios-buster.img of=/dev/sdX status=progress conv=fsync
https://www.raspberrypi.org/documentation/remote-access/ssh/
datei ssh nach boot (das ist die kleinerre poartition)
touch ssh als befehl
https://www.raspberrypi.org/documentation/configuration/wireless/headless.md
https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md
SD-Karte
SSH
wpa_supplicant.conf
sudo nano wpa_supplicant.conf
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=DE network={ ssid="<Name of your wireless LAN>" psk="<Password for your wireless LAN>" }
wpa_passphrase alf passwort-von-alf
erzeugt die Ausgabe
network={ ssid="alf" #psk="passwort-von-alf" psk=0f7e9e5de5a5c2445ce390b9a2c4b511bbe09b75a166132fe543977fce3bac29 }
l
user/wellenschrat/tmp/raspi1.txt · Zuletzt geändert: 14.06.2024 von wllnschrt