Skip to main content
Topic: Rock64 (Read 317 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: Rock64

Reply #1
Should be roughly the same as for ALARM. The SoC is rather old and should be well-supported by both kernel and u-boot
ARMtix

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
Code: [Select]
wget http://os.archlinuxarm.org/os/ArchLinuxARM-aarch64-latest.tar.gz
with
Code: [Select]
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
Code: [Select]
bsdtar -xpf ArchLinuxARM-aarch64-latest.tar.gz -C root
become
Code: [Select]
bsdtar -xpf armtix.files.tar.xz -C root
?

What do i do with the bootscript in step 7

Re: Rock64

Reply #3
ARMtix rootfs images are available here. The link you posted is list of files for armtix repository (repo with packages which are only built for ARMtix)
As for boot.scr, check instructions for Firefly RK3399 for example, i suppose it should be the same except for dtb file path. Check the location of the correcponding file in kernel package file list
ARMtix

 

Re: Rock64

Reply #4
If I get this working would you add rock64 to your compatibility?