Open main menu

Changes

How to update eeprom firmware

123 bytes added, 22 April
no edit summary
<pre>
pi@raspberrypi:~ $ vcgencmd bootloader_version
2024/04/18 0920 11:4553:0030version 86ccc427f35fdc604edc511881cdf579df945fb4 d1744d218076d7eee7c14763bbf3d3cf6278191a (release)timestamp 17134299001713610410update-time 17134937351713762640
capabilities 0x0000007f
</pre>
'2024/04/1820' 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 Before starting the official document: [https://www.raspberrypi.com/documentation/computers/update, make sure raspberry-pi-5.html#updating-your-firmware update firmware] or run is connected to the following command:Internet;
You can refer to the official document: [https://www.raspberrypi.com/documentation/computers/raspberry-pi-5.html#updating-your-firmware update firmware] or following steps: * Run Update via command to update:
sudo apt update
sudo apt upgrade
* Use tool '''raspi-config''' to update
sudo raspi-config
Then select '''6 Advanced Opitions ''' => '''A5 Bootloader Version ''' => '''E1 Latest)Latest''', answere '''Yes''')
Then restart <code>reboot</code> and the firmware will be updated (requires Internet access).