Skip to main content
Topic: Rock64 (Read 921 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]
from https://repo.armtixlinux.org/armtix/os/aarch64/
does that make
[code]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?

 

Re: Rock64

Reply #5
following https://info.armtixlinux.org/firefly-rk3399.html
and adapting for RK3328

installed arm-none-eabi-gcc and uboot-tools
clone ATF git repo and cd to it

Code: [Select]
sudo make CROSS_COMPILE=aarch64-linux-gnu- PLAT=rk3328
  CC      lib/libfdt/fdt.c
make: aarch64-linux-gnu-gcc: No such file or directory
make: *** [lib/libfdt/libfdt.mk:23: /Rock64/arm-trusted-firmware/build/rk3328/release/libfdt/fdt.o] Error 127


please advise

Edit. So derpy... please ignore