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

Compute Module • Re: CM4 VL805 firmware

$
0
0
When i trace the shell script rpi-eeprom-update where it finds the latest update for the firmware its functional

Code:

sudo find "/lib/firmware/raspberrypi/bootloader-2711/latest/" -maxdepth 1 -type f -follow -regex ".*/vl805-.*.bin" | sed 's/.*\/vl805-\([0-9a-f]*\)\.bin/\1/' | sort -r | head -n1000138c0
Those files do nothing on a CM5. They're there for the early revisions of the Pi 4 which has a separate VL805 firmware EEPROM. They can't be used to update the VL805 firmware inside the bootloader.

Statistics: Posted by trejan — Fri Dec 20, 2024 5:02 pm



Viewing all articles
Browse latest Browse all 4941

Trending Articles