Hi.
I would like to address those people who are building a linux for Radx CM3. Do they test their images to make sure they work before publishing?
The thing is that all images of Ubuntu linux version b27(latest) do not work.
First of all: the “extlinux.conf” file is wrong. Here are its contents:
/////////////////
## /boot/extlinux/extlinux.conf
##
## IMPORTANT WARNING
##
## The configuration of this file is generated automatically.
## Do not edit this file manually, use: u-boot-update
default l0
menu title U-Boot menu
prompt 1
timeout 10
label l0
menu label Ubuntu 22.04.3 LTS 5.10.160-26-rk356x
linux /boot/vmlinuz-5.10.160-26-rk356x
initrd /boot/initrd.img-5.10.160-26-rk356x
append root=UUUID=07f6f71c-57c1-4a8e-8e86-ef3c131e6815 console=ttyFIQ0,1500000n8 quiet splash loglevel=4 rw earlyconsoleblank=0 console=tty1 coherent_pool=2M irqchip.gicv3_pseudo_nmi=0 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
label l0r
menu label Ubuntu 22.04.3 LTS 5.10.160-26-rk356x (rescue target)
linux /boot/vmlinuz-5.10.160-26-rk356x
initrd /boot/initrd.img-5.10.160-26-rk356x
append root=UUUID=07f6f71c-57c1-4a8e-8e86-ef3c131e6815 console=ttyFIQ0,1500000n8 splash loglevel=4 rw earlyconsoleblank=0 console=tty1 coherent_pool=2M irqchip.gicv3_pseudo_nmi=0 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 single
//////////////.
There is a line missing in the file specifying the path to the files “dtb”.(fdtdir /usr/lib/linux-image-5.10.160-26-rk356x/
). Accordingly, the linux kernel is not loaded.
But it doesn’t help to boot either. The boot process just stops anywhere and the green LED on the module stops blinking. The module hangs. This applies to all Ubuntu images of version b27. Debian linux versions work, but I need openssl version 3, and these images have openssl version 1.
Versions b24 and b25 work unless they are upgraded. Version b25 does not detect the display resolution correctly. PLEASE HELP! FIX THIS! I REALLY NEED A LINUX VERSION WITH KERNEL VERSION 5.10 AND OPENSSL VERSION 3.