Open main menu

Changes

How to update eeprom firmware

154 bytes added, 19 April
no edit summary
'2024/04/18' is the firmware version;
https://github.com/raspberrypi/rpi-eeprom/blob/master/firmware-2712/release-notes.md
 
'''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:
 
* Run command to update
sudo apt update
sudo apt upgrade
sudo rpi-eeprom-update -a
* Use tool '''raspi-config''' to update
sudo raspi-config
Then select Advanced Opitions => A5 Bootloader Version => E1 Latest)
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].