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

ERROR: rpi-firmware-b51046a2b2bb69771579a549d157205d9982f858.tar.gz has wrong sha256 hash #109

Closed
webhat opened this issue Sep 18, 2017 · 3 comments · Fixed by #110
Closed

Comments

@webhat
Copy link

webhat commented Sep 18, 2017

While doing make I got the following error:

ERROR: rpi-firmware-b51046a2b2bb69771579a549d157205d9982f858.tar.gz has wrong sha256 hash: ERROR: expected: 173c55441a78b5ce9cd7739318f71361b7569597e409c0e002c71e0fd6909481 ERROR: got : 2d2775bcfecd92aec06685efb7461258e996cfbfc6ce9b8a791b73883c7fee4f

Once I changed the sha256 hash to 2d2775bcfecd92aec06685efb7461258e996cfbfc6ce9b8a791b73883c7fee4f it stopped giving me errors during make.

+sha256 173c55441a78b5ce9cd7739318f71361b7569597e409c0e002c71e0fd6909481 rpi-firmware-b51046a2b2bb69771579a549d157205d9982f858.tar.gz

@fhunleth
Copy link
Member

Wow! I just reproduced this. It looks like the compression from the GitHub download changed just slightly. The original file was 118,906,212 bytes long and the new one is 118,905,706. The untarred contents are identical!

Let me update the SHA to the new value and make a nerves_system_br release. Thanks for letting me know about this!

@entone - This looks like the problem you were telling me about.

@entone
Copy link

entone commented Sep 19, 2017

Yes, that is definitely it.

@fhunleth
Copy link
Member

Release made: https://github.com/nerves-project/nerves_system_br/releases/tag/v0.13.8

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

Successfully merging a pull request may close this issue.

3 participants