Jump to content

Recommended Posts

Posted

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+
  • Ucino changed the title to no properly formatted SHA checksum lines found
Posted
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.

Posted

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

 

Posted

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

Posted
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

Posted

Thanks for your reply. I was just starting to post an issue on github and i have see that the -c has already been added :) Thanks to this user too to have added it there.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines