Last active
May 28, 2020 19:25
-
-
Save hyperNURb/7be843369221e5eb0f63002cb2f135e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt update -y | |
| sudo apt upgrade -y | |
| sudo rpi-update | |
| sudo apt install rpi-eeprom | |
| sudo nano /etc/default/rpi-eeprom-update | |
| sudo rpi-eeprom-update -d -f /lib/firmware/raspberrypi/bootloader/beta/pieeprom-2020-05-15.bin | |
| vcgencmd bootloader_version | |
| vcgencmd bootloader_config | |
| BOOT_ORDER=0xF41 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment