sven-ola Posted Tuesday at 06:55 PM Author Posted Tuesday at 06:55 PM (edited) @c0rnelius: Thanks for the info, I'll fiddle with the GPU in the meantime. @Cristian Apas: that hack above is necessary if you use the Xunlong Ubuntu userspace. They have replaced every hint on the OEM, which includes the GPU driver name. Hack not necessary if we simply use the Spacemit Bianbu Ubuntu userspace. I hacked an image together with this (see my site https://privat-in.de goto Downloads). It has a glmark2 score of 424 (not very fast). This is not for everybody. I compiled a standard OrangepiRv2 Armbian image with a legacy kernel and put in a Bianbu 3.01 minimal userspace as root. Details from my notes: # Image creation starts with Armbian-Orangepirv2_trixie_legacy_6.6.99_minimal.img Root from https://archive.spacemit.com/image/k1/version/bianbu/v3.0.1/ -> minimal.img -- Default LANG=zh_CN.UTF-8, change: dpkg-reconfigure locales -> en_US.UTF-8 Copy from Armbian: /etc/netplan/10-dhcp-all-interfaces.yaml, /etc/fstab, /boot/*, /lib/modules/*, /etc/modprobe.d/orangepirv2.conf /etc/modules-load.d/orangepirv2.conf Purge spacemit-flash-dtbs (and thereby remove linux-image-6.6.63*) Uploaded this image to https://privat-in.de/ (Downloads) First steps after flashing UART login as root / bianbu apt-get install parted parted /dev/mmcblk0 (or /dev/nvme0n1): resizepart 1 100% resize2fs /dev/mmcblk0p1 (or /dev/nvme0n1p1) apt-get install gnome-core glmark2-es2-wayland adduser a-new-user adduser a-new-user sudo Reboot and login Click on Terminal, run glmark2-es2-wayland Notes: other Spacemit K1 boards can run Bianbu without any changes, this is exclusively for OpiRV2. Expect oopses at every corner... You can install cinnamon-core and use that. Make sure to run cinnamon under gdm3 b/c starting via lightdm does not work well (e.g. menu open freezes). Also, KDE plasma only with screen artifacts and xfce4-wayland simply exits immediately. No other wayland DE tested... Edited Tuesday at 09:35 PM by sven-ola Switched from cinnamon to gnome (works better), update-initramfs seems to work 1 Quote
maxsub Posted Wednesday at 03:22 PM Posted Wednesday at 03:22 PM In the meantime I brought up an access point server using the nightly armbian build. So far it is running solidly. The WiFi is underpowered, while the rest of the system seems stable. 0 Quote
sven-ola Posted Wednesday at 03:55 PM Author Posted Wednesday at 03:55 PM (edited) Found the "no Wayland on current kernel" (see new PR https://github.com/armbian/build/pull/9515). glmark2-es2-wayland still reports a 462 score on 800x600. Thus I updated and renamed the image mentioned in previous post with a current 6.18 kernel. You need to switch from 6.6 with /boot/switch-6.18.16-current script, anything else described in the post still is valid. @maxsub Alternatively install a M2(m)-to-M2(e) adapter in the larger bottom M.2 slot and use a NGFF Wifi card, for example RTL8822CE should run Edited Wednesday at 04:11 PM by sven-ola Edit: PR is merged 0 Quote
LivingLinux Posted Wednesday at 08:49 PM Posted Wednesday at 08:49 PM I tried the nightly build, and I'm happy with the result. Vulkan and OpenGL are still running on the CPU, but I'll try newer images in the future. I did a quick test with Yamagi Quake 2. OpenGL 1.4 doesn't even get 60fps at 640x480, but it looks playable. Should run a lot faster once we can run Vulkan on the GPU. https://github.com/yquake2/yquake2/blob/master/doc/020_installation.md This the make command I used: make WITH_GLES1=yes WITH_SDL3=no -j4 I also tested Stable Diffusion XL Turbo with OnnxStream. Image generated in 7m27s. Looks like the CPU performance is as expected. You do need gcc-14 and g++-14. They are available in the repository. https://github.com/vitoplantamura/OnnxStream You need to change the architecture string in CMakeLists.txt. -march=rv64gcv 0 Quote
sven-ola Posted Friday at 10:23 PM Author Posted Friday at 10:23 PM (edited) Success: tested RV2 with GPU on Armbian-noble-nightly. It's a bit hacky but should work. I created a mirror of the relevant packages from Spacmit/Bianbu. Only packages with source, specific to k1x / video / gpu plus chromium. Mirror project is here, in case you want to mirror yourself or miss a package: https://codeberg.org/sven-ola/spacemit-mirror After getting up Armbian-noble-xfce4-nightly on your Spacemit/K1 board (that includes Ky X1) Add mirror repo to /etc/apt/sources.list.d/sven-ola.sources (Note: this is experimental) Types: deb deb-src URIs: https://privat-in.de/armbian Suites: noble Components: main Signed-By: /etc/apt/trusted.gpg.d/sven-ola.gpg Get my repo key with wget -O /etc/apt/trusted.gpg.d/sven-ola.gpg https://privat-in.de/armbian/key.gpg Give the mirror some weight, add an /etc/apt/preferences.d/sven-ola file Package: * Pin: release o=Sven-Ola Pin-Priority: 1000 Install GPU support apt-get update apt-get install img-gpu-powervr apt-get dist-upgrade Note: this will downgrade mesa-25.x to mesa-24.x from Bianbu/Spacemit Install a Wayland-enabled GUI (tested: gnome) apt-get install gnome-core systemctl disable lightdm If asked, select gdm from gnome instead of lightdm from xfce4. After rebooting, click on your user, then stop and select Gnome with the lower right gearwheel icon. I also installed glmark2-es2-wayland to check if that runs. It shows 417@800x600 which is faster than software mesa... Edited Friday at 10:25 PM by sven-ola 3 Quote
LivingLinux Posted Saturday at 06:28 PM Posted Saturday at 06:28 PM I followed the instructions and have OpenGL ES 3 working now. I wasn't able to build Yamagi Quake 2 because of a version issue with one of the packages. I copied a build from the Muse Pi Pro and now I can run it at 1080p, and sometimes it even hits 60fps! 0 Quote
maxsub Posted Saturday at 07:43 PM Posted Saturday at 07:43 PM I ran into a problem. Flashed the nightly build to the eMMC on the R2S and now it won’t boot from USB. I can see the usb drive in u-boot and kernel.img and dtb. What’s the default address to load the kernel and dtb on these boards? thank you. 0 Quote
sven-ola Posted Saturday at 09:03 PM Author Posted Saturday at 09:03 PM @maxsub I was not even aware, that boot from USB is a thing. The RV2 boots from SD via extlinux, here is the relevant uboot output. HTH [ 3.458] Retrieving file: /boot/extlinux/extlinux.conf [ 3.490] 1: Armbian-unofficial [ 3.490] Retrieving file: /boot/uInitrd [ 4.772] Retrieving file: /boot/Image [ 5.767] append: root=UUID=c79489b6-9fea-4a53-a334-d91a0f30843a earlycon=sbi console=tty1 console=ttyS0,115200 logleve l=1 rw no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 splash plymouth.ignore-serial-consol es [ 5.785] Retrieving file: /boot/dtb/spacemit/k1-orangepi-rv2.dtb [ 5.838] Uncompressing Kernel Image [ 6.218] Moving Image from 0x10000000 to 0x200000, end=2c90000 [ 6.245] ## Loading init Ramdisk from Legacy Image at 21000000 ... [ 6.248] Image Name: uInitrd [ 6.251] Image Type: RISC-V Linux RAMDisk Image (gzip compressed) [ 6.258] Data Size: 20347839 Bytes = 19.4 MiB [ 6.263] Load Address: 00000000 [ 6.266] Entry Point: 00000000 Verifying Checksum ... OK [ 6.363] ## Flattened Device Tree blob at 31000000 [ 6.365] Booting using the fdt blob at 0x31000000 [ 6.370] Loading Ramdisk to 7ca0b000, end 7dd72bbf ... OK [ 6.391] Loading Device Tree to 000000007c9eb000, end 000000007ca0a097 ... OK Starting kernel ... 0 Quote
maxsub Posted Saturday at 10:17 PM Posted Saturday at 10:17 PM Thank you. R2S has a built in eMMC and USB. The only way to get a new image is to boot from USB but it seems like I have to manually load the image in u-boot. Is the u-boot script (boot.txt) for the build somewhere in GitHub? 0 Quote
sven-ola Posted yesterday at 08:47 AM Author Posted yesterday at 08:47 AM @maxsub You mean the boot.cmd (source for boot.scr) from the Xunlong Ubuntu image for R2S? I'll attach it below // HTH boot.cmd 0 Quote
sven-ola Posted yesterday at 09:28 AM Author Posted yesterday at 09:28 AM Addon for @maxsub and the bricked R2S: I tested USB boot from u-boot cmdline on my RV2, and it works. Here's how: usb start setenv devtype usb setenv devnum 0:1 setenv prefix boot/ #setenv fdtfile spacemit/x1_orangepi-r2s.dtb setenv fdtfile spacemit/k1-orangepi-rv2.dtb setenv bootargs "console=ttyS0,115200 root=/dev/sda1" ls ${devtype} ${devnum} ${prefix} load ${devtype} ${devnum} ${ramdisk_addr_r} ${prefix}uInitrd load ${devtype} ${devnum} ${kernel_addr_r} ${prefix}Image load ${devtype} ${devnum} ${fdt_addr_r} ${prefix}dtb/${fdtfile} booti ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r} In case you have a blank u-boot-env, here's mine attached // HTH printenv.cap 0 Quote
Solution sven-ola Posted yesterday at 02:31 PM Author Solution Posted yesterday at 02:31 PM (edited) Wrote a script to change an Armbian desktop system for Spacemit GPU drivers and Chromium (attached). Tested with the two pre-installed Gnome images on my site (see https://privat-in.de/ goto Downloads). Some testing results: Spacemit offers Ubuntu noble and Debian trixie *.deb from their Bianbu site http://archive.spacemit.com/ For us, main diff here is Noble=chromium (Spacemit customized version) and Trixie=chromium-browser-stable (older and not customized). We need Wayland for the GPU, X11 does not work. With lightdm, each Wayland login freezes. Thus use gdm3. With gdm3, Xfce4 exits immediately, Kde-plasma shows drawing errors, Cinnamon works to some extend, e.g has video placing and window sizing problems. So the only useable GUI is Gnome. With Chromium under Gnome we can watch Youtube with 1080p (video / audio sync should stablize after some seconds). When doing this, CPU temperature is up to 75°C from the ususal 65°C, power is 4 Watts from the ususal 3 Watts. Script should work on other Spacemit K1 boards as well. If you miss some package from Bianbu, write a wishlist or make an PR on https://codeberg.org/sven-ola/spacemit-mirror spacemit-gpu-addon.sh Edited yesterday at 02:35 PM by sven-ola 0 Quote
maxsub Posted yesterday at 04:16 PM Posted yesterday at 04:16 PM Thanks for the script @sven-ola. I got the R2S booted from USB. I had to tweak a few minor things. Where did you get the Ubuntu boot.cmd? usb start setenv devtype usb setenv devnum 0:1 setenv prefix boot/ setenv fdtfile dtb-6.6.99-legacy-spacemit/spacemit/x1_orangepi-r2s.dtb #setenv fdtfile spacemit/k1-orangepi-rv2.dtb setenv bootargs "console=ttyS0,115200 root=/dev/sda1" ls ${devtype} ${devnum} ${prefix} load ${devtype} ${devnum} ${ramdisk_addr_r} ${prefix}uInitrd load ${devtype} ${devnum} ${kernel_addr_r} ${prefix}Image load ${devtype} ${devnum} ${fdt_addr_r} ${prefix}/${fdtfile} booti ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r} 0 Quote
maxsub Posted yesterday at 04:34 PM Posted yesterday at 04:34 PM I ran into some trouble. I managed to boot the USB and then used armbian-config to flash the image to internal eMMC. However the script copied the USB UUID instead of the MMC UUID so now the MMC won't boot. I need to edit the MMC and change the UUID. 0 Quote
4A studio Posted 21 hours ago Posted 21 hours ago @sven-ola thanks for your job, much appreciated. However, are there any chances for the GPU driver to be ported to forky-based Armbian to get both GPU acceleration support and fresher software (except for older patched mesa, of course)? For example, there is lxqt-wayland-session but starting from 2.1.0 version of lxqt while Ubuntu-based Armbian and Bianbu provide 1.4.0 version only. I happened to test it with kwin_wayland as the compositor with one of your previous images and it kind of works but it can suddenly freeze the whole system. I also tested your last image with Gnome but I started it from tty (the command is "XDG_SESSION_TYPE=wayland gnome-shell") and I got a bit higher score of 440-ish in glmark2-es2-wayland. 0 Quote
Uhtred2 Posted 20 hours ago Posted 20 hours ago Youtube did not work with the Trixie image for me before or after the script. The Noble image did a decent job at 720p., would not work at 1080. I have the RV2 with 8GB of memory. Very nice progress! 0 Quote
maxsub Posted 20 hours ago Posted 20 hours ago Managed to edit the MMC by booting from USB, mounting the MMC. The R2S is now up and running, with the mainline armbian. However, the CPU still spins in the kernel and generates a lot of heat. Idle load average is 2.02. 0 Quote
sven-ola Posted 6 hours ago Author Posted 6 hours ago (edited) @4A studio You can run the spacemit-gpu-addon.sh on forky. This should install the trixie binaries. If there is something that does not work or wants an unavailable depend, you may try recompiling, the source should be with you: apt-get build-dep somepack and apt-get source -b somepack will get you going. If that works, you can tell me and I'll integrate. @Uhtred2 No 1080p youtube for you? Maybe not every codec works. I have tried with German TV, such as Anyhow, the IMG BXE 2-32 GPU is not very fast, only 500 fish with https://webglsamples.org/aquarium/aquarium.html Hopefully, the K3 successor uses something better. @maxsub You sure use our kernels? Can you post "uname -a" output? I tried the R2S image on my RV2 which shows a zero load with "uptime". Also, why do you need to manually boot USB from uboot? That "kydevtool" together with boot switch does not work either? Edited 6 hours ago by sven-ola 0 Quote
Curvy Android Posted 4 hours ago Posted 4 hours ago (edited) Firstly, thank you for the ongoing support for the RV2. I'm encountering an issue with the top M.2 slot. While I can boot from it, as soon as the prompt appears, an ext4 error is thrown, the root filesystem is mounted read-only, and the system fails to complete the login process. Interestingly, when I move the same disk to the bottom M.2 slot, everything works perfectly. To further investigate, I wiped the NVMe drive, created an empty ext4 partition, and booted from an SD card. Here are the results: Bottom Slot (Works as expected): The disk can be mounted and used without issues. Passes multiple `fio` write and read tests. Top Slot (Fails to mount): Unable to mount the disk: root@orangepirv2:~# mount /dev/nvme0n1p1 /mnt/test mount: /mnt/test: can't read superblock on /dev/nvme0n1p1. dmesg(1) may have more information after failed mount system call. I've checked the dmesg logs, and the only noticeable difference is that when the disk is in the bottom slot (and working), there are more Bluetooth-related lines. Does this indicate that the lines for that slot are used by multiple systems, or am I on the wrong track? Here are the relevant dmesg logs for both scenarios: Booting from SD, NVMe disk in top M.2 slot: Spoiler root@orangepirv2:~# mount /dev/nvme0n1p1 /mnt/test mount: /mnt/test: can't read superblock on /dev/nvme0n1p1. dmesg(1) may have more information after failed mount system call. root@orangepirv2:~# dmesg [ 0.000000] Booting Linux on hartid 0 [ 0.000000] Linux version 6.18.18-current-spacemit (build@armbian) (riscv64-linux-gnu-gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0, GNU ld (GNU Binutils for Ubuntu) 2.42) #4 SMP PREEMPT_DYNAMIC Fri Mar 13 17:40:48 UTC 2026 [ 0.000000] Machine model: ky x1 orangepi-rv2 board [ 0.000000] SBI specification v1.0 detected [ 0.000000] SBI implementation ID=0x1 Version=0x10003 [ 0.000000] SBI IPI extension detected [ 0.000000] SBI RFENCE extension detected [ 0.000000] earlycon: sbi0 at I/O port 0x0 (options '') [ 0.000000] Malformed early option 'earlycon' [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000058000000, size 384 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x0000000058000000..0x000000006fffffff (393216 KiB) map reusable linux,cma [ 0.000000] OF: reserved mem: 0x000000007f000000..0x000000007fffffff (16384 KiB) map non-reusable framebuffer@7f000000 [ 0.000000] OF: reserved mem: 0x0000000000000000..0x000000000007ffff (512 KiB) nomap non-reusable mmode_resv0@0 [ 0.000000] OF: reserved mem: 0x00000000c0800000..0x00000000c083ffff (256 KiB) nomap non-reusable mem@c0800000 [ 0.000000] OF: reserved mem: 0x0000000030000000..0x00000000301fffff (2048 KiB) nomap non-reusable rcpu_mem_heap@30000000 [ 0.000000] OF: reserved mem: 0x0000000030200000..0x0000000030202fff (12 KiB) nomap non-reusable vdev0vring0@30200000 [ 0.000000] OF: reserved mem: 0x0000000030203000..0x0000000030205fff (12 KiB) nomap non-reusable vdev0vring1@30203000 [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000030206000, size 0 MiB [ 0.000000] OF: reserved mem: initialized node vdev0buffer@30206000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x0000000030206000..0x00000000302fbfff (984 KiB) nomap non-reusable vdev0buffer@30206000 [ 0.000000] OF: reserved mem: 0x00000000302fc000..0x00000000302fffff (16 KiB) nomap non-reusable rsc_table@302fc000 [ 0.000000] OF: reserved mem: 0x0000000030300000..0x000000003033ffff (256 KiB) nomap non-reusable rcpu_mem_snapshots@30300000 [ 0.000000] OF: reserved mem: 0x0000000030340000..0x000000003037ffff (256 KiB) nomap non-reusable rcpu_mem_dtb@30300000 [ 0.000000] Reserved memory: created DMA memory pool at 0x000000002ff40000, size 0 MiB [ 0.000000] OF: reserved mem: initialized node dpu_reserved@2ff40000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x000000002ff40000..0x000000002fffffff (768 KiB) nomap non-reusable dpu_reserved@2ff40000 [ 0.000000] Zone ranges: [ 0.000000] DMA32 [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] Normal [mem 0x0000000080000000-0x000000027fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000000007ffff] [ 0.000000] node 0: [mem 0x0000000000080000-0x000000002ff3ffff] [ 0.000000] node 0: [mem 0x000000002ff40000-0x000000003037ffff] [ 0.000000] node 0: [mem 0x0000000030380000-0x000000007fffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x000000027fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000027fffffff] [ 0.000000] On node 0, zone Normal: 524288 pages in unavailable ranges [ 0.000000] SBI HSM extension detected [ 0.000000] riscv: base ISA extensions acdfimv [ 0.000000] riscv: ELF capabilities acdfimv [ 0.000000] Ticket spinlock: enabled [ 0.000000] percpu: Embedded 31 pages/cpu s87768 r8192 d31016 u126976 [ 0.000000] pcpu-alloc: s87768 r8192 d31016 u126976 alloc=31*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 [ 0.000000] Kernel command line: root=UUID=9050e5db-19d7-4baa-a026-2483600065a9 earlycon=sbi console=tty1 console=ttyS0,115200 loglevel=1 rw no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 splash plymouth.ignore-serial-consoles swiotlb=65536 rdinit=/init [ 0.000000] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes [ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] software IO TLB: area num 8. [ 0.000000] software IO TLB: mapped [mem 0x0000000074f58000-0x000000007cf58000] (128MB) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2097152 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] Dynamic Preempt: full [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. [ 0.000000] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] riscv-intc: 64 local interrupts mapped [ 0.000000] riscv-plic: interrupt-controller@e0000000: mapped 159 interrupts with 8 handlers for 16 contexts. [ 0.000000] riscv: providing IPIs using SBI IPI extension [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] riscv-timer: Timer interrupt in S-mode is available via sstc extension [ 0.000000] clocksource: riscv_clocksource: mask: 0xffffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000000] sched_clock: 64 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.000388] Console: colour dummy device 80x25 [ 0.000406] printk: legacy console [tty1] enabled [ 0.000507] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) [ 0.000522] pid_max: default: 32768 minimum: 301 [ 0.000639] LSM: initializing lsm=capability,apparmor,bpf [ 0.000982] AppArmor: AppArmor initialized [ 0.001573] LSM support for eBPF active [ 0.001694] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.001726] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.004121] riscv: ELF compat mode unsupported [ 0.004159] ASID allocator using 16 bits (65536 entries) [ 0.004285] rcu: Hierarchical SRCU implementation. [ 0.004291] rcu: Max phase no-delay instances is 1000. [ 0.004506] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level [ 0.004646] EFI services will not be available. [ 0.005022] smp: Bringing up secondary CPUs ... [ 0.010441] smp: Brought up 1 node, 8 CPUs [ 0.011291] Memory: 7590552K/8388608K available (16804K kernel code, 6364K rwdata, 16384K rodata, 7680K init, 864K bss, 397220K reserved, 393216K cma-reserved) [ 0.012421] devtmpfs: initialized [ 0.024240] Duplicate name in __symbols__, renamed to "#1" [ 0.024268] Duplicate name in __symbols__, renamed to "#2" [ 0.024283] Duplicate name in __symbols__, renamed to "#3" [ 0.024296] Duplicate name in __symbols__, renamed to "#4" [ 0.024309] Duplicate name in __symbols__, renamed to "#5" [ 0.024331] Duplicate name in __symbols__, renamed to "#6" [ 0.024346] Duplicate name in __symbols__, renamed to "#7" [ 0.024362] Duplicate name in __symbols__, renamed to "#8" [ 0.026209] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.026249] posixtimers hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 0.026333] futex hash table entries: 2048 (131072 bytes on 1 NUMA nodes, total 128 KiB, linear). [ 0.029804] pinctrl core: initialized pinctrl subsystem [ 0.030430] DMI not present or invalid. [ 0.032267] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.033611] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations [ 0.033804] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.033863] audit: initializing netlink subsys (disabled) [ 0.034129] audit: type=2000 audit(0.032:1): state=initialized audit_enabled=0 res=1 [ 0.034411] display class register [ 0.034627] thermal_sys: Registered thermal governor 'fair_share' [ 0.034633] thermal_sys: Registered thermal governor 'bang_bang' [ 0.034639] thermal_sys: Registered thermal governor 'step_wise' [ 0.034643] thermal_sys: Registered thermal governor 'user_space' [ 0.034701] cpuidle: using governor menu [ 0.056285] cpu4: Ratio of byte access time to unaligned word access is 1.57, unaligned accesses are fast [ 0.056285] cpu6: Ratio of byte access time to unaligned word access is 1.67, unaligned accesses are fast [ 0.056285] cpu5: Ratio of byte access time to unaligned word access is 1.53, unaligned accesses are fast [ 0.056285] cpu7: Ratio of byte access time to unaligned word access is 1.57, unaligned accesses are fast [ 0.056292] cpu3: Ratio of byte access time to unaligned word access is 2.43, unaligned accesses are fast [ 0.056292] cpu1: Ratio of byte access time to unaligned word access is 2.09, unaligned accesses are fast [ 0.056292] cpu2: Ratio of byte access time to unaligned word access is 2.33, unaligned accesses are fast [ 0.080329] cpu0: Ratio of byte access time to unaligned word access is 10.52, unaligned accesses are fast [ 0.087681] /soc: Fixed dependency cycle(s) with /soc/hdmi@C0400500 [ 0.090409] /soc/hdmi@C0400500: Fixed dependency cycle(s) with /soc [ 0.090428] /soc/hdmi@C0400500: Fixed dependency cycle(s) with /soc/pinctrl@d401e000/hdmi_0_grp [ 0.090442] /soc/hdmi@C0400500: Fixed dependency cycle(s) with /soc/power-management@0/power-controller [ 0.090456] /soc/hdmi@C0400500: Fixed dependency cycle(s) with /soc/reset-controller@d4050000 [ 0.090470] /soc/hdmi@C0400500: Fixed dependency cycle(s) with /soc/clock-controller@d4050000 [ 0.090486] /soc/hdmi@C0400500: Fixed dependency cycle(s) with /soc/interrupt-controller@e0000000 [ 0.092284] /soc/pinctrl@d401e000: Fixed dependency cycle(s) with /soc/interrupt-controller@e0000000 [ 0.092313] /soc/pinctrl@d401e000: Fixed dependency cycle(s) with /soc/reset-controller@d4050000 [ 0.092335] /soc/pinctrl@d401e000: Fixed dependency cycle(s) with /soc/clock-controller@d4050000 [ 0.093996] pinctrl-single d401e000.pinctrl: 148 pins, size 592 [ 0.102478] /soc/pcie@ca400000: Fixed dependency cycle(s) with /soc/pcie@ca400000/interrupt-controller@0 [ 0.102857] /soc/pcie@ca800000: Fixed dependency cycle(s) with /soc/pcie@ca800000/interrupt-controller@0 [ 0.105417] /soc: Fixed dependency cycle(s) with /soc/hdmi@C0400500 [ 0.105511] /soc/hdmi@C0400500: Fixed dependency cycle(s) with /soc [ 0.105600] /soc/hdmi@C0400500: Fixed dependency cycle(s) with /soc/reset-controller@d4050000 [ 0.105616] /soc/hdmi@C0400500: Fixed dependency cycle(s) with /soc/clock-controller@d4050000 [ 0.105636] /soc/hdmi@C0400500: Fixed dependency cycle(s) with /soc/interrupt-controller@e0000000 [ 0.176735] raid6: rvvx1 gen() 3019 MB/s [ 0.244736] raid6: rvvx2 gen() 2497 MB/s [ 0.312784] raid6: rvvx4 gen() 2551 MB/s [ 0.380844] raid6: rvvx8 gen() 2479 MB/s [ 0.448890] raid6: int64x8 gen() 1118 MB/s [ 0.516941] raid6: int64x4 gen() 1518 MB/s [ 0.585007] raid6: int64x2 gen() 1594 MB/s [ 0.653045] raid6: int64x1 gen() 1298 MB/s [ 0.653053] raid6: using algorithm rvvx1 gen() 3019 MB/s [ 0.721097] raid6: .... xor() 1841 MB/s, rmw enabled [ 0.721104] raid6: using rvv recovery algorithm [ 0.721821] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.724119] mmp-pdma d4000000.pdma: PM domain power-domain@SPT_PD_BUS will not be powered off [ 0.725137] iommu: Default domain type: Translated [ 0.725152] iommu: DMA domain TLB invalidation policy: strict mode [ 0.729975] SCSI subsystem initialized [ 0.730252] libata version 3.00 loaded. [ 0.730418] usbcore: registered new interface driver usbfs [ 0.730452] usbcore: registered new interface driver hub [ 0.730492] usbcore: registered new device driver usb [ 0.733533] /soc/i2c@d401d800/spm8821@41: Fixed dependency cycle(s) with /soc/i2c@d401d800/spm8821@41/regulators/DCDC_REG5 [ 0.749049] platform spacemit-regulator@spm8821: DMA mask not set [ 0.781911] /soc/i2c@d401d800/spm8821@41: Fixed dependency cycle(s) with /soc/i2c@d401d800/spm8821@41/regulators [ 0.782250] platform spacemit-pinctrl@spm8821: DMA mask not set [ 0.782366] platform spacemit-pwrkey@spm8821: DMA mask not set [ 0.782449] platform spacemit-rtc@spm8821: DMA mask not set [ 0.782526] platform spacemit-adc@spm8821: DMA mask not set [ 0.782963] mc: Linux media interface: v0.10 [ 0.783008] videodev: Linux video capture interface: v2.00 [ 0.783060] pps_core: LinuxPPS API ver. 1 registered [ 0.783066] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.783089] PTP clock support registered [ 0.783991] Advanced Linux Sound Architecture Driver Initialized. [ 0.784777] Bluetooth: Core ver 2.22 [ 0.784861] NET: Registered PF_BLUETOOTH protocol family [ 0.784867] Bluetooth: HCI device and connection manager initialized [ 0.784878] Bluetooth: HCI socket layer initialized [ 0.784885] Bluetooth: L2CAP socket layer initialized [ 0.784900] Bluetooth: SCO socket layer initialized [ 0.785117] nfc: nfc_init: NFC Core ver 0.1 [ 0.785176] NET: Registered PF_NFC protocol family [ 0.785287] vgaarb: loaded [ 0.785798] clocksource: Switched to clocksource riscv_clocksource [ 0.786373] netfs: FS-Cache loaded [ 0.786579] CacheFiles: Loaded [ 0.786951] AppArmor: AppArmor Filesystem Enabled [ 0.793755] NET: Registered PF_INET protocol family [ 0.794085] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.845535] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 0.845597] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.845615] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.846033] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) [ 0.850909] TCP: Hash tables configured (established 65536 bind 65536) [ 0.851097] UDP hash table entries: 4096 (order: 6, 262144 bytes, linear) [ 0.851296] UDP-Lite hash table entries: 4096 (order: 6, 262144 bytes, linear) [ 0.851749] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.852440] RPC: Registered named UNIX socket transport module. [ 0.852449] RPC: Registered udp transport module. [ 0.852453] RPC: Registered tcp transport module. [ 0.852458] RPC: Registered tcp-with-tls transport module. [ 0.852462] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.852470] NET: Registered PF_XDP protocol family [ 0.852492] PCI: CLS 0 bytes, default 64 [ 0.852690] kvm [1]: hypervisor extension not available [ 0.852867] Unpacking initramfs... [ 0.853724] Initialise system trusted keyrings [ 0.854053] workingset: timestamp_bits=46 max_order=21 bucket_order=0 [ 0.854548] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.855059] NFS: Registering the id_resolver key type [ 0.855120] Key type id_resolver registered [ 0.855125] Key type id_legacy registered [ 0.855153] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.855168] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.856377] Key type cifs.idmap registered [ 0.857267] SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled [ 0.921680] NET: Registered PF_ALG protocol family [ 0.921746] xor: measuring software checksum speed [ 0.922472] 8regs : 4562 MB/sec [ 0.923207] 32regs : 4552 MB/sec [ 0.923802] rvv : 5558 MB/sec [ 0.923807] xor: using function: rvv (5558 MB/sec) [ 0.923817] async_tx: api initialized (async) [ 0.923828] Key type asymmetric registered [ 0.923837] Asymmetric key parser 'x509' registered [ 0.923966] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 241) [ 0.924341] io scheduler mq-deadline registered [ 0.924351] io scheduler kyber registered [ 0.924409] io scheduler bfq registered [ 1.200256] Freeing initrd memory: 14272K [ 1.204608] k1x-dwc-pcie ca400000.pcie: set power on gpio 116 to 1 [ 1.204842] k1x-dwc-pcie ca400000.pcie: host bridge /soc/pcie@ca400000 ranges: [ 1.204889] k1x-dwc-pcie ca400000.pcie: IO 0x009f002000..0x009f101fff -> 0x009f002000 [ 1.204918] k1x-dwc-pcie ca400000.pcie: MEM 0x0090000000..0x009effffff -> 0x0090000000 [ 1.305063] k1x-dwc-pcie ca400000.pcie: iATU: unroll T, 8 ob, 8 ib, align 4K, limit 4G [ 2.261810] k1x-dwc-pcie ca400000.pcie: Phy link never came up [ 2.262316] k1x-dwc-pcie ca400000.pcie: PCI host bridge to bus 0001:00 [ 2.262341] pci_bus 0001:00: root bus resource [bus 00-ff] [ 2.262355] pci_bus 0001:00: root bus resource [io 0x0000-0xfffff] (bus address [0x9f002000-0x9f101fff]) [ 2.262363] pci_bus 0001:00: root bus resource [mem 0x90000000-0x9effffff] [ 2.262472] pci 0001:00:00.0: [201f:0001] type 01 class 0x060400 PCIe Root Port [ 2.262497] pci 0001:00:00.0: BAR 0 [mem 0x00000000-0x000fffff] [ 2.262506] pci 0001:00:00.0: BAR 1 [mem 0x00000000-0x000fffff] [ 2.262514] pci 0001:00:00.0: PCI bridge to [bus 01-ff] [ 2.262525] pci 0001:00:00.0: bridge window [io 0x0000-0x0fff] [ 2.262533] pci 0001:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 2.262544] pci 0001:00:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref] [ 2.262597] pci 0001:00:00.0: supports D1 [ 2.262604] pci 0001:00:00.0: PME# supported from D0 D1 D3hot D3cold [ 2.266553] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01 [ 2.266598] pci 0001:00:00.0: BAR 0 [mem 0x90000000-0x900fffff]: assigned [ 2.266609] pci 0001:00:00.0: BAR 1 [mem 0x90100000-0x901fffff]: assigned [ 2.266621] pci 0001:00:00.0: PCI bridge to [bus 01] [ 2.266634] pci_bus 0001:00: resource 4 [io 0x0000-0xfffff] [ 2.266641] pci_bus 0001:00: resource 5 [mem 0x90000000-0x9effffff] [ 2.268512] pcieport 0001:00:00.0: PME: Signaling with IRQ 66 [ 2.268925] pcieport 0001:00:00.0: AER: enabled with IRQ 66 [ 2.269647] k1x-dwc-pcie ca800000.pcie: has no power on gpio. [ 2.271811] k1x-dwc-pcie ca800000.pcie: host bridge /soc/pcie@ca800000 ranges: [ 2.271843] k1x-dwc-pcie ca800000.pcie: IO 0x00b7002000..0x00b7101fff -> 0x00b7002000 [ 2.271869] k1x-dwc-pcie ca800000.pcie: MEM 0x00a0000000..0x00afffffff -> 0x00a0000000 [ 2.271884] k1x-dwc-pcie ca800000.pcie: MEM 0x00b0000000..0x00b6ffffff -> 0x00b0000000 [ 2.371984] unexpected IRQ,INT0 [ 2.372001] k1x-dwc-pcie ca800000.pcie: iATU: unroll T, 8 ob, 8 ib, align 4K, limit 4G [ 2.465805] k1x-dwc-pcie ca800000.pcie: PCIe Gen.2 x1 link up [ 2.465947] k1x-dwc-pcie ca800000.pcie: PCI host bridge to bus 0002:00 [ 2.465963] pci_bus 0002:00: root bus resource [bus 00-ff] [ 2.465976] pci_bus 0002:00: root bus resource [io 0x100000-0x1fffff] (bus address [0xb7002000-0xb7101fff]) [ 2.465983] pci_bus 0002:00: root bus resource [mem 0xa0000000-0xafffffff pref] [ 2.465991] pci_bus 0002:00: root bus resource [mem 0xb0000000-0xb6ffffff] [ 2.466084] pci 0002:00:00.0: [201f:0001] type 01 class 0x060400 PCIe Root Port [ 2.466106] pci 0002:00:00.0: BAR 0 [mem 0x00000000-0x000fffff] [ 2.466115] pci 0002:00:00.0: BAR 1 [mem 0x00000000-0x000fffff] [ 2.466123] pci 0002:00:00.0: PCI bridge to [bus 01-ff] [ 2.466133] pci 0002:00:00.0: bridge window [io 0x0000-0x0fff] [ 2.466141] pci 0002:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 2.466151] pci 0002:00:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref] [ 2.466195] pci 0002:00:00.0: supports D1 [ 2.466202] pci 0002:00:00.0: PME# supported from D0 D1 D3hot D3cold [ 2.470080] pci 0002:01:00.0: [1217:8760] type 00 class 0x010802 PCIe Endpoint [ 2.470225] pci 0002:01:00.0: BAR 0 [mem 0x00000000-0x00003fff 64bit] [ 2.477837] pci 0002:01:00.0: ASPM: default states L0s L1 [ 2.477897] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01 [ 2.477928] pci 0002:00:00.0: BAR 0 [mem 0xb0000000-0xb00fffff]: assigned [ 2.477939] pci 0002:00:00.0: BAR 1 [mem 0xb0100000-0xb01fffff]: assigned [ 2.477947] pci 0002:00:00.0: bridge window [mem 0xb0200000-0xb02fffff]: assigned [ 2.477959] pci 0002:01:00.0: BAR 0 [mem 0xb0200000-0xb0203fff 64bit]: assigned [ 2.477992] pci 0002:00:00.0: PCI bridge to [bus 01] [ 2.478001] pci 0002:00:00.0: bridge window [mem 0xb0200000-0xb02fffff] [ 2.478012] pci_bus 0002:00: resource 4 [io 0x100000-0x1fffff] [ 2.478019] pci_bus 0002:00: resource 5 [mem 0xa0000000-0xafffffff pref] [ 2.478026] pci_bus 0002:00: resource 6 [mem 0xb0000000-0xb6ffffff] [ 2.478033] pci_bus 0002:01: resource 1 [mem 0xb0200000-0xb02fffff] [ 2.479867] pcieport 0002:00:00.0: PME: Signaling with IRQ 70 [ 2.480230] pcieport 0002:00:00.0: AER: enabled with IRQ 70 [ 2.486542] spacemit-bt rf-pwrseq:bt-pwrseq: block state already is 1 [ 2.488438] [ddrbw] MAJOR is 238 [ 2.488453] [ddrbw] MINOR is 0 [ 2.489577] d4017000.serial: ttyS0 at MMIO 0xd4017000 (irq = 74, base_baud = 921250) is a UART1 [ 2.489648] printk: legacy console [ttyS0] enabled [ 2.490875] d4017100.uart: ttyS1 at MMIO 0xd4017100 (irq = 75, base_baud = 3600000) is a UART2 [ 2.508462] PVR_K: 1: Read BVNC 36.29.52.182 from HW device registers [ 2.508534] PVR_K: 1: RGX Device registered BVNC 36.29.52.182 with 1 core in the system [ 2.509287] [drm] Initialized pvr 24.2.6603887 for cac00000.imggpu on minor 0 [ 2.516544] loop: module loaded [ 2.519322] nvme nvme0: pci function 0002:01:00.0 [ 2.519361] nvme 0002:01:00.0: enabling device (0000 -> 0002) [ 2.520110] k1x-qspi d420c000.spi: config mfp for cs:[0] [ 2.520186] k1x-qspi d420c000.spi: AHB buf size: 512 [ 2.520543] spi-nor spi4.0: supply vcc not found, using dummy regulator [ 2.520967] k1x-qspi d420c000.spi: RX buffer overflow [ 2.528349] 6 fixed-partitions partitions found on MTD device d420c000.spi-0 [ 2.528379] Creating 6 MTD partitions on "d420c000.spi-0": [ 2.528390] 0x000000000000-0x000000010000 : "bootinfo" [ 2.532213] 0x000000010000-0x000000020000 : "private" [ 2.533737] 0x000000020000-0x000000060000 : "fsbl" [ 2.536212] 0x000000060000-0x000000070000 : "env" [ 2.537653] 0x000000070000-0x0000000a0000 : "opensbi" [ 2.539111] 0x0000000a0000-0x000001000000 : "uboot" [ 2.540740] k1x-qspi d420c000.spi: Runtime PM usage count underflow! [ 2.541974] CAN device driver interface [ 2.636500] nvme nvme0: missing or invalid SUBNQN field. [ 2.637033] hwmon hwmon0: temp1_input not attached to any thermal zone [ 2.637966] nvme nvme0: 1/0/0 default/read/poll queues [ 2.640854] nvme0n1: p1 [ 2.824074] k1x-ci-otg c0900100.otg: k1x otg probe enter ... [ 2.824908] mvotg populate connector [ 2.824936] k1x-ci-otg mv-otg: successful probe OTG device. [ 2.826117] spacemit-k1x-combphy c0b10000.phy: USB3 PHY init. [ 2.828159] mv-ehci mv-ehci: mode: MV_USB_MODE_OTG ... [ 2.828888] mv-ehci mv-ehci1: Spacemit EHCI [ 2.828928] mv-ehci mv-ehci1: new USB bus registered, assigned bus number 1 [ 2.829021] mv-ehci mv-ehci1: irq 86, io mem 0xc0980100 [ 2.837800] mv-ehci mv-ehci1: USB 2.0 started, EHCI 1.00 [ 2.838505] hub 1-0:1.0: USB hub found [ 2.838536] hub 1-0:1.0: 1 port detected [ 2.839594] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 2.839628] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 2.839779] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe6d hci version 0x110 quirks 0x0000808000000090 [ 2.839867] xhci-hcd xhci-hcd.0.auto: irq 83, io mem 0xc0a00000 [ 2.840021] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 2.840034] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 3 [ 2.840048] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed [ 2.840632] hub 2-0:1.0: USB hub found [ 2.840664] hub 2-0:1.0: 1 port detected [ 2.840966] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 2.841388] hub 3-0:1.0: USB hub found [ 2.841413] hub 3-0:1.0: 1 port detected [ 2.842002] usbcore: registered new interface driver uas [ 2.842066] usbcore: registered new interface driver usb-storage [ 2.842276] spacemit-usb3-hub soc:usb3hub@0: v1.0.2 [ 2.861978] spacemit-usb3-hub soc:usb3hub@0: onboard usb hub driver probed, hub configured [ 2.862517] K1X_UDC: mv_udc_probe enter ... [ 2.862761] mv-udc mv-udc: use 32bit DMA mask [ 2.862790] mv_udc: dqh size = 0x800 udc->ep_dqh_dma = 0x7d00b000 [ 2.863181] mv-udc mv-udc: successful probe UDC device with clock gating. [ 2.915601] input: spacemit pwrkey as /devices/platform/soc/d401d800.i2c/i2c-8/8-0041/spacemit-pwrkey@spm8821/input/input0 [ 2.943421] spacemit-pmic-rtc spacemit-rtc@spm8821: registered as rtc0 [ 2.948689] spacemit-pmic-rtc spacemit-rtc@spm8821: setting system clock to 2026-03-16T10:28:41 UTC (1773656921) [ 2.949639] i2c_dev: i2c /dev entries driver [ 2.950800] usbcore: registered new interface driver uvcvideo [ 2.950870] Driver for 1-wire Dallas network protocol. [ 2.955342] System boots up not because of SoC watchdog reset. [ 2.962769] device-mapper: uevent: version 1.0.3 [ 2.963010] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev [ 2.963437] device-mapper: multipath round-robin: version 1.2.0 loaded [ 2.963450] device-mapper: multipath queue-length: version 0.2.0 loaded [ 2.963457] device-mapper: multipath service-time: version 0.3.0 loaded [ 2.963463] device-mapper: multipath historical-service-time: version 0.1.1 loaded [ 2.966716] sdhci: Secure Digital Host Controller Interface driver [ 2.966737] sdhci: Copyright(c) Pierre Ossman [ 2.966751] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.967342] sdhci-spacemit d4280000.sdh: Got CD GPIO [ 3.004264] mmc0: SDHCI controller on d4280000.sdh [d4280000.sdh] using ADMA [ 3.031009] mmc1: SDHCI controller on d4280800.sdh [d4280800.sdh] using ADMA [ 3.031035] sdio: save sdio_host <- (____ptrval____) [ 3.069951] mmc0: set tx_delaycode: 159 [ 3.089812] usb 2-1: new high-speed USB device number 2 using xhci-hcd [ 3.095372] mmc0: pass window [22 73) [ 3.146350] mmc0: pass window [76 221) [ 3.157715] mmc0: pass window [244 255) [ 3.157725] mmc0: tuning done, use the firstly delay_code:148 [ 3.157740] mmc0: new UHS-I speed SDR104 SDXC card at address 0001 [ 3.158463] mmcblk0: mmc0:0001 SD64G 58.3 GiB [ 3.160532] mmcblk0: p1 [ 3.179811] mmc2: Failed to initialize a non-removable card [ 3.179824] mmc2: SDHCI controller on d4281000.sdh [d4281000.sdh] using ADMA [ 3.182033] usbcore: registered new interface driver usbhid [ 3.182055] usbhid: USB HID core driver [ 3.183501] remoteproc remoteproc0: rcpu_rproc is available [ 3.183591] remoteproc remoteproc0: powering up rcpu_rproc [ 3.183602] remoteproc remoteproc0: Booting fw image esos.elf, size 562152 [ 3.185037] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node vdev0buffer@30206000 [ 3.197888] virtio_rpmsg_bus virtio0: rpmsg host is online [ 3.197919] rproc-virtio rproc-virtio.2.auto: registered virtio0 (type 7) [ 3.197929] remoteproc remoteproc0: remote processor rcpu_rproc is now up [ 3.198321] virtio_rpmsg_bus virtio0: creating channel rcpu-pwr-management-service addr 0x400 [ 3.198518] k1x_rproc virtio0.rcpu-pwr-management-service.-1.1024: new channel: 0x400 -> 0x400! [ 3.198604] virtio_rpmsg_bus virtio0: creating channel adma-service addr 0x401 [ 3.198707] riscv-pmu-sbi: SBI PMU extension is available [ 3.198707] adma_spacemit virtio0.adma-service.-1.1025: new channel: 0x401 -> 0x401! [ 3.198753] riscv-pmu-sbi: 16 firmware and 18 hardware counters [ 3.199266] Connection create success [ 3.199284] virtio_rpmsg_bus virtio0: creating channel can-service addr 0x402 [ 3.199399] flexcan virtio0.can-service.-1.1026: new channel: 0x402 -> 0x402! [ 3.200224] gnss: GNSS driver registered with major 511 [ 3.202465] NET: Registered PF_INET6 protocol family [ 3.203691] Segment Routing with IPv6 [ 3.203743] In-situ OAM (IOAM) with IPv6 [ 3.203803] NET: Registered PF_PACKET protocol family [ 3.203845] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 3.203853] can: controller area network core [ 3.203895] NET: Registered PF_CAN protocol family [ 3.203903] can: raw protocol [ 3.203912] can: broadcast manager protocol [ 3.203922] can: netlink gateway - max_hops=1 [ 3.204152] NET: Registered PF_CAIF protocol family [ 3.204198] Key type dns_resolver registered [ 3.204226] Key type ceph registered [ 3.204392] libceph: loaded (mon/osd proto 15/24) [ 3.215932] Loading compiled-in X.509 certificates [ 3.223931] zswap: loaded using pool lzo [ 3.275629] Key type encrypted registered [ 3.275654] AppArmor: AppArmor sha256 policy hashing enabled [ 3.285231] suspend: SBI SUSP extension detected [ 3.286849] [drm] spacemit_dpu_bind() [ 3.287162] spacemit-dpu-drv soc:port@c0440000: assigned reserved memory node dpu_reserved@2ff40000 [ 3.287557] [drm] dpu plane init ok [ 3.287595] spacemit-drm-drv c0440000.display-subsystem-hdmi: bound soc:port@c0440000 (ops dpu_component_ops) [ 3.287943] spacemit-drm-drv c0440000.display-subsystem-hdmi: bound c0400500.hdmi (ops spacemit_hdmi_ops) [ 3.288146] [drm] spacemit_hdmi_connector_detect() hdmi status connected [ 3.288469] hub 2-1:1.0: USB hub found [ 3.288653] [drm] Initialized spacemit 1.0.0 for c0440000.display-subsystem-hdmi on minor 1 [ 3.288704] [drm] spacemit_hdmi_connector_detect() hdmi status connected [ 3.288719] [drm] spacemit_hdmi_get_edid_block() len 128 [ 3.288736] hub 2-1:1.0: 4 ports detected [ 3.305942] [drm] spacemit_hdmi_get_edid_block() len 128 [ 3.310015] fbcon: Deferring console take-over [ 3.310033] spacemit-drm-drv c0440000.display-subsystem-hdmi: [drm] fb0: spacemitdrmfb frame buffer device [ 3.311013] spacemit-socinfo soc:socinfo@0: Spacemit: CPU[unknown] REV[C] DRO[127] Detected [ 3.311688] enter spacemit_snd_sspa_pdev_probe [ 3.315721] ES8323 2-0011: assuming static mclk [ 3.320864] input: snd-es8323 Headset Jack as /devices/platform/snd-card@1/sound/card1/input1 [ 3.341084] clk: Disabling unused clocks [ 3.341322] PM: genpd: Disabling unused power domains [ 3.341418] ALSA device list: [ 3.341424] #0: snd-hdmi [ 3.341434] #1: snd-es8323 [ 3.344030] Freeing unused kernel image (initmem) memory: 7680K [ 3.344131] Run /init as init process [ 3.344138] with arguments: [ 3.344142] /init [ 3.344146] with environment: [ 3.344150] HOME=/ [ 3.344155] TERM=linux [ 3.358106] usb 3-1: new SuperSpeed USB device number 2 using xhci-hcd [ 3.400569] hub 3-1:1.0: USB hub found [ 3.400917] hub 3-1:1.0: 4 ports detected [ 4.830095] k1x-ci-otg mv-otg: start host [ 4.830133] mv-ehci mv-ehci: Spacemit EHCI [ 4.830178] mv-ehci mv-ehci: new USB bus registered, assigned bus number 4 [ 4.830309] mv-ehci mv-ehci: irq 84, io mem 0xc0900100 [ 4.841883] mv-ehci mv-ehci: USB 2.0 started, EHCI 1.00 [ 4.842800] hub 4-0:1.0: USB hub found [ 4.842844] hub 4-0:1.0: 1 port detected [ 5.089889] usb 4-1: new low-speed USB device number 2 using mv-ehci [ 5.194029] Btrfs loaded, zoned=no, fsverity=no [ 5.254230] input: CHICONY HP Basic USB Keyboard as /devices/platform/soc/c0900100.ehci/usb4/4-1/4-1:1.0/0003:03F0:0024.0001/input/input2 [ 5.390185] hid-generic 0003:03F0:0024.0001: input: USB HID v1.10 Keyboard [CHICONY HP Basic USB Keyboard] on usb-mv-ehci-1/input0 [ 5.500846] BTRFS: device label armbi_root devid 1 transid 47 /dev/mmcblk0p1 (179:1) scanned by mount (262) [ 5.502240] BTRFS info (device mmcblk0p1): first mount of filesystem 9050e5db-19d7-4baa-a026-2483600065a9 [ 5.517393] BTRFS info (device mmcblk0p1): using crc32c (crc32c-lib) checksum algorithm [ 5.531060] BTRFS info (device mmcblk0p1): enabling ssd optimizations [ 5.531087] BTRFS info (device mmcblk0p1): turning on async discard [ 5.531094] BTRFS info (device mmcblk0p1): enabling free space tree [ 6.981990] systemd[1]: systemd 260~rc2-1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +LIBARCHIVE) [ 6.982040] systemd[1]: Detected architecture riscv64. [ 6.999628] systemd[1]: Hostname set to <orangepirv2>. [ 7.437120] systemd[1]: bpf-restrict-fs: Failed to link program; assuming BPF LSM is not available. [ 7.823822] systemd[1]: /usr/lib/systemd/system/systemd-udevd.service:56: System call bpf cannot be resolved as libseccomp is not available, ignoring: Operation not supported [ 7.954426] systemd[1]: /usr/lib/systemd/system/systemd-networkd.service:52: System call bpf cannot be resolved as libseccomp is not available, ignoring: Operation not supported [ 8.326884] systemd[1]: /usr/lib/systemd/system/systemd-hostnamed.service:43: System call sethostname cannot be resolved as libseccomp is not available, ignoring: Operation not supported [ 8.355913] systemd[1]: Queued start job for default target graphical.target. [ 8.389445] systemd[1]: Created slice system-getty.slice - Slice /system/getty. [ 8.408248] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [ 8.428247] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. [ 8.443430] systemd[1]: Created slice user.slice - User and Session Slice. [ 8.458377] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [ 8.470216] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ 8.486926] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. [ 8.498089] systemd[1]: Expecting device dev-ttyS0.device - /dev/ttyS0... [ 8.506041] systemd[1]: Reached target imports.target - Image Downloads. [ 8.518094] systemd[1]: Reached target paths.target - Path Units. [ 8.526007] systemd[1]: Reached target remote-fs.target - Remote File Systems. [ 8.537990] systemd[1]: Reached target slices.target - Slice Units. [ 8.546067] systemd[1]: Reached target swap.target - Swaps. [ 8.554701] systemd[1]: Listening on syslog.socket - Syslog Socket. [ 8.572575] systemd[1]: Listening on systemd-ask-password.socket - Query the User Interactively for a Password. [ 8.590680] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. [ 8.608638] systemd[1]: Listening on systemd-factory-reset.socket - Factory Reset Management. [ 8.622674] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [ 8.634657] systemd[1]: Listening on systemd-journald.socket - Journal Sockets. [ 8.652960] systemd[1]: Listening on systemd-mute-console.socket - Console Output Muting Service Socket. [ 8.667007] systemd[1]: Listening on systemd-networkd-resolve-hook.socket - Network Management Resolve Hook Socket. [ 8.678862] systemd[1]: Listening on systemd-networkd-varlink-metrics.socket - Network Management Metrics Varlink Socket. [ 8.690990] systemd[1]: Listening on systemd-networkd-varlink.socket - Network Management Varlink Socket. [ 8.702785] systemd[1]: Listening on systemd-networkd.socket - Network Management Netlink Socket. [ 8.714058] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements skipped, unmet condition check ConditionSecurity=measured-uki [ 8.714178] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy skipped, unmet condition check ConditionSecurity=measured-uki [ 8.714934] systemd[1]: Listening on systemd-resolved-monitor.socket - Resolve Monitor Varlink Socket. [ 8.726539] systemd[1]: Listening on systemd-resolved-varlink.socket - Resolve Service Varlink Socket. [ 8.738540] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [ 8.750410] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [ 8.762575] systemd[1]: Listening on systemd-udevd-varlink.socket - udev Varlink Socket. [ 8.774621] systemd[1]: dev-hugepages.mount - Huge Pages File System skipped, unmet condition check ConditionPathExists=/sys/kernel/mm/hugepages [ 8.783110] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... [ 8.798393] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... [ 8.803877] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... [ 8.827134] systemd[1]: Starting fake-hwclock-load.service - Restore the current clock... [ 8.855904] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... [ 8.875273] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... [ 8.886355] systemd[1]: modprobe@configfs.service - Load Kernel Module configfs skipped, unmet condition check ConditionKernelModuleLoaded=!configfs [ 8.891582] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... [ 8.902303] systemd[1]: modprobe@drm.service - Load Kernel Module drm skipped, unmet condition check ConditionKernelModuleLoaded=!drm [ 8.907815] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... [ 8.923736] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... [ 8.938255] systemd[1]: netplan-ovs-cleanup.service - OpenVSwitch configuration for cleanup skipped, unmet condition check ConditionFileIsExecutable=/usr/bin/ovs-vsctl [ 8.938770] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67 [ 8.944824] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... [ 8.962870] systemd[1]: Starting systemd-network-generator.service - Generate Network Units from Kernel Command Line... [ 8.974233] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki [ 8.974531] systemd[1]: systemd-pcrproduct.service - TPM NvPCR Product ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki [ 8.975009] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki [ 8.980161] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... [ 8.996669] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... [ 9.030274] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. [ 9.035523] fuse: init (API version 7.45) [ 9.049149] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. [ 9.063110] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. [ 9.079331] systemd[1]: fake-hwclock-load.service: Deactivated successfully. [ 9.080397] systemd[1]: Finished fake-hwclock-load.service - Restore the current clock. [ 9.109531] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. [ 9.127916] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout. [ 9.147108] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. [ 9.159333] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 9.160430] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [ 9.179572] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 9.180626] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. [ 9.200363] systemd[1]: Finished systemd-network-generator.service - Generate Network Units from Kernel Command Line. [ 9.218760] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. [ 9.238621] systemd[1]: Reached target network-pre.target - Preparation for Network. [ 9.258727] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... [ 9.274170] systemd[1]: systemd-fsck-root.service - File System Check on Root Device skipped, unmet condition check ConditionPathExists=!/run/initramfs/fsck-root [ 9.279867] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... [ 9.300003] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... [ 9.315554] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. [ 9.323085] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 9.339169] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 9.339962] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 9.345649] dhd_static_buf: loading out-of-tree module taints kernel. [ 9.346344] [dhd] STATIC-MSG) dhd_static_buf_init : 101.10.361.36 (wlan=r892223-20231107-1) [ 9.346960] [dhd] STATIC-MSG) dhd_init_wlan_mem : prealloc ok for index 0: 8459264(8261K) [ 9.408357] BTRFS info (device mmcblk0p1 state M): use zstd compression, level 1 [ 9.412884] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. [ 9.429356] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc [ 9.429739] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival skipped, unmet condition check ConditionDirectoryNotEmpty=/sys/fs/pstore [ 9.434420] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed... [ 9.450152] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki [ 9.450318] systemd[1]: systemd-pcrnvdone.service - TPM PCR NvPCR Initialization Separator skipped, unmet condition check ConditionSecurity=measured-uki [ 9.452768] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. [ 9.467265] systemd[1]: systemd-sysusers.service - Create System Users skipped, no trigger condition checks were met. [ 9.476938] systemd[1]: Starting systemd-journalctl.socket - Journal Log Access Socket... [ 9.501374] systemd[1]: Starting systemd-timesyncd.service - Network Time Synchronization... [ 9.522811] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev... [ 9.536657] systemd[1]: Listening on systemd-journalctl.socket - Journal Log Access Socket. [ 9.599439] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev. [ 9.618783] systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems. [ 9.636533] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files... [ 9.651158] systemd[1]: Started systemd-timesyncd.service - Network Time Synchronization. [ 9.665318] systemd[1]: Reached target time-set.target - System Time Set. [ 9.821444] [dhd] _dhd_module_init: in Dongle Host Driver, version 101.10.591.84.37 (20241009-2)(2bc03d3) ./. compiled on Mar 16 2026 at 10:02:36 [ 9.821474] [dhd] dhd_wlan_init_gpio: WL_REG_ON=-1 [ 9.821484] [dhd] dhd_wifi_platform_load: Enter [ 9.821492] [dhd] Power-up adapter 'DHD generic adapter' [ 9.821606] [dhd] wifi_platform_set_power = 1, delay: 200 msec [ 9.821614] [dhd] ======== PULL WL_REG_ON(-1) HIGH! ======== [ 9.821625] spacemit-rf-pwrseq rf-pwrseq: turn power on [ 9.822661] spacemit-rf-pwrseq rf-pwrseq: check voltage: 1800000 [ 9.848560] systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files. [ 10.025385] systemd[1]: Mounting tmp.mount - /tmp... [ 10.046392] could not get sdhci fast pinctrl state. [ 10.046416] could not get sdhci fast pinctrl state. [ 10.046425] mmc1: set tx_delaycode: 159 [ 10.047636] mmc1: pass window [0 65) [ 10.059676] systemd[1]: Mounted tmp.mount - /tmp. [ 10.074607] systemd[1]: Reached target local-fs.target - Local File Systems. [ 10.091229] systemd[1]: Listening on systemd-sysext.socket - System Extension Image Management. [ 10.101820] mmc1: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, resetting CMD and DATA [ 10.110405] systemd[1]: Starting armbian-zram-config.service - Armbian ZRAM config... [ 10.126738] systemd[1]: Starting console-setup.service - Set console font and keymap... [ 10.143435] systemd[1]: Starting systemd-binfmt.service - Set Up Additional Binary Formats... [ 10.149838] [dhd] wifi_platform_set_power = 1, sleep done: 200 msec [ 10.149868] [dhd] wifi_platform_bus_enumerate device present 1 [ 10.149875] [dhd] ======== Card detection to detect SDIO card! ======== [ 10.161856] mmc1: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, resetting CMD and DATA [ 10.191774] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 388 (systemd-binfmt) [ 10.194011] systemd[1]: Finished console-setup.service - Set console font and keymap. [ 10.211159] systemd[1]: Mounting proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System... [ 10.217833] mmc1: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, resetting CMD and DATA [ 10.250082] systemd[1]: Mounted proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System. [ 10.265700] systemd[1]: Finished systemd-binfmt.service - Set Up Additional Binary Formats. [ 10.274058] mmc1: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, resetting CMD and DATA [ 10.274130] mmc1: pass window [77 81) [ 10.276868] mmc1: pass window [90 255) [ 10.276890] mmc1: tuning done, use the firstly delay_code:172 [ 10.279975] mmc1: new UHS-I speed SDR104 SDIO card at address 0001 [ 10.280553] [dhd] dummy_probe: func->num=0x1; [ 10.280778] [dhd] dummy_probe: func->num=0x2; [ 10.281110] [dhd] dummy_probe: func->num=0x3; [ 10.297188] [dhd] bcmsdh_register: register client driver [ 10.297379] [dhd] bcmsdh_sdmmc_probe: Enter num=1 [ 10.297521] [dhd] bcmsdh_sdmmc_probe: Enter num=2 [ 10.297531] [dhd] bus num (host idx)=1, slot num (rca)=1, caps=0x43cf010f [ 10.297538] [dhd] found adapter info 'DHD generic adapter' [ 10.297549] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 3, size 139264 [ 10.297584] [dhd] succeed to alloc static buf [ 10.297590] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 4, size 0 [ 10.297661] [dhd] sdioh_attach: set sd_f2_blocksize 256 [ 10.297709] [dhd] sdioh_attach: sd clock rate = 208000000 [ 10.298134] [dhd] dhdsdio_probe : no mutex held [ 10.298148] [dhd] dhdsdio_probe : set mutex lock [ 10.298363] [dhd] F1 signature read @0x18000000=0x15294345 [ 10.301438] [dhd] F1 signature OK, socitype:0x1 chip:0x4345 rev:0x9 pkg:0x2 [ 10.302158] [dhd] DHD: dongle ram size is set to 819200(orig 819200) at 0x198000 [ 10.302235] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 7, size 42152 [ 10.302272] [dhd] dhd_conf_set_chiprev : devid=0xa9bf, chip=0x4345, chiprev=9 [ 10.302341] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 0, size 10320 [ 10.302404] [dhd] dhd_ioctl_entry_local invalid parameter net 0000000000000000 dev_priv (____ptrval____) [ 10.302415] [dhd] CFG80211-ERROR) wl_is_fils_supported : FILS NOT supported, err -22 [ 10.302895] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 5, size 65536 [ 10.303483] [dhd] CFG80211-ERROR) wl_is_fils_supported : FILS NOT supported, err -19 [ 10.303798] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 19, size 65688 [ 10.304081] [dhd] dhd_attach(): thread:dhd_watchdog_thread_sdio:194 started [ 10.304233] [dhd] dhd_attach(): thread:dhd_dpc_sdio:195 started [ 10.304375] [dhd] dhd_attach(): thread:dhd_rxf_sdio:196 started [ 10.304401] [dhd] dhd_deferred_work_init: work queue initialized [ 10.304409] [dhd] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -> mode 2 [ 10.304416] [dhd] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=40, TCPDATA_INFO_MAXNUM=40 [ 10.304539] [dhd] sdioh_cis_read: func_cis_ptr[0]=0x10ac [ 10.308294] systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices. [ 10.314189] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 1, size 10300 [ 10.314223] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 2, size 65536 [ 10.314296] [dhd] dhdsdio_probe_init: making DHD_BUS_DOWN [ 10.314776] [dhd] Dongle Host Driver, version 101.10.591.84.37 (20241009-2)(2bc03d3) ./. compiled on Mar 16 2026 at 10:02:36 [ 10.315587] [dhd] Register interface [wlan0] MAC: 9c:b8:b4:91:dd:56 [ 10.315723] [dhd] [wlan0] wl_android_wifi_off : g_wifi_on=1 force_off=1 [ 10.315735] [dhd] dhd_bus_devreset: == Power OFF == [ 10.316030] [dhd] dhd_bus_stop: making DHD_BUS_DOWN [ 10.316053] [dhd] dhd_bus_devreset: making dhdpub up FALSE [ 10.316059] [dhd] dhd_txglom_enable: enable 0 [ 10.316067] [dhd] dhd_bus_devreset: making DHD_BUS_DOWN [ 10.316232] [dhd] wifi_platform_set_power = 0, delay: 10 msec [ 10.316247] [dhd] ======== PULL WL_REG_ON(-1) LOW! ======== [ 10.316263] spacemit-rf-pwrseq rf-pwrseq: turn power off [ 10.327394] [dhd] wifi_platform_set_power = 0, sleep done: 10 msec [ 10.327428] [dhd] [wlan0] wl_android_wifi_off : out [ 10.327441] [dhd] wl_android_post_init: 0 [ 10.327449] [dhd] dhdsdio_probe : mutex is released. [ 10.327784] bcmsdh_sdmmc mmc1:0001:3: probe with driver bcmsdh_sdmmc failed with error -110 [ 10.327963] [dhd] _dhd_module_init: Exit err=0 [ 10.337987] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules. [ 10.356167] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... [ 10.410733] zram: Added device: zram0 [ 10.411289] zram: Added device: zram1 [ 10.411836] zram: Added device: zram2 [ 10.418467] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables. [ 10.442050] systemd[1]: Starting systemd-networkd.service - Network Management... [ 10.463105] systemd[1]: Starting systemd-resolved.service - Network Name Resolution... [ 10.524992] zram0: detected capacity change from 0 to 8013344 [ 10.743975] [dhd] CFG80211-ERROR) wl_cfg80211_dump_station : WLC_GET_ASSOCLIST error -19 [ 10.830947] systemd[1]: Started systemd-networkd.service - Network Management. [ 10.838467] priv phy_interface = 9 [ 10.841322] emac_phy_connect: eth1: attached to PHY (UID 0x4f51e91b) Link = 0 [ 10.861955] k1x_emac cac81000.ethernet eth1: registered PTP clock [ 10.866502] k1x_emac cac81000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off [ 10.874148] priv phy_interface = 9 [ 10.875424] emac_phy_connect: eth0: attached to PHY (UID 0x4f51e91b) Link = 0 [ 10.891013] systemd[1]: Found device dev-ttyS0.device - /dev/ttyS0. [ 10.908533] k1x_emac cac80000.ethernet eth0: registered PTP clock [ 11.365426] systemd[1]: Reached target usb-gadget.target - Hardware activated USB gadget. [ 11.378575] systemd[1]: Listening on systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 11.385237] btsdio mmc1:0001:3: probe with driver btsdio failed with error -110 [ 11.390720] systemd[1]: dev-hugepages.mount - Huge Pages File System skipped, unmet condition check ConditionPathExists=/sys/kernel/mm/hugepages [ 11.395745] systemd[1]: Starting fake-hwclock-load.service - Restore the current clock... [ 11.414855] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... [ 11.430284] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67 [ 11.430925] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc [ 11.437963] systemd[1]: Starting systemd-networkd-persistent-storage.service - Enable Persistent Storage in systemd-networkd... [ 11.450177] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki [ 11.450505] systemd[1]: systemd-pcrproduct.service - TPM NvPCR Product ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki [ 11.451064] systemd[1]: systemd-sysusers.service - Create System Users skipped, no trigger condition checks were met. [ 11.451421] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki [ 11.451606] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki [ 11.451717] systemd[1]: systemd-pcrnvdone.service - TPM PCR NvPCR Initialization Separator skipped, unmet condition check ConditionSecurity=measured-uki [ 11.468952] systemd[1]: fake-hwclock-load.service: Deactivated successfully. [ 11.470231] systemd[1]: Finished fake-hwclock-load.service - Restore the current clock. [ 11.484867] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 11.486175] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [ 11.499888] systemd[1]: Finished systemd-networkd-persistent-storage.service - Enable Persistent Storage in systemd-networkd. [ 11.553015] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival skipped, unmet condition check ConditionDirectoryNotEmpty=/sys/fs/pstore [ 11.557374] systemd[1]: Starting systemd-rfkill.service - Load/Save RF Kill Switch Status... [ 11.600503] spacemit-bt rf-pwrseq:bt-pwrseq: set block: 0 [ 11.600528] spacemit-rf-pwrseq rf-pwrseq: turn power on [ 11.601521] spacemit-rf-pwrseq rf-pwrseq: check voltage: 1800000 [ 11.723651] systemd[1]: Started systemd-rfkill.service - Load/Save RF Kill Switch Status. [ 12.153817] random: crng init done [ 12.162954] systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed. [ 12.174857] systemd[1]: first-boot-complete.target - First Boot Complete skipped, unmet condition check ConditionFirstBoot=yes [ 12.175064] systemd[1]: systemd-machine-id-commit.service - Save Transient machine-id to Disk skipped, unmet condition check ConditionPathIsMountPoint=/etc/machine-id [ 12.189890] Adding 4006668k swap on /dev/zram0. Priority:5 extents:1 across:4006668k SS [ 12.238365] zram1: detected capacity change from 0 to 102400 [ 12.259606] systemd[1]: Started systemd-resolved.service - Network Name Resolution. [ 12.274648] systemd[1]: Reached target nss-lookup.target - Host and Network Name Lookups. [ 12.293933] systemd[1]: Finished armbian-zram-config.service - Armbian ZRAM config. [ 12.319202] systemd[1]: Starting armbian-ramlog.service - Armbian memory supported logging... [ 12.407425] EXT4-fs (zram1): mounted filesystem a2893bc0-640e-42a1-89f9-9a1bc38bda27 r/w without journal. Quota mode: disabled. [ 12.743251] systemd[1]: Finished armbian-ramlog.service - Armbian memory supported logging. [ 12.762302] systemd[1]: Starting systemd-journald.service - Journal Service... [ 12.814572] systemd-journald[548]: Collecting audit messages is disabled. [ 12.994491] systemd[1]: Started systemd-journald.service - Journal Service. [ 13.121652] systemd-journald[548]: Received client request to flush runtime journal. [ 13.136353] systemd-journald[548]: /var/log.hdd/journal/28f10994387340aa984cc55f5554a535/system.journal: Realtime clock jumped backwards relative to last journal entry, rotating. [ 13.136391] systemd-journald[548]: Rotating system journal. [ 13.884109] spacemit-bt rf-pwrseq:bt-pwrseq: block state already is 0 [ 13.980040] systemd-journald[548]: Received client request to relinquish /var/log/journal/28f10994387340aa984cc55f5554a535 access. [ 14.933594] NOTICE: Automounting of tracing to debugfs is deprecated and will be removed in 2030 [ 15.222756] fbcon: Taking over console [ 15.223484] [drm] spacemit_crtc_atomic_enable(power on) [ 15.223565] [drm] dpu_init [ 15.223602] [drm] spacemit_hdmi_encoder_enable() [ 15.223611] [drm] spacemit_hdmi_setup() id 0xa28501, hdmi 8bpc [ 15.223848] [drm] DPU type 0 id 2 Start! [ 15.240834] Console: switching to colour frame buffer device 240x67 [ 21.470485] platform soc:lcd_backlight: deferred probe pending: pwm-backlight: unable to request PWM [ 21.470522] spacemit-pm-domain soc:power-management@0:power-controller: sync_state() pending due to c088d000.r_uart1 [ 21.470536] spacemit-pm-domain soc:power-management@0:power-controller: sync_state() pending due to c0887000.ri2c [ 21.470555] spacemit-pm-domain soc:power-management@0:power-controller: sync_state() pending due to c0500000.linlon-v5 [ 21.470570] spacemit-pm-domain soc:power-management@0:power-controller: sync_state() pending due to d420a000.ccic [ 21.470578] spacemit-pm-domain soc:power-management@0:power-controller: sync_state() pending due to d420a800.ccic [ 21.470585] spacemit-pm-domain soc:power-management@0:power-controller: sync_state() pending due to d4206000.ccic [ 21.470592] spacemit-pm-domain soc:power-management@0:power-controller: sync_state() pending due to c0230000.isp [ 21.470599] spacemit-pm-domain soc:power-management@0:power-controller: sync_state() pending due to c0230000.vi [ 21.470606] spacemit-pm-domain soc:power-management@0:power-controller: sync_state() pending due to c02f0000.cpp [ 33.763752] ldo5: disabling [ 91.110132] nvme nvme0: controller is down; will reset: CSTS=0xffffffff, PCI_STATUS=0x10 [ 91.110152] nvme nvme0: Does your device have a faulty power saving mode enabled? [ 91.110159] nvme nvme0: Try "nvme_core.default_ps_max_latency_us=0 pcie_aspm=off pcie_port_pm=off" and report a bug [ 91.158317] nvme0n1: Read(0x2) @ LBA 2048, 8 blocks, Host Aborted Command (sct 0x3 / sc 0x71) [ 91.158364] I/O error, dev nvme0n1, sector 2048 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2 [ 91.194149] nvme 0002:01:00.0: enabling device (0000 -> 0002) [ 91.194206] nvme nvme0: Disabling device after reset failure: -19 [ 91.210164] Buffer I/O error on dev nvme0n1p1, logical block 0, async page read [ 91.210993] EXT4-fs (nvme0n1p1): unable to read superblock Booting from SD, NVMe disk in bottom M.2 slot: Spoiler [ 0.000000] Booting Linux on hartid 0 [ 0.000000] Linux version 6.18.18-current-spacemit (build@armbian) (riscv64-linux-gnu-gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0, GNU ld (GNU Binutils for Ubuntu) 2.42) #4 SMP PREEMPT_DYNAMIC Fri Mar 13 17:40:48 UTC 2026 [ 0.000000] Machine model: ky x1 orangepi-rv2 board [ 0.000000] SBI specification v1.0 detected [ 0.000000] SBI implementation ID=0x1 Version=0x10003 [ 0.000000] SBI IPI extension detected [ 0.000000] SBI RFENCE extension detected [ 0.000000] earlycon: sbi0 at I/O port 0x0 (options '') [ 0.000000] Malformed early option 'earlycon' [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000058000000, size 384 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x0000000058000000..0x000000006fffffff (393216 KiB) map reusable linux,cma [ 0.000000] OF: reserved mem: 0x000000007f000000..0x000000007fffffff (16384 KiB) map non-reusable framebuffer@7f000000 [ 0.000000] OF: reserved mem: 0x0000000000000000..0x000000000007ffff (512 KiB) nomap non-reusable mmode_resv0@0 [ 0.000000] OF: reserved mem: 0x00000000c0800000..0x00000000c083ffff (256 KiB) nomap non-reusable mem@c0800000 [ 0.000000] OF: reserved mem: 0x0000000030000000..0x00000000301fffff (2048 KiB) nomap non-reusable rcpu_mem_heap@30000000 [ 0.000000] OF: reserved mem: 0x0000000030200000..0x0000000030202fff (12 KiB) nomap non-reusable vdev0vring0@30200000 [ 0.000000] OF: reserved mem: 0x0000000030203000..0x0000000030205fff (12 KiB) nomap non-reusable vdev0vring1@30203000 [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000030206000, size 0 MiB [ 0.000000] OF: reserved mem: initialized node vdev0buffer@30206000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x0000000030206000..0x00000000302fbfff (984 KiB) nomap non-reusable vdev0buffer@30206000 [ 0.000000] OF: reserved mem: 0x00000000302fc000..0x00000000302fffff (16 KiB) nomap non-reusable rsc_table@302fc000 [ 0.000000] OF: reserved mem: 0x0000000030300000..0x000000003033ffff (256 KiB) nomap non-reusable rcpu_mem_snapshots@30300000 [ 0.000000] OF: reserved mem: 0x0000000030340000..0x000000003037ffff (256 KiB) nomap non-reusable rcpu_mem_dtb@30300000 [ 0.000000] Reserved memory: created DMA memory pool at 0x000000002ff40000, size 0 MiB [ 0.000000] OF: reserved mem: initialized node dpu_reserved@2ff40000, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x000000002ff40000..0x000000002fffffff (768 KiB) nomap non-reusable dpu_reserved@2ff40000 [ 0.000000] Zone ranges: [ 0.000000] DMA32 [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] Normal [mem 0x0000000080000000-0x000000027fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000000007ffff] [ 0.000000] node 0: [mem 0x0000000000080000-0x000000002ff3ffff] [ 0.000000] node 0: [mem 0x000000002ff40000-0x000000003037ffff] [ 0.000000] node 0: [mem 0x0000000030380000-0x000000007fffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x000000027fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000027fffffff] [ 0.000000] On node 0, zone Normal: 524288 pages in unavailable ranges [ 0.000000] SBI HSM extension detected [ 0.000000] riscv: base ISA extensions acdfimv [ 0.000000] riscv: ELF capabilities acdfimv [ 0.000000] Ticket spinlock: enabled [ 0.000000] percpu: Embedded 31 pages/cpu s87768 r8192 d31016 u126976 [ 0.000000] pcpu-alloc: s87768 r8192 d31016 u126976 alloc=31*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 [ 0.000000] Kernel command line: root=UUID=9050e5db-19d7-4baa-a026-2483600065a9 earlycon=sbi console=tty1 console=ttyS0,115200 loglevel=1 rw no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0 splash plymouth.ignore-serial-consoles swiotlb=65536 rdinit=/init [ 0.000000] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes [ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] software IO TLB: area num 8. [ 0.000000] software IO TLB: mapped [mem 0x0000000074f58000-0x000000007cf58000] (128MB) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2097152 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] Dynamic Preempt: full [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] Trampoline variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. [ 0.000000] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] riscv-intc: 64 local interrupts mapped [ 0.000000] riscv-plic: interrupt-controller@e0000000: mapped 159 interrupts with 8 handlers for 16 contexts. [ 0.000000] riscv: providing IPIs using SBI IPI extension [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] riscv-timer: Timer interrupt in S-mode is available via sstc extension [ 0.000000] clocksource: riscv_clocksource: mask: 0xffffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000000] sched_clock: 64 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.000384] Console: colour dummy device 80x25 [ 0.000403] printk: legacy console [tty1] enabled [ 0.000504] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) [ 0.000518] pid_max: default: 32768 minimum: 301 [ 0.000635] LSM: initializing lsm=capability,apparmor,bpf [ 0.000975] AppArmor: AppArmor initialized [ 0.001570] LSM support for eBPF active [ 0.001691] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.001724] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.004118] riscv: ELF compat mode unsupported [ 0.004156] ASID allocator using 16 bits (65536 entries) [ 0.004283] rcu: Hierarchical SRCU implementation. [ 0.004289] rcu: Max phase no-delay instances is 1000. [ 0.004505] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level [ 0.004644] EFI services will not be available. [ 0.005024] smp: Bringing up secondary CPUs ... [ 0.010456] smp: Brought up 1 node, 8 CPUs [ 0.011297] Memory: 7590552K/8388608K available (16804K kernel code, 6364K rwdata, 16384K rodata, 7680K init, 864K bss, 397220K reserved, 393216K cma-reserved) [ 0.012425] devtmpfs: initialized [ 0.024264] Duplicate name in __symbols__, renamed to "#1" [ 0.024294] Duplicate name in __symbols__, renamed to "#2" [ 0.024309] Duplicate name in __symbols__, renamed to "#3" [ 0.024322] Duplicate name in __symbols__, renamed to "#4" [ 0.024335] Duplicate name in __symbols__, renamed to "#5" [ 0.024358] Duplicate name in __symbols__, renamed to "#6" [ 0.024374] Duplicate name in __symbols__, renamed to "#7" [ 0.024390] Duplicate name in __symbols__, renamed to "#8" [ 0.026230] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.026269] posixtimers hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 0.026353] futex hash table entries: 2048 (131072 bytes on 1 NUMA nodes, total 128 KiB, linear). [ 0.029809] pinctrl core: initialized pinctrl subsystem [ 0.030442] DMI not present or invalid. [ 0.032279] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.033626] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations [ 0.033822] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.033881] audit: initializing netlink subsys (disabled) [ 0.034149] audit: type=2000 audit(0.032:1): state=initialized audit_enabled=0 res=1 [ 0.034432] display class register [ 0.034647] thermal_sys: Registered thermal governor 'fair_share' [ 0.034654] thermal_sys: Registered thermal governor 'bang_bang' [ 0.034660] thermal_sys: Registered thermal governor 'step_wise' [ 0.034665] thermal_sys: Registered thermal governor 'user_space' [ 0.034722] cpuidle: using governor menu [ 0.056284] cpu6: Ratio of byte access time to unaligned word access is 1.57, unaligned accesses are fast [ 0.056284] cpu5: Ratio of byte access time to unaligned word access is 2.13, unaligned accesses are fast [ 0.056285] cpu4: Ratio of byte access time to unaligned word access is 1.38, unaligned accesses are fast [ 0.056285] cpu7: Ratio of byte access time to unaligned word access is 1.42, unaligned accesses are fast [ 0.056292] cpu1: Ratio of byte access time to unaligned word access is 2.47, unaligned accesses are fast [ 0.056291] cpu3: Ratio of byte access time to unaligned word access is 2.40, unaligned accesses are fast [ 0.056291] cpu2: Ratio of byte access time to unaligned word access is 2.73, unaligned accesses are fast [ 0.080327] cpu0: Ratio of byte access time to unaligned word access is 10.52, unaligned accesses are fast [ 0.087724] /soc: Fixed dependency cycle(s) with /soc/hdmi@C0400500 [ 0.090444] /soc/hdmi@C0400500: Fixed dependency cycle(s) with /soc [ 0.090462] /soc/hdmi@C0400500: Fixed dependency cycle(s) with /soc/pinctrl@d401e000/hdmi_0_grp [ 0.090476] /soc/hdmi@C0400500: Fixed dependency cycle(s) with /soc/power-management@0/power-controller [ 0.090489] /soc/hdmi@C0400500: Fixed dependency cycle(s) with /soc/reset-controller@d4050000 [ 0.090503] /soc/hdmi@C0400500: Fixed dependency cycle(s) with /soc/clock-controller@d4050000 [ 0.090520] /soc/hdmi@C0400500: Fixed dependency cycle(s) with /soc/interrupt-controller@e0000000 [ 0.092292] /soc/pinctrl@d401e000: Fixed dependency cycle(s) with /soc/interrupt-controller@e0000000 [ 0.092321] /soc/pinctrl@d401e000: Fixed dependency cycle(s) with /soc/reset-controller@d4050000 [ 0.092343] /soc/pinctrl@d401e000: Fixed dependency cycle(s) with /soc/clock-controller@d4050000 [ 0.094001] pinctrl-single d401e000.pinctrl: 148 pins, size 592 [ 0.102540] /soc/pcie@ca400000: Fixed dependency cycle(s) with /soc/pcie@ca400000/interrupt-controller@0 [ 0.102922] /soc/pcie@ca800000: Fixed dependency cycle(s) with /soc/pcie@ca800000/interrupt-controller@0 [ 0.105469] /soc: Fixed dependency cycle(s) with /soc/hdmi@C0400500 [ 0.105563] /soc/hdmi@C0400500: Fixed dependency cycle(s) with /soc [ 0.105652] /soc/hdmi@C0400500: Fixed dependency cycle(s) with /soc/reset-controller@d4050000 [ 0.105669] /soc/hdmi@C0400500: Fixed dependency cycle(s) with /soc/clock-controller@d4050000 [ 0.105688] /soc/hdmi@C0400500: Fixed dependency cycle(s) with /soc/interrupt-controller@e0000000 [ 0.176751] raid6: rvvx1 gen() 3000 MB/s [ 0.244763] raid6: rvvx2 gen() 2483 MB/s [ 0.312816] raid6: rvvx4 gen() 2482 MB/s [ 0.380864] raid6: rvvx8 gen() 2441 MB/s [ 0.448932] raid6: int64x8 gen() 1118 MB/s [ 0.516973] raid6: int64x4 gen() 1503 MB/s [ 0.585045] raid6: int64x2 gen() 1608 MB/s [ 0.653079] raid6: int64x1 gen() 1321 MB/s [ 0.653086] raid6: using algorithm rvvx1 gen() 3000 MB/s [ 0.721117] raid6: .... xor() 1840 MB/s, rmw enabled [ 0.721124] raid6: using rvv recovery algorithm [ 0.721851] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.724140] mmp-pdma d4000000.pdma: PM domain power-domain@SPT_PD_BUS will not be powered off [ 0.725146] iommu: Default domain type: Translated [ 0.725161] iommu: DMA domain TLB invalidation policy: strict mode [ 0.729987] SCSI subsystem initialized [ 0.730261] libata version 3.00 loaded. [ 0.730427] usbcore: registered new interface driver usbfs [ 0.730460] usbcore: registered new interface driver hub [ 0.730501] usbcore: registered new device driver usb [ 0.733557] /soc/i2c@d401d800/spm8821@41: Fixed dependency cycle(s) with /soc/i2c@d401d800/spm8821@41/regulators/DCDC_REG5 [ 0.749375] platform spacemit-regulator@spm8821: DMA mask not set [ 0.784789] /soc/i2c@d401d800/spm8821@41: Fixed dependency cycle(s) with /soc/i2c@d401d800/spm8821@41/regulators [ 0.785142] platform spacemit-pinctrl@spm8821: DMA mask not set [ 0.785255] platform spacemit-pwrkey@spm8821: DMA mask not set [ 0.785341] platform spacemit-rtc@spm8821: DMA mask not set [ 0.785423] platform spacemit-adc@spm8821: DMA mask not set [ 0.785856] mc: Linux media interface: v0.10 [ 0.785901] videodev: Linux video capture interface: v2.00 [ 0.785960] pps_core: LinuxPPS API ver. 1 registered [ 0.785966] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.785990] PTP clock support registered [ 0.786938] Advanced Linux Sound Architecture Driver Initialized. [ 0.787720] Bluetooth: Core ver 2.22 [ 0.787763] NET: Registered PF_BLUETOOTH protocol family [ 0.787768] Bluetooth: HCI device and connection manager initialized [ 0.787779] Bluetooth: HCI socket layer initialized [ 0.787786] Bluetooth: L2CAP socket layer initialized [ 0.787800] Bluetooth: SCO socket layer initialized [ 0.788022] nfc: nfc_init: NFC Core ver 0.1 [ 0.788081] NET: Registered PF_NFC protocol family [ 0.788190] vgaarb: loaded [ 0.788693] clocksource: Switched to clocksource riscv_clocksource [ 0.789275] netfs: FS-Cache loaded [ 0.789526] CacheFiles: Loaded [ 0.789903] AppArmor: AppArmor Filesystem Enabled [ 0.796825] NET: Registered PF_INET protocol family [ 0.797136] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.848818] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 0.848883] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.848899] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.849309] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) [ 0.851317] TCP: Hash tables configured (established 65536 bind 65536) [ 0.851497] UDP hash table entries: 4096 (order: 6, 262144 bytes, linear) [ 0.851707] UDP-Lite hash table entries: 4096 (order: 6, 262144 bytes, linear) [ 0.852158] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.852835] RPC: Registered named UNIX socket transport module. [ 0.852847] RPC: Registered udp transport module. [ 0.852851] RPC: Registered tcp transport module. [ 0.852855] RPC: Registered tcp-with-tls transport module. [ 0.852859] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.852868] NET: Registered PF_XDP protocol family [ 0.852891] PCI: CLS 0 bytes, default 64 [ 0.853095] kvm [1]: hypervisor extension not available [ 0.853261] Unpacking initramfs... [ 0.854148] Initialise system trusted keyrings [ 0.854506] workingset: timestamp_bits=46 max_order=21 bucket_order=0 [ 0.855093] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.855666] NFS: Registering the id_resolver key type [ 0.855721] Key type id_resolver registered [ 0.855727] Key type id_legacy registered [ 0.855756] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.855771] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.857116] Key type cifs.idmap registered [ 0.858035] SGI XFS with ACLs, security attributes, realtime, scrub, repair, quota, no debug enabled [ 0.922378] NET: Registered PF_ALG protocol family [ 0.922440] xor: measuring software checksum speed [ 0.923139] 8regs : 4732 MB/sec [ 0.923870] 32regs : 4545 MB/sec [ 0.924464] rvv : 5571 MB/sec [ 0.924469] xor: using function: rvv (5571 MB/sec) [ 0.924479] async_tx: api initialized (async) [ 0.924489] Key type asymmetric registered [ 0.924501] Asymmetric key parser 'x509' registered [ 0.924623] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 241) [ 0.924989] io scheduler mq-deadline registered [ 0.925000] io scheduler kyber registered [ 0.925043] io scheduler bfq registered [ 1.197969] Freeing initrd memory: 14272K [ 1.201873] k1x-dwc-pcie ca400000.pcie: set power on gpio 116 to 1 [ 1.202053] k1x-dwc-pcie ca400000.pcie: host bridge /soc/pcie@ca400000 ranges: [ 1.202092] k1x-dwc-pcie ca400000.pcie: IO 0x009f002000..0x009f101fff -> 0x009f002000 [ 1.202115] k1x-dwc-pcie ca400000.pcie: MEM 0x0090000000..0x009effffff -> 0x0090000000 [ 1.302221] unexpected IRQ,INT0 [ 1.302238] k1x-dwc-pcie ca400000.pcie: iATU: unroll T, 8 ob, 8 ib, align 4K, limit 4G [ 1.396707] k1x-dwc-pcie ca400000.pcie: PCIe Gen.2 x1 link up [ 1.397188] k1x-dwc-pcie ca400000.pcie: PCI host bridge to bus 0001:00 [ 1.397210] pci_bus 0001:00: root bus resource [bus 00-ff] [ 1.397224] pci_bus 0001:00: root bus resource [io 0x0000-0xfffff] (bus address [0x9f002000-0x9f101fff]) [ 1.397232] pci_bus 0001:00: root bus resource [mem 0x90000000-0x9effffff] [ 1.397334] pci 0001:00:00.0: [201f:0001] type 01 class 0x060400 PCIe Root Port [ 1.397357] pci 0001:00:00.0: BAR 0 [mem 0x00000000-0x000fffff] [ 1.397367] pci 0001:00:00.0: BAR 1 [mem 0x00000000-0x000fffff] [ 1.397374] pci 0001:00:00.0: PCI bridge to [bus 01-ff] [ 1.397384] pci 0001:00:00.0: bridge window [io 0x0000-0x0fff] [ 1.397392] pci 0001:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 1.397402] pci 0001:00:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref] [ 1.397448] pci 0001:00:00.0: supports D1 [ 1.397455] pci 0001:00:00.0: PME# supported from D0 D1 D3hot D3cold [ 1.401318] pci 0001:01:00.0: [1217:8760] type 00 class 0x010802 PCIe Endpoint [ 1.401464] pci 0001:01:00.0: BAR 0 [mem 0x00000000-0x00003fff 64bit] [ 1.408747] pci 0001:01:00.0: ASPM: default states L0s L1 [ 1.408804] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01 [ 1.408836] pci 0001:00:00.0: BAR 0 [mem 0x90000000-0x900fffff]: assigned [ 1.408847] pci 0001:00:00.0: BAR 1 [mem 0x90100000-0x901fffff]: assigned [ 1.408856] pci 0001:00:00.0: bridge window [mem 0x90200000-0x902fffff]: assigned [ 1.408867] pci 0001:01:00.0: BAR 0 [mem 0x90200000-0x90203fff 64bit]: assigned [ 1.408900] pci 0001:00:00.0: PCI bridge to [bus 01] [ 1.408909] pci 0001:00:00.0: bridge window [mem 0x90200000-0x902fffff] [ 1.408920] pci_bus 0001:00: resource 4 [io 0x0000-0xfffff] [ 1.408927] pci_bus 0001:00: resource 5 [mem 0x90000000-0x9effffff] [ 1.408934] pci_bus 0001:01: resource 1 [mem 0x90200000-0x902fffff] [ 1.410770] pcieport 0001:00:00.0: PME: Signaling with IRQ 66 [ 1.411199] pcieport 0001:00:00.0: AER: enabled with IRQ 66 [ 1.412164] k1x-dwc-pcie ca800000.pcie: has no power on gpio. [ 1.414335] k1x-dwc-pcie ca800000.pcie: host bridge /soc/pcie@ca800000 ranges: [ 1.414369] k1x-dwc-pcie ca800000.pcie: IO 0x00b7002000..0x00b7101fff -> 0x00b7002000 [ 1.414401] k1x-dwc-pcie ca800000.pcie: MEM 0x00a0000000..0x00afffffff -> 0x00a0000000 [ 1.414416] k1x-dwc-pcie ca800000.pcie: MEM 0x00b0000000..0x00b6ffffff -> 0x00b0000000 [ 1.514520] k1x-dwc-pcie ca800000.pcie: iATU: unroll T, 8 ob, 8 ib, align 4K, limit 4G [ 2.472695] k1x-dwc-pcie ca800000.pcie: Phy link never came up [ 2.472840] k1x-dwc-pcie ca800000.pcie: PCI host bridge to bus 0002:00 [ 2.472856] pci_bus 0002:00: root bus resource [bus 00-ff] [ 2.472868] pci_bus 0002:00: root bus resource [io 0x100000-0x1fffff] (bus address [0xb7002000-0xb7101fff]) [ 2.472876] pci_bus 0002:00: root bus resource [mem 0xa0000000-0xafffffff pref] [ 2.472883] pci_bus 0002:00: root bus resource [mem 0xb0000000-0xb6ffffff] [ 2.472977] pci 0002:00:00.0: [201f:0001] type 01 class 0x060400 PCIe Root Port [ 2.473000] pci 0002:00:00.0: BAR 0 [mem 0x00000000-0x000fffff] [ 2.473009] pci 0002:00:00.0: BAR 1 [mem 0x00000000-0x000fffff] [ 2.473017] pci 0002:00:00.0: PCI bridge to [bus 01-ff] [ 2.473028] pci 0002:00:00.0: bridge window [io 0x0000-0x0fff] [ 2.473036] pci 0002:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 2.473047] pci 0002:00:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref] [ 2.473096] pci 0002:00:00.0: supports D1 [ 2.473103] pci 0002:00:00.0: PME# supported from D0 D1 D3hot D3cold [ 2.477024] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01 [ 2.477068] pci 0002:00:00.0: BAR 0 [mem 0xb0000000-0xb00fffff]: assigned [ 2.477080] pci 0002:00:00.0: BAR 1 [mem 0xb0100000-0xb01fffff]: assigned [ 2.477092] pci 0002:00:00.0: PCI bridge to [bus 01] [ 2.477105] pci_bus 0002:00: resource 4 [io 0x100000-0x1fffff] [ 2.477113] pci_bus 0002:00: resource 5 [mem 0xa0000000-0xafffffff pref] [ 2.477120] pci_bus 0002:00: resource 6 [mem 0xb0000000-0xb6ffffff] [ 2.479021] pcieport 0002:00:00.0: PME: Signaling with IRQ 70 [ 2.479379] pcieport 0002:00:00.0: AER: enabled with IRQ 70 [ 2.485373] spacemit-bt rf-pwrseq:bt-pwrseq: block state already is 1 [ 2.487243] [ddrbw] MAJOR is 238 [ 2.487260] [ddrbw] MINOR is 0 [ 2.488408] d4017000.serial: ttyS0 at MMIO 0xd4017000 (irq = 74, base_baud = 921250) is a UART1 [ 2.488485] printk: legacy console [ttyS0] enabled [ 2.489703] d4017100.uart: ttyS1 at MMIO 0xd4017100 (irq = 75, base_baud = 3600000) is a UART2 [ 2.507374] PVR_K: 1: Read BVNC 36.29.52.182 from HW device registers [ 2.507450] PVR_K: 1: RGX Device registered BVNC 36.29.52.182 with 1 core in the system [ 2.508168] [drm] Initialized pvr 24.2.6603887 for cac00000.imggpu on minor 0 [ 2.515501] loop: module loaded [ 2.518154] nvme nvme0: pci function 0001:01:00.0 [ 2.518195] nvme 0001:01:00.0: enabling device (0000 -> 0002) [ 2.518986] k1x-qspi d420c000.spi: config mfp for cs:[0] [ 2.519068] k1x-qspi d420c000.spi: AHB buf size: 512 [ 2.519429] spi-nor spi4.0: supply vcc not found, using dummy regulator [ 2.519874] k1x-qspi d420c000.spi: RX buffer overflow [ 2.521014] nvme nvme0: missing or invalid SUBNQN field. [ 2.521548] hwmon hwmon0: temp1_input not attached to any thermal zone [ 2.522636] nvme nvme0: 1/0/0 default/read/poll queues [ 2.527353] 6 fixed-partitions partitions found on MTD device d420c000.spi-0 [ 2.527380] Creating 6 MTD partitions on "d420c000.spi-0": [ 2.527391] 0x000000000000-0x000000010000 : "bootinfo" [ 2.533005] 0x000000010000-0x000000020000 : "private" [ 2.533796] nvme0n1: p1 [ 2.534720] 0x000000020000-0x000000060000 : "fsbl" [ 2.536130] 0x000000060000-0x000000070000 : "env" [ 2.537469] 0x000000070000-0x0000000a0000 : "opensbi" [ 2.538840] 0x0000000a0000-0x000001000000 : "uboot" [ 2.540319] k1x-qspi d420c000.spi: Runtime PM usage count underflow! [ 2.541536] CAN device driver interface [ 2.818954] k1x-ci-otg c0900100.otg: k1x otg probe enter ... [ 2.819822] mvotg populate connector [ 2.819848] k1x-ci-otg mv-otg: successful probe OTG device. [ 2.821022] spacemit-k1x-combphy c0b10000.phy: USB3 PHY init. [ 2.822582] mv-ehci mv-ehci: mode: MV_USB_MODE_OTG ... [ 2.823245] mv-ehci mv-ehci1: Spacemit EHCI [ 2.823270] mv-ehci mv-ehci1: new USB bus registered, assigned bus number 1 [ 2.823358] mv-ehci mv-ehci1: irq 85, io mem 0xc0980100 [ 2.832694] mv-ehci mv-ehci1: USB 2.0 started, EHCI 1.00 [ 2.833408] hub 1-0:1.0: USB hub found [ 2.833438] hub 1-0:1.0: 1 port detected [ 2.834499] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 2.834530] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 2.834682] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe6d hci version 0x110 quirks 0x0000808000000090 [ 2.834728] xhci-hcd xhci-hcd.0.auto: irq 86, io mem 0xc0a00000 [ 2.834878] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 2.834896] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 3 [ 2.834909] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed [ 2.835497] hub 2-0:1.0: USB hub found [ 2.835529] hub 2-0:1.0: 1 port detected [ 2.835832] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 2.836262] hub 3-0:1.0: USB hub found [ 2.836288] hub 3-0:1.0: 1 port detected [ 2.836868] usbcore: registered new interface driver uas [ 2.836940] usbcore: registered new interface driver usb-storage [ 2.837141] spacemit-usb3-hub soc:usb3hub@0: v1.0.2 [ 2.856693] spacemit-usb3-hub soc:usb3hub@0: onboard usb hub driver probed, hub configured [ 2.857241] K1X_UDC: mv_udc_probe enter ... [ 2.857481] mv-udc mv-udc: use 32bit DMA mask [ 2.857524] mv_udc: dqh size = 0x800 udc->ep_dqh_dma = 0x7d03f000 [ 2.857903] mv-udc mv-udc: successful probe UDC device with clock gating. [ 2.910304] input: spacemit pwrkey as /devices/platform/soc/d401d800.i2c/i2c-8/8-0041/spacemit-pwrkey@spm8821/input/input0 [ 2.938165] spacemit-pmic-rtc spacemit-rtc@spm8821: registered as rtc0 [ 2.943420] spacemit-pmic-rtc spacemit-rtc@spm8821: setting system clock to 2026-03-16T10:38:36 UTC (1773657516) [ 2.944368] i2c_dev: i2c /dev entries driver [ 2.945522] usbcore: registered new interface driver uvcvideo [ 2.945590] Driver for 1-wire Dallas network protocol. [ 2.949964] System boots up not because of SoC watchdog reset. [ 2.957667] device-mapper: uevent: version 1.0.3 [ 2.957910] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev [ 2.958364] device-mapper: multipath round-robin: version 1.2.0 loaded [ 2.958374] device-mapper: multipath queue-length: version 0.2.0 loaded [ 2.958381] device-mapper: multipath service-time: version 0.3.0 loaded [ 2.958387] device-mapper: multipath historical-service-time: version 0.1.1 loaded [ 2.961619] sdhci: Secure Digital Host Controller Interface driver [ 2.961640] sdhci: Copyright(c) Pierre Ossman [ 2.961654] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.962235] sdhci-spacemit d4280000.sdh: Got CD GPIO [ 2.999367] mmc0: SDHCI controller on d4280000.sdh [d4280000.sdh] using ADMA [ 3.027273] mmc1: SDHCI controller on d4280800.sdh [d4280800.sdh] using ADMA [ 3.027297] sdio: save sdio_host <- (____ptrval____) [ 3.066182] mmc0: set tx_delaycode: 159 [ 3.088711] usb 2-1: new high-speed USB device number 2 using xhci-hcd [ 3.091608] mmc0: pass window [20 73) [ 3.141902] mmc0: pass window [77 219) [ 3.153957] mmc0: pass window [242 255) [ 3.153966] mmc0: tuning done, use the firstly delay_code:147 [ 3.153981] mmc0: new UHS-I speed SDR104 SDXC card at address 0001 [ 3.154682] mmcblk0: mmc0:0001 SD64G 58.3 GiB [ 3.156850] mmcblk0: p1 [ 3.176365] mmc2: Failed to initialize a non-removable card [ 3.176379] mmc2: SDHCI controller on d4281000.sdh [d4281000.sdh] using ADMA [ 3.178560] usbcore: registered new interface driver usbhid [ 3.178579] usbhid: USB HID core driver [ 3.179995] remoteproc remoteproc0: rcpu_rproc is available [ 3.180087] remoteproc remoteproc0: powering up rcpu_rproc [ 3.180100] remoteproc remoteproc0: Booting fw image esos.elf, size 562152 [ 3.181574] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node vdev0buffer@30206000 [ 3.194422] virtio_rpmsg_bus virtio0: rpmsg host is online [ 3.194450] rproc-virtio rproc-virtio.2.auto: registered virtio0 (type 7) [ 3.194460] remoteproc remoteproc0: remote processor rcpu_rproc is now up [ 3.194853] virtio_rpmsg_bus virtio0: creating channel rcpu-pwr-management-service addr 0x400 [ 3.194987] k1x_rproc virtio0.rcpu-pwr-management-service.-1.1024: new channel: 0x400 -> 0x400! [ 3.195066] virtio_rpmsg_bus virtio0: creating channel adma-service addr 0x401 [ 3.195194] adma_spacemit virtio0.adma-service.-1.1025: new channel: 0x401 -> 0x401! [ 3.195287] riscv-pmu-sbi: SBI PMU extension is available [ 3.195329] riscv-pmu-sbi: 16 firmware and 18 hardware counters [ 3.195688] Connection create success [ 3.195706] virtio_rpmsg_bus virtio0: creating channel can-service addr 0x402 [ 3.195814] flexcan virtio0.can-service.-1.1026: new channel: 0x402 -> 0x402! [ 3.196886] gnss: GNSS driver registered with major 511 [ 3.198967] NET: Registered PF_INET6 protocol family [ 3.200310] Segment Routing with IPv6 [ 3.200364] In-situ OAM (IOAM) with IPv6 [ 3.200431] NET: Registered PF_PACKET protocol family [ 3.200476] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 3.200484] can: controller area network core [ 3.200522] NET: Registered PF_CAN protocol family [ 3.200530] can: raw protocol [ 3.200539] can: broadcast manager protocol [ 3.200549] can: netlink gateway - max_hops=1 [ 3.200792] NET: Registered PF_CAIF protocol family [ 3.200854] Key type dns_resolver registered [ 3.200885] Key type ceph registered [ 3.201067] libceph: loaded (mon/osd proto 15/24) [ 3.212480] Loading compiled-in X.509 certificates [ 3.220522] zswap: loaded using pool lzo [ 3.271603] Key type encrypted registered [ 3.271628] AppArmor: AppArmor sha256 policy hashing enabled [ 3.281110] suspend: SBI SUSP extension detected [ 3.282595] [drm] spacemit_dpu_bind() [ 3.282894] spacemit-dpu-drv soc:port@c0440000: assigned reserved memory node dpu_reserved@2ff40000 [ 3.283319] [drm] dpu plane init ok [ 3.283325] hub 2-1:1.0: USB hub found [ 3.283357] spacemit-drm-drv c0440000.display-subsystem-hdmi: bound soc:port@c0440000 (ops dpu_component_ops) [ 3.283613] hub 2-1:1.0: 4 ports detected [ 3.283741] spacemit-drm-drv c0440000.display-subsystem-hdmi: bound c0400500.hdmi (ops spacemit_hdmi_ops) [ 3.283933] [drm] spacemit_hdmi_connector_detect() hdmi status connected [ 3.284479] [drm] Initialized spacemit 1.0.0 for c0440000.display-subsystem-hdmi on minor 1 [ 3.284528] [drm] spacemit_hdmi_connector_detect() hdmi status connected [ 3.284544] [drm] spacemit_hdmi_get_edid_block() len 128 [ 3.300833] [drm] spacemit_hdmi_get_edid_block() len 128 [ 3.304925] fbcon: Deferring console take-over [ 3.304944] spacemit-drm-drv c0440000.display-subsystem-hdmi: [drm] fb0: spacemitdrmfb frame buffer device [ 3.305906] spacemit-socinfo soc:socinfo@0: Spacemit: CPU[unknown] REV[C] DRO[127] Detected [ 3.306554] enter spacemit_snd_sspa_pdev_probe [ 3.310596] ES8323 2-0011: assuming static mclk [ 3.315927] input: snd-es8323 Headset Jack as /devices/platform/snd-card@1/sound/card1/input1 [ 3.336283] clk: Disabling unused clocks [ 3.336518] PM: genpd: Disabling unused power domains [ 3.336619] ALSA device list: [ 3.336626] #0: snd-hdmi [ 3.336636] #1: snd-es8323 [ 3.339341] Freeing unused kernel image (initmem) memory: 7680K [ 3.339442] Run /init as init process [ 3.339450] with arguments: [ 3.339454] /init [ 3.339458] with environment: [ 3.339462] HOME=/ [ 3.339466] TERM=linux [ 3.347057] usb 3-1: new SuperSpeed USB device number 2 using xhci-hcd [ 3.395447] hub 3-1:1.0: USB hub found [ 3.395796] hub 3-1:1.0: 4 ports detected [ 4.836947] k1x-ci-otg mv-otg: start host [ 4.836983] mv-ehci mv-ehci: Spacemit EHCI [ 4.837028] mv-ehci mv-ehci: new USB bus registered, assigned bus number 4 [ 4.837177] mv-ehci mv-ehci: irq 83, io mem 0xc0900100 [ 4.848787] mv-ehci mv-ehci: USB 2.0 started, EHCI 1.00 [ 4.849691] hub 4-0:1.0: USB hub found [ 4.849733] hub 4-0:1.0: 1 port detected [ 5.101112] usb 4-1: new low-speed USB device number 2 using mv-ehci [ 5.215945] Btrfs loaded, zoned=no, fsverity=no [ 5.267409] input: CHICONY HP Basic USB Keyboard as /devices/platform/soc/c0900100.ehci/usb4/4-1/4-1:1.0/0003:03F0:0024.0001/input/input2 [ 5.389148] hid-generic 0003:03F0:0024.0001: input: USB HID v1.10 Keyboard [CHICONY HP Basic USB Keyboard] on usb-mv-ehci-1/input0 [ 5.497062] BTRFS: device label armbi_root devid 1 transid 55 /dev/mmcblk0p1 (179:1) scanned by mount (261) [ 5.498396] BTRFS info (device mmcblk0p1): first mount of filesystem 9050e5db-19d7-4baa-a026-2483600065a9 [ 5.513718] BTRFS info (device mmcblk0p1): using crc32c (crc32c-lib) checksum algorithm [ 5.528003] BTRFS info (device mmcblk0p1): enabling ssd optimizations [ 5.528029] BTRFS info (device mmcblk0p1): turning on async discard [ 5.528036] BTRFS info (device mmcblk0p1): enabling free space tree [ 6.976798] systemd[1]: systemd 260~rc2-1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +LIBARCHIVE) [ 6.976835] systemd[1]: Detected architecture riscv64. [ 6.994183] systemd[1]: Hostname set to <orangepirv2>. [ 7.426654] systemd[1]: bpf-restrict-fs: Failed to link program; assuming BPF LSM is not available. [ 7.813939] systemd[1]: /usr/lib/systemd/system/systemd-udevd.service:56: System call bpf cannot be resolved as libseccomp is not available, ignoring: Operation not supported [ 7.946121] systemd[1]: /usr/lib/systemd/system/systemd-networkd.service:52: System call bpf cannot be resolved as libseccomp is not available, ignoring: Operation not supported [ 8.318871] systemd[1]: /usr/lib/systemd/system/systemd-hostnamed.service:43: System call sethostname cannot be resolved as libseccomp is not available, ignoring: Operation not supported [ 8.347361] systemd[1]: Queued start job for default target graphical.target. [ 8.381204] systemd[1]: Created slice system-getty.slice - Slice /system/getty. [ 8.395107] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [ 8.411199] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. [ 8.426346] systemd[1]: Created slice user.slice - User and Session Slice. [ 8.437234] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [ 8.449119] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ 8.461806] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. [ 8.472965] systemd[1]: Expecting device dev-ttyS0.device - /dev/ttyS0... [ 8.480918] systemd[1]: Reached target imports.target - Image Downloads. [ 8.493009] systemd[1]: Reached target paths.target - Path Units. [ 8.500896] systemd[1]: Reached target remote-fs.target - Remote File Systems. [ 8.512870] systemd[1]: Reached target slices.target - Slice Units. [ 8.520925] systemd[1]: Reached target swap.target - Swaps. [ 8.529512] systemd[1]: Listening on syslog.socket - Syslog Socket. [ 8.547490] systemd[1]: Listening on systemd-ask-password.socket - Query the User Interactively for a Password. [ 8.565572] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. [ 8.583585] systemd[1]: Listening on systemd-factory-reset.socket - Factory Reset Management. [ 8.597516] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [ 8.609546] systemd[1]: Listening on systemd-journald.socket - Journal Sockets. [ 8.627835] systemd[1]: Listening on systemd-mute-console.socket - Console Output Muting Service Socket. [ 8.641881] systemd[1]: Listening on systemd-networkd-resolve-hook.socket - Network Management Resolve Hook Socket. [ 8.653738] systemd[1]: Listening on systemd-networkd-varlink-metrics.socket - Network Management Metrics Varlink Socket. [ 8.665852] systemd[1]: Listening on systemd-networkd-varlink.socket - Network Management Varlink Socket. [ 8.677637] systemd[1]: Listening on systemd-networkd.socket - Network Management Netlink Socket. [ 8.688950] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements skipped, unmet condition check ConditionSecurity=measured-uki [ 8.689062] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy skipped, unmet condition check ConditionSecurity=measured-uki [ 8.689771] systemd[1]: Listening on systemd-resolved-monitor.socket - Resolve Monitor Varlink Socket. [ 8.701394] systemd[1]: Listening on systemd-resolved-varlink.socket - Resolve Service Varlink Socket. [ 8.713423] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [ 8.725273] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [ 8.737547] systemd[1]: Listening on systemd-udevd-varlink.socket - udev Varlink Socket. [ 8.749485] systemd[1]: dev-hugepages.mount - Huge Pages File System skipped, unmet condition check ConditionPathExists=/sys/kernel/mm/hugepages [ 8.757906] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... [ 8.773381] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... [ 8.778945] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... [ 8.801902] systemd[1]: Starting fake-hwclock-load.service - Restore the current clock... [ 8.831003] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... [ 8.846820] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... [ 8.857169] systemd[1]: modprobe@configfs.service - Load Kernel Module configfs skipped, unmet condition check ConditionKernelModuleLoaded=!configfs [ 8.862113] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... [ 8.873122] systemd[1]: modprobe@drm.service - Load Kernel Module drm skipped, unmet condition check ConditionKernelModuleLoaded=!drm [ 8.878844] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... [ 8.894941] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... [ 8.905120] systemd[1]: netplan-ovs-cleanup.service - OpenVSwitch configuration for cleanup skipped, unmet condition check ConditionFileIsExecutable=/usr/bin/ovs-vsctl [ 8.905577] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67 [ 8.911942] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... [ 8.930266] systemd[1]: Starting systemd-network-generator.service - Generate Network Units from Kernel Command Line... [ 8.941158] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki [ 8.941411] systemd[1]: systemd-pcrproduct.service - TPM NvPCR Product ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki [ 8.941800] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki [ 8.947574] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... [ 8.965998] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... [ 8.981283] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. [ 8.998925] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. [ 9.007698] fuse: init (API version 7.45) [ 9.010722] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. [ 9.022604] systemd[1]: fake-hwclock-load.service: Deactivated successfully. [ 9.023623] systemd[1]: Finished fake-hwclock-load.service - Restore the current clock. [ 9.053011] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. [ 9.065976] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. [ 9.078200] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 9.079258] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [ 9.094641] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 9.097073] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. [ 9.110865] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout. [ 9.126890] systemd[1]: Finished systemd-network-generator.service - Generate Network Units from Kernel Command Line. [ 9.149501] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. [ 9.165591] systemd[1]: Reached target network-pre.target - Preparation for Network. [ 9.185617] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... [ 9.197072] systemd[1]: systemd-fsck-root.service - File System Check on Root Device skipped, unmet condition check ConditionPathExists=!/run/initramfs/fsck-root [ 9.201653] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... [ 9.207260] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... [ 9.242251] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. [ 9.270398] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 9.273937] BTRFS info (device mmcblk0p1 state M): use zstd compression, level 1 [ 9.278340] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. [ 9.285904] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 9.286666] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 9.290467] dhd_static_buf: loading out-of-tree module taints kernel. [ 9.291391] [dhd] STATIC-MSG) dhd_static_buf_init : 101.10.361.36 (wlan=r892223-20231107-1) [ 9.291800] [dhd] STATIC-MSG) dhd_init_wlan_mem : prealloc ok for index 0: 8459264(8261K) [ 9.296044] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc [ 9.296366] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival skipped, unmet condition check ConditionDirectoryNotEmpty=/sys/fs/pstore [ 9.301225] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed... [ 9.313176] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki [ 9.313406] systemd[1]: systemd-pcrnvdone.service - TPM PCR NvPCR Initialization Separator skipped, unmet condition check ConditionSecurity=measured-uki [ 9.316611] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. [ 9.334121] systemd[1]: systemd-sysusers.service - Create System Users skipped, no trigger condition checks were met. [ 9.346316] systemd[1]: Starting systemd-journalctl.socket - Journal Log Access Socket... [ 9.368159] systemd[1]: Starting systemd-timesyncd.service - Network Time Synchronization... [ 9.385612] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev... [ 9.399800] systemd[1]: Listening on systemd-journalctl.socket - Journal Log Access Socket. [ 9.458486] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev. [ 9.477658] systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems. [ 9.494520] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files... [ 9.513448] systemd[1]: Started systemd-timesyncd.service - Network Time Synchronization. [ 9.514734] systemd[1]: Reached target time-set.target - System Time Set. [ 9.710410] systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files. [ 9.779032] [dhd] _dhd_module_init: in Dongle Host Driver, version 101.10.591.84.37 (20241009-2)(2bc03d3) ./. compiled on Mar 16 2026 at 10:02:36 [ 9.779061] [dhd] dhd_wlan_init_gpio: WL_REG_ON=-1 [ 9.779071] [dhd] dhd_wifi_platform_load: Enter [ 9.779079] [dhd] Power-up adapter 'DHD generic adapter' [ 9.779202] [dhd] wifi_platform_set_power = 1, delay: 200 msec [ 9.779212] [dhd] ======== PULL WL_REG_ON(-1) HIGH! ======== [ 9.779222] spacemit-rf-pwrseq rf-pwrseq: turn power on [ 9.780233] spacemit-rf-pwrseq rf-pwrseq: check voltage: 1800000 [ 9.981949] systemd[1]: Mounting tmp.mount - /tmp... [ 9.996326] could not get sdhci fast pinctrl state. [ 9.996351] could not get sdhci fast pinctrl state. [ 9.996360] mmc1: set tx_delaycode: 159 [ 9.997141] mmc1: pass window [0 62) [ 10.016069] systemd[1]: Mounted tmp.mount - /tmp. [ 10.025520] systemd[1]: Reached target local-fs.target - Local File Systems. [ 10.042070] systemd[1]: Listening on systemd-sysext.socket - System Extension Image Management. [ 10.056738] mmc1: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, resetting CMD and DATA [ 10.056796] mmc1: pass window [81 82) [ 10.057240] systemd[1]: Starting armbian-zram-config.service - Armbian ZRAM config... [ 10.058746] mmc1: pass window [88 255) [ 10.058774] mmc1: tuning done, use the firstly delay_code:171 [ 10.060488] mmc1: new UHS-I speed SDR104 SDIO card at address 0001 [ 10.061019] [dhd] dummy_probe: func->num=0x1; [ 10.061253] [dhd] dummy_probe: func->num=0x2; [ 10.061434] [dhd] dummy_probe: func->num=0x3; [ 10.077445] systemd[1]: Starting console-setup.service - Set console font and keymap... [ 10.094589] systemd[1]: Starting systemd-binfmt.service - Set Up Additional Binary Formats... [ 10.101876] [dhd] wifi_platform_set_power = 1, sleep done: 200 msec [ 10.101905] [dhd] wifi_platform_bus_enumerate device present 1 [ 10.101913] [dhd] ======== Card detection to detect SDIO card! ======== [ 10.119857] [dhd] bcmsdh_register: register client driver [ 10.120035] [dhd] bcmsdh_sdmmc_probe: Enter num=1 [ 10.120309] [dhd] bcmsdh_sdmmc_probe: Enter num=2 [ 10.120327] [dhd] bus num (host idx)=1, slot num (rca)=1, caps=0x43cf010f [ 10.120336] [dhd] found adapter info 'DHD generic adapter' [ 10.120347] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 3, size 139264 [ 10.120386] [dhd] succeed to alloc static buf [ 10.120392] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 4, size 0 [ 10.120472] [dhd] sdioh_attach: set sd_f2_blocksize 256 [ 10.120511] [dhd] sdioh_attach: sd clock rate = 208000000 [ 10.120923] [dhd] dhdsdio_probe : no mutex held [ 10.120939] [dhd] dhdsdio_probe : set mutex lock [ 10.121165] [dhd] F1 signature read @0x18000000=0x15294345 [ 10.123743] [dhd] F1 signature OK, socitype:0x1 chip:0x4345 rev:0x9 pkg:0x2 [ 10.124236] [dhd] DHD: dongle ram size is set to 819200(orig 819200) at 0x198000 [ 10.124406] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 7, size 42152 [ 10.124446] [dhd] dhd_conf_set_chiprev : devid=0xa9bf, chip=0x4345, chiprev=9 [ 10.124517] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 0, size 10320 [ 10.124564] [dhd] dhd_ioctl_entry_local invalid parameter net 0000000000000000 dev_priv (____ptrval____) [ 10.124575] [dhd] CFG80211-ERROR) wl_is_fils_supported : FILS NOT supported, err -22 [ 10.125126] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 5, size 65536 [ 10.125835] [dhd] CFG80211-ERROR) wl_is_fils_supported : FILS NOT supported, err -19 [ 10.126219] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 19, size 65688 [ 10.126510] [dhd] dhd_attach(): thread:dhd_watchdog_thread_sdio:187 started [ 10.126655] [dhd] dhd_attach(): thread:dhd_dpc_sdio:188 started [ 10.126795] [dhd] dhd_attach(): thread:dhd_rxf_sdio:189 started [ 10.126812] [dhd] dhd_deferred_work_init: work queue initialized [ 10.126821] [dhd] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -> mode 2 [ 10.126827] [dhd] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=40, TCPDATA_INFO_MAXNUM=40 [ 10.126955] [dhd] sdioh_cis_read: func_cis_ptr[0]=0x10ac [ 10.132789] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 1, size 10300 [ 10.132821] [dhd] STATIC-MSG) dhd_wlan_mem_prealloc : section 2, size 65536 [ 10.132893] [dhd] dhdsdio_probe_init: making DHD_BUS_DOWN [ 10.133644] [dhd] Dongle Host Driver, version 101.10.591.84.37 (20241009-2)(2bc03d3) ./. compiled on Mar 16 2026 at 10:02:36 [ 10.134784] [dhd] Register interface [wlan0] MAC: 9c:b8:b4:91:dd:56 [ 10.136848] [dhd] [wlan0] wl_android_wifi_off : g_wifi_on=1 force_off=1 [ 10.136876] [dhd] dhd_bus_devreset: == Power OFF == [ 10.137285] systemd[1]: Finished console-setup.service - Set console font and keymap. [ 10.137993] [dhd] dhd_bus_stop: making DHD_BUS_DOWN [ 10.138032] [dhd] dhd_bus_devreset: making dhdpub up FALSE [ 10.138040] [dhd] dhd_txglom_enable: enable 0 [ 10.138048] [dhd] dhd_bus_devreset: making DHD_BUS_DOWN [ 10.138224] [dhd] wifi_platform_set_power = 0, delay: 10 msec [ 10.138239] [dhd] ======== PULL WL_REG_ON(-1) LOW! ======== [ 10.138254] spacemit-rf-pwrseq rf-pwrseq: turn power off [ 10.148777] [dhd] wifi_platform_set_power = 0, sleep done: 10 msec [ 10.148807] [dhd] [wlan0] wl_android_wifi_off : out [ 10.148821] [dhd] wl_android_post_init: 0 [ 10.148827] [dhd] dhdsdio_probe : mutex is released. [ 10.149132] bcmsdh_sdmmc mmc1:0001:3: probe with driver bcmsdh_sdmmc failed with error -110 [ 10.149270] [dhd] _dhd_module_init: Exit err=0 [ 10.149852] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 386 (systemd-binfmt) [ 10.154889] systemd[1]: Mounting proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System... [ 10.167048] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules. [ 10.192481] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... [ 10.216112] systemd[1]: Mounted proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System. [ 10.239354] systemd[1]: Finished systemd-binfmt.service - Set Up Additional Binary Formats. [ 10.254967] systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices. [ 10.271234] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables. [ 10.294066] systemd[1]: Starting systemd-networkd.service - Network Management... [ 10.316864] systemd[1]: Starting systemd-resolved.service - Network Name Resolution... [ 10.363993] zram: Added device: zram0 [ 10.364493] zram: Added device: zram1 [ 10.365060] zram: Added device: zram2 [ 10.503069] zram0: detected capacity change from 0 to 8013344 [ 10.543881] [dhd] CFG80211-ERROR) wl_cfg80211_dump_station : WLC_GET_ASSOCLIST error -19 [ 10.682036] systemd[1]: Started systemd-networkd.service - Network Management. [ 10.697245] priv phy_interface = 9 [ 10.700009] emac_phy_connect: eth1: attached to PHY (UID 0x4f51e91b) Link = 0 [ 10.707798] systemd[1]: Found device dev-ttyS0.device - /dev/ttyS0. [ 10.720527] k1x_emac cac81000.ethernet eth1: registered PTP clock [ 10.729295] k1x_emac cac81000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off [ 10.732455] priv phy_interface = 9 [ 10.737239] emac_phy_connect: eth0: attached to PHY (UID 0x4f51e91b) Link = 0 [ 10.757273] k1x_emac cac80000.ethernet eth0: registered PTP clock [ 10.829051] btsdio mmc1:0001:3: probe with driver btsdio failed with error -110 [ 11.342234] systemd[1]: Reached target usb-gadget.target - Hardware activated USB gadget. [ 11.353422] systemd[1]: Listening on systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 11.365575] systemd[1]: dev-hugepages.mount - Huge Pages File System skipped, unmet condition check ConditionPathExists=/sys/kernel/mm/hugepages [ 11.370114] systemd[1]: Starting fake-hwclock-load.service - Restore the current clock... [ 11.390153] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... [ 11.401169] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67 [ 11.401778] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc [ 11.407065] systemd[1]: Starting systemd-networkd-persistent-storage.service - Enable Persistent Storage in systemd-networkd... [ 11.421119] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki [ 11.421412] systemd[1]: systemd-pcrproduct.service - TPM NvPCR Product ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki [ 11.421965] systemd[1]: systemd-sysusers.service - Create System Users skipped, no trigger condition checks were met. [ 11.422188] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki [ 11.422282] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki [ 11.422351] systemd[1]: systemd-pcrnvdone.service - TPM PCR NvPCR Initialization Separator skipped, unmet condition check ConditionSecurity=measured-uki [ 11.424350] systemd[1]: fake-hwclock-load.service: Deactivated successfully. [ 11.425556] systemd[1]: Finished fake-hwclock-load.service - Restore the current clock. [ 11.438828] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 11.439865] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [ 11.459201] systemd[1]: Finished systemd-networkd-persistent-storage.service - Enable Persistent Storage in systemd-networkd. [ 11.474737] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival skipped, unmet condition check ConditionDirectoryNotEmpty=/sys/fs/pstore [ 11.479018] systemd[1]: Starting systemd-rfkill.service - Load/Save RF Kill Switch Status... [ 11.521873] spacemit-bt rf-pwrseq:bt-pwrseq: set block: 0 [ 11.521899] spacemit-rf-pwrseq rf-pwrseq: turn power on [ 11.522878] spacemit-rf-pwrseq rf-pwrseq: check voltage: 1800000 [ 11.646651] systemd[1]: Started systemd-rfkill.service - Load/Save RF Kill Switch Status. [ 11.920710] random: crng init done [ 11.933825] systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed. [ 11.945493] systemd[1]: first-boot-complete.target - First Boot Complete skipped, unmet condition check ConditionFirstBoot=yes [ 11.945633] systemd[1]: systemd-machine-id-commit.service - Save Transient machine-id to Disk skipped, unmet condition check ConditionPathIsMountPoint=/etc/machine-id [ 12.023633] systemd[1]: Started systemd-resolved.service - Network Name Resolution. [ 12.037661] systemd[1]: Reached target nss-lookup.target - Host and Network Name Lookups. [ 12.040160] Adding 4006668k swap on /dev/zram0. Priority:5 extents:1 across:4006668k SS [ 12.085647] zram1: detected capacity change from 0 to 102400 [ 12.139113] systemd[1]: Finished armbian-zram-config.service - Armbian ZRAM config. [ 12.161707] systemd[1]: Starting armbian-ramlog.service - Armbian memory supported logging... [ 12.250192] EXT4-fs (zram1): mounted filesystem 45353270-e0a7-4566-958c-ce1a4233fb31 r/w without journal. Quota mode: disabled. [ 12.588862] systemd[1]: Finished armbian-ramlog.service - Armbian memory supported logging. [ 12.609025] systemd[1]: Starting systemd-journald.service - Journal Service... [ 12.661446] systemd-journald[549]: Collecting audit messages is disabled. [ 12.840136] systemd[1]: Started systemd-journald.service - Journal Service. [ 12.967791] systemd-journald[549]: Received client request to flush runtime journal. [ 12.989431] systemd-journald[549]: /var/log.hdd/journal/28f10994387340aa984cc55f5554a535/system.journal: Realtime clock jumped backwards relative to last journal entry, rotating. [ 12.989465] systemd-journald[549]: Rotating system journal. [ 14.016904] spacemit-bt rf-pwrseq:bt-pwrseq: block state already is 0 [ 14.081129] systemd-journald[549]: Received client request to relinquish /var/log/journal/28f10994387340aa984cc55f5554a535 access. [ 14.928175] NOTICE: Automounting of tracing to debugfs is deprecated and will be removed in 2030 [ 15.981882] fbcon: Taking over console [ 15.982559] [drm] spacemit_crtc_atomic_enable(power on) [ 15.982638] [drm] dpu_init [ 15.982674] [drm] spacemit_hdmi_encoder_enable() [ 15.982683] [drm] spacemit_hdmi_setup() id 0xa28501, hdmi 8bpc [ 15.982916] [drm] DPU type 0 id 2 Start! [ 16.002981] Console: switching to colour frame buffer device 240x67 [ 19.082717] Bluetooth: HCI UART driver ver 2.3 [ 19.082746] Bluetooth: HCI UART protocol H4 registered [ 19.082753] Bluetooth: HCI UART protocol BCSP registered [ 19.082868] Bluetooth: HCI UART protocol LL registered [ 19.082876] Bluetooth: HCI UART protocol ATH3K registered [ 19.082916] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 19.083123] Bluetooth: HCI UART protocol Intel registered [ 19.083256] Bluetooth: HCI UART protocol Broadcom registered [ 19.083296] Bluetooth: HCI UART protocol QCA registered [ 19.083303] Bluetooth: HCI UART protocol AG6XX registered [ 19.083340] Bluetooth: HCI UART protocol Marvell registered [ 19.316962] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 19.317015] Bluetooth: BNEP filters: protocol multicast [ 19.317053] Bluetooth: BNEP socket layer initialized [ 19.325235] Bluetooth: MGMT ver 1.23 [ 19.374623] Bluetooth: RFCOMM TTY layer initialized [ 19.374668] Bluetooth: RFCOMM socket layer initialized [ 19.374699] Bluetooth: RFCOMM ver 1.11 [ 29.153431] platform soc:lcd_backlight: deferred probe pending: pwm-backlight: unable to request PWM [ 29.153466] spacemit-pm-domain soc:power-management@0:power-controller: sync_state() pending due to c088d000.r_uart1 [ 29.153480] spacemit-pm-domain soc:power-management@0:power-controller: sync_state() pending due to c0887000.ri2c [ 29.153498] spacemit-pm-domain soc:power-management@0:power-controller: sync_state() pending due to c0500000.linlon-v5 [ 29.153514] spacemit-pm-domain soc:power-management@0:power-controller: sync_state() pending due to d420a000.ccic [ 29.153522] spacemit-pm-domain soc:power-management@0:power-controller: sync_state() pending due to d420a800.ccic [ 29.153529] spacemit-pm-domain soc:power-management@0:power-controller: sync_state() pending due to d4206000.ccic [ 29.153535] spacemit-pm-domain soc:power-management@0:power-controller: sync_state() pending due to c0230000.isp [ 29.153543] spacemit-pm-domain soc:power-management@0:power-controller: sync_state() pending due to c0230000.vi [ 29.153550] spacemit-pm-domain soc:power-management@0:power-controller: sync_state() pending due to c02f0000.cpp [ 33.762510] ldo5: disabling [ 63.497563] EXT4-fs (nvme0n1p1): mounted filesystem 8f4c4fb4-7dfe-4f0c-a448-d956f0e261ee r/w with ordered data mode. Quota mode: disabled. Any insights or suggestions would be greatly appreciated. Edited 4 hours ago by Curvy Android top and bottom mixed up 0 Quote
sven-ola Posted 1 hour ago Author Posted 1 hour ago @Curvy Android I don't see meaningful differences in the kernels init msgs for top and bottom PCIe slots - besides that "Buffer I/O error" that leads to the non-working NVME. Besides that, the "faulty power saving mode" line looks familar. I have trouble with my Samsung NVME with that power saving blurb as well. Can you retry with NVME in the top slot and an additional pcie_aspm=off added to your booting SD card in the /boot/extlinux/extlinux.conf file behind append kernel params? 0 Quote
c0rnelius Posted 1 hour ago Posted 1 hour ago Not sure its related, but on the MusePi Pro I was getting odd happenings with the PCIe. Adding this to the command line resolved it my case: nvme_core.default_ps_max_latency_us=0 pcie_aspm=off pcie_port_pm=off 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.