How to update eeprom firmware: Difference between revisions

No edit summary
 
Replace <comments/> with <comment-streams />
 
(10 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 8: Line 8:
Maybe the result is following:
Maybe the result is following:
<pre>
<pre>
pi@raspberrypi:~ $ vcgencmd bootloader_version
pi@geekworm:~ $ vcgencmd bootloader_version
2024/05/17 12:29:43
2025/03/10 17:10:37
version 72caf66729df313801bcefe9b1ff7099c71bb5ce (release)
version 2bb2ae640058a2f3aa8dcbdc2da33302e509668d (release)
timestamp 1715945383
timestamp 1741626637
update-time 1716260490
update-time 1742283181
capabilities 0x0000007f
capabilities 0x0000007f
</pre>
</pre>
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  -->