2022/07/05 14:37 (UTC)
7/36
Installing Slackware on the RockPro64
SlackDocs - https://docs.slackware.com/
Download the Slackware Linux installer for the RK3399 AArch64 platform
rsync -PavL $SLKSRV/platform/aarch64/bootware/installer/slackwareaarch64-
${SLKVER}/rk3399_generic.sdimg_latest.img.xz .
rsync -PavL $SLKSRV/platform/aarch64/bootware/installer/slackwareaarch64-
${SLKVER}/rk3399_generic.sdimg_latest.img.xz.asc .
The Slackware Installer images are approximately 300MBytes in size.
Download the Slackware tree verification tool
rsync -PavL $SLKSRV/platform/all/scripts .
Download the Slackware AArch64 tree
You will now download the Slackware distribution. This contains all of the software included within
Slackware.
rsync \
--exclude '*/source/*' \
--delete -Prlvv \
$SLKSRV/slackwareaarch64-${SLKVER} .
The Slackware distribution is approximately 4.5GBytes in size.
Verify the assets
Verify the digital signature of the verification tool:
gpg --verify-files scripts/slacksigchk.sh.asc
The output will be similar to this. You are looking for 'Good signature from Slackware ARM…'
gpg: assuming signed data in 'scripts/slacksigchk.sh'
gpg: Signature made Wed 24 Nov 2021 06:07:44 PM BST
gpg: using RSA key F7ABB8691623FC33
gpg: Good signature from "Slackware ARM (Slackware ARM Linux Project)
<mozes@slackware.com>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the
owner.
Primary key fingerprint: 36D3 7609 2F12 9B6B 3D59 A517 F7AB B869 1623 FC33
Verify the Bootware and Slackware tree:
chmod 755 scripts/slacksigchk.sh