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

HATs and other add-ons • Re: Old Raspberry Pi HAT not working with the latest image (Not a driver issue)

$
0
0
I think this HAT has a built-in dt-blob, rather than the name of an overlay. The quickest way to understand why this is failing is to get a dump of the HAT EEPROM, which fortunately is fairly easy.
Try this:

Code:

$ wget https://raw.githubusercontent.com/raspberrypi/utils/refs/heads/master/eeptools/eepflash.sh$ sudo sh eepflash.sh -r -y -a=50 -t=24c32 -f=visionbonnet.eep
I would normally recommend you to be very reluctant to run random downloaded scripts, especially with sudo, but I basically control this repo and know the script well.

Assuming I got that right, you should end up with a file called visionbonnet.eep. Please attach it to a reply.

Statistics: Posted by PhilE — Wed Aug 27, 2025 6:33 pm



Viewing all articles
Browse latest Browse all 8042

Trending Articles