Raspberry Pi

Aus Matthias Wiki
Zur Navigation springen Zur Suche springen

Links

Installation Raspbian

Vorbereitung

  • Raspbian Image herunterladen
  • Image auf SD-Karte kopieren

Debian aktualisieren

# apt-get update
# apt-get dist-upgrade

System konfigurieren

# dpkg-reconfigure keyboard-configuration
# dpkg-reconfigure locales
# dpkg-reconfigure tzdata

# passwd

# reboot

Systempartition expandieren

# cfdisk

Partitionen 2 und 3 löschen, 2 neu erstellen (83, fast max), 3 neu erstellen (82, 100MB)

# reboot

# resize2fs /dev/mmcblk0p2
# mkswap /dev/mmcblk0p3
# swapon --all