Open main menu

Changes

How to update eeprom firmware

266 bytes added, 19 April
no edit summary
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
'''1. Firstly check the bootloader version using the following command:'''
vcgencmd bootloader_version
<pre>
pi@raspberrypi:~ $ vcgencmd bootloader_version
2024/0204/16 1518 09:2845:4100version 4c845bd37c8a7c7ff79173cdc50dd3facf63996f 86ccc427f35fdc604edc511881cdf579df945fb4 (release)timestamp 17080973211713429900update-time 17090851881713493735
capabilities 0x0000007f
</pre>
'2024/0204/1618' is the firmware version;
https://github.com/raspberrypi/rpi-eeprom/blob/master/firmware-2712/release-notes.md
'''2. Update to the latest version (recommended)'''
'''2. Update Before starting the update, make sure raspberry pi 5 is connected to the Internet; You can refer to the latest version (recommended)'''official document: [https://www.raspberrypi.com/documentation/computers/raspberry-pi-5.html#updating-your-firmware update firmware] or following steps:
You can refer to the official document: [https://www.raspberrypi.com/documentation/computers/raspberry-pi-5.html#updating-your-firmware update firmware] or run the following * Update via command:
sudo apt update
sudo apt upgrade
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 * Use tool '''raspi-config''' to 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 sudo raspi-firmware official documentation].configThen select '''6 Advanced Opitions''' => '''A5 Bootloader Version''' => '''E1 Latest''', answere '''Yes''')
Then restart <code>reboot</code> and the firmware will be updated (requires Internet access).
'''3. Update to specified version'''(Not recommended)
At some point, you may need to update to a specified version (you almost never need to use it now). You can refer to the following command. Visit [https://github.com/timg236/rpi-eeprom/tree/master/firmware-2712/default this link] to view firmware version history.