Read-Only

This commit is contained in:
tilman
2016-12-31 01:58:42 +01:00
parent 5f837d478d
commit 6bbe350451
2 changed files with 51 additions and 1 deletions
+7 -1
View File
@@ -17,17 +17,23 @@
- SD Card read only: "Raspberry in Blue", c't 21/2016, S. 152
- Update unter https://www.heise.de/ct/ausgabe/2016-21-Den-Raspi-als-Bluetooth-Empfaenger-einsetzen-3330683.html
In der Befehlsfolge auf Seite 154 fehlt in der ersten Zeile ein Leerzeichen. Der Befehl zum Löschen der Dateien lautet korrekt:
sudo rm -rf /var/lib/dhcp/ /var/spool /var/lock /etc/resolv.conf
sudo rm -rf /var/lib/dhcp/ /var/spool /var/lock /etc/resolv.conf
- Falls Sie das Dateisystem doch nochmal ändern oder Updates einspielen wollen, können Sie es mit "sudo mount -o rw,remount /"
und "sudo mount -o rw,remount /boot" wieder temporär beschreibbar machen.
## Scripting
- Bugfix <prev>
- Interrupts statt busy waiting: http://raspi.tv/2013/how-to-use-interrupts-with-python-on-the-raspberry-pi-and-rpi-gpio-part-3
- run statt call https://docs.python.org/3/library/subprocess.html
## Gehäuse
- Buttons per Acryl-Transfer beschriften? ch.16.05.110-115.pdf
- Beim Zusammenbau Kamera vor dem Verkleben testen
## Sonstiges
- Backup SD Card
sudo dd if=/dev/mmcblk0 of=/media/tilman/ROT/raspberry-pi-zero_before-read-only.img bs=4M
- Passwort ändern und aufkleben