Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPI does not boot if HAT EEPROM is corrupted #33

Open
hifiberry opened this issue Mar 8, 2016 · 3 comments
Open

RPI does not boot if HAT EEPROM is corrupted #33

hifiberry opened this issue Mar 8, 2016 · 3 comments

Comments

@hifiberry
Copy link

I've seen a problem with a board where the EEPROM content wasn't written correctly. With older 3.x kernels the board boots, but not with the latest kernel/firmware. Is there any kernel parameter to ignore the ID PROM contents? This needs to be only temporary to write the correct EEPROM contents.

@pelwell
Copy link
Contributor

pelwell commented Mar 9, 2016

You can disable the EEPROM reading using the config.txt setting force_eeprom_read=0. I'll take a look at the reading code to see why it doesn't boot. If you can read the EEPROM contents and upload it somewhere (or email it to me) I can use it as a test case.

@hifiberry
Copy link
Author

Thanks, will test this.
I will see that I can find a card with this problem and send you en EEPROM dump.

@mlyle
Copy link

mlyle commented Jun 18, 2016

Not corrupted, but here's a .EEP that fails to boot on Pi2. If I comment out the alternate functions GPIO lines it works.

(Had to zip this to attach it, even though it actually expands the file :P )
doesntwork.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants