Last update: 2022/07/04
07:53 (UTC)
slackwarearm:inst_sa64_rk3399_rockpro64 https://docs.slackware.com/slackwarearm:inst_sa64_rk3399_rockpro64
https://docs.slackware.com/
Printed on 2022/07/05 14:37 (UTC)
Determine where you are within the Host Computer's Filesystem
$ pwd
/home/mozes/slackware
Note the directory location returned - you'll need this later
Installing the Slackware ARM GPG key
The Slackware ARM GPG key will be used to verify the Bootware and Slackware Installation images.
$ curl -sSL https://www.slackware.com/infra/keys/arm/GPG-KEY | gpg --import
-
Set the version of Slackware AArch64 to download
At the time of writing, the only version available is 'current'.
$ SLKVER=current
Set the distribution server
If you are using a mirror server rather than the master Slackware ARM server, set it here. The format
is: <hostname>::<rsync module name>
$ SLKSRV=ftp.arm.slackware.com::slackwarearm
Download the Bootware
Note the period/full stop after the rsync commands - this instructs rsync to download
to the current directory (it's not punctuation!)
The U-Boot Boot Loader that will be installed onto the SPI flash:
rsync -PavL $SLKSRV/platform/aarch64/bootware/recovery/rk3399/flash-spi-
rockpro64.img.xz .
rsync -PavL $SLKSRV/platform/aarch64/bootware/recovery/rk3399/flash-spi-
rockpro64.img.xz.asc .
The Bootware (recovery/initialisation) images are approximately 400KBytes in size.