Dies ist eine alte Version des Dokuments!
Raspberry PI Firmware Update
- per SSH am Raspberry PI anmelden
- auf den root account wechseln
sudo su - in das Verzeich
/bootwechseln:cd /boot
wget https://github.com/raspberrypi/firmware/raw/master/boot/bootcode.bin
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
