I was able to build the kernel ( GitHub - radxa-pkg/edk2-cix: EDK2 for CIX platform · GitHub ) with the tag: 6.6.89-3 and boot up successfully with ACPI. However it fails with DTB boot:
…
[ 0.000000] [pid:0,cpu0,swapper/0]sched_clock: 61 bits at 1000MHz, resolution 1ns, wraps every 4398046511103ns
[ 0.010463] [pid:0,cpu0,swapper/0]Console: colour dummy device 80x25
[ 0.016887] [pid:0,cpu0,swapper/0]printk: console [tty1] enabled
[ 0.022958] [pid:0,cpu0,swapper/0]printk: bootconsole [pl11] disabled
NOTICE: Send CMD: 0x82000002
NOTICE: Send CMD: 0x82000002
Would you please check the following .conf difference and let me know how to enable DTB boot? I also tried 6.6.89-6 version but failed in both ACPI and DTB boot. Thanks.
radxa@RadxaOrionO6:~$ echo “===== NEW -3 ACPI =====”
sudo cat /boot/efi/loader/entries/RadxaOS-6.6.89-3-sky1-new-acpi.conf
echo
echo “===== NEW -3 DTB =====”
sudo cat /boot/efi/loader/entries/RadxaOS-6.6.89-3-sky1-new-dtb.conf
===== NEW -3 ACPI =====
title Debian GNU/Linux 12 (bookworm) - NEW VERSION 3
version 6.6.89-3-sky1
sort-key debian
options root=UUID=ce95976e-7c04-4b82-8251-c780b6b3fac1 console=ttyAMA0,115200n8 earlycon=pl011,0x040d0000 acpi=force loglevel=8 ignore_loglevel rw earlycon consoleblank=0 console=tty1 coherent_pool=2M irqchip.gicv3_pseudo_nmi=0 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 kasan=off
linux /RadxaOS/6.6.89-3-sky1/linux-new
initrd /RadxaOS/6.6.89-3-sky1/initrd.img-6.6.89-3-sky1
===== NEW -3 DTB =====
title Debian GNU/Linux 12 (bookworm) - NEW VERSION 3 DTB!
version 6.6.89-3-sky1
sort-key debian
options root=UUID=ce95976e-7c04-4b82-8251-c780b6b3fac1 console=ttyAMA0,115200n8 earlycon=pl011,0x040d0000 acpi=off loglevel=8 ignore_loglevel rw earlycon consoleblank=0 console=tty1 coherent_pool=2M irqchip.gicv3_pseudo_nmi=0 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 kasan=off
linux /RadxaOS/6.6.89-3-sky1/linux-new
initrd /RadxaOS/6.6.89-3-sky1/initrd.img-6.6.89-3-sky1
devicetree /RadxaOS/6.6.89-3-sky1/sky1-orion-o6-new.dtb