Hello,
can i run on the PINE A64 rocky linux? it is a ARMv8-A aarch64 architecture board. how i can install it on the microsd card?
Hello,
can i run on the PINE A64 rocky linux? it is a ARMv8-A aarch64 architecture board. how i can install it on the microsd card?
I don’t have one to test on it, but it should work okay I guess, you can try the Genric aarch644 image from rocky website, however you still need a u-boot, so there are two things here:
To install it on sdcar, you just use dd
, I know there are some GUIs out there, but I don’t know much about them
hmpf for archlinux exist for example GitHub - dreemurrs-embedded/Pine64-Arch: 🐧 Arch Linux ARM for your PinePhone/Pro and PineTab/2 . I’m not sure if it’s also suitable for the single-board computer. i have this board PINE A64 and PINE A64+ - PINE64
what boot files i need? i dont understand U-Boot - PINE64
what platform (PLAT= ) need I for PINE A64?
make PLAT=sun50i_a64 -j$(nproc) bl31
in 7.1. Allwinner ARMv8 SoCs — Trusted Firmware-A 2.11.0 documentation i read for pine A64 is sun50i_a64 the right, is that right?
i found following github repo: GitHub - ARM-software/arm-trusted-firmware: Read-only mirror of Trusted Firmware-A
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.