Raspberry Pi
Links
- Raspberrypi.org
- Raspbian, Minimales Raspbian-Image
- OpenElec
- Seafile auf dem Raspberry Pi
- arkOS (noch sehr instabil)
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