11-27-2018, 12:28 AM
(11-20-2018, 06:29 PM)mmatyas Wrote: Hey,
I used the PKGBUILD for the Rock64 from the ArchLinuxARM github Repo and created a PKGBUILD to compile Ayufan's Mainline kernel for Arch Linux ARM:
https://github.com/matyas1995/linux-aarch64-rockpro64
Don't forget to adjust your /boot/extlinux/extlinux.conf after installation, as the image names and the location of the dtbs will have changed:
Code:label arch
kernel /boot/Image
initrd /boot/initramfs-linux.img
devicetreedir /boot/dtbs
append rw panic=10 init=/sbin/init coherent_pool=1M ethaddr=${ethaddr} eth1addr=${eth1addr} serial=${serial#} cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 root=LABEL=linux-root rootwait rootfstype=ext4
Does the graphics (X or wayland) use hardware acceleration?