Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5448

Beginners • Re: Firmware on RPi4B does not update.

$
0
0
Hi All,

i can see on https://github.com/raspberrypi/rpi-eepr ... e-notes.md that newest firmware is '2024-01-22 - Fix issue boot.img end sector check - STABLE'. When i invoke

Code:

rpi-eeprom-update
i get:

Code:

BOOTLOADER: up to date   CURRENT: Thu 11 May 2023 06:26:03 UTC (1683786363)    LATEST: Thu 11 May 2023 06:26:03 UTC (1683786363)   RELEASE: latest (/lib/firmware/raspberrypi/bootloader/latest)            Use raspi-config to change the release.  VL805_FW: Dedicated VL805 EEPROM     VL805: up to date   CURRENT: 000138c0    LATEST: 000138c0
File content of

Code:

/etc/default/rpi-eeprom-update
:

Code:

FIRMWARE_RELEASE_STATUS="latest"
Anyone can tell me why am I not getting the latest firmware dated 2024-01-22?

Thanks for any clues.
the "latest" in there comes from:

Code:

clever@raspberrypi:~ $ ls -lh /lib/firmware/raspberrypi/bootloader-2711/latest/...-rw-r--r-- 1 root root 512K Feb 21 14:02 pieeprom-2023-05-11.bin-rw-r--r-- 1 root root 512K Feb 21 14:02 pieeprom-2024-01-18.bin-rw-r--r-- 1 root root 512K Feb 21 14:02 pieeprom-2024-01-22.bin
which then in turn comes from:

Code:

clever@raspberrypi:~ $ dpkg -l rpi-eepromDesired=Unknown/Install/Remove/Purge/Hold| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)||/ Name           Version      Architecture Description+++-==============-============-============-==================================ii  rpi-eeprom     21.4-1       all          Raspberry Pi 4 boot EEPROM updater
so if you want a new version of the firmware to be available, you first need apt to update the rpi-eeprom package

Statistics: Posted by cleverca22 — Wed Mar 06, 2024 11:36 pm



Viewing all articles
Browse latest Browse all 5448

Trending Articles