change in /boot for linux-raspberrypi4-5.10.17-3-aarch64.pkg.tar.xz
Not sure who maintains the armtix kernel packages, but I observe a change between
linux-raspberrypi4-5.10.17-2-aarch64.pkg.tar.xz and linux-raspberrypi4-5.10.17-3-aarch64.pkg.tar.xz
sudo diff -brw {2,3}/boot
Only in 2/boot: bcm2710-rpi-2-b.dtb
Only in 2/boot: bcm2710-rpi-3-b.dtb
Only in 2/boot: bcm2710-rpi-3-b-plus.dtb
Only in 2/boot: bcm2710-rpi-cm3.dtb
Only in 2/boot: bcm2711-rpi-400.dtb
Only in 2/boot: bcm2711-rpi-4-b.dtb
Only in 2/boot: bcm2711-rpi-cm4.dtb
Only in 2/boot: bcm2837-rpi-3-a-plus.dtb
Only in 2/boot: bcm2837-rpi-3-b.dtb
Only in 2/boot: bcm2837-rpi-3-b-plus.dtb
Only in 2/boot: bcm2837-rpi-cm3-io3.dtb
Only in 3/boot: broadcom
Binary files 2/boot/rpi4Image and 3/boot/rpi4Image differ
I am trying to maintain a traditional boot using the 'standard' layout as used by raspberrypi and my post install hook failed to catch that move of the bcm files into /boot/broadcom. For the standard boot process they have to be in /boot I wonder why the artix boot is not like the 'official' boots. The alarm boot also fails for me.
I know there is some intention to try and get u-boot working, but I wonder exactly why armtix doesn't just use the firmware mechanisms.