How to update eeprom firmware: Difference between revisions
No edit summary |
Replace <comments/> with <comment-streams /> |
||
| (9 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# | 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@ | pi@geekworm:~ $ vcgencmd bootloader_version | ||
2025/03/10 17:10:37 | |||
version | version 2bb2ae640058a2f3aa8dcbdc2da33302e509668d (release) | ||
timestamp | timestamp 1741626637 | ||
update-time | 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 | 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! --> | ||
< | <comment-streams id="main" /> | ||
<!--Please choose the --> | <!--Please choose the --> | ||