sha

12 views
Skip to first unread message

not you

unread,
Aug 31, 2018, 7:22:31 AM8/31/18
to BeagleBoard
I am following this guide to install Linaro on my Ubuntu 18.04 machine:
https://www.digikey.com/eewiki/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-ARMCrossCompiler:GCC

I am now at the Root File System section.  After getting the tar.xz file with wget, I did the sha256sum for it.  This is what I get:

9399d649d1ce9910bbfc745f59dc57ee0e1134f57e8cae01c8cd75a8bd9d1e1e  debian-9.5-minimal-armhf-2018-07-30.tar.xz

The value is different from stated value:

85a89cdf8aa40cd757cce4a5519a80dc805f9c354855fc37f01d8dd899149f7d  debian-9.5-minimal-armhf-2018-07-30.tar.xz

Am I getting the wrong file, or is it because I am using Ubuntu 18.04 on my x64 machine?  Thanks.

Robert Nelson

unread,
Aug 31, 2018, 10:09:29 AM8/31/18
to Beagle Board
No, that's just my bad... i forgot to update the sha id on my page
generation script:

+++ b/eewiki/pages/sections/rootfs
@@ -24,9 +24,9 @@ date="2018-07-30"
debian_stable="Debian 9"
debian_stable_rootfs="debian-${debian_ver}-minimal-${arch}-${date}.tar.xz"
if [ "x${arch}" = "xarmel" ] ; then
- debian_stable_rootfs_sha256sum="b42ecf46db1e185f1fce5c79214b55b910318cd4f737881bd870d16ba237804f"
+ debian_stable_rootfs_sha256sum="88ca6a738a7485c4c49185b01d2bd4af0a3d2a443ec8b74f77281018d3315fc2"
else
- debian_stable_rootfs_sha256sum="85a89cdf8aa40cd757cce4a5519a80dc805f9c354855fc37f01d8dd899149f7d"
+ debian_stable_rootfs_sha256sum="9399d649d1ce9910bbfc745f59dc57ee0e1134f57e8cae01c8cd75a8bd9d1e1e"
fi

#debian_testing="Debian 10 (pre-release)"
@@ -39,7 +39,7 @@ fi

ubuntu_stable="Ubuntu 18.04 LTS"
ubuntu_stable_rootfs="ubuntu-${ubuntu_ver}-minimal-${arch}-${date}.tar.xz"
-ubuntu_stable_rootfs_sha256sum="2e401950d75cbf5a6250b8c29a0fbf935f31c49c5373daca77d15903fdbcdb3c"
+ubuntu_stable_rootfs_sha256sum="6b212ee7dd0d5c9c0af49c22cf78b63e6ad20cec641c303232fca9f21a18804c"

echo "h1. Root File System" >> ${eewiki_out_file}
echo "<h3 id='heading--Root-File-System'>Root File System</h3>">>
${tf_out_file}

Regards,

--
Robert Nelson
https://rcn-ee.com/

not you

unread,
Aug 31, 2018, 10:33:41 AM8/31/18
to BeagleBoard
Thank you for all the hard work, gent.
Reply all
Reply to author
Forward
0 new messages