Raspberry Hardware:
USB-Stick (für die Daten):
Auf einem Linux PC das Raspbian Betriebssystem herunterladen und auf die SD-Karte schreiben:
Raspbian → Raspberry Pi OS Lite (nur Kommandozeile) herunterladen.
sudo dnf install rpi-imager sudo rpi-imager
Imager → Raspberry Pi OS (other) → Raspberry Pi OS Lite (32-bit)
Dann die SD-Karte in den Raspberry Pi einlegen und starten:
# Konfiguration: sudo raspi-config
Zeit:
sudo timedatectl set-timezone Europe/Berlin sudo nano /etc/systemd/timesyncd.conf
[Time] NTP=0.europe.pool.ntp.org 1.europe.pool.ntp.org 2.europe.pool.ntp.org 3.europe.pool.ntp.org
sudo timedatectl set-ntp false sudo timedatectl set-ntp true timedatectl status # Manuell: sudo date -s 'YYYY-MM-DD HH:mm:ss'
Update:
sudo apt update sudo apt upgrade
Zugriff: https://www.raspberrypi.org/documentation/computers/remote-access.html
hostname -I ssh pi@<IP-Adresse>