Open main menu

Changes

How to update eeprom firmware

10 bytes added, 10:00, 31 December 2025
no edit summary
{{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-updatesbootloader_update_stable
'''1. Firstly check the bootloader version'''
<pre>
pi@geekworm:~ $ vcgencmd bootloader_version
20242025/1103/12 1610 17:10:4437version 4b019946a06ea87c36d14fd6d702cc65fb458b9e 2bb2ae640058a2f3aa8dcbdc2da33302e509668d (release)timestamp 17314278441741626637update-time 17322470591742283181
capabilities 0x0000007f
</pre>
sudo apt update
sudo apt upgrade -y
sudo rpi-eeprom-update-aIf 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 bootloader_update_stable official documentation].
* Use tool '''raspi-config''' to update