I flashed the official openwrt image 24.01.26_k6 downloaded from radxa website to sd-card and booted the e25, the eth0 driver is loaded but the netword devices are not recognized.
eth0: 0xffffffc00a7e0000, 00:e0:4c:02:05:ea, IRQ 90
[ 13.410839] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000
[ 13.420710] Mem abort info:
[ 13.423862] ESR = 0x0000000096000046
[ 13.428070] EC = 0x25: DABT (current EL), IL = 32 bits
[ 13.434021] SET = 0, FnV = 0
[ 13.437440] EA = 0, S1PTW = 0
[ 13.440958] FSC = 0x06: level 2 translation fault
[ 13.446420] Data abort info:
[ 13.449645] ISV = 0, ISS = 0x00000046
[ 13.453938] CM = 0, WnR = 1
[ 13.457260] user pgtable: 4k pages, 39-bit VAs, pgdp=00000000053c3000
[ 13.464472] [0000000000000000] pgd=0800000009027003, p4d=0800000009027003, pud=0800000009027003, pmd=0000000000000000
[ 13.476364] Internal error: Oops: 0000000096000046 [#1] SMP
[ 13.482597] Modules linked in: uhci_hcd fsl_mph_dr_of ehci_fsl dm_mirror dm_region_hash dm_log dm_crypt dm_mod phy_rockchip_naneng_combphy ohci_platform r8125 rockchipdrm ohci_hcd dw_mipi_ds
i ahci_dwc analogix_dp
[ 13.503739] CPU: 1 PID: 431 Comm: ip Not tainted 6.1.75-flippy-87+ #191
[ 13.511138] Hardware name: Radxa E25 (DT)
[ 13.515620] pstate: 60400009 (nZCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=–)
[ 13.523408] pc : rtl8125_hw_config+0x274/0x1a58 [r8125]
[ 13.529406] lr : rtl8125_hw_config+0xc0/0x1a58 [r8125]
[ 13.535309] sp : ffffffc00ab23320
[ 13.539012] x29: ffffffc00ab23330 x28: 0000000000000028 x27: ffffff8008b44298
[ 13.546997] x26: ffffff8008b5c51c x25: ffffff8008b4427d x24: ffffff8008b5c514
[ 13.554982] x23: ffffff8008b44298 x22: 0000000000004e1f x21: ffffff8000727000
[ 13.562966] x20: ffffff8008b40000 x19: ffffff8008b40980 x18: 00000000ffffffb5
[ 13.570951] x17: 00000000ffffffbc x16: 0000000000000000 x15: 0000000000000000
[ 13.578935] x14: 0000000000000003 x13: 0000000000000019 x12: ffffffc00a7e0000
[ 13.586918] x11: 0000000000000001 x10: ffffffc00a7e0000 x9 : 0000000075420000
[ 13.594901] x8 : ffffffc00a7e0000 x7 : 801f0b8280140016 x6 : 0000000000100000
[ 13.602884] x5 : 0000000021000000 x4 : 0000000080000000 x3 : 0000000000000000
[ 13.610868] x2 : 0000000000000010 x1 : 000000000000b820 x0 : 000000001d37701f
[ 13.618852] Call trace:
[ 13.621585] rtl8125_hw_config+0x274/0x1a58 [r8125]
[ 13.627197] rtl8125_up+0x1cc0/0x3124 [r8125]
[ 13.632220] rtl8125_open+0x4f8/0x70c [r8125]
[ 13.637244] __dev_open+0x134/0x21c
[ 13.641154] __dev_change_flags+0xb8/0x1c4
[ 13.645736] dev_change_flags+0x24/0x64
[ 13.650026] do_setlink+0x3a0/0xba4
[ 13.653930] rtnl_newlink+0x6f0/0x984
[ 13.658026] rtnetlink_rcv_msg+0x268/0x41c
[ 13.662609] netlink_rcv_skb+0x104/0x11c
[ 13.666997] rtnetlink_rcv+0x18/0x24
[ 13.670995] netlink_unicast+0x2ac/0x3f8
[ 13.675381] netlink_sendmsg+0x2c4/0x3a8
[ 13.679758] ____sys_sendmsg+0x184/0x258
[ 13.684149] __sys_sendmsg+0xe4/0x134
[ 13.688244] __arm64_sys_sendmsg+0x24/0x30
[ 13.692826] invoke_syscall+0x40/0x100
[ 13.697021] el0_svc_common+0xbc/0x19c
[ 13.701215] do_el0_svc+0x2c/0xb8
[ 13.704913] el0_svc+0x2c/0xa4
[ 13.708330] el0t_64_sync_handler+0x84/0xf0
[ 13.713007] el0t_64_sync+0x19c/0x1a0
[ 13.717098] Code: 540002a1 f9400268 52aea849 d50332bf (c880006a)
[ 13.723913] —[ end trace 0000000000000000 ]—
Have anyone an idea what’s the problem?