How to update eeprom firmware: Difference between revisions

No edit summary
Replace <comments/> with <comment-streams />
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{GD Template Impl}}
{{GD Template Impl}}


Here is a tutorial on how to update eeprom, OR you can also refer to official documention: https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#automatic-updates
Here is a tutorial on how to update eeprom, OR you can also refer to official documention: https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#bootloader_update_stable


'''1. Firstly check the bootloader version'''
'''1. Firstly check the bootloader version'''
Line 28: Line 28:
  sudo apt update
  sudo apt update
  sudo apt upgrade -y
  sudo apt upgrade -y
  sudo rpi-eeprom-update
  sudo rpi-eeprom-update -a
If a firmware update is available you will be prompted to install it and your Raspberry Pi will reboot. More information about updating the firmware on your Raspberry Pi is available in the [https://www.raspberrypi.com/documentation/computers/raspberry-pi-5.html#updating-your-firmware official documentation].
If a firmware update is available you will be prompted to install it and your Raspberry Pi will reboot. More information about updating the firmware on your Raspberry Pi is available in the [https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#bootloader_update_stable official documentation].


* Use tool '''raspi-config''' to update
* Use tool '''raspi-config''' to update
Line 52: Line 52:


After restarting, run the '''vcgencmd bootloader_version''' command again to view the firmware version and check whether the update is successful.
After restarting, run the '''vcgencmd bootloader_version''' command again to view the firmware version and check whether the update is successful.
'''5. [[RPi 5 EEPROM Recovery Guide]]'''


<!--Add review function! -->
<!--Add review function! -->
<comments />
<comment-streams id="main" />


<!--Please choose the  -->
<!--Please choose the  -->