Open main menu

Changes

How to update eeprom firmware

516 bytes added, 1 January
no edit summary
Here is a tutorial on how to update eeprom
'''1. Firstly check the bootloader version using the following command:'''
vcgencmd bootloader_version
capabilities 0x0000007f
</pre>
 
'''2. Update to the latest version (recommended)'''
 
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 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 elsewhere in the documentation.
 
 
'''3. Update to specified version'''
 
At some point, you may need to update to a specified version. You can refer to the following command
 
Run the following command to
sudo rpi-eeprom-config --edit pieeprom-2023-10-30.bin
Or You can replace the 'pieeprom-2023-10-30.bin ' to you specified version file, or click [[File:Pieeprom-2023-10-30.zip]] download then unzip it to get <big>pieeprom-2023-10-30.bin</big> file
[[File:Update-eeprom.png]]
It is recommended to use the latest version of the pieeprom-xxxx-xx-xx.bin file, please visit Visit [https://github.com/timg236/rpi-eeprom/tree/master/firmware-2712/default this link] to get view the latest version:
'''PS''': After our testing, we found that only the firmware '''piepprom-2023-10-30.bin''' has solved the NO WIFI problem for the time being.
<!--Add review function! -->