Ucino Posted November 27, 2021 Posted November 27, 2021 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+ 0 Quote
Werner Posted November 27, 2021 Posted November 27, 2021 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. 1 Quote
tparys Posted November 27, 2021 Posted November 27, 2021 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 1 Quote
Ucino Posted November 27, 2021 Author Posted November 27, 2021 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 0 Quote
Werner Posted November 28, 2021 Posted November 28, 2021 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 1 Quote
Ucino Posted November 29, 2021 Author Posted November 29, 2021 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. 0 Quote
tparys Posted November 30, 2021 Posted November 30, 2021 The -c was there before. It's yelling about the extra file on the end which isn't a .sha file ... https://github.com/armbian/documentation/pull/160 2 Quote
Recommended Posts
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.