Skip to content

Instantly share code, notes, and snippets.

@rt1d6m7
Last active June 22, 2020 03:48
Show Gist options
  • Save rt1d6m7/84f5765ad4f3fa188fd629f372ca1cd7 to your computer and use it in GitHub Desktop.
Save rt1d6m7/84f5765ad4f3fa188fd629f372ca1cd7 to your computer and use it in GitHub Desktop.
Raspberry Pi 4 USB boot

Update USB Boot Firmware stable using Raspberry Pi OS

sudo apt update && sudo apt full-upgrade

sudo reboot

sudo nano /etc/default/rpi-eeprom-update and replace critical or beta to "stable"

sudo rpi-eeprom-update -d -f /lib/firmware/raspberrypi/bootloader/stable/pieeprom-2020-06-15.bin

sudo reboot

Check bootloader version using vcgencmd bootloader_version

Boot existing OS from USB

Copy newest *.dat and *.elf files from https://github.com/raspberrypi/firmware/tree/master/boot to /boot partition

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment