Meestor_X
Members-
Posts
128 -
Joined
-
Last visited
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by Meestor_X
-
Hi Brent; YES! I did figure it out, finally. The issue is that almost all information on the web is for the older pipewire and wireplumber which works completely differently than the new versions. Bookworm used the "old way" and Trixie uses these new versions for which there isn't much info. Compounding the issue is that most information is regarding desktop versions of Linux, not headless like I run. So, when you use bluetooth on linux, wireplumber auto-creates profiles and pw nodes. Or at least it's supposed to. It wasn't creating these profiles because I was missing a conf file which is only needed when your NOT running on desktop, AFAICT. Add this file: /etc/wireplumber/wireplumber.conf.d/50-bluez-no-seat.conf wireplumber.profiles = { main = { monitor.bluez.seat-monitoring = disabled } } If you do that, all of sudden, bluetooth "just works". Took forever to find that stupid little piece of information.
-
Has anyone had any luck with the Radxa Cubie a5e and Armbian?
Meestor_X replied to Meestor_X's topic in Allwinner sunxi
Ok, in case anyone's got any ideas about how to fix this, I'm happy to help if I can, but kernel repairs are a bit out of my league... It seems to reboot for different reasons - when it doesn't like something connected to the USB port, when doing a lot of disk I/O, etc. Here's a couple of the error logs from the terminal: INFO: task sgdisk:1567 blocked for more than 120 seconds. Tainted: G O 6.18.10-edge-sunxi64 #1 "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. task:sgdisk state:D stack:0 pid:1567 tgid:1567 ppid:1566 task_flags:0x400000 flags:0x00000018 Call trace: __switch_to+0xcc/0x180 (T) __schedule+0x348/0xaf8 schedule+0x38/0x110 io_schedule+0x40/0x60 folio_wait_bit_common+0x15c/0x390 folio_wait_bit+0x1c/0x30 folio_wait_writeback+0x4c/0xb8 __filemap_fdatawait_range+0x70/0xb0 filemap_fdatawait_keep_errors+0x24/0x58 sync_bdevs+0xb4/0x1a8 ksys_sync+0x64/0x98 __arm64_sys_sync+0x14/0x28 invoke_syscall.constprop.0+0x54/0xe8 do_el0_svc+0x44/0xc8 el0_svc+0x38/0x140 el0t_64_sync_handler+0x98/0xe0 el0t_64_sync+0x170/0x178 Kernel panic - not syncing: hung_task: blocked tasks CPU: 6 UID: 0 PID: 61 Comm: khungtaskd Tainted: G O 6.18.10-edge-sunxi64 #1 PREEMPT Tainted: [O]=OOT_MODULE Hardware name: Radxa Cubie A5E (DT) Call trace: show_stack+0x1c/0x30 (C) dump_stack_lvl+0x30/0x80 dump_stack+0x14/0x20 vpanic+0x2d4/0x308 panic+0x50/0x58 watchdog+0x278/0x718 kthread+0x134/0x1f8 ret_from_fork+0x10/0x20 SMP: stopping secondary CPUs Kernel Offset: disabled CPU features: 0x080000,00008000,48006281,0400701b Memory Limit: none ---[ end Kernel panic - not syncing: hung_task: blocked tasks ]--- INFO: task systemd-udevd:285 blocked for more than 120 seconds. Tainted: G O 6.18.10-edge-sunxi64 #1 "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. task:systemd-udevd state:D stack:0 pid:285 tgid:285 ppid:1 task_flags:0x400100 flags:0x00000809 Call trace: __switch_to+0xcc/0x180 (T) __schedule+0x348/0xaf8 schedule+0x38/0x110 io_schedule+0x40/0x60 folio_wait_bit_common+0x15c/0x390 folio_wait_bit+0x1c/0x30 folio_wait_writeback+0x4c/0xb8 __filemap_fdatawait_range+0x70/0xb0 filemap_write_and_wait_range+0x90/0xc0 sync_blockdev+0x24/0x40 bdev_disk_changed+0x64/0x5c8 blkdev_get_whole+0xa4/0xf8 bdev_open+0x278/0x3b0 bdev_file_open_by_dev+0xdc/0x148 disk_scan_partitions+0x6c/0x150 blkdev_ioctl+0x664/0xfc0 __arm64_sys_ioctl+0x470/0xaa0 invoke_syscall.constprop.0+0x54/0xe8 do_el0_svc+0xa4/0xc8 el0_svc+0x38/0x140 el0t_64_sync_handler+0x98/0xe0 el0t_64_sync+0x170/0x178 INFO: task sgdisk:1465 blocked for more than 120 seconds. Tainted: G O 6.18.10-edge-sunxi64 #1 "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. task:sgdisk state:D stack:0 pid:1465 tgid:1465 ppid:1464 task_flags:0x400000 flags:0x00000008 Call trace: __switch_to+0xcc/0x180 (T) __schedule+0x348/0xaf8 schedule+0x38/0x110 io_schedule+0x40/0x60 folio_wait_bit_common+0x15c/0x390 folio_wait_bit+0x1c/0x30 folio_wait_writeback+0x4c/0xb8 __filemap_fdatawait_range+0x70/0xb0 filemap_write_and_wait_range+0x90/0xc0 bdev_release+0x19c/0x1b0 blkdev_release+0x18/0x30 __fput+0xd0/0x2e8 fput_close_sync+0x44/0x108 __arm64_sys_close+0x3c/0x88 invoke_syscall.constprop.0+0x54/0xe8 do_el0_svc+0x44/0xc8 el0_svc+0x38/0x140 el0t_64_sync_handler+0x98/0xe0 el0t_64_sync+0x170/0x178 Kernel panic - not syncing: hung_task: blocked tasks CPU: 1 UID: 0 PID: 61 Comm: khungtaskd Tainted: G O 6.18.10-edge-sunxi64 #1 PREEMPT Tainted: [O]=OOT_MODULE Hardware name: Radxa Cubie A5E (DT) Call trace: show_stack+0x1c/0x30 (C) dump_stack_lvl+0x30/0x80 dump_stack+0x14/0x20 vpanic+0x2d4/0x308 panic+0x50/0x58 watchdog+0x278/0x718 kthread+0x134/0x1f8 ret_from_fork+0x10/0x20 SMP: stopping secondary CPUs Kernel Offset: disabled CPU features: 0x080000,00008000,48006281,0400701b Memory Limit: none ---[ end Kernel panic - not syncing: hung_task: blocked tasks ]--- -
I've gotten it working. I'll detail the steps soon, but it's not difficult. I just want to confirm that running it this way I can boot from sd/usb/nvme/eMMC/Network, and see if changing the boot order works.
-
Not excited AT ALL about Allwinner, but there are few (actually none that I've found?) choices for low-priced, "higher performance" SBCs with WiFi 6, BT 5.4, USB3, GB Ethernet, PoE and a small size and factory case. I'll take anything rockchip in a heartbeat I much prefer their chips. My go-to has been the RockPI-S, but it's low performance CPU, WiFi 4, BT 4, 100M Ethernet, USB2, and getting pretty old. AFAIK, there's nothing out there that checks all the boxes, sadly.
-
I seem to remember at one point thinking that U-Boot could be installed into the SPI on the a5e and then I could choose the boot order. Is that possible or did I just dream it? If it is, how do I install U-Boot into the SPI? Is there one specifically for the a5e?
-
Has anyone had any luck with the Radxa Cubie a5e and Armbian?
Meestor_X replied to Meestor_X's topic in Allwinner sunxi
Just tested trunk 244, (Armbian_community_26.2.0-trunk.244_Radxa-cubie-a5e_trixie_edge_6.18.5_minimal.img.xz) and it doesn't have this reboot issue. However, trunk 244 doesn't support the PCIe, USB3 or WiFi/BT so something must have changed when those devices started to be supported recently. I take that back, it does still have the rebooting issue. I'll keep digging. -
The e25 that I have has SD, eMMC and NVME storage options. It has an MTD/SPI as well. Pretty sure it's similar to the Cubie a5e where you can set the boot order in the SPI, however I just chatGPT'd the shit out of that one to get it sorted. I'd prefer to do it the "approved/armbian" way... Again, I assume having U-Boot in the SPI is the appropriate way to do things so I can boot from any of these devices (and perhaps even external USB?). I'd like to understand how to do that if someone knows?
-
I assume I should be using the MTD/SPI for u-boot on this device? If so, how do I update it and choose the boot order? armbian-install complains "No SPI image found." if I select "Install/Update the bootloader on MTD Flash"
-
I'm having trouble understanding armbian-install, is this a good place to discuss? Basically, I'd like to understand the menu options better. Probably because it's a generic tool for all devices, the selections aren't clear (to me at least), depending on what device I'm working with. For the most part, all I ever need to do is to copy the working SD image to the eMMC or NVME. Any armbian-install gurus lurking?
-
Ty. Trixie Current and Vendor both boot properly, thank you! (The one difference is that Vendor keeps the LED ring on, Current starts with it on and then goes to green flashing like the other builds) EDIT - with the Vendor build, the USB-A port doesn't recognize any devices. I'll stick with current. Trixie (minimal) isn't available in Armbian Imager, btw, just bookworm and forky. I don't suppose there's a vendor version of trixie for the Radxa Cubie a5e? Current build has a power issue that the Radxa build doesn't.
-
I noticed that the Cubie a5e would reboot when anything that draws moderate power (>100mA) was connected to the USB3 port. Thought it was my power supply or USB cable, but after changing that out and doing some testing, I have determined that the reboot problem doesn't happen with the Radxa Bullseye image, only with the Armbian Trixie. I haven't had a chance to test older Armbian builds to see if it broke somewhere along the way, but that's what I'll do next. Armbian boot (26.2.0 trunk 385): U-Boot SPL 2026.01_armbian-2026.01-S127a-P96c6-H560c-Va7f1-B2eb2-R448a (Feb 03 2026 - 12:13:55 +0000) DRAM: 2048 MiB Trying to boot from MMC1 NOTICE: BL31: v2.13.0(debug):armbian NOTICE: BL31: Built : 12:13:32, Feb 3 2026 NOTICE: BL31: Detected Allwinner A523 SoC (1890) NOTICE: BL31: Found U-Boot DTB at 0xa0c06a8, model: Radxa Cubie A5E INFO: Configuring SPC Controller INFO: BL31: Platform setup done INFO: GICv3 without legacy support detected. INFO: ARM GICv3 driver initialized in EL3 INFO: Maximum SPI INTID supported: 287 INFO: BL31: Initializing runtime services INFO: BL31: cortex_a55: CPU workaround for erratum 1530923 was applied INFO: PSCI: Suspend is unavailable INFO: BL31: Preparing for EL3 exit to normal world INFO: Entry point address = 0x4a000000 INFO: SPSR = 0x3c9 ns16550_serial serial@2500000: pinctrl_select_state_full: uclass_get_device_by_phandle_id: err=-19 U-Boot 2026.01_armbian-2026.01-S127a-P96c6-H560c-Va7f1-B2eb2-R448a (Feb 03 2026 - 12:13:55 +0000) Allwinner Technology CPU: Allwinner A523 (SUN55I) Model: Radxa Cubie A5E DRAM: 2 GiB sunxi_set_gate: (CLK#35) unhandled Core: 88 devices, 25 uclasses, devicetree: separate WDT: Not starting watchdog@2050000 MMC: mmc@4020000: 0 Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1... In: serial@2500000 Out: serial@2500000 Err: serial@2500000 Net: eth0: ethernet@4500000 starting USB... sun4i_usb_phy phy@4100400: External vbus detected, not enabling our own vbus USB EHCI 1.00 USB OHCI 1.0 USB EHCI 1.00 USB OHCI 1.0 Bus usb@4101000: 1 USB Device(s) found Bus usb@4101400: 1 USB Device(s) found Bus usb@4200000: 1 USB Device(s) found Bus usb@4200400: 1 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 0 PCIe: Acquiring resources... PCIe: All resources acquired. Starting power-on sequence... PCIe: Toggling external device reset (PERST#)... PCIe: Hardware power-on sequence successful. PCIe: Disabling DBI write protection... PCIe: DBI region: 0x04800000-0x04c80000 PCIe: IO region: 0x21000000-0x22000000 PCIe: MEM region: 0x22000000-0x30000000 PCIe: CFG region: 0x20000000-0x21000000 PCIe: Lanes: 1, Max Speed: Gen2 Link Status: 0x00000004 RDLH_LINK_UP: 0 SMLH_LINK_UP: 0 LINK_SPEED: 0 LINK_WIDTH: 0 Link Status: 0x00000004 RDLH_LINK_UP: 0 SMLH_LINK_UP: 0 LINK_SPEED: 0 LINK_WIDTH: 0 Link Status: 0x00000017 RDLH_LINK_UP: 1 SMLH_LINK_UP: 1 LINK_SPEED: 0 LINK_WIDTH: 0 pcie link up success PCIe: Link active at Gen2 Device 0: Vendor: 0x1e0f Rev: 10410105 Prod: X06PD8L0QUM1 Type: Hard Disk Capacity: 244198.3 MB = 238.4 GB (500118192 x 512) ... is now current device Scanning nvme 0:1... Found U-Boot script /boot.scr 4641 bytes read in 0 ms ## Executing script at 4fc00000 U-boot loaded from SD Boot script loaded from nvme 263 bytes read in 0 ms Load fdt: /dtb/allwinner/sun55i-a527-cubie-a5e.dtb 37110 bytes read in 1 ms (35.4 MiB/s) Working FDT set to 4fa00000 Failed to load '/dtb/allwinner/overlay/sun55i-a527-fixup.scr' 16552556 bytes read in 55 ms (287 MiB/s) 39950848 bytes read in 102 ms (373.5 MiB/s) Moving Image from 0x40080000 to 0x40200000, end=0x42900000 ## Loading init Ramdisk from Legacy Image at 4ff00000 ... Image Name: uInitrd Image Type: AArch64 Linux RAMDisk Image (gzip compressed) Data Size: 16552492 Bytes = 15.8 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 4fa00000 Booting using the fdt blob at 0x4fa00000 Working FDT set to 4fa00000 Loading Ramdisk to 49036000, end 49fff22c ... OK Loading Device Tree to 0000000048fc4000, end 0000000049035fff ... OK Working FDT set to 48fc4000 Starting kernel ... Armbian_community 26.2.0-trunk.385 Trixie ttyS0 radxa-cubie-a5e login: Radxa Bookworm Boot: [207]HELLO! BOOT0 is starting! [210]BOOT0 commit : 33d8db429a-dirty [214]periph0 has been enabled [218]set pll end [219]PL gpio voltage : 3.3V [224]PMU: AXP2202 [229]PMU: AXP1530 [234]power mode:33, sys_vol:920 [239]vaild para:1 select dram para0 [242]dram_para[0]:0x4b0 [245]dram_para[1]:0x8 [247]dram_para[2]:0x7070707 [250]dram_para[3]:0xd0d0d0d [253]dram_para[4]:0xe0e [256]dram_para[5]:0x84848484 [259]dram_para[6]:0x310a [262]dram_para[7]:0x10001000 [265]dram_para[8]:0x0 [267]dram_para[9]:0x34 [270]dram_para[10]:0x1b [272]dram_para[11]:0x33 [275]dram_para[12]:0x3 [277]dram_para[13]:0x0 [280]dram_para[14]:0x0 [282]dram_para[15]:0x4 [285]dram_para[16]:0x72 [287]dram_para[17]:0x0 [290]dram_para[18]:0xe [292]dram_para[19]:0x0 [295]dram_para[20]:0x0 [297]dram_para[21]:0x26 [300]dram_para[22]:0x80808080 [303]dram_para[23]:0x6060606 [306]dram_para[24]:0x1f0b0503 [309]dram_para[25]:0x0 [312]dram_para[26]:0x3a000000 [315]dram_para[27]:0x802f3333 [318]dram_para[28]:0xc0c0bbbf [321]dram_para[29]:0x35352f31 [325]dram_para[30]:0xc64 [327]dram_para[31]:0x48484848 [331]board init ok [353]enable_jtag [355]card no is 0 [357]sdcard 0 line count 4 [360][mmc]: mmc driver ver 2023-03-24 16:23 [370][mmc]: Wrong media type 0x0 [374][mmc]: ***Try SD card 0*** [395][mmc]: HSSDR52/SDR25 4 bit [398][mmc]: 50000000 Hz [401][mmc]: 60906 MB [403][mmc]: ***SD/MMC 0 init OK!!!*** [414]DRAM BOOT DRIVE INFO: V0.67 [419]DRAM_VCC set to 1100 mv [545]DRAM retraining ten [671]DRAM retraining ten [689][AUTO DEBUG]32bit,1 ranks training success! [718]Soft Training Version: T2.0 [7773][SOFT TRAINING] CLK=1200M Stable memtest pass [7778]DRAM CLK =1200 MHZ [7781]DRAM Type =8 (3:DDR3,4:DDR4,7:LPDDR3,8:LPDDR4) [7792]phy_dfs_clk1 = 800M [8078]phy_dfs_clk2 = 400M [8169]phy_dfs_clk3 = 150M [8290]phy_dfs_clk0 = 1200M [8293]DRAM MDFS VERSION INFO: V0.660 [8298]DRAM MDFS time =38892 ns [8301]DRAM SIZE =2048 MBytes, para1 = 310a, para2 = 8000000, tpr13 = 6465 [8329]DRAM simple test OK. [8332]dram size =2048 [8339]nsi init 2023-2-23 [8343]error:bad magic. [8463]Loading boot-pkg Succeed(index=1). [8467]Entry_name = u-boot [8476]Entry_name = monitor [8480]Entry_name = scp [8484]Entry_name = dtb [8487]mmc not para [8489]Jump to second Boot. NOTICE: BL31: OP-TEE 32bit detected NOTICE: BL31: U-BOOT 32bit detected NOTICE: BL31: v2.5(debug):a6e1826c1 NOTICE: BL31: Built : 10:10:43, Mar 28 2025 NOTICE: BL31: No DTB found. nsi init ok 2022-11-08 ERROR: Error initializing runtime service opteed_fast U-Boot 2018.07-11-boot-aw2501-g4f803d1684e-dirty (Dec 05 2025 - 10:08:58 +0000) Allwinner Technology [08.641]CPU: Allwinner Family [08.644]Model: Radxa Cubie A5E I2C: ready [08.655]DRAM: 2 GiB [08.659]Relocation Offset is: 75e60000 [08.721]secure enable bit: 0 [08.725]PMU: AXP2202 [08.753][AXP2202] comm status : 0x0 = 0x20, 0x1 = 0x90 [08.758][AXP2202] onoff status: 0x20 = 0x4, 0x21 = 0x0 [08.763][AXP2202] reboot/charge status: 0xf0 = 0x0 [08.768]PMU: AXP1530 [08.771]CPU=1008 MHz,PLL6=600 Mhz,AHB=200 Mhz, APB1=100Mhz MBus=600Mhz [08.777]gic: sec monitor mode SPI ALL: ready [08.782]flash init start [08.785]workmode = 0,storage type = 1 [08.788][mmc]: mmc driver ver uboot2018:2024-10-18 9:01:00 -- uboot2018:2025-03-28 10:03:00 [08.796][mmc]: get sdc_type fail and use default host:tm1. [08.802][mmc]: can't find node "mmc0",will add new node [08.807][mmc]: fdt err returned <no error> [08.811][mmc]: Using default timing para [08.814][mmc]: SUNXI SDMMC Controller Version:0x50500 [08.843][mmc]: card_caps:0x3000000a [08.846][mmc]: host_caps:0x3000003f [08.851]sunxi flash init ok get value error [08.860]Loading Environment from SUNXI_FLASH... OK [08.867]No ethernet found. [08.877]Fail to get de's irq! [08.915]NOT support bridge yet [08.918]Warn: no find panel or bridge [08.921]hdmi@5520000 disconnected [08.924]drm hdmi get mode: 1920x1080@60Hz hdmi@5520000: use force output detailed mode clock 148500 kHz, flags[5] H: 1920 2008 2052 2200 V: 1080 1084 1089 1125 bus_format: 0 [09.134]the secure storage item0 copy0 magic is bad [09.148]the secure storage item0 copy1 magic is bad [09.152]usb burn from boot delay time 0 weak:otg_phy_config [09.163]usb prepare ok [09.466]overtime [09.471]do_burn_from_boot usb : no usb exist cann't get the boot_base from the env [09.494]update part info [09.498]update bootcmd pcie link up success PCIe speed of Gen2 [09.908]change working_fdt 0xbbe0fe18 to 0xbbddfe18 get value error [09.914][mmc]: get sunxi-mmc0 string failed [09.918]The storage not support sample function [09.924]## error: update_fdt_dram_para_from_bootpara : FDT_ERR_NOTFOUND ret 0 [09.935]chip id : 0x0000ff10 0x00004824 0x0000d710 0x00001d96 [09.940]chip id : 0x0000ff10 0x00004824 0x0000d710 0x00001d96 [09.946]Could not find nodeoffset for used ext pmu:reg-axp1530 [09.951]update dts curr_device:0 Device: SUNXI SD/MMC Manufacturer ID: 3 OEM: 5344 Name: SR64G Bus Speed: 50000000 Mode : SD High Speed (50MHz) Rd Block Len: 512 SD version 3.0 High Capacity: Yes Capacity: 59.5 GiB Bus Width: 4-bit Erase Group Size: 512 Bytes Hit any key to stop autoboot: 0 starting USB... USB0: start sunxi USB-DRD... config usb clk ok sunxi USB-DRD init ok... USB EHCI 1.00 scanning bus 0 for devices... 1 USB Device(s) found USB1: start sunxi USB1-Host... config usb clk ok sunxi USB1-Host init ok... USB EHCI 1.00 scanning bus 1 for devices... 1 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Device 0: device type unknown ... is now current device ** Bad device usb 0 ** ** Bad device usb 0 ** mmc0 is current device Scanning mmc 0:2... Scanning mmc 0:3... Found /boot/extlinux/extlinux.conf Retrieving file: /boot/extlinux/extlinux.conf ERROR: reserving fdt memory region failed (addr=bbed0000 size=7e9000) 1323 bytes read in 7 ms (184.6 KiB/s) U-Boot menu 1: Debian GNU/Linux 11 (bullseye) 5.15.147-13-aw2501 2: Debian GNU/Linux 11 (bullseye) 5.15.147-13-aw2501 (rescue target) Enter choice: 1: Debian GNU/Linux 11 (bullseye) 5.15.147-13-aw2501 Retrieving file: /boot/initrd.img-5.15.147-13-aw2501 ERROR: reserving fdt memory region failed (addr=bbed0000 size=7e9000) 7060674 bytes read in 300 ms (22.4 MiB/s) Retrieving file: /boot/vmlinuz-5.15.147-13-aw2501 ERROR: reserving fdt memory region failed (addr=bbed0000 size=7e9000) 20992512 bytes read in 877 ms (22.8 MiB/s) append: root=UUID=9645203c-b680-44b6-8b18-068d9e110402 console=ttyAS0,115200n8 rootwait clk_ignore_unused mac_addr=08:ef:6c:c7:8b:ad mac1_addr=08:ef:6c:c7:8b:ac quiet splash loglevel=4 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 Retrieving file: /usr/lib/linux-image-5.15.147-13-aw2501/allwinner/sun55i-a527-cubie-a5e.dtb ERROR: reserving fdt memory region failed (addr=bbed0000 size=7e9000) 161015 bytes read in 18 ms (8.5 MiB/s) get value error [16.446]The storage not support sample function ret 0 [16.563]update dts stop sunxi USB-DRD ok... stop sunxi USB1-Host ok... Loading Ramdisk to 49944000, end 49fffcc2 ... OK ERROR: reserving fdt memory region failed (addr=bbed0000 size=7e9000) [16.598]Starting kernel ... [16.601]total: 16601 ms [16.603][mmc]: MMC Device 2 not found [16.606][mmc]: mmc 2 not find, so not exit NOTICE: [SCP] :wait arisc ready.... NOTICE: [SCP] :arisc version: [364dad9bcd34230512f015ab5c6cefa12bd238d0] NOTICE: [SCP] :arisc startup ready NOTICE: [SCP] :arisc startup notify message feedback NOTICE: [SCP] :sunxi-arisc driver is starting NOTICE: BL3-1: Next image address = 0x40200000 NOTICE: BL3-1: Next image spsr = 0x3c5 [ 0.071969] AW BSP version: caee29fcb3, 2025-12-09 07:23:49, RadxaOS SDK [ 0.140107] sunxi:twi_sunxi-2502000.twi0:[ERR]: pinctrl_get failed [ 0.140127] sunxi:twi_sunxi-2502000.twi0:[ERR]: TWI failed to get resource [ 0.143734] sunxi:axp2101-6-0036:[ERR]: Unable to match OF ID [ 0.310164] sunxi:ccu_ddr:[ERR]: dram_clk:1200 [ 0.310191] sunxi:ccu_ddr:[ERR]: dram_div:0x1f0b0503 [ 0.310832] sunxi:pin-2000000.pinctrl:[ERR]: unknown pin [ 0.310842] sunxi:pin-2000000.pinctrl:[ERR]: unknown pin [ 0.310886] sunxi:pin-2000000.pinctrl:[ERR]: unknown pin [ 0.310892] sunxi:pin-2000000.pinctrl:[ERR]: unknown pin [ 0.311482] sunxi:sunxi_uart-uart0:[ERR]: uart0 error to get fifo size property [ 0.386566] NSI_PMU 2020000.nsi-controller: no topo process for clk path type:0 [ 0.394816] no topo process for topo type:0 [ 0.402846] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: Could not get mbus clock [ 0.411011] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: Could not get store clock [ 0.419251] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: Could not get msi_lite clock [ 0.457791] sunxi:sunxi_mmc_host-4020000.sdmmc:[ERR]: Could not get mbus clock [ 0.466069] sunxi:sunxi_mmc_host-4020000.sdmmc:[ERR]: Could not get store clock [ 0.474428] sunxi:sunxi_mmc_host-4020000.sdmmc:[ERR]: Could not get msi_lite clock [ 0.475236] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: smc 1 p2 err, cmd 1, RTO !! [ 0.492239] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: smc 1 p2 err, cmd 1, RTO !! [ 0.501531] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: smc 1 p2 err, cmd 1, RTO !! [ 0.510880] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: smc 1 p2 err, cmd 1, RTO !! [ 0.520159] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: smc 1 p2 err, cmd 1, RTO !! [ 0.529448] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: smc 1 p2 err, cmd 1, RTO !! [ 0.538076] sunxi:sunxi_mmc_host-4021000.sdmmc:[ERR]: Could not get mbus clock [ 0.538726] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: smc 1 p2 err, cmd 1, RTO !! [ 0.546202] sunxi:sunxi_mmc_host-4021000.sdmmc:[ERR]: Could not get store clock [ 0.562758] sunxi:sunxi_mmc_host-4021000.sdmmc:[ERR]: Could not get msi_lite clock [ 0.572128] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: smc 1 p2 err, cmd 1, RTO !! [ 0.581414] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: smc 1 p2 err, cmd 1, RTO !! [ 0.590691] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: smc 1 p2 err, cmd 1, RTO !! [ 0.600035] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: smc 1 p2 err, cmd 1, RTO !! [ 0.609310] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: smc 1 p2 err, cmd 1, RTO !! [ 0.617707] sunxi:sunxi_mmc_host-4021000.sdmmc:[ERR]: smc 2 p1 err, cmd 52, RTO !! [ 0.627037] sunxi:sunxi_mmc_host-4021000.sdmmc:[ERR]: smc 2 p1 err, cmd 52, RTO !! [ 0.635533] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: smc 1 p2 err, cmd 1, RTO !! [ 0.644823] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: smc 1 p2 err, cmd 1, RTO !! [ 0.654111] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: smc 1 p2 err, cmd 1, RTO !! [ 0.663385] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: smc 1 p2 err, cmd 1, RTO !! [ 0.672711] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: smc 1 p2 err, cmd 1, RTO !! [ 0.682003] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: smc 1 p2 err, cmd 1, RTO !! [ 0.691285] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: smc 1 p2 err, cmd 1, RTO !! [ 0.700598] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: smc 1 p2 err, cmd 1, RTO !! [ 0.709898] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: smc 1 p2 err, cmd 1, RTO !! [ 0.719191] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: smc 1 p2 err, cmd 1, RTO !! [ 0.727648] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: retry:set phase failed or over retry times [ 0.737523] sunxi:sunxi_mmc_host-4022000.sdmmc:[ERR]: retry:give up [ 0.744833] sunxi:sunxi_mmc_host-4020000.sdmmc:[ERR]: sdc0 :the host don't support tuning in kernel [ 1.235336] sunxi:sunxi_sidefuse init success! [ 1.241281] inno-combphy 4f00000.phy: get select3v3-supply fail [ 1.740355] sunxi-rc-recv 2005000.irrx: sunxi_irrx_resource_get: get ir protocol failed [ 1.771768] sunxi:axp2202_battery:[ERR]: axp2202-battery device is not configed [ 1.794813] sunxi-rfkill soc@3000000:rfkill: get gpio chip_en failed [ 1.804693] [NAND][NE] Not found valid nand node on dts [ 3.128108] cma: cma_alloc: reserved: alloc failed, req-size: 512 pages, ret: -12 [ 4.777883] sunxi:VE:[ERR]: 409 map_max_ve_freq_by_vf_sun55iw3(): can not match dvfs[0x1] and vol[900 mv], use default ve_freq [ 4.815646] cma: cma_alloc: reserved: alloc failed, req-size: 512 pages, ret: -12 [ 4.827791] sunxipart: failed to parse sunxi_gpt! [ 5.002596] sunxi:sound-mach:[ERR]: 535 simple_parse_of(): simple_dai_link_of failed [ 5.046546] sunxi:sound-codec-hdmi:[ERR]: 442 sunxi_codec_dev_probe(): register codec-hdmi success [ 5.064198] sunxi:sound-mach:[ERR]: 535 simple_parse_of(): simple_dai_link_of failed [ 5.084859] debugfs: Directory '7114000.i2s2_plat' with parent 'sndhdmi' already present! [ 5.094216] sunxi:sunxi_mmc_host-4021000.sdmmc:[ERR]: smc 2 p1 err, cmd 52, RTO !! [ 5.105028] sunxi:sunxi_mmc_host-4021000.sdmmc:[ERR]: smc 2 p1 err, cmd 52, RTO !! [ 5.175761] axp2202-bldo1: Restricting voltage, 3300000-1800000uV [ 5.182730] sunxi-rfkill soc@3000000:rfkill: wlan power[0] (axp2202-bldo1) set voltage failed [ 5.192433] sunxi-rfkill soc@3000000:rfkill: set power failed [ 5.250133] sunxi:sunxi_mmc_host-4021000.sdmmc:[ERR]: smc 2 p1 err, cmd 7, RTO !! [ 5.258714] sunxi:sunxi_mmc_host-4021000.sdmmc:[ERR]: smc 2 p1 err, cmd 7, RTO !! [ 5.267263] sunxi:sunxi_mmc_host-4021000.sdmmc:[ERR]: smc 2 p1 err, cmd 7, RTO !! [ 5.275819] sunxi:sunxi_mmc_host-4021000.sdmmc:[ERR]: smc 2 p1 err, cmd 7, RTO !! [ 5.310636] sunxi:sunxi_mmc_host-4021000.sdmmc:[ERR]: smc 2 p1 err, cmd 52, RTO !! [ 5.320383] sunxi:sunxi_mmc_host-4021000.sdmmc:[ERR]: smc 2 p1 err, cmd 52, RTO !! [ 5.625825] aicbsp: sdio_err:<aicwf_sdio_bus_pwrctl,1404>: bus down [ 6.762994] ieee80211 phy0: [ 6.762994] ******************************************************* [ 6.762994] ** CAUTION: USING PERMISSIVE CUSTOM REGULATORY RULES ** [ 6.762994] ******************************************************* Debian GNU/Linux 11 radxa-cubie-a5e ttyAS0 radxa-cubie-a5e login:
-
Normal boot with Bookworm for reference: [ 320.992063] watchdog: watchdog0: watchdog did not stop! [ 321.102430] reboot: Restarting system DDR 2d653b3476 typ 24/01/20-15:04:19,fwver: v1.21 In LP4/4x derate en, other dram:1x trefi ddrconfig:7 LPDDR4X, 324MHz BW=32 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=4096MB tdqss: cs0 dqs0: 48ps, dqs1: -48ps, dqs2: 24ps, dqs3: -120ps, tdqss: cs1 dqs0: 48ps, dqs1: -48ps, dqs2: 24ps, dqs3: -96ps, change to: 324MHz PHY drv:clk:36,ca:36,DQ:29,odt:0 vrefinner:24%, vrefout:41% dram drv:40,odt:0 clk skew:0x61 rx vref: 30.4% tx vref: 42.0% change to: 528MHz PHY drv:clk:36,ca:36,DQ:29,odt:0 vrefinner:24%, vrefout:41% dram drv:40,odt:0 clk skew:0x58 rx vref: 34.4% tx vref: 42.0% change to: 780MHz PHY drv:clk:36,ca:36,DQ:29,odt:60 vrefinner:16%, vrefout:41% dram drv:40,odt:0 clk skew:0x58 rx vref: 15.6% tx vref: 40.0% change to: 1560MHz(final freq) PHY drv:clk:36,ca:36,DQ:29,odt:60 vrefinner:16%, vrefout:22% dram drv:40,odt:80 vref_ca:00000071 clk skew:0x17 rx vref: 16.6% tx vref: 22.8% cs 0: the read training result: DQS0:0x36, DQS1:0x37, DQS2:0x36, DQS:0x30, min : 0xe 0x11 0x12 0x10 0x2 0x6 0x9 0x5 , 0xd 0xa 0x1 0x3 0xe 0xe 0xe 0xa , 0x10 0x11 0xb 0xa 0x3 0x5 0x5 0x6 , 0xa 0x8 0x4 0x2 0xe 0x12 0xd 0xf , mid :0x29 0x2b 0x2d 0x2a 0x1d 0x20 0x23 0x21 ,0x26 0x26 0x1d 0x1e 0x28 0x29 0x29 0x26 , 0x2c 0x2d 0x25 0x24 0x1c 0x1d 0x1e 0x1f ,0x24 0x21 0x1f 0x1b 0x28 0x2b 0x27 0x29 , max :0x44 0x45 0x48 0x45 0x39 0x3b 0x3d 0x3e ,0x3f 0x42 0x39 0x39 0x43 0x45 0x44 0x43 , 0x49 0x49 0x3f 0x3e 0x35 0x36 0x37 0x39 ,0x3f 0x3b 0x3a 0x35 0x43 0x45 0x41 0x43 , range:0x36 0x34 0x36 0x35 0x37 0x35 0x34 0x39 ,0x32 0x38 0x38 0x36 0x35 0x37 0x36 0x39 , 0x39 0x38 0x34 0x34 0x32 0x31 0x32 0x33 ,0x35 0x33 0x36 0x33 0x35 0x33 0x34 0x34 , the write training result: DQS0:0x20, DQS1:0xe, DQS2:0x1b, DQS3:0x4, min :0x70 0x74 0x74 0x72 0x64 0x68 0x6b 0x6a 0x68 ,0x5d 0x5a 0x53 0x53 0x5e 0x5e 0x5e 0x5b 0x58 , 0x6c 0x6d 0x68 0x68 0x5f 0x5e 0x5e 0x61 0x64 ,0x56 0x52 0x4e 0x4a 0x57 0x5a 0x52 0x5a 0x4e , mid :0x8b 0x8f 0x8f 0x8c 0x7d 0x81 0x84 0x82 0x81 ,0x78 0x76 0x6e 0x6c 0x79 0x77 0x78 0x75 0x72 , 0x88 0x89 0x81 0x81 0x79 0x77 0x78 0x7a 0x7d ,0x70 0x6c 0x69 0x62 0x72 0x73 0x6c 0x73 0x69 , max :0xa7 0xaa 0xab 0xa6 0x97 0x9b 0x9e 0x9b 0x9b ,0x93 0x93 0x89 0x86 0x94 0x91 0x92 0x8f 0x8c , 0xa5 0xa5 0x9b 0x9b 0x93 0x90 0x92 0x93 0x97 ,0x8a 0x86 0x84 0x7b 0x8d 0x8d 0x87 0x8d 0x84 , range0x37 0x36 0x37 0x34 0x33 0x33 0x33 0x31 0x33 ,0x36 0x39 0x36 0x33 0x36 0x33 0x34 0x34 0x34 , 0x39 0x38 0x33 0x33 0x34 0x32 0x34 0x32 0x3 ,0x34 0x34 0x36 0x31 0x36 0x33 0x35 0x33 0x36 , cs 1: the read training result: DQS0:0x36, DQS1:0x37, DQS2:0x36, DQS3:0x30, min : 0xe 0x11 0x12 0x10 0x2 0x6 0x9 0x5 , 0xd 0xa 0x1 0x3 0xe 0xe 0xe 0xa , 0x10 0x11 0xb 0xa 0x3 0x5 0x5 0x6 , 0a 0x8 0x4 0x2 0xe 0x12 0xd 0xf , mid :0x29 0x2b 0x2d 0x2a 0x1d 0x20 0x23 0x21 ,0x26 0x26 0x1d 0x1e 0x28 0x29 0x29 0x26 , 0x2c 0x2d 0x25 0x24 0x1c 0x1d 0x1e 0x1f ,0x24 0x21 0x1f 0x1b 0x28 0x2b 0x27 0x29 , max :0x44 0x45 0x48 0x45 0x39 0x3b 0x3d 0x3e ,0x3f 0x42 0x39 0x39 0x43 0x45 0x44 0x43 , 0x49 0x49 0x3f 0x3e 0x350x36 0x37 0x39 ,0x3f 0x3b 0x3a 0x35 0x43 0x45 0x41 0x43 , range:0x36 0x34 0x36 0x5 0x37 0x35 0x34 0x39 ,0x32 0x38 0x38 0x36 0x35 0x37 0x36 0x39 , 0x39 0x38 0x34 0x34 0x32 0x31 0x32 0x33 ,0x35 0x33 0x36 033 0x35 0x33 0x34 0x34 , the write training result: DQS0:0x20, DQS1:0xe, DQS2:0x1b, DQS3:0x4, min :0x70 0x74 0x74 0x72 0x64 0x68 0x6b 0x6a 0x68 ,0x5d 0x5a 0x53 0x53 0x5e 0x5e 0x5e 0x5b 0x58 , 0x6c 0x6d 0x68 0x68 0x5f 0x5e 0x5e 0x61 0x64 ,0x56 0x52 0x4e 0x4a 0x57 0x5a 0x52 0x5a 0x4e , mid :0x8b 0x8f 0x8f 0x8c 0x7d 0x81 0x84 0x82 0x81 ,0x78 0x76 0x6e 0x6c 0x79 0x77 0x78 0x75 0x72 , 0x88 0x89 0x81 0x81 0x79 0x77 0x78 0x7a 0x7d ,0x70 0x6c 0x69 0x62 0x72 0x73 0x6c 0x73 0x69 , max :0xa7 0xaa 0xab 0xa6 0x97 0x9b 0x9e 0x9b 0x9b ,0x93 0x93 0x89 0x86 0x94 0x91 0x92 0x8f 0x8c , 0xa5 0xa5 0x9b 0x9b 0x93 0x90 0x92 0x93 0x97 ,0x8a 0x86 0x84 0x7b 0x8d 0x8d 0x87 0x8d 0x84 , range:0x37 0x36 0x37 0x34 0x33 0x33 0x33 0x31 0x33 ,0x36 0x39 0x36 0x33 0x36 0x33 0x34 0x34 0x34 , 0x39 0x38 0x33 0x33 0x34 0x32 0x34 0x32 0x33 ,0x3 0x34 0x36 0x31 0x36 0x33 0x35 0x33 0x36 , CA Training result: cs:0 min :0x55 0x50 0x47 0x42 0x48 0x3e 0x4a ,0x53 0x4a 0x49 0x3f 0x47 0x3d 0x4c , cs:0 mid :0x92 0x91 0x84 0x82 0x85 0x7f 0x78 ,0x8f 0x8c 0x84 0x80 0x83 0x7f 0x7a , cs:0 max :0xcf 0xd2 0xc1 0xc3 0xc2 0xc1 0xa7 ,0xcb 0xce 0xc0 0xc2 0xbf 0xc1 0xa9 , cs:0 range:0x7a 0x82 0x7a 0x81 0x7a 0x83 0x5d ,0x78 0x84 0x77 0x83 0x78 0x84 0x5d , cs:1 min :0x51 0x54 0x46 0x47 0x47 0x44 0x4d ,0x53 0x4f 0x48 0x47 0x45 0x44 0x4c , cs:1 mid :0x91 0x90 0x86 0x84 0x85 0x80 0x7d ,0x93 0x8d 0x86 0x84 0x84 0x82 0x7a , cs:1 max :0xd2 0xcd 0xc6 0xc1 0xc4 0xbd 0xad ,0xd3 0xcc 0xc5 0xc1 0xc3 0xc0 0xa9 , cs:1 range:0x81 0x79 0x80 0x7a 0x7d 0x79 0x60 ,0x80 0x7d 0x7d 0x7a 0x7e 0x7c 0x5d , U-Boot PL board init U-Boot SPL 2017.09_armbian-2017.09-S93fe-P9666-Hbdb5-Vec91-Bbf55-R448a (Nov 06 2025 - 03:51:10) sfc cmd=0fH(6BH-x4) unknown raw ID 0 0 0 unrecognized JEDEC id bytes: 00, 00, 00 Trying to boot from MMC2 No misc partition spl: partition error Trying fit image at 0x400 sector ## Verified-boot: 0 ## Checking atf-1 0x00040000 ... sha256(b5946ac63d...) + OK ## Checking uboot 0x00a00000 ... sha256(f0e5ac3d0c...) + OK ## Checking fdt 0x00b55970 ... sha256(544a71302c...) + OK ## Checking atf-2 0xfdcc1000 ... sha256(b8dca786b4...) + OK ## Checking atf-3 0x0006b000 ... sha256(2f91089eb7...) + OK ## Checking atf-4 0xfdcce000 ... sha256(86ef885748...) + OK ## Checking atf-5 0xfdcd0000 ... sha256(0b2b146c60...) + OK ## Checking atf-6 0x00069000 ... sha256(a9a1e63bef...) + OK Jumping to U-Boot(0x00a00000) via ARM Trusted Firmware(0x00040000) Total: 272.770/429.344 ms INFO: Preloader serial: 2 NOTICE: BL31: v2.3():v2.3-645-g8cea6ab0b:cl, fwver: v1.44 NOTICE: BL31: Built : 16:36:43, Sep 19 2023 INFO: GICv3 without legacy support detected. INFO: ARM GICv3 driver initialized in L3 INFO: pmu v1 is valid 220114 INFO: l3 cache partition cfg-0 INFO: dfs DDR fsp_param[0].freq_mhz= 1560MHz INFO: dfs DDR fsp_param[1].freq_mhz= 324MHz INFO: dfs DDR fsp_param[2].freq_mhz= 528MHz INFO: dfs DDR fsp_param[3].freq_mhz= 780MHz INFO: Using opteed sec cpu_context! INFO: boot cpu mask: 0 INFO: BL31: Initializing runtime services WARNING: No OPTEE provided by BL2 boot loader, Booting device without OPTEE initialization. SMC`s destined for OPTEE will return SMC_UNK ERROR: Error initializing runtime service opteed_fast INFO: BL31: Preparing for EL3 exit to normal world INFO Entry point address = 0xa00000 INFO: SPSR = 0x3c9 U-Boot 2017.09-armbian-2017.09-S2284-P8c48-Hfac6-V02d4-Bda0a-R448a (Nov 20 2024 - 17:01:23 +0000) Model: Radxa E25 Carrier Board MPIDR: 0x81000000 PreSerial: 2, raw, 0xfe660000 DRAM: 4 GiB Sysmem: init Relocation Offset: ed20a000 Relocation fdt: eb9f6638 - eb9fecc8 CR: M/C/I Using default environment DM: v1 dwmmc@fe2b0000: 1, dwmmc@fe2c0000: 2, sdhci@fe310000: 0 switch to partitions #0, OK mmc1 is current device Boot from SDcard Bootdev(scan): mmc 1 MMC1: Legacy, 52Mhz PartType: EFI No misc partition boot mode: one FIT: No boot partition Failed to load DTB, ret=-19 No vali DTB, ret=-22 Failed to get kernel dtb, ret=-22 I2c0 speed: 100000Hz vsel-gpios- not found! Error: -2 FAN53555Opton[12] Rev[15] Detected! vdd_cpu init 900000 uV PMIC: RK8090 (on=0x02, off=0x00) vdd_logic init 900000 uV vdd_gpu init 900000 uV vdd_npu init 900000 uV io-domain: OK Failed to get scmi clk dev dmc_fsp failed, ret=-19 Model: Radxa E25 Carrier Board MPIDR: 081000000 ## Error: Can't overwrite "ethaddr" ## Error inserting "ethaddr" variable, errno=1 ## Error: Can't overwrite "eth1addr" ## Error inserting "eth1addr" variable, errno=1 CLK: (sync kernel. arm: enter 816000 KHz, init 816000 KHz, kernel 0N/A) apll 816000 KHz dpll 780000 KHz gpll 1188000 KHz cpll 1000000 KHz npll 1200000 KHz vpll 24000 KHz hpll 24000 KHz ppll 200000 KHz armclk 816000 KHz aclk_bus 150000 KHz pclk_bus 100000 KHz aclk_top_high 300000 KHz aclk_top_low 200000 KHz hclk_top 150000 KHz pclk_top 100000 KHz aclk_perimid 300000 KHz hclk_perimid 150000 KHz pclk_pmu 100000 KHz No msc partition Net: No ethernet found. Hit key to stop autoboot('CTRL+C'): 0 starting USB... Bus dwc3@fcc00000: usb maximum-speed not found Register 2000140 NbrPorts 2 Starting the controller USB XHCI 1.10 Bus dwc3@fd000000: usb maximum-speed not found Register 2000140 NbrPorts 2 Starting the controller USB XHCI 1.10 scanning bus dwc3@fcc00000 for devices... 1 USB Device(s) found scanning bus dwc3@fd000000 for devices... 1 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Device 0: unknown device switch to partitions #0, OK mmc1 is current device Scanning mmc 1:1... Found U-Boot script /boot.scr reading /boot.scr 4149 bytes read in 2 ms (2 MiB/s) ## Executin script at 00c00000 Boot script loaded from mmc 1:1 reading /armbianEnv.txt 234 bytes read in 1 ms (228.5 KiB/s) reading /uInitrd 14321257 bytes read in 1191 ms (11.5 MiB/s) reading Image 30097920 bytes read in 2500 ms (11.5 MiB/s) reading /dtb/rockchip/rk356-radxa-e25.dtb 117127 bytes read in 16 ms (7 MiB/s) Trying kaslrseed command... Info: Unknown command can be safely ignored since kaslrseed does not apply to all boards. Unknown command 'kaslrseed' - try 'help' Fdt Ramdisk skip relocation No misc partition ## Loading init Ramdisk from Legacy Image at 0a200000 ... Image Name: uInitrd Image Type: AArch64 Linux RAMDisk Image (gzip compressed) Data Size: 14321193 Bytes = 13.7 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 0x08300000 Booting using the fdt blob at 0x08300000 reserving fdt memory region: addr=8300000 size=82000 Using Device Tree in place at 0000000008300000, end 0000000008384fff can't found rockchip,drm-logo, use rockchip,fb-logo WARNING: could not set reg FDT_ERR_BADOFFSET. failed to reserve fb-loader-logo memory WARNING: could not set reg FDT_ERR_BADOFFSET. Adding bank: 0x00200000 - 0xf0000000 (size: 0xefe00000) Adding bank: 0x1f0000000 - 0x200000000 (size: 0x10000000) Totl: 7590.510/7597.227 ms Starting kernel ... Armbian 24.11.1 Bookworm ttyS2 radxa-e25 login:
-
Update... I figured out how to do it. Oh, and the docs show the baud rate to be 115200 like normal devices, but no - it's actually 1500000 baud. ---- Reopened serial port /dev/tty.usbserial-3120 ---- DDR 2d653b3476 typ 24/01/20-15:04:19,fwver: v1.21 In LP4/4x derate en, other dram:1x trefi ddrconfig:7 LPDDR4X, 324MHz BW=32 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=4096MB tdqss: cs0 dqs0: 48ps, dqs1: -48ps, dqs2: 24ps, dqs3: -120ps, tdqss: cs1 dqs0: 48ps, dqs1: -48ps, dqs2: 24ps, dqs3: -96ps, change to: 324MHz PHY dr:clk:36,ca:36,DQ:29,odt:0 vrefinner:24%, vrefout:41% dram drv:40,odt:0 clk skew:0x61 rx vref: 30.4% tx vref: 40.0% change to: 528MHz PHY drv:clk:36,ca:36,DQ:29,odt:0 vrefinner:24%, vrefout:41% dram drv:40,odt:0 clk skew:0x58 rx vref: 34.4% tx vref: 40.0% change to: 80MHz PHY drv:clk:36,ca:36,DQ:29,odt:60 vrefinner:16%, vrefout:41% dram drv:40,odt:0 clk skew:0x58 rx vref: 15.6% tx vref: 40.0% change to: 1560MHz(final freq) PHY drv:clk:36,ca:36,DQ:29,odt:60 vrefinner:16%, vrefout:22% dram drv:40,odt:80 vref_ca:00000071 clk skew:0x17 rx vref: 16.6% tx vref: 22.8% cs 0: the read training result: DQS0:0x35, DQS1:0x36, DQS2:0x35, DQS3:0x2f, min : 0xf 0x11 0x12 0x10 0x2 0x6 0x8 0x6 , 0xe 0xb 0x1 0x3 0xe 0xe 0xe 0xa , 0x10 0x10 0xb 0xa 0x2 0x4 0x6 0x6 , 0xa 0x7 0x4 0x1 0xe 0x11 0xc 0xf , mid :0x29 0x2b 0x2c 0x2a 0x1d 0x20 0x22 0x21 ,0x26 0x26 0x1 0x1e 0x28 0x28 0x28 0x25 , 0x2b 0x2b 0x24 023 0x1b 0x1d 0x1e 0x1f ,0x24 0x20 0x1e 0x1a 0x27 02a 0x25 0x28 , max :0x43 0x45 0x47 0x44 0x38 0x3a 0x3c 0x3d ,0x3e 0x41 0x38 0x39 0x42 0x43 0x43 0x41 , 0x47 0x4 0x3e 0x3d 0x34 0x36 0x36 0x39 ,0x3e 0x3a 0x38 0x34 0x40 0x43 0x3e 0x41 , range:0x34 0x34 0x35 0x34 0x36 0x34 0x34 0x37 ,0x30 0x36 0x37 0x36 0x34 0x35 0x35 0x37 , 0x37 0x37 0x33 0x33 0x32 0x32 0x30 0x33 ,0x34 0x33 0x34 0x33 0x32 0x32 0x32 0x32 , the write training result: DQS0:0x20, DQS1:0xe, DQS2:0x1b, DQS3:0x4, min :0x6f 0x73 0x74 0x71 0x63 0x68 x6a 0x6a 0x68 ,0x5c 0x59 0x52 0x52 0x5d 0x5d 0x5d 0x5b 0x58 , 0x6c 0x6d 0x68 0x68 0x5f 0x5e 0x5d 0x61 0x64 ,0x55 0x51 0x4e 0x4a 0x57 0x59 0x51 0x59 0x4e , mid :0x8b 0x8e 0x8f 0x8b 0x7c 0x82 0x84 0x82 0x81 ,0x76 0x75 0x6d 0x6c 0x78 0x76 0x76 0x75 0x71 , 0x88 0x89 0x81 0x81 0x79 0x76 0x77 0x7a 0x7d ,0x6f 0x6b 0x68 0x62 0x71 0x72 0x6c 0x73 0x68 , max :0xa7 0xa9 0xaa 0xa6 0x96 0x9c 0x9e 0x9a 0x9a ,0x910x91 0x89 0x86 0x93 0x90 0x90 0x8f 0x8b , 0xa5 0xa5 0x9b 0x9a 0x93 0x8f 0x92 0x93 0x97 ,0x89 0x86 0x83 0x7b 0x8c 0x8c 0x87 0x8d 0x83 , range:0x38 0x36 0x36 0x35 0x33 0x34 0x34 0x30 0x32 ,0x35 0x38 0x37 0x34 0x36 0x33 0x33 0x34 0x33 , 0x39 0x38 0x33 0x32 0x34 0x31 0x35 0x32 0x33 ,0x34 0x35 0x35 0x31 0x35 0x33 0x36 0x34 0x35 , cs 1: the read training result: DQS0:0x35, DQS1:0x36, DQS2:0x35, DQS3:0x2f, min : 0xf 0x11 0x12 0x10 0x2 0x6 0x8 0x6 , 0xe 0xb 0x1 0x3 0xe 0xe 0xe 0xa , 0x10 0x10 0b 0xa 0x2 0x4 0x6 0x6 , 0xa 0x7 0x4 0x1 0xe 0x11 0xc 0xf , mid :029 0x2b 0x2c 0x2a 0x1d 0x20 0x22 0x21 ,0x26 0x26 0x1c 0x1e 0x28 0x28 0x28 0x25 , 0x2b 0x2b 0x24 0x23 0x1b 0x1d 0x1e 0x1f ,0x24 0x20 0x1e 0x1a 0x27 0x2a 0x25 0x28 , max :0x43 0x45 0x47 0x44 0x38 0x3a 0x3c 0x3d ,0x3e 0x41 0x38 0x39 0x42 0x43 0x43 0x41 , 0x47 0x47 0x3e 0x3d 0x34 0x36 0x36 0x39 ,0x3e 0x3a 0x38 0x34 0x40 0x43 0x3e 0x41 , range:0x34 0x34 0x35 0x34 0x36 0x34 0x34 0x37 ,0x30 0x36 0x37 0x36 0x34 0x35 0x35 0x37 , 0x37 0x37 0x33 0x33 0x32 0x32 0x30 0x33 ,0x34 0x33 0x34 0x33 0x32 0x32 0x32 0x32 , the write training result: DQS0:0x20, DQS1:0xe, DQS2:0x1b, DQS3:0x4, min :0x6f 0x73 0x74 0x71 0x63 0x68 0x6a 0x6a 0x68 ,0x5c 0x59 0x52 0x52 0x5d 0x5d 0x5d 0x5b 0x58 , 0x6c 0x6d 0x68 0x68 0x5f 0x5e 0x5d 0x61 0x64 ,0x55 0x51 0x4e0x4a 0x57 0x59 0x51 0x59 0x4e , mid :0x8b 0x8e 0x8f 0x8b 0x7c 0x82 0x84 0x82 0x81 ,0x76 0x75 0x6d 0x6c 0x78 0x76 0x76 0x75 0x7 , 0x88 0x89 0x81 0x81 0x79 0x76 0x77 0x7a 0x7d ,0x6f 0x6b 0x68 0x62 0x71 0x72 0x6c 0x73 0x68 , max :0xa7 0xa9 0xaa 0xa6 0x96 0x9c 0x9e 0x9a 0x9a ,0x91 0x91 0x89 0x86 0x93 0x90 0x90 0x8f 0x8b , 0xa5 0xa5 0x9b 0x9a 0x93 0x8f 0x92 0x93 0x97 ,0x89 0x86 0x83 0x7b 0x8c 0x8c 0x87 0x8d 0x83 , range:0x38 0x36 0x36 0x35 0x33 0x34 0x34 0x30 0x32 ,0x35 0x38 0x37 0x34 0x36 0x33 0x33 0x34 0x33 , 0x39 0x38 0x33 0x32 0x34 0x31 0x35 0x32 0x33 ,0x34 0x35 0x35 0x31 0x35 0x33 0x36 0x34 0x35 , CA Training result: cs:0 min :0x55 0x50 0x47 0x42 0x48 0x3f 0x4a ,0x53 0x4a 0x49 0x3f 0x47 0x3e 0x4c , cs0 mid :0x92 0x91 0x84 0x82 0x85 x80 0x78 ,0x8f 0x8c 0x84 0x80 0x83 0x7f 0x7a , cs:0 max :0xcf 0xd2 0xc1 0xc3 0xc2 0xc1 0xa7 ,0xcb 0xce 0xc0 0xc2 0xbf 0xc1 0xa9 , cs:0 range:0x7 0x82 0x7a 0x81 0x7a 0x82 x5d ,0x78 0x84 0x77 0x83 0x78 0x3 0x5d , cs:1 min :0x52 0x54 0x47 0x47 0x47 0x44 0x4e ,0x54 0x4f 0x48 0x47 0x45 0x45 0x4b , cs:1 mid :0x92 0x91 0x86 0x84 0x85 0x81 0x7d ,0x94 0x8d 0x87 0x84 0x84 0x82 0x7b , cs:1 max :0xd3 0xce 0xc6 0xc2 0xc4 0xbe 0xad ,0xd5 0xcc 0xc6 0xc1 0xc3 0xc0 0xab , cs:1 range:0x81 0x7a 0x7f 0x7b 0x7d 0x7a 0x5f ,0x81 0x7d 0x7e 0x7a 0x7e 0x7b 0x60 , out U-Boot SPL board init U-Boot SPL 2017.09_armbian-2017.09-S93fe-P9666-Hbdb5-Vec91-Bbf55-R448a (Nov 06 2025 - 03:5:10) sfc cmd=0fH(6BH-x4) unknown raw ID 0 0 0 unrecognized JEDEC id bytes: 00, 00, 00 Trying to boot from MMC2 No misc partition spl: partition error Trying fit image at 0x4000 sector ## Verified-boot: 0 ## Checking atf-1 0x00040000 ... sha256(b5946ac63d...) + OK ## Checking uboot 0x00a00000 ... sha256(2ba66b66df...) + OK ## Checking fdt 0x00b53a98 ... sha256(e3b0c44298...) + OK fdt_record_loadable: FDT_ERR_BADMAGIC ## Checking atf-2 0xfdcc1000 ... sha256(b8dca786b4...) + OK fdt_record_loadable: FDT_ERR_BADMAGIC ## Checking atf-3 0x0006b000 ... sha256(2f91089eb7...) + OK fdt_record_loadable: FDT_ERR_BADMAGIC ## Checking atf-4 0xfdcce000 ... sha256(86ef885748..) + OK fdt_record_loadable: FDT_ERR_BADMAGIC ## Checing atf-5 0xfdcd0000 ... sha256(0b2b146c60..) + OK fdt_record_loadable FDT_ERR_BADMAGIC ## Checking atf-6 0x00069000 ... sha256(a9a1e63bef...) + OK fdt_record_loadable: FDT_ERR_BADMAGIC Jumping to UBoot(0x00a00000) via ARM Trusted Firmware(0x00040000) Total: 282.455/439.40 ms INFO: reloader serial: 2 NOTICE: BL31: v2.3():v2.3-645-g8cea6ab0b:cl, fwver: v1.44 NOTICE: BL31: Built : 16:36:43, Sep 19 2023 INFO: GICv3 without legacy support detected. INFO: ARM GICv3 driver initialized in EL3 INFO: pmu v1 is valid 220114 INFO: l3 cache partition cfg-0 INF: dfs DDR fsp_param[0].freq_mhz= 1560MHz INFO: dfs DDR fsp_param[1].freq_mhz= 324MHz INFO: dfs DDR fsp_param[2].freq_mhz= 528MHz INFO: dfs DDR fsp_param[3].freq_mhz= 780MHz INFO: Using opteed sec cpu_context! INFO: boot cpu mask: 0 INFO: BL31: Initializing runtime ervices WARNING: No OPTEE provided by BL2 boot loader, Booting device without OPTEE initialization. SMC`s destined for OPTEE will return SMC_UNK ERROR: Error initializing runtime service opteed_fast INFO: BL31: Preparing for EL3 exit to normal world INFO: Entry point address = 0xa00000 INFO: SPSR = 0x3c9 No valid device tree binary found - please append one to U-Boot binary, use u-boot-dtb.bin or define CONFIG_OF_EMBED. For sandbox, use -d <file.dtb> initcall sequence 0000000000ad26c0 failed at call 0000000000ac4528 (err=-1) ### ERROR ### Please RESET the board ###
-
Ya, I know, but I haven't figured out how to work with these devices that have "built in" serial->USB adapters. The USBC becomes a serial port when connected to my computer, but that also powers it on, and it's not actually a port until the e25 has power. It's a catch-22. It needs power for the port to appear, and by the time the port appears and you've already missed part of the log. The e20c is much better, it has a separate power and debug port. 🙂 https://www.dropbox.com/scl/fi/u27poqubrg4rywz1xfjo5/IMG_3840.jpeg?rlkey=1mbl58bl8cy0b9i1s3xxjuh6y&dl=0
-
The Radxa bullseye image looks to boot fine, but Armbian forky does not boot at all.
-
I don't see it specifically listed, but does Armbian run on the Beaglebone black?
-
Build dropped today with NVME and WiFi support for a5e: https://www.armbian.com/radxa-cubie-a5e/
-
Just confirmed. Running bookworm on the same RockPi-S, it "just works". Any suggestions on what happened in Trixie and if there's a fix?
-
Can't seem to get bluetooth working with trixie and pipewire. I can pair & trust, just can't connect. Failed to connect: org.bluez.Error.Failed br-connection-profile-unavailable Anyone else had this issue? Was working fine on a cubie running bullseye, so next maybe I'll try and older os and see...
-
Dec 25th image for Cubie a5e is not a bootable image
Meestor_X replied to Meestor_X's topic in Allwinner sunxi
From what I hear, that could a long time coming for trixie and the a5e. -
Dec 25th image for Cubie a5e is not a bootable image
Meestor_X replied to Meestor_X's topic in Allwinner sunxi
I forget if WiFi is supported yet for this board in Armbian. I know that PCIe/NVME is not, as well as USB3. Not sure if 2nd Ethernet nic and WiFi is supported yet. From what I hear, it may be quite some time until a trixie build can be made to support the hardware on this board. Radxa's os is still on Bullseye (which is ridiculous, IMHO) -
Dec 25th image for Cubie a5e is not a bootable image
Meestor_X replied to Meestor_X's topic in Allwinner sunxi
That fixed the image writing error, and it does boot. However, it also crashes with a kernel panic... radxa-cubie-a5e login: root Password: _ _ _ __ __ _ _ _ /_\ _ _ _ __ | |__(_)__ _ _ _ ___ _ _ _ _ ___ / _|/ _(_)__(_)__ _| | / _ \| '_| ' \| '_ \ / _` | ' \___| || | ' \/ _ \ _| _| / _| / _` | | /_/ \_\_| |_|_|_|_.__/_\__,_|_||_| \_,_|_||_\___/_| |_| |_\__|_\__,_|_| v26.02 rolling for radxa cubie a5e running Armbian Linux 6.18.2-edge-sunxi64 Packages: Debian stable (trixie) Support: DIY (custom image) IPv4: (LAN) 192.168.1.29 (WAN) 75.159.194.201 IPv6: 2001:56a:7490:ce00:1010:b0ff:fe32:6e82 (WAN) 2001:56a:7490:ce00:50a4:a426:bd37:13c8 Performance: Load: 14% Uptime: 3 minutes Memory usage: 7% of 1.93G CPU temp: 39°C Usage of /: 3% of 58G Commands: Configuration : armbian-config Monitoring : htop root@radxa-cubie-a5e:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS mmcblk0 179:0 0 59.5G 0 disk ������mmcblk0p1 179:1 0 512M 0 part /boot ������mmcblk0p2 179:2 0 58.4G 0 part /var/log.hdd / zram0 254:0 0 989.2M 0 disk [SWAP] zram1 254:1 0 50M 0 disk /var/log zram2 254:2 0 0B 0 disk root@radxa-cubie-a5e:~# INFO: task rfkill:1190 blocked for more than 120 seconds. Tainted: G O 6.18.2-edge-sunxi64 #17 "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. task:rfkill state:D stack:0 pid:1190 tgid:1190 ppid:1 task_flags:0x400100 flags:0x00000019 Call trace: __switch_to+0xcc/0x178 (T) __schedule+0x328/0x948 schedule+0x30/0x100 schedule_timeout+0xc4/0xd4 wait_for_completion+0x84/0x144 mmc_wait_for_req_done+0x68/0x94 mmc_wait_for_req+0xa4/0xec mmc_wait_for_cmd+0x50/0x6c mmc_io_rw_direct+0x88/0x110 sdio_release_irq+0x6c/0x120 aicbsp_sdio_release+0x28/0x78 [aic8800_bsp] aicbsp_set_subsys+0x264/0x28c [aic8800_bsp] bluetooth_set_power+0x3c/0x70 [aic8800_btlpm] rfkill_set_block+0x8c/0x16c [rfkill] rfkill_fop_write+0x118/0x20c [rfkill] vfs_write+0xbc/0x350 ksys_write+0xc0/0xe0 __arm64_sys_write+0x18/0x20 invoke_syscall.constprop.0+0x4c/0xd8 do_el0_svc+0x3c/0xb8 el0_svc+0x38/0x140 el0t_64_sync_handler+0x98/0xdc el0t_64_sync+0x170/0x174 Kernel panic - not syncing: hung_task: blocked tasks CPU: 5 UID: 0 PID: 60 Comm: khungtaskd Tainted: G O 6.18.2-edge-sunxi64 #17 PREEMPT Tainted: [O]=OOT_MODULE Hardware name: Radxa Cubie A5E (DT) Call trace: show_stack+0x14/0x1c (C) dump_stack_lvl+0x30/0x80 dump_stack+0x14/0x1c vpanic+0x2cc/0x2f8 nmi_panic+0x0/0x5c watchdog+0x274/0x6bc kthread+0x114/0x1cc ret_from_fork+0x10/0x20 SMP: stopping secondary CPUs Kernel Offset: disabled CPU features: 0x080000,00008000,48006281,0400701b Memory Limit: none ---[ end Kernel panic - not syncing: hung_task: blocked tasks ]--- Here's the 1st part of the boot log: U-Boot SPL 2026.01-rc5_armbian-2026.01-rc5-S0f6f-Peafc-He0b4-V2edd-B4d1d-R448a (Dec 30 2025 - 18:27:43 +0000) DRAM: 2048 MiB Trying to boot from MMC1 NOTICE: BL31: v2.13.0(debug):armbian NOTICE: BL31: Built : 17:24:26, Dec 30 2025 NOTICE: BL31: Detected Allwinner A523 SoC (1890) NOTICE: BL31: Found U-Boot DTB at 0xa0ab958, model: Radxa Cubie A5E INFO: Configuring SPC Controller INFO: BL31: Platform setup done INFO: GICv3 without legacy support detected. INFO: ARM GICv3 driver initialized in EL3 INFO: Maximum SPI INTID supported: 287 INFO: BL31: Initializing runtime services INFO: BL31: cortex_a55: CPU workaround for erratum 1530923 was applied INFO: PSCI: Suspend is unavailable INFO: BL31: Preparing for EL3 exit to normal world INFO: Entry point address = 0x4a000000 INFO: SPSR = 0x3c9 ns16550_serial serial@2500000: pinctrl_select_state_full: uclass_get_device_by_phandle_id: err=-19 U-Boot 2026.01-rc5_armbian-2026.01-rc5-S0f6f-Peafc-He0b4-V2edd-B4d1d-R448a (Dec 30 2025 - 18:27:43 +0000) Allwinner Technology CPU: Allwinner A523 (SUN55I) Model: Radxa Cubie A5E DRAM: 2 GiB sunxi_set_gate: (CLK#35) unhandled Core: 77 devices, 22 uclasses, devicetree: separate WDT: Not starting watchdog@2050000 MMC: mmc@4020000: 0 Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1... In: serial@2500000 Out: serial@2500000 Err: serial@2500000 Net: eth0: ethernet@4500000 starting USB... sun4i_usb_phy phy@4100400: External vbus detected, not enabling our own vbus USB EHCI 1.00 USB OHCI 1.0 USB EHCI 1.00 USB OHCI 1.0 Bus usb@4101000: 1 USB Device(s) found Bus usb@4101400: 1 USB Device(s) found Bus usb@4200000: 1 USB Device(s) found Bus usb@4200400: 1 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... Found U-Boot script /boot.scr 4641 bytes read in 2 ms (2.2 MiB/s) ## Executing script at 4fc00000 U-boot loaded from SD Boot script loaded from mmc 239 bytes read in 1 ms (233.4 KiB/s) Load fdt: /dtb/allwinner/sun55i-a527-cubie-a5e.dtb 33947 bytes read in 6 ms (5.4 MiB/s) Working FDT set to 4fa00000 Failed to load '/dtb/allwinner/overlay/sun55i-a527-fixup.scr' 15461313 bytes read in 642 ms (23 MiB/s) 31652352 bytes read in 1311 ms (23 MiB/s) Moving Image from 0x40080000 to 0x40200000, end=0x42120000 ## Loading init Ramdisk from Legacy Image at 4ff00000 ... Image Name: uInitrd Image Type: AArch64 Linux RAMDisk Image (gzip compressed) Data Size: 15461249 Bytes = 14.7 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 4fa00000 Booting using the fdt blob at 0x4fa00000 Working FDT set to 4fa00000 Loading Ramdisk to 49141000, end 49fffb81 ... OK Loading Device Tree to 00000000490d0000, end 0000000049140fff ... OK Working FDT set to 490d0000 Starting kernel ... Booting Linux on physical CPU 0x0000000000 [0x412fd050] Linux version 6.18.2-edge-sunxi64 (build@armbian) (aarch64-linux-gnu-gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0, GNU ld (GNU Binutils for Ubuntu) 2.42) #17 SMP PREEMPT Thu Dec 18 13:03:43 UTC 2025 KASLR disabled due to lack of seed Machine model: Radxa Cubie A5E efi: UEFI not found. OF: reserved mem: Reserved memory: No reserved-memory node in the DT Zone ranges: DMA [mem 0x0000000040000000-0x00000000bfffffff] DMA32 empty Normal empty Movable zone start for each node Early memory node ranges node 0: [mem 0x0000000040000000-0x00000000bfffffff] Initmem setup node 0 [mem 0x0000000040000000-0x00000000bfffffff] cma: Reserved 64 MiB at 0x00000000b9800000 psci: probing for conduit method from DT. psci: PSCIv1.1 detected in firmware. psci: Using standard PSCI v0.2 function IDs psci: MIGRATE_INFO_TYPE not supported. psci: SMC Calling Convention v1.5 percpu: Embedded 24 pages/cpu s58712 r8192 d31400 u98304 Detected VIPT I-cache on CPU0 CPU features: detected: GICv3 CPU interface CPU features: detected: Virtualization Host Extensions CPU features: detected: ARM errata 1165522, 1319367, or 1530923 alternatives: applying boot alternatives Kernel command line: root=UUID=2782653c-c693-428c-b157-01071e773e18 rootwait rootfstype=ext4 splash=verbose console=ttyS0,115200 console=tty1 consoleblank=0 loglevel=7 ubootpart=3633d9eb-8271-425a-9e37-7ba36a001dbc usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u cgroup_enable=memory Unknown kernel command line parameters "splash=verbose ubootpart=3633d9eb-8271-425a-9e37-7ba36a001dbc cgroup_enable=memory", will be passed to user space. printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear) software IO TLB: SWIOTLB bounce buffer size adjusted to 2MB software IO TLB: area num 8. software IO TLB: mapped [mem 0x00000000b9600000-0x00000000b9800000] (2MB) Built 1 zonelists, mobility grouping on. Total pages: 524288 mem auto-init: stack:all(zero), heap alloc:off, heap free:off SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 rcu: Preemptible hierarchical RCU implementation. Trampoline variant of Tasks RCU enabled. Tracing variant of Tasks RCU enabled. rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 GIC: enabling workaround for GICv3: non-coherent attribute GICv3: GIC: Using split EOI/Deactivate mode GICv3: 256 SPIs implemented GICv3: 0 Extended SPIs implemented Root IRQ handler: gic_handle_irq GICv3: GICv3 features: 16 PPIs GICv3: GICD_CTLR.DS=0, SCR_EL3.FIQ=0 GICv3: CPU0: found redistributor 0 region 0:0x0000000003460000 ITS [mem 0x03440000-0x0345ffff] GIC: enabling workaround for ITS: non-coherent attribute ITS@0x0000000003440000: allocated 8192 Devices @42470000 (indirect, esz 8, psz 64K, shr 0) ITS@0x0000000003440000: allocated 32768 Interrupt Collections @42480000 (flat, esz 2, psz 64K, shr 0) ITS: using cache flushing for cmd queue GICv3: using LPI property table @0x0000000042490000 GIC: using cache flushing for LPI property table GICv3: CPU0: using allocated LPI pending table @0x00000000424a0000 rcu: srcu_init: Setting srcu_struct sizes based on contention. arch_timer: cp15 timer running at 24.00MHz (phys). clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns Console: colour dummy device 80x25 printk: legacy console [tty1] enabled Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) pid_max: default: 32768 minimum: 301 LSM: initializing lsm=capability,yama,selinux,tomoyo Yama: becoming mindful. SELinux: Initializing. TOMOYO Linux initialized Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) cacheinfo: Unable to detect cache hierarchy for CPU 0 rcu: Hierarchical SRCU implementation. rcu: Max phase no-delay instances is 1000. Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level EFI services will not be available. smp: Bringing up secondary CPUs ... Detected VIPT I-cache on CPU1 GICv3: CPU1: found redistributor 100 region 0:0x0000000003480000 GICv3: CPU1: using allocated LPI pending table @0x00000000424b0000 CPU1: Booted secondary processor 0x0000000100 [0x412fd050] Detected VIPT I-cache on CPU2 GICv3: CPU2: found redistributor 200 region 0:0x00000000034a0000 GICv3: CPU2: using allocated LPI pending table @0x00000000424c0000 CPU2: Booted secondary processor 0x0000000200 [0x412fd050] Detected VIPT I-cache on CPU3 GICv3: CPU3: found redistributor 300 region 0:0x00000000034c0000 GICv3: CPU3: using allocated LPI pending table @0x00000000424d0000 CPU3: Booted secondary processor 0x0000000300 [0x412fd050] Detected VIPT I-cache on CPU4 GICv3: CPU4: found redistributor 400 region 0:0x00000000034e0000 GICv3: CPU4: using allocated LPI pending table @0x00000000424e0000 CPU4: Booted secondary processor 0x0000000400 [0x412fd050] Detected VIPT I-cache on CPU5 GICv3: CPU5: found redistributor 500 region 0:0x0000000003500000 GICv3: CPU5: using allocated LPI pending table @0x00000000424f0000 CPU5: Booted secondary processor 0x0000000500 [0x412fd050] Detected VIPT I-cache on CPU6 GICv3: CPU6: found redistributor 600 region 0:0x0000000003520000 GICv3: CPU6: using allocated LPI pending table @0x0000000042500000 CPU6: Booted secondary processor 0x0000000600 [0x412fd050] Detected VIPT I-cache on CPU7 GICv3: CPU7: found redistributor 700 region 0:0x0000000003540000 GICv3: CPU7: using allocated LPI pending table @0x0000000042510000 CPU7: Booted secondary processor 0x0000000700 [0x412fd050] smp: Brought up 1 node, 8 CPUs SMP: Total of 8 processors activated. CPU: All CPU(s) started at EL2 CPU features: detected: 32-bit EL0 Support CPU features: detected: 32-bit EL1 Support CPU features: detected: Data cache clean to the PoU not required for I/D coherence CPU features: detected: Common not Private translations CPU features: detected: CRC32 instructions CPU features: detected: RCpc load-acquire (LDAPR) CPU features: detected: LSE atomic instructions CPU features: detected: Privileged Access Never CPU features: detected: PMUv3 CPU features: detected: Speculative Store Bypassing Safe (SSBS) alternatives: applying system-wide alternatives Memory: 1936768K/2097152K available (15040K kernel code, 1534K rwdata, 10588K rodata, 3584K init, 854K bss, 90016K reserved, 65536K cma-reserved) devtmpfs: initialized clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns posixtimers hash table entries: 4096 (order: 4, 65536 bytes, linear) futex hash table entries: 2048 (131072 bytes on 1 NUMA nodes, total 128 KiB, linear). 24800 pages in range for non-PLT usage 516320 pages in range for PLT usage pinctrl core: initialized pinctrl subsystem DMI not present or invalid. NET: Registered PF_NETLINK/PF_ROUTE protocol family DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations audit: initializing netlink subsys (disabled) audit: type=2000 audit(0.032:1): state=initialized audit_enabled=0 res=1 thermal_sys: Registered thermal governor 'fair_share' thermal_sys: Registered thermal governor 'bang_bang' thermal_sys: Registered thermal governor 'step_wise' thermal_sys: Registered thermal governor 'user_space' cpuidle: using governor ladder cpuidle: using governor menu hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. ASID allocator initialised with 65536 entries /soc/clock-controller@2001000: Fixed dependency cycle(s) with /soc/rtc@7090000 /soc/interrupt-controller@3400000: Fixed dependency cycle(s) with /soc/interrupt-controller@3400000 /soc/clock-controller@7010000: Fixed dependency cycle(s) with /soc/clock-controller@2001000 /soc/clock-controller@7010000: Fixed dependency cycle(s) with /soc/rtc@7090000 /soc/rtc@7090000: Fixed dependency cycle(s) with /soc/clock-controller@7010000 /soc/clock-controller@2001000: Fixed dependency cycle(s) with /soc/rtc@7090000 /soc/clock-controller@7010000: Fixed dependency cycle(s) with /soc/clock-controller@2001000 /soc/clock-controller@7010000: Fixed dependency cycle(s) with /soc/rtc@7090000 /soc/i2c@7081400: Fixed dependency cycle(s) with /soc/pinctrl@7022000/r-i2c-pins /soc/clock-controller@7010000: Fixed dependency cycle(s) with /soc/rtc@7090000 /soc/clock-controller@2001000: Fixed dependency cycle(s) with /soc/rtc@7090000 /soc/rtc@7090000: Fixed dependency cycle(s) with /soc/clock-controller@7010000 raid6: neonx8 gen() 1457 MB/s raid6: neonx4 gen() 1429 MB/s raid6: neonx2 gen() 1399 MB/s raid6: neonx1 gen() 1218 MB/s raid6: int64x8 gen() 911 MB/s raid6: int64x4 gen() 1004 MB/s raid6: int64x2 gen() 959 MB/s raid6: int64x1 gen() 746 MB/s raid6: using algorithm neonx8 gen() 1457 MB/s raid6: .... xor() 1086 MB/s, rmw enabled raid6: using neon recovery algorithm fbcon: Taking over console iommu: Default domain type: Translated iommu: DMA domain TLB invalidation policy: strict mode SCSI subsystem initialized usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb mc: Linux media interface: v0.10 videodev: Linux video capture interface: v2.00 pps_core: LinuxPPS API ver. 1 registered pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> PTP clock support registered Advanced Linux Sound Architecture Driver Initialized. NetLabel: Initializing NetLabel: domain hash size = 128 NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO NetLabel: unlabeled traffic allowed by default mctp: management component transport protocol core NET: Registered PF_MCTP protocol family vgaarb: loaded clocksource: Switched to clocksource arch_sys_counter VFS: Disk quotas dquot_6.6.0 VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) netfs: FS-Cache loaded CacheFiles: Loaded NET: Registered PF_INET protocol family IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear) TCP: Hash tables configured (established 16384 bind 16384) UDP hash table entries: 1024 (order: 4, 65536 bytes, linear) UDP-Lite hash table entries: 1024 (order: 4, 65536 bytes, linear) NET: Registered PF_UNIX/PF_LOCAL protocol family NET: Registered PF_XDP protocol family PCI: CLS 0 bytes, default 64 Unpacking initramfs... kvm [1]: nv: 568 coarse grained trap handlers kvm [1]: IPA Size Limit: 40 bits kvm [1]: GICv3: no GICV resource entry kvm [1]: disabling GICv2 emulation kvm [1]: GIC system register CPU interface enabled kvm [1]: vgic interrupt IRQ9 kvm [1]: VHE mode initialized successfully Initialise system trusted keyrings workingset: timestamp_bits=46 max_order=19 bucket_order=0 squashfs: version 4.0 (2009/01/31) Phillip Lougher SGI XFS with ACLs, security attributes, scrub, repair, no debug enabled cryptd: max_cpu_qlen set to 1000 NET: Registered PF_ALG protocol family xor: automatically using best checksumming function 32regs Key type asymmetric registered Asymmetric key parser 'x509' registered Asymmetric key parser 'pkcs8' registered Block layer SCSI generic (bsg) driver version 0.4 loaded (major 241) io scheduler mq-deadline registered io scheduler bfq registered ledtrig-cpu: registered to indicate activity on CPUs Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled misc dump reg init loop: module loaded wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. tun: Universal TUN/TAP device driver, 1.6 PPP generic driver version 2.4.2 PPP BSD Compression module registered PPP Deflate Compression module registered PPP MPPE Compression module registered NET: Registered PF_PPPOX protocol family usbcore: registered new interface driver usblp usbcore: registered new interface driver usb-storage mousedev: PS/2 mouse device common for all mice sun6i-rtc 7090000.rtc: registered as rtc0 sun6i-rtc 7090000.rtc: setting system clock to 1970-01-02T00:00:07 UTC (86407) i2c_dev: i2c /dev entries driver usbcore: registered new interface driver uvcvideo Driver for 1-wire Dallas network protocol. sunxi-wdt 2050000.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) SMCCC: SOC_ID: ID = jep106:091e:1890 Revision = 0x00000002 hid: raw HID events driver (C) Jiri Kosina usbcore: registered new interface driver usbhid usbhid: USB HID core driver hw perfevents: enabled with armv8_cortex_a55 PMU driver, 7 (0,8000003f) counters available gnss: GNSS driver registered with major 238 usbcore: registered new interface driver snd-usb-audio NET: Registered PF_INET6 protocol family Segment Routing with IPv6 In-situ OAM (IOAM) with IPv6 NET: Registered PF_PACKET protocol family bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. 8021q: 802.1Q VLAN Support v1.8 9pnet: Installing 9P2000 support Key type dns_resolver registered registered taskstats version 1 Loading compiled-in X.509 certificates zswap: loaded using pool lzo Key type .fscrypt registered Key type fscrypt-provisioning registered Btrfs loaded, zoned=no, fsverity=no Key type encrypted registered gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. sun55i-a523-r-pinctrl 7022000.pinctrl: initialized sunXi PIO driver sun55i-a523-r-pinctrl 7022000.pinctrl: supply vcc-pl not found, using dummy regulator axp20x-i2c 0-0034: AXP20x variant AXP717 found input: axp20x-pek as /devices/platform/soc/7081400.i2c/i2c-0/0-0034/axp20x-pek/input/input0 platform axp717-adc: DMA mask not set platform axp20x-usb-power-supply: DMA mask not set axp20x-i2c 0-0034: AXP20X driver loaded axp20x-i2c 0-0036: AXP20x variant AXP323 found axp20x-i2c 0-0036: AXP20X driver loaded vcc-mipi-cam: Bringing 2800000uV into 3300000-3300000uV thermal_sys: No trip points found for thermal-sensor id=2 gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. sun55i-a523-pinctrl 2000000.pinctrl: initialized sunXi PIO driver printk: legacy console [ttyS0] disabled 2500000.serial: ttyS0 at MMIO 0x2500000 (irq = 466, base_baud = 1500000) is a 16550A printk: legacy console [ttyS0] enabled Freeing initrd memory: 15096K 2500400.serial: ttyS1 at MMIO 0x2500400 (irq = 467, base_baud = 1500000) is a 16550A dwmac-sun8i 4500000.ethernet: IRQ eth_wake_irq not found dwmac-sun8i 4500000.ethernet: IRQ eth_lpi not found dwmac-sun8i 4500000.ethernet: IRQ sfty not found dwmac-sun8i 4500000.ethernet: supply phy-io not found, using dummy regulator dwmac-sun8i 4500000.ethernet: PTP uses main clock dwmac-sun8i 4500000.ethernet: No HW DMA feature register supported dwmac-sun8i 4500000.ethernet: RX Checksum Offload Engine supported dwmac-sun8i 4500000.ethernet: COE Type 2 dwmac-sun8i 4500000.ethernet: TX Checksum insertion supported dwmac-sun8i 4500000.ethernet: Normal descriptors dwmac-sun8i 4500000.ethernet: Chain mode enabled dwmac-sun55i 4510000.ethernet: IRQ eth_wake_irq not found dwmac-sun55i 4510000.ethernet: IRQ eth_lpi not found dwmac-sun55i 4510000.ethernet: IRQ sfty not found dwmac-sun55i 4510000.ethernet: PTP uses main clock dwmac-sun55i 4510000.ethernet: User ID: 0x20, Synopsys ID: 0x52 dwmac-sun55i 4510000.ethernet: DWMAC4/5 dwmac-sun55i 4510000.ethernet: DMA HW capability register supported dwmac-sun55i 4510000.ethernet: RX Checksum Offload Engine supported dwmac-sun55i 4510000.ethernet: TX Checksum insertion supported dwmac-sun55i 4510000.ethernet: Enable RX Mitigation via HW Watchdog Timer dwmac-sun55i 4510000.ethernet: Enabled RFS Flow TC (entries=10) dwmac-sun55i 4510000.ethernet: Using 32/40 bits DMA host/device width sunxi-mmc 4020000.mmc: Got CD GPIO phy phy-4100400.phy.0: Changing dr_mode to 1 ehci-platform 4200000.usb: EHCI Host Controller ehci-platform 4200000.usb: new USB bus registered, assigned bus number 1 WCN: marlin_init entry! ohci-platform 4200400.usb: Generic Platform OHCI controller ohci-platform 4200400.usb: new USB bus registered, assigned bus number 2 WCN: wcn config bt wake host ehci-platform 4200000.usb: irq 473, io mem 0x04200000 ohci-platform 4200400.usb: irq 475, io mem 0x04200400 WCN_ERR: dts node for bt_wake not found WCN: marlin2 parse_dt some para not config sdiohal:sdiohal_parse_dt adma_tx:1, adma_rx:1, pwrseq:0, irq type:data, gpio_num:0, blksize:840 sdiohal:sdiohal_init ok ohci-platform 4101400.usb: Generic Platform OHCI controller ehci-platform 4101000.usb: EHCI Host Controller ehci-platform 4101000.usb: new USB bus registered, assigned bus number 3 ehci-platform 4101000.usb: irq 472, io mem 0x04101000 WCN: marlin_probe ok! ehci-platform 4200000.usb: USB 2.0 started, EHCI 1.00 usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18 usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb1: Product: EHCI Host Controller usb usb1: Manufacturer: Linux 6.18.2-edge-sunxi64 ehci_hcd usb usb1: SerialNumber: 4200000.usb hub 1-0:1.0: USB hub found hub 1-0:1.0: 1 port detected ohci-platform 4101400.usb: new USB bus registered, assigned bus number 4 sunxi-mmc 4021000.mmc: initialized, max. request size: 2048 KB, uses new timings mode ehci-platform 4101000.usb: USB 2.0 started, EHCI 1.00 ohci-platform 4101400.usb: irq 474, io mem 0x04101400 sunxi-mmc 4020000.mmc: initialized, max. request size: 2048 KB, uses new timings mode mmc1: new high speed SDIO card at address 390b usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18 mmc0: host does not support reading read-only switch, assuming write-enable usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 mmc0: new high speed SDXC card at address aaaa clk: Disabling unused clocks PM: genpd: Disabling unused power domains ALSA device list: No soundcards found. usb usb3: Product: EHCI Host Controller mmcblk0: mmc0:aaaa SR64G 59.5 GiB usb usb3: Manufacturer: Linux 6.18.2-edge-sunxi64 ehci_hcd mmcblk0: p1 p2 usb usb3: SerialNumber: 4101000.usb hub 3-0:1.0: USB hub found hub 3-0:1.0: 1 port detected usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.18 usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb2: Product: Generic Platform OHCI controller usb usb2: Manufacturer: Linux 6.18.2-edge-sunxi64 ohci_hcd usb usb2: SerialNumber: 4200400.usb hub 2-0:1.0: USB hub found hub 2-0:1.0: 1 port detected usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.18 usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb4: Product: Generic Platform OHCI controller usb usb4: Manufacturer: Linux 6.18.2-edge-sunxi64 ohci_hcd usb usb4: SerialNumber: 4101400.usb hub 4-0:1.0: USB hub found hub 4-0:1.0: 1 port detected Freeing unused kernel memory: 3584K Run /init as init process usb_phy_generic usb_phy_generic.1.auto: dummy supplies not allowed for exclusive requests (id=vbus) dwmac-sun55i 4510000.ethernet end1: renamed from eth1 dwmac-sun8i 4500000.ethernet end0: renamed from eth0 EXT4-fs (mmcblk0p2): mounted filesystem 2782653c-c693-428c-b157-01071e773e18 ro with writeback data mode. Quota mode: none. Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist. systemd[1]: System time advanced to timestamp on /var/lib/systemd/timesync/clock: Tue 2025-12-30 19:26:57 UTC systemd[1]: systemd 257.9-1~deb13u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE) systemd[1]: Detected architecture arm64. systemd[1]: Hostname set to <radxa-cubie-a5e>. systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported. systemd[1]: Queued start job for default target graphical.target. systemd[1]: Created slice system-getty.slice - Slice /system/getty. systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck. systemd[1]: Created slice user.slice - User and Session Slice. systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. systemd[1]: Expecting device dev-disk-by\x2duuid-C2FC\x2d76E8.device - /dev/disk/by-uuid/C2FC-76E8... systemd[1]: Expecting device dev-ttyS0.device - /dev/ttyS0... systemd[1]: Reached target paths.target - Path Units. systemd[1]: Reached target remote-fs.target - Remote File Systems. systemd[1]: Reached target slices.target - Slice Units. systemd[1]: Reached target swap.target - Swaps. systemd[1]: Listening on syslog.socket - Syslog Socket. systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). systemd[1]: Listening on systemd-journald.socket - Journal Sockets. systemd[1]: Listening on systemd-networkd.socket - Network Service Netlink Socket. systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki). systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki). systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages). systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock... systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... systemd[1]: sys-kernel-tracing.mount - Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). systemd[1]: Starting fake-hwclock-load.service - Restore the current clock... systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... systemd[1]: netplan-ovs-cleanup.service - OpenVSwitch configuration for cleanup was skipped because of an unmet condition check (ConditionFileIsExecutable=/usr/bin/ovs-vsctl). systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67). systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line... systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki). systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). fuse: init (API version 7.45) systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock. systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. systemd[1]: fake-hwclock-load.service: Deactivated successfully. systemd[1]: Finished fake-hwclock-load.service - Restore the current clock. systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. systemd[1]: modprobe@configfs.service: Deactivated successfully. systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. systemd[1]: modprobe@drm.service: Deactivated successfully. systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. Bluetooth: Core ver 2.22 systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. NET: Registered PF_BLUETOOTH protocol family Bluetooth: HCI device and connection manager initialized systemd[1]: modprobe@fuse.service: Deactivated successfully. Bluetooth: HCI socket layer initialized systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. Bluetooth: L2CAP socket layer initialized Bluetooth: SCO socket layer initialized systemd[1]: Finished systemd-network-generator.service - Generate network units from Kernel command line. Bluetooth: HIDP (Human Interface Emulation) ver 1.2 Bluetooth: HIDP socket layer initialized systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. Bluetooth: RFCOMM TTY layer initialized systemd[1]: Reached target network-pre.target - Preparation for Network. Bluetooth: RFCOMM socket layer initialized Bluetooth: RFCOMM ver 1.11 systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... Bluetooth: BNEP (Ethernet Emulation) ver 1.3 systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... Bluetooth: BNEP filters: protocol multicast Bluetooth: BNEP socket layer initialized systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root). aic8800_bsp: loading out-of-tree module taints kernel. systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... -->rfkill_bluetooth_init bluetooth_set_power: start_block=1 bluetooth_set_power: end_block=1 <--rfkill_bluetooth_init systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules. systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... EXT4-fs (mmcblk0p2): re-mounted 2782653c-c693-428c-b157-01071e773e18 r/w. systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout. systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc). systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed... systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables. systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met. systemd[1]: Starting systemd-resolved.service - Network Name Resolution... systemd[1]: Starting systemd-timesyncd.service - Network Time Synchronization... systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev... systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev. systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems. systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files... systemd[1]: Started systemd-timesyncd.service - Network Time Synchronization. systemd[1]: Reached target time-set.target - System Time Set. systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices. systemd[1]: Mounting tmp.mount - /tmp... systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files. systemd[1]: Starting systemd-networkd.service - Network Configuration... systemd[1]: Mounted tmp.mount - /tmp. systemd[1]: Listening on systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch. systemd[1]: Starting systemd-rfkill.service - Load/Save RF Kill Switch Status... random: crng init done systemd[1]: Found device dev-ttyS0.device - /dev/ttyS0. systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed. systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes). bluetooth_set_power: start_block=1 bluetooth_set_power: end_block=1 systemd[1]: Started systemd-rfkill.service - Load/Save RF Kill Switch Status. systemd[1]: Reached target usb-gadget.target - Hardware activated USB gadget. panfrost 1800000.gpu: clock rate = 432000000 panfrost 1800000.gpu: bus_clock rate = 200000000 panfrost 1800000.gpu: mali-g57 id 0x9091 major 0x0 minor 0x1 status 0x0 panfrost 1800000.gpu: features: 00000000,000019f7, issues: 00000001,80000400 panfrost 1800000.gpu: Features: L2:0x07110206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7 panfrost 1800000.gpu: shader_present=0x1 l2_present=0x1 systemd[1]: Started systemd-resolved.service - Network Name Resolution. [drm] Initialized panfrost 1.4.0 for 1800000.gpu on minor 0 systemd[1]: Reached target nss-lookup.target - Host and Network Name Lookups. cfg80211: Loading compiled-in X.509 certificates for regulatory database Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' systemd[1]: Found device dev-disk-by\x2duuid-C2FC\x2d76E8.device - /dev/disk/by-uuid/C2FC-76E8. systemd[1]: Starting systemd-fsck@dev-disk-by\x2duuid-C2FC\x2d76E8.service - File System Check on /dev/disk/by-uuid/C2FC-76E8... systemd[1]: Started systemd-networkd.service - Network Configuration. systemd[1]: Starting systemd-networkd-persistent-storage.service - Enable Persistent Storage in systemd-networkd... dwmac-sun55i 4510000.ethernet end1: Register MEM_TYPE_PAGE_POOL RxQ-0 dwmac-sun55i 4510000.ethernet end1: PHY [stmmac-1:01] driver [Generic PHY] (irq=POLL) sunxi-mmc 4021000.mmc: data error, sending stop command aicbsp: sdio_err:<aicwf_sdio_tx_msg,996>: aicwf_sdio_send_pkt fail-110 dwmac4: Master AXI performs fixed burst length aicbsp: sdio_err:<aicwf_sdio_bus_txmsg,1140>: send faild:0, 0,4de dwmac-sun55i 4510000.ethernet end1: No Safety Features support found dwmac-sun55i 4510000.ethernet end1: IEEE 1588-2008 Advanced Timestamp supported dwmac-sun55i 4510000.ethernet end1: registered PTP clock dwmac-sun55i 4510000.ethernet end1: configuring for phy/rgmii-id link mode 8021q: adding VLAN 0 to HW filter on device end1 dwmac-sun8i 4500000.ethernet end0: Register MEM_TYPE_PAGE_POOL RxQ-0 dwmac-sun8i 4500000.ethernet end0: PHY [stmmac-0:01] driver [Generic PHY] (irq=POLL) dwmac-sun8i 4500000.ethernet end0: No Safety Features support found dwmac-sun8i 4500000.ethernet end0: No MAC Management Counters available dwmac-sun8i 4500000.ethernet end0: PTP not supported by HW dwmac-sun8i 4500000.ethernet end0: configuring for phy/rgmii-id link mode systemd[1]: Finished systemd-networkd-persistent-storage.service - Enable Persistent Storage in systemd-networkd. systemd[1]: Finished systemd-fsck@dev-disk-by\x2duuid-C2FC\x2d76E8.service - File System Check on /dev/disk/by-uuid/C2FC-76E8. systemd[1]: Mounting boot.mount - /boot... systemd[1]: Mounted boot.mount - /boot. systemd[1]: Reached target local-fs.target - Local File Systems. systemd[1]: Listening on systemd-sysext.socket - System Extension Image Management. systemd[1]: Starting armbian-zram-config.service - Armbian ZRAM config... systemd[1]: Starting console-setup.service - Set console font and keymap... systemd[1]: Starting systemd-binfmt.service - Set Up Additional Binary Formats... systemd[1]: systemd-machine-id-commit.service - Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id). systemd[1]: Finished console-setup.service - Set console font and keymap. systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 328 (systemd-binfmt) systemd[1]: Mounting proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System... systemd[1]: Mounted proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System. systemd[1]: Finished systemd-binfmt.service - Set Up Additional Binary Formats. zram: Added device: zram0 zram: Added device: zram1 zram: Added device: zram2 zram0: detected capacity change from 0 to 2025816 Adding 1012904k swap on /dev/zram0. Priority:5 extents:1 across:1012904k SS zram1: detected capacity change from 0 to 102400 systemd[1]: Finished armbian-zram-config.service - Armbian ZRAM config. systemd[1]: Starting armbian-ramlog.service - Armbian memory supported logging... EXT4-fs (zram1): mounted filesystem 81b9ded1-bf3b-46ee-bb7f-bf31de2b5cdc r/w without journal. Quota mode: none. systemd[1]: Finished armbian-ramlog.service - Armbian memory supported logging. systemd[1]: Starting systemd-journald.service - Journal Service... systemd-journald[416]: Collecting audit messages is disabled. systemd[1]: Started systemd-journald.service - Journal Service. systemd-journald[416]: Received client request to flush runtime journal. ---- Closed the serial port /dev/tty.PL2303G-USBtoUART8430 ----
