El 15/7/25 a las 10:16, John Klos escribió:
In general, is there a way to check what version a file from a given UEFI firmware bundle is (e.g. from commandline or similar), other than "just knowing" which .zip file you downloaded?Good question. I do not know...strings -8 /boot/RPI_EFI.fd Mine is pretty old and shows: Built : 16:56:46, Jan 7 2022 v2.6(release):
Thanks for the tip John (every day I learn en new thing ;-) ) netbsd-raspa4$ strings -8 RPI_EFI.fd A0@9aJ#8c hc8$hc8_ Built : 17:09:05, May 24 2023 v2.9(release):v2.9 mine corresponds to RPi4_UEFI_Firmware_v1.40.zip v1.41 failed for me with arm64.img image but worked with arm64mbr.img I reported the problem upstream v1.42 works with arm64.img. Regards. Ramiro.