Jump to content

no properly formatted SHA checksum lines found


Ucino

Recommended Posts

Hello,

I have downloaded two times Armbian_21.08.1_Orangepipcplus_buster_current_5.10.60.img.xz and two times i have this result :

shasum -a 256 -c Armbian_21.08.1_Orangepipcplus_buster_current_5.10.60.img.xz.sha Armbian_21.08.1_Orangepipcplus_buster_current_5.10.60.img.xz
Armbian_21.08.1_Orangepipcplus_buster_current_5.10.60.img.xz: OK
shasum: Armbian_21.08.1_Orangepipcplus_buster_current_5.10.60.img.xz: no properly formatted SHA checksum lines found

I don't know if it's ok... There is a "OK" but after it seems there is problem "no properly formatted SHA checksum lines found".

 

Someone know if I can use it without problem ?

Thanks,

Best regards

Board: Orangepi PC+
Link to comment
Share on other sites

  • Ucino changed the title to no properly formatted SHA checksum lines found
1 hour ago, Ucino said:

Someone know if I can use it without problem ?

Probably. Chances are low but if you notice weird behavior of your board in any shape or form verifying the image itself is a good point to start digging into stuff.

Link to comment
Share on other sites

Looks like you're passing both the checksum file and the image file to " shasum -c ".

 

The checksum file looks to be loading correctly, but obviously the image file is not a text file with checksums, so it's failing.

 

Maybe just call it like this?

 

shasum -a 256 -c Armbian_21.08.1_Orangepipcplus_buster_current_5.10.60.img.xz.sha

 

Link to comment
Share on other sites

Thanks a lot for your help guys!

No problem with -c :

shasum -a 256 -c Armbian_21.08.1_Orangepipcplus_buster_current_5.10.60.img.xz.sha
Armbian_21.08.1_Orangepipcplus_buster_current_5.10.60.img.xz: OK

So it seems it's ok, no ?

If yes, do you think I can make post in github to improve the documentation (https://docs.armbian.com/User-Guide_Getting-Started/#how-to-prepare-a-sd-card ), suggesting to add this - c to check the integrity ? Or do you think in some case it can make problems ?
Thanks a lot

Link to comment
Share on other sites

8 hours ago, Ucino said:

So it seems it's ok, no ?

Yes, this is the expected result.

 

8 hours ago, Ucino said:

do you think I can make post in github to improve the documentation

Sure, go ahead. Contributions are always welcome

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines