Arch ARM aarch64 testing packages
Compiled packages from my 5.10.y or kodi-aarch64 branch. These may one day get incorporated into the official repos, or not.
Repo setup in three steps
1. Add this repo to /etc/pacman.conf by pasting the following entry ABOVE the current official Arch ARM repos:
[graysky] Server = http://repo-ck.com/aarch64-test
2. Add and sign graysky's key:
pacman-key -r 5EE46C4C --keyserver hkp://pool.sks-keyservers.net && pacman-key --lsign-key 5EE46C4C
3. Update your sync database:
pacman -Syy
Switching a new aarch64 install over to this kernel in two steps
If you are coming from aarch64 (mainline) which you likely are:
1. Make sure to change /etc/fstab inserting a zero (0) into the path for /boot
/dev/mmcblk0p1 /boot vfat defaults 0 0
2. Manually refresh and install the following packages from this repo; several files are left behind from an older package, so you will need to use the following command:
pacman -Syy && pacman -S linux-raspberrypi4 raspberrypi-bootloader raspberrypi-bootloader-x --overwrite /boot/fixup4x.dat --overwrite /boot/fixup_x.dat --overwrite /boot/start4x.elf --overwrite /boot/start_x.elf