Re: Rock64
Reply #2 –
https://archlinuxarm.org/platforms/armv8/rockchip/rock64#installation
Specifically:
How do i force SD boot?
what wget should be used at step 6, 7, and 9 to install armtix?
I guess I replace
wget http://os.archlinuxarm.org/os/ArchLinuxARM-aarch64-latest.tar.gz
with
wget https://repo.armtixlinux.org/armtix/os/aarch64/armtix.files.tar.xz[code]
[/code]
from https://repo.armtixlinux.org/armtix/os/aarch64/
does that make
bsdtar -xpf ArchLinuxARM-aarch64-latest.tar.gz -C root
become
bsdtar -xpf armtix.files.tar.xz -C root
?
What do i do with the bootscript in step 7