Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
f11:technik:raspberrypi:firmware-update [2013/02/13 00:58]
dd7dka
f11:technik:raspberrypi:firmware-update [2019/09/29 12:03] (aktuell)
Zeile 1: Zeile 1:
 ====== Raspberry PI Firmware Update ====== ====== Raspberry PI Firmware Update ======
  
-Die aktuellen Firmwaredateien liegen im GIT Repository [[https://github.com/raspberrypi/firmware/tree/master/boot]]. Die Firmware wird bei einem Update der installierten Distrubution nicht erneuert (Beispiel ''aptitude update && aptitude safe-upgrade'').+Die aktuellen Firmwaredateien liegen im GIT Repository [[https://github.com/raspberrypi/firmware/tree/master/boot]].
  
-===== Manuelles Update =====+===== Firmwareversion anzeigen =====
  
 +Kernel Version
 +<code bash>
 +uname -a
 +</code>
  
-Per SSH am Raspberry PI anmelden +GPU Firmware
- +
-Auf den root account wechseln +
-<code bash>sudo su</code> +
- +
-In das Verzeich ''/boot'' wechseln +
-<code bash>cd /boot</code> +
- +
-Alte Firmwaredateien entfernen +
-<code bash>rm *.bin *.dat *.img *.elf</code> +
- +
-Neue Firmwaredateien herunterladen+
 <code bash> <code bash>
-wget https://github.com/raspberrypi/firmware/raw/master/boot/bootcode.bin +/opt/vc/bin/vcgencmd version
-wget https://github.com/raspberrypi/firmware/raw/master/boot/fixup.dat +
-wget https://github.com/raspberrypi/firmware/raw/master/boot/fixup_cd.dat +
-wget https://github.com/raspberrypi/firmware/raw/master/boot/fixup_x.dat +
-wget https://github.com/raspberrypi/firmware/raw/master/boot/kernel.img +
-wget https://github.com/raspberrypi/firmware/raw/master/boot/kernel_emergency.img +
-wget https://github.com/raspberrypi/firmware/raw/master/boot/start.elf +
-wget https://github.com/raspberrypi/firmware/raw/master/boot/start_cd.elf +
-wget https://github.com/raspberrypi/firmware/raw/master/boot/start_x.elf+
 </code> </code>
  
 ===== Update mit Hexxeh Update Tool ===== ===== Update mit Hexxeh Update Tool =====
  
-Alternativ dazu gibt es das Hexxeh Update Tool. Das Tool macht im Prinzip die obigen Schritte automatiaisert beim Auruf von ''rpi-update''Das Update Tool gibt es hier [[https://github.com/Hexxeh/rpi-update]].+Das Tool aktualisiert die Firmware mit dem Auruf von <code bash>sudo rpi-update</code> Das Update Tool gibt es hier [[https://github.com/Hexxeh/rpi-update]]
 + 
 +Es kann bei den aktuellen Raspbian Versionen auch einfach mittels <code bash>sudo apt-get install rpi-update</code> bzw. <code bash>aptitude install rpi-update</code> installiert werden.
  
 ===== Weblinks ===== ===== Weblinks =====
f11/technik/raspberrypi/firmware-update.1360713489.txt.gz · Zuletzt geändert: 2019/09/29 12:01 (Externe Bearbeitung)
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0