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.When i trace the shell script rpi-eeprom-update where it finds the latest update for the firmware its functionalCode:
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
Statistics: Posted by trejan — Fri Dec 20, 2024 5:02 pm