FriendlyARM NanoPi R76S
The NanoPi R76S (as “R76S”) is an open-sourced mini IoT gateway device with two 2.5G, designed and developed by FriendlyElec.It is integrated with a Rockchip RK3576 CPU. It supports booting with TF cards or eMMC.
Support Forum https://forum.openwrt.org/t/nanopi-r76s-rk3576-a-new-openwrt-device/239826
Some minor hardware change can cause boot fail, check here for update: https://github.com/openwrt/openwrt/pull/23541
Supported Versions
OEM images available here: https://wiki.friendlyelec.com/wiki/index.php/NanoPi_R76S#Official_image
Experimental Versions
None at this time.
Hardware Highlights
Installation
Note that the HDMI output is typically not enabled in the OpenWRT image.
Installation - microSD:
- use USBImager write *_squashfs-sysupgrade.img.gz to microSD
- insert microSD an boot the nanopi
Installation - eMMC:
- install to microSD and boot first
- send image file to /tmp/
- run these command
gunzip /tmp/<change to file you use>_squashfs-sysupgrade.img.gz dd if=/tmp/<change to file you use>_squashfs-sysupgrade.img of=/dev/mmcblk2 bs=4M conv=fsync sync
Note
The RK3576 boot order is fixed at eMMC → SD → Maskrom
It boots from the first device that has a valid RKNS signature. Otherwise it drops into Maskrom mode waiting for a boot upload. Ref
If you are trying to boot from a TF microSD card you may have to eraseall the eMMC to force it.
Flash Layout
Rockchip RK35xx devices always boot from fixed offsets: - 0x0 – 0x8000 → loader1 (SPL) - 0x8000 – 0x10000 → loader2 (U‑Boot) - trust and resource partitions follow - GPT partitions begin immediately after
| Partition Name | Start | End | Size | Purpose |
| --- | --- | --- | --- | --- |
| loader1 | 16384 | 24575 | 4 MB | Rockchip SPL (first‑stage bootloader) |
| loader2 | 24576 | 32767 | 4 MB | Rockchip U‑Boot proper |
| trust | 32768 | 40959 | 4 MB | ARM Trusted Firmware (BL31) |
| resource | 40960 | 73727 | 16 MB | Rockchip resource.img (logo, DTBO, misc) |
| kernel | 73728 | 155647 | 40 MB | Kernel FIT image |
| boot | 155648 | 221183 | 32 MB | Boot partition (unused by OpenWrt) |
| recovery | 221184 | 286719 | 32 MB | Recovery kernel/ramdisk (unused by OpenWrt) |
| rootfs | 286720 | 2383871 | 1 GB | OpenWrt root filesystem (ext4) |
| rootfs_data | 2383872 | 4481023 | 1 GB | Overlay (rw) |
| userdata | 4481024 | 60432350 | 26.7 GB | Persistent storage / free space |
OEM installation using USB method
tFTP is not offered, but the device can be placed into USB RK Dev mode (aka USB device programming mode) to write to the eMMC or recover from a corrupt uBoot configuration.
https://wiki.friendlyelec.com/wiki/index.php/NanoPi_R76S#Option_3:_Install_OS_via_USB
Upgrading OpenWrt
LuCI Web Upgrade Process
- Browse to
http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/LuCI Upgrade URL - Upload image file for sysupgrade to LuCI
- Wait for reboot
Debricking
In many cases you can boot from an OEM firmware (e.g. FriendlyWRT) on a MicroSD card as it gets first boot priority.
If you bricked by modifying uboot configuration: Use a UART cable at power-on If you bricked by corrupting uboot configuration: Look for MaskMode and USB
There is a mode known as Mask mode. See the vendor OEM wiki for details: https://wiki.friendlyelec.com/wiki/index.php/NanoPi_R76S#Option_3:_Install_OS_via_USB
- Be careful to only download rkdevtool from the OEM vendor. Other websites with downloads have malware.
- The Linux version on GitHub may be unable to erase and download. Success was best with the Windows version.
Note that the OEM provided rkdevtool is not meant for flashing stock OpenWRT. Your best best is to erase eMMC and reflash only MiniLoaderAll.bin for the rk3576
If you want to install standard OpenWRT after you fix your eMMC by erasing it boot from a microSD card with rk3576-usb-friendlywrt-xx.zz-yyyyMMdd. It will have lsblk, scp, and all the other tools needed to write to eMMC at /dev/mmcblk2
Failsafe mode
Basic configuration
→ Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.
Specific Configuration
Network interfaces
The default network configuration is:
| Interface Name | Description | Default configuration |
|---|---|---|
| br-lan | LAN & WiFi (if WiFi installed) | 192.168.1.1/24 |
| eth0 | WAN | DHCP |
| eth1 | LAN port | Bridged to br-lan |
Wireless module is optional via M.2 SDIO
Switch Ports (for VLANs)
The two Ethernet ports are separate r8125 hardware and not switch fabric backed.
Buttons
→ hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.
The FriendlyARM NanoPi R76S has the following buttons:
| BUTTON | Event |
|---|---|
| Power | Shutdown only |
| MASK | For eMMC Update |
| User | Custom (default system reboot) |
Hardware
Info
Photos
Opening the case
→ Warranty
One screw on bottom to open the bottom pannel. Two small screws to release the board.
Serial
→ port.serial general information about the serial port, serial port cable, etc.
How to connect to the Serial Port of this specific device:
UART lines marked on bottom of PCB:
- GND - most outer
- TX - middle (connect to RX on your UART USB)
- RX - inner (connect to TX on your UART USB)
^ Serial connection parameters
for FriendlyARM NanoPi R76S | 1500000, 8N1, 3.3V |
- Not 115,200 but 1,500,000
JTAG
→ port.jtag general information about the JTAG port, JTAG cable, etc.
The NanoPi R76S does not have a dedicated or exposed JTAG port. If you need JTAG-level access to the Rockchip RK3576 SoC, it is not broken out to headers on the R76S. You would have to solder directly to the corresponding test points on the PCB itself or use the internal trace pads mapped to the SoC’s JTAG functions. There is a maskrom mode that can be used via the existing USB port.
Bootloader mods
Hardware mods
None so far.
Bootlogs
OEM bootlog
root@FriendlyWrt:~# dmesg | grep eth [ 5.785749] psci: probing for conduit method from DT. [ 7.763988] usbcore: registered new interface driver cdc_ether [ 7.893615] optee: probing for conduit method. [ 23.195006] eth1: 0xffff [REDACTED-MAC], IRQ 151 [ 23.242950] br-lan: port 1(eth1) entered blocking state [ 23.242976] br-lan: port 1(eth1) entered disabled state [ 23.243121] device eth1 entered promiscuous mode [ 23.269913] eth0: 0xffff, [REDACTED-MAC], IRQ 120 [ 26.432197] r8125: eth0: link up [ 26.432283] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 26.531612] r8125: eth1: link up [ 26.531745] br-lan: port 1(eth1) entered blocking state [ 26.531763] br-lan: port 1(eth1) entered forwarding state root@FriendlyWrt:~# dmesg [ 5.649608] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 5.649636] Linux version 6.1.141 (tzs@tzs-i7pc) (aarch64-linux-gnu-gcc (ctng-1.25.0-119g-FA) 11.3.0, GNU ld (GNU Binutils) 2.38) #1 SMP Fri Apr 3 15:10:27 CST 2026 [ 5.652521] random: crng init done [ 5.657244] Machine model: FriendlyElec NanoPi R76S [ 5.665019] earlycon: uart8250 at MMIO32 0x000000002ad40000 (options '') [ 5.668410] printk: bootconsole [uart8250] enabled [ 5.671336] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-logo@0': base 0x0000000000000000, size 0 MiB [ 5.672374] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-cubic-lut@0': base 0x0000000000000000, size 0 MiB [ 5.673493] OF: reserved mem: 0x0000000040110000..0x00000000401effff (896 KiB) map non-reusable ramoops@40110000 [ 5.674459] OF: reserved mem: 0x00000000fbbcb000..0x00000000fbbdafff (64 KiB) map non-reusable vendor-storage-rm@0 [ 5.761904] Zone ranges: [ 5.762158] DMA [mem 0x0000000040200000-0x00000000ffffffff] [ 5.762745] DMA32 empty [ 5.763019] Normal [mem 0x0000000100000000-0x000000013fffffff] [ 5.763602] Movable zone start for each node [ 5.764003] Early memory node ranges [ 5.764339] node 0: [mem 0x0000000040200000-0x00000000483fffff] [ 5.764931] node 0: [mem 0x0000000049400000-0x000000013fffffff] [ 5.765524] Initmem setup node 0 [mem 0x0000000040200000-0x000000013fffffff] [ 5.766785] On node 0, zone DMA: 512 pages in unavailable ranges [ 5.779512] On node 0, zone DMA: 4096 pages in unavailable ranges [ 5.784501] cma: Reserved 16 MiB at 0x00000000ff000000 [ 5.785749] psci: probing for conduit method from DT. [ 5.786230] psci: PSCIv1.1 detected in firmware. [ 5.786666] psci: Using standard PSCI v0.2 function IDs [ 5.787159] psci: Trusted OS migration not required [ 5.787626] psci: SMC Calling Convention v1.2 [ 5.788427] percpu: Embedded 30 pages/cpu s82424 r8192 d32264 u122880 [ 5.789068] pcpu-alloc: s82424 r8192 d32264 u122880 alloc=30*4096 [ 5.789078] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 [ 5.789189] Detected VIPT I-cache on CPU0 [ 5.789609] CPU features: detected: ARM erratum 845719 [ 5.790095] alternatives: applying boot alternatives [ 5.790862] Built 1 zonelists, mobility grouping on. Total pages: 1027592 [ 5.791518] Kernel command line: storagemedia=sd androidboot.storagemedia=sd androidboot.mode=normal androidboot.dtbo_idx=1 androidboot.verifiedbootstate=orange earlycon=uart8250,mmio32,0x2ad40000 console=ttyFIQ0 coherent_pool=1m rcupdate.rcu_expedited=1 rcu_nocbs=all rw root=/dev/mmcblk0p8 rootfstype=ext4 data=/dev/mmcblk0p9 consoleblank=0 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 androidboot.fwver=ddr-v1.09-2f85f4b2d4,spl-v1.07,bl31-v1.17,bl32-v1.05,uboot-44f011c4ba-04/03/2026 [ 5.796075] Unknown kernel command line parameters "storagemedia=sd data=/dev/mmcblk0p9 cgroup_enable=memory cgroup_memory=1", will be passed to user space. [ 5.797892] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 5.798881] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 5.799613] mem auto-init: stack:off, heap alloc:off, heap free:off [ 5.800204] software IO TLB: area num 8. [ 5.816155] software IO TLB: mapped [mem 0x00000000f7bcb000-0x00000000fbbcb000] (64MB) [ 5.860176] Memory: 3966596K/4175872K available (18944K kernel code, 3158K rwdata, 6404K rodata, 6592K init, 960K bss, 192892K reserved, 16384K cma-reserved) [ 5.861665] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 5.862318] ftrace: allocating 60435 entries in 237 pages [ 5.951059] ftrace: allocated 237 pages with 6 groups [ 5.951655] trace event string verifier disabled [ 5.952302] rcu: Hierarchical RCU implementation. [ 5.952748] rcu: RCU event tracing is enabled. [ 5.953175] All grace periods are expedited (rcu_expedited). [ 5.953715] Rude variant of Tasks RCU enabled. [ 5.954140] Tracing variant of Tasks RCU enabled. [ 5.954590] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 5.963225] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 5.967069] Root IRQ handler: gic_handle_irq [ 5.967493] GIC: Using split EOI/Deactivate mode [ 5.968669] rcu: Offload RCU callbacks from CPUs: 0-7. [ 5.969183] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 5.991385] arch_timer: cp15 timer(s) running at 1000.00MHz (phys). [ 5.991985] clocksource: arch_sys_counter: mask: 0x1fffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 5.993010] sched_clock: 61 bits at 1000MHz, resolution 1ns, wraps every 4398046511103ns [ 5.995758] Console: colour dummy device 80x25 [ 5.996214] Calibrating delay loop (skipped), value calculated using timer frequency.. 2000.00 BogoMIPS (lpj=10000000) [ 5.997198] pid_max: default: 32768 minimum: 301 [ 5.997672] LSM: Security Framework initializing [ 5.998228] AppArmor: AppArmor initialized [ 5.998695] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 5.999385] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 6.001718] cblist_init_generic: Setting adjustable number of callback queues. [ 6.002391] cblist_init_generic: Setting shift to 3 and lim to 1. [ 6.003012] cblist_init_generic: Setting adjustable number of callback queues. [ 6.003673] cblist_init_generic: Setting shift to 3 and lim to 1. [ 6.004361] rcu: Hierarchical SRCU implementation. [ 6.004802] rcu: Max phase no-delay instances is 1000. [ 6.008557] smp: Bringing up secondary CPUs ... [ 6.010156] Detected VIPT I-cache on CPU1 [ 6.010272] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 6.011526] Detected VIPT I-cache on CPU2 [ 6.011621] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 6.012773] Detected VIPT I-cache on CPU3 [ 6.012861] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 6.014076] CPU features: detected: Spectre-v3a [ 6.014085] CPU features: detected: Spectre-BHB [ 6.014088] CPU features: detected: ARM erratum 1742098 [ 6.014090] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 6.014093] Detected PIPT I-cache on CPU4 [ 6.014179] CPU4: Booted secondary processor 0x0000000100 [0x411fd080] [ 6.015316] Detected PIPT I-cache on CPU5 [ 6.015376] CPU5: Booted secondary processor 0x0000000101 [0x411fd080] [ 6.016519] Detected PIPT I-cache on CPU6 [ 6.016584] CPU6: Booted secondary processor 0x0000000102 [0x411fd080] [ 6.017717] Detected PIPT I-cache on CPU7 [ 6.017783] CPU7: Booted secondary processor 0x0000000103 [0x411fd080] [ 6.017847] smp: Brought up 1 node, 8 CPUs [ 6.026895] SMP: Total of 8 processors activated. [ 6.027328] CPU features: detected: 32-bit EL0 Support [ 6.027798] CPU features: detected: 32-bit EL1 Support [ 6.028271] CPU features: detected: CRC32 instructions [ 6.028803] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching [ 6.029569] CPU: All CPU(s) started at EL2 [ 6.029960] alternatives: applying system-wide alternatives [ 6.033447] devtmpfs: initialized [ 6.051090] Registered cp15_barrier emulation handler [ 6.051549] Registered setend emulation handler [ 6.052105] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 6.052979] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 6.053907] pinctrl core: initialized pinctrl subsystem [ 6.054517] regulator-dummy: no parameters, enabled [ 6.054902] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 6.056156] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations [ 6.057044] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 6.057761] audit: initializing netlink subsys (disabled) [ 6.058321] audit: type=2000 audit(0.060:1): state=initialized audit_enabled=0 res=1 [ 6.060423] Registered FIQ tty driver [ 6.060950] thermal_sys: Registered thermal governor 'fair_share' [ 6.060954] thermal_sys: Registered thermal governor 'step_wise' [ 6.061494] thermal_sys: Registered thermal governor 'user_space' [ 6.062059] cpuidle: using governor menu [ 6.063147] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 6.063880] ASID allocator initialised with 65536 entries [ 6.066718] ramoops: dmesg-0 0x18000@0x0000000040110000 [ 6.067188] ramoops: dmesg-1 0x18000@0x0000000040128000 [ 6.067666] ramoops: console 0x80000@0x0000000040140000 [ 6.068151] ramoops: pmsg 0x30000@0x00000000401c0000 [ 6.068851] printk: console [ramoops-1] enabled [ 6.069358] pstore: Registered ramoops as persistent store backend [ 6.069908] ramoops: using 0xe0000@0x40110000, ecc: 0 [ 6.082079] /vop@27d00000: Fixed dependency cycle(s) with /hdmi@27da0000 [ 6.082716] /hdmi@27da0000: Fixed dependency cycle(s) with /vop@27d00000 [ 6.106835] rockchip-gpio 27320000.gpio: probed /pinctrl/gpio@27320000 [ 6.107781] rockchip-gpio 2ae10000.gpio: probed /pinctrl/gpio@2ae10000 [ 6.108724] rockchip-gpio 2ae20000.gpio: probed /pinctrl/gpio@2ae20000 [ 6.109659] rockchip-gpio 2ae30000.gpio: probed /pinctrl/gpio@2ae30000 [ 6.110596] rockchip-gpio 2ae40000.gpio: probed /pinctrl/gpio@2ae40000 [ 6.111314] rockchip-pinctrl pinctrl: probed pinctrl [ 6.116961] KASLR disabled due to lack of seed [ 6.123141] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 6.123751] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 6.124308] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 6.124909] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 6.125474] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 6.126075] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 6.126630] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 6.127230] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 6.128034] cryptd: max_cpu_qlen set to 1000 [ 6.292079] raid6: neonx8 gen() 3995 MB/s [ 6.462131] raid6: neonx4 gen() 4103 MB/s [ 6.632191] raid6: neonx2 gen() 3620 MB/s [ 6.802245] raid6: neonx1 gen() 2795 MB/s [ 6.972307] raid6: int64x8 gen() 2133 MB/s [ 7.142364] raid6: int64x4 gen() 2384 MB/s [ 7.312428] raid6: int64x2 gen() 2243 MB/s [ 7.482486] raid6: int64x1 gen() 1712 MB/s [ 7.482866] raid6: using algorithm neonx4 gen() 4103 MB/s [ 7.652533] raid6: .... xor() 3080 MB/s, rmw enabled [ 7.652974] raid6: using neon recovery algorithm [ 7.654384] fiq_debugger fiq_debugger.0: error -ENXIO: IRQ fiq not found [ 7.654991] fiq_debugger fiq_debugger.0: error -ENXIO: IRQ wakeup not found [ 7.655611] fiq_debugger_probe: could not install nmi irq handler [ 7.656197] printk: console [ttyFIQ0] enabled [ 7.656976] printk: bootconsole [uart8250] disabled [ 7.657504] Registered fiq debugger ttyFIQ0 [ 7.657896] vcc12v_dcin: 12000 mV, enabled [ 7.657993] reg-fixed-voltage vcc12v-dcin: vcc12v_dcin supplying 12000000uV [ 7.658065] reg-fixed-voltage vcc5v0-sys: Looking up vin-supply from device tree [ 7.658073] vcc_sys: supplied by vcc12v_dcin [ 7.658079] vcc12v_dcin: could not add device link regulator.2: -ENOENT [ 7.658106] vcc_sys: 5000 mV, enabled [ 7.658182] reg-fixed-voltage vcc5v0-sys: vcc_sys supplying 5000000uV [ 7.658259] reg-fixed-voltage vcc5v0-device: Looking up vin-supply from device tree [ 7.658266] vcc5v0_device: supplied by vcc12v_dcin [ 7.658270] vcc12v_dcin: could not add device link regulator.3: -ENOENT [ 7.658290] vcc5v0_device: 5000 mV, enabled [ 7.658369] reg-fixed-voltage vcc5v0-device: vcc5v0_device supplying 5000000uV [ 7.658436] reg-fixed-voltage vcc-2v0-pldo-s3: Looking up vin-supply from device tree [ 7.658443] vcc_2v0_pldo_s3: supplied by vcc_sys [ 7.658448] vcc_sys: could not add device link regulator.4: -ENOENT [ 7.658469] vcc_2v0_pldo_s3: 2000 mV, enabled [ 7.658547] reg-fixed-voltage vcc-2v0-pldo-s3: vcc_2v0_pldo_s3 supplying 2000000uV [ 7.658616] reg-fixed-voltage vcc-1v1-nldo-s3: Looking up vin-supply from device tree [ 7.658623] vcc_1v1_nldo_s3: supplied by vcc_sys [ 7.658627] vcc_sys: could not add device link regulator.5: -ENOENT [ 7.658646] vcc_1v1_nldo_s3: 1100 mV, enabled [ 7.658719] reg-fixed-voltage vcc-1v1-nldo-s3: vcc_1v1_nldo_s3 supplying 1100000uV [ 7.658929] vcc3v3_m2_keym: 3300 mV, disabled [ 7.659000] reg-fixed-voltage vcc3v3-m2_keym: Looking up vin-supply from device tree [ 7.659008] vcc3v3_m2_keym: supplied by vcc_sys [ 7.659047] reg-fixed-voltage vcc3v3-m2_keym: vcc3v3_m2_keym supplying 3300000uV [ 7.659345] iommu: Default domain type: Translated [ 7.659356] iommu: DMA domain TLB invalidation policy: strict mode [ 7.659542] SCSI subsystem initialized [ 7.659567] libata version 3.00 loaded. [ 7.659645] usbcore: registered new interface driver usbfs [ 7.659667] usbcore: registered new interface driver hub [ 7.659692] usbcore: registered new device driver usb [ 7.659900] mc: Linux media interface: v0.10 [ 7.659925] videodev: Linux video capture interface: v2.00 [ 7.659973] pps_core: LinuxPPS API ver. 1 registered [ 7.659979] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 7.659992] PTP clock support registered [ 7.660016] EDAC MC: Ver: 3.0.0 [ 7.660584] arm-scmi firmware:scmi: Enabled polling mode TX channel - prot_id:16 [ 7.660662] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled. [ 7.660704] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0 [ 7.662058] Advanced Linux Sound Architecture Driver Initialized. [ 7.662366] Bluetooth: Core ver 2.22 [ 7.662391] NET: Registered PF_BLUETOOTH protocol family [ 7.662397] Bluetooth: HCI device and connection manager initialized [ 7.662405] Bluetooth: HCI socket layer initialized [ 7.662413] Bluetooth: L2CAP socket layer initialized [ 7.662424] Bluetooth: SCO socket layer initialized [ 7.662437] NetLabel: Initializing [ 7.662443] NetLabel: domain hash size = 128 [ 7.662448] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 7.662481] NetLabel: unlabeled traffic allowed by default [ 7.663836] rockchip-cpuinfo cpuinfo: SoC : 35760000 [ 7.663847] rockchip-cpuinfo cpuinfo: Serial : [REDACTED-SERIAL] [ 7.664339] clocksource: Switched to clocksource arch_sys_counter [ 7.664540] VFS: Disk quotas dquot_6.6.0 [ 7.664575] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 7.664651] FS-Cache: Loaded [ 7.664911] AppArmor: AppArmor Filesystem Enabled [ 7.669379] NET: Registered PF_INET protocol family [ 7.669519] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 7.671526] tcp_listen_portaddr_hash hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 7.671569] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 7.671608] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 7.672201] TCP bind hash table entries: 32768 (order: 9, 2097152 bytes, linear) [ 7.673341] TCP: Hash tables configured (established 32768 bind 32768) [ 7.673439] UDP hash table entries: 2048 (order: 5, 196608 bytes, linear) [ 7.673527] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes, linear) [ 7.673720] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 7.673963] PCI: CLS 0 bytes, default 64 [ 7.674276] Trying to unpack rootfs image as initramfs... [ 7.674418] rockchip-thermal 2ae70000.tsadc: Missing rockchip,grf property [ 7.677454] rockchip-thermal 2ae70000.tsadc: tsadc is probed successfully! [ 7.678176] kvm [1]: IPA Size Limit: 40 bits [ 7.683359] kvm [1]: vgic interrupt IRQ9 [ 7.683709] kvm [1]: Hyp mode initialized successfully [ 7.684695] Initialise system trusted keyrings [ 7.684879] workingset: timestamp_bits=46 max_order=20 bucket_order=0 [ 7.687745] zbud: loaded [ 7.688438] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 7.688622] fuse: init (API version 7.38) [ 7.716093] xor: measuring software checksum speed [ 7.716595] 8regs : 6797 MB/sec [ 7.717048] 32regs : 7361 MB/sec [ 7.717596] arm64_neon : 6056 MB/sec [ 7.717603] xor: using function: 32regs (7361 MB/sec) [ 7.717618] Key type asymmetric registered [ 7.717624] Asymmetric key parser 'x509' registered [ 7.717674] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242) [ 7.717830] io scheduler mq-deadline registered [ 7.717838] io scheduler kyber registered [ 7.717939] io scheduler bfq registered [ 7.719024] rockchip-csi2-dphy-hw 2b030000.csi2-dphy0-hw: csi2 dphy hw probe successfully! [ 7.719154] rockchip-csi2-dphy-hw 2b070000.csi2-dphy1-hw: csi2 dphy hw probe successfully! [ 7.720304] rockchip-usb2phy 2602e000.syscon:usb2-phy@0: error -ENXIO: IRQ index 0 not found [ 7.720406] rockchip-usb2phy 2602e000.syscon:usb2-phy@0: refclk freq 24000000 [ 7.720432] phy phy-2602e000.syscon:usb2-phy@0.0: Looking up phy-supply from device tree [ 7.721850] phy phy-2b050000.phy.0: Looking up phy-supply from device tree [ 7.721861] phy phy-2b050000.phy.0: Looking up phy-supply property in node /phy@2b050000 failed [ 7.722085] phy phy-2b060000.phy.1: Looking up phy-supply from device tree [ 7.722092] phy phy-2b060000.phy.1: Looking up phy-supply property in node /phy@2b060000 failed [ 7.722807] phy phy-2b020000.phy.2: Looking up phy-supply from device tree [ 7.722816] phy phy-2b020000.phy.2: Looking up phy-supply property in node /phy@2b020000 failed [ 7.723311] phy phy-2b000000.hdmiphy.3: Looking up phy-supply from device tree [ 7.723321] phy phy-2b000000.hdmiphy.3: Looking up phy-supply property in node /hdmiphy@2b000000 failed [ 7.723925] rockchip-hdptx-phy-hdmi 2b000000.hdmiphy: hdptx phy init success [ 7.724984] phy phy-2b010000.phy.4: Looking up phy-supply from device tree [ 7.724994] phy phy-2b010000.phy.4: Looking up phy-supply property in node /phy@2b010000/u3-port failed [ 7.726864] iep: Module initialized. [ 7.726925] mpp_service mpp-srv: c79104d97229 author: Yandong Lin 2025-08-25 video: rockchip: mpp: Fix load info not clear issue [ 7.726935] mpp_service mpp-srv: probe start [ 7.729081] mpp_rkvenc2 rkvenc-ccu: probing start [ 7.729099] mpp_rkvenc2 rkvenc-ccu: probing finish [ 7.729704] mpp_service mpp-srv: probe success [ 7.735974] rockchip-pm-domain 27380000.power-management:power-controller: Looking up audio-supply from device tree [ 7.735998] rockchip-pm-domain 27380000.power-management:power-controller: Looking up audio-supply property in node /power-management@27380000/power-controller failed [ 7.739720] dma-pl330 2ab90000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 7.739738] dma-pl330 2ab90000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16 [ 7.740587] dma-pl330 2abb0000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 7.740598] dma-pl330 2abb0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16 [ 7.741406] dma-pl330 2abd0000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 7.741417] dma-pl330 2abd0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16 [ 7.742100] rockchip-system-monitor rockchip-system-monitor: system monitor probe [ 7.742612] arm-scmi firmware:scmi: Failed. SCMI protocol 22 not active. [ 7.742727] Serial: 8250/16550 driver, 15 ports, IRQ sharing disabled [ 7.743505] 2ad80000.serial: ttyS5 at MMIO 0x2ad80000 (irq = 46, base_baud = 11718) is a 16550A [ 7.743596] serial serial0: tty port ttyS5 registered [ 7.743970] 2ad90000.serial: ttyS6 at MMIO 0x2ad90000 (irq = 47, base_baud = 11718) is a 16550A [ 7.746828] rockchip-pm-domain 27380000.power-management:power-controller: Looking up vepu0-supply from device tree [ 7.746852] rockchip-pm-domain 27380000.power-management:power-controller: Looking up vepu0-supply property in node /power-management@27380000/power-controller failed [ 7.746878] rockchip-pm-domain 27380000.power-management:power-controller: Looking up vi-supply from device tree [ 7.746894] rockchip-pm-domain 27380000.power-management:power-controller: Looking up vi-supply property in node /power-management@27380000/power-controller failed [ 7.747167] rockchip-pm-domain 27380000.power-management:power-controller: Looking up vepu1-supply from device tree [ 7.747186] rockchip-pm-domain 27380000.power-management:power-controller: Looking up vepu1-supply property in node /power-management@27380000/power-controller failed [ 7.747448] rockchip-pm-domain 27380000.power-management:power-controller: Looking up vdec-supply from device tree [ 7.747466] rockchip-pm-domain 27380000.power-management:power-controller: Looking up vdec-supply property in node /power-management@27380000/power-controller failed [ 7.758282] brd: module loaded [ 7.760919] loop: module loaded [ 7.761094] lkdtm: No crash points registered, enable through debugfs [ 7.761129] system_heap: orders[0] = 6 [ 7.761135] system_heap: orders[1] = 4 [ 7.761140] system_heap: orders[2] = 0 [ 7.763830] PPP generic driver version 2.4.2 [ 7.763945] usbcore: registered new interface driver asix [ 7.763970] usbcore: registered new interface driver ax88179_178a [ 7.763988] usbcore: registered new interface driver cdc_ether [ 7.764003] usbcore: registered new interface driver rndis_host [ 7.764018] usbcore: registered new interface driver qmi_wwan [ 7.765226] usbcore: registered new interface driver cdc_acm [ 7.765237] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 7.765253] usbcore: registered new interface driver cdc_wdm [ 7.765344] usbcore: registered new interface driver uas [ 7.765365] usbcore: registered new interface driver usb-storage [ 7.765402] usbcore: registered new interface driver usbserial_generic [ 7.765416] usbserial: USB Serial support registered for generic [ 7.765430] usbcore: registered new interface driver ch341 [ 7.765441] usbserial: USB Serial support registered for ch341-uart [ 7.765455] usbcore: registered new interface driver cp210x [ 7.765465] usbserial: USB Serial support registered for cp210x [ 7.765479] usbcore: registered new interface driver ftdi_sio [ 7.765490] usbserial: USB Serial support registered for FTDI USB Serial Device [ 7.765505] usbcore: registered new interface driver option [ 7.765515] usbserial: USB Serial support registered for GSM modem (1-port) [ 7.765531] usbcore: registered new interface driver pl2303 [ 7.765541] usbserial: USB Serial support registered for pl2303 [ 7.765558] usbcore: registered new interface driver qcserial [ 7.765568] usbserial: USB Serial support registered for Qualcomm USB modem [ 7.765774] mousedev: PS/2 mouse device common for all mice [ 7.766336] i2c_dev: i2c /dev entries driver [ 7.769454] rk806 1-0023: chip id: RK806,ver:0xa, 0x5 [ 7.770354] rk806 1-0023: ON: 0x40 OFF:0x0 [ 7.770810] rk806 1-0023: shutown_by_pwrctrln missing! [ 7.770820] rk806 1-0023: dvs-suspend-control-by missing! [ 7.779993] input: rk805 pwrkey as /devices/platform/2ac40000.i2c/i2c-1/1-0023/rk805-pwrkey.1.auto/input/input0 [ 7.780235] rk806-regulator rk806-regulator.2.auto: Looking up vcc1-supply from device tree [ 7.780420] vdd_cpu_big_s0: supplied by vcc_sys [ 7.780425] vcc_sys: could not add device link regulator.7: -ENOENT [ 7.784271] vdd_cpu_big_s0: 550 <--> 950 mV at 850 mV at 6500 mA, enabled [ 7.784897] rk806-regulator rk806-regulator.2.auto: Looking up vcc2-supply from device tree [ 7.784908] vdd_npu_s0: supplied by vcc_sys [ 7.784912] vcc_sys: could not add device link regulator.8: -ENOENT [ 7.787855] vdd_npu_s0: 550 <--> 950 mV at 750 mV at 5000 mA, enabled [ 7.788001] rk806-regulator rk806-regulator.2.auto: Looking up vcc3-supply from device tree [ 7.788010] vdd_cpu_lit_s0: supplied by vcc_sys [ 7.788014] vcc_sys: could not add device link regulator.9: -ENOENT [ 7.791208] vdd_cpu_lit_s0: 550 <--> 950 mV at 850 mV at 5000 mA, enabled [ 7.791787] rk806-regulator rk806-regulator.2.auto: Looking up vcc4-supply from device tree [ 7.791796] vcc_3v3_s3: supplied by vcc_sys [ 7.791799] vcc_sys: could not add device link regulator.10: -ENOENT [ 7.793915] vcc_3v3_s3: 3300 mV at 5000 mA, enabled [ 7.794491] rk806-regulator rk806-regulator.2.auto: Looking up vcc5-supply from device tree [ 7.794501] vdd_gpu_s0: supplied by vcc_sys [ 7.794504] vcc_sys: could not add device link regulator.11: -ENOENT [ 7.798207] vdd_gpu_s0: 550 <--> 900 mV at 750 mV at 3000 mA, enabled [ 7.798348] rk806-regulator rk806-regulator.2.auto: Looking up vcc6-supply from device tree [ 7.798356] vddq_ddr_s0: supplied by vcc_sys [ 7.798360] vcc_sys: could not add device link regulator.12: -ENOENT [ 7.800351] vddq_ddr_s0: at 750 mV at 3000 mA, enabled [ 7.800924] rk806-regulator rk806-regulator.2.auto: Looking up vcc7-supply from device tree [ 7.800932] vdd_logic_s0: supplied by vcc_sys [ 7.800936] vcc_sys: could not add device link regulator.13: -ENOENT [ 7.802930] vdd_logic_s0: 550 <--> 800 mV at 750 mV at 3000 mA, enabled [ 7.803514] rk806-regulator rk806-regulator.2.auto: Looking up vcc8-supply from device tree [ 7.803523] vcc_1v8_s3: supplied by vcc_sys [ 7.803527] vcc_sys: could not add device link regulator.14: -ENOENT [ 7.805645] vcc_1v8_s3: 1800 mV at 3000 mA, enabled [ 7.806226] rk806-regulator rk806-regulator.2.auto: Looking up vcc9-supply from device tree [ 7.806234] vdd2_ddr_s3: supplied by vcc_sys [ 7.806237] vcc_sys: could not add device link regulator.15: -ENOENT [ 7.808343] vdd2_ddr_s3: at 750 mV at 3000 mA, enabled [ 7.808931] rk806-regulator rk806-regulator.2.auto: Looking up vcc10-supply from device tree [ 7.808940] vdd_ddr_s0: supplied by vcc_sys [ 7.808944] vcc_sys: could not add device link regulator.16: -ENOENT [ 7.810933] vdd_ddr_s0: 550 <--> 1200 mV at 850 mV at 3000 mA, enabled [ 7.811515] rk806-regulator rk806-regulator.2.auto: Looking up vcc13-supply from device tree [ 7.811701] vdd_0v75_s3: supplied by vcc_1v1_nldo_s3 [ 7.811708] vcc_1v1_nldo_s3: could not add device link regulator.17: -ENOENT [ 7.813833] vdd_0v75_s3: 750 mV at 300 mA, enabled [ 7.814452] rk806-regulator rk806-regulator.2.auto: Looking up vcc13-supply from device tree [ 7.814465] vdda_ddr_pll_s0: supplied by vcc_1v1_nldo_s3 [ 7.814469] vcc_1v1_nldo_s3: could not add device link regulator.18: -ENOENT [ 7.816461] vdda_ddr_pll_s0: 850 mV at 300 mA, enabled [ 7.817052] rk806-regulator rk806-regulator.2.auto: Looking up vcc13-supply from device tree [ 7.817062] vdda0v75_hdmi_s0: supplied by vcc_1v1_nldo_s3 [ 7.817066] vcc_1v1_nldo_s3: could not add device link regulator.19: -ENOENT [ 7.819055] vdda0v75_hdmi_s0: 837 mV at 500 mA, enabled [ 7.819647] rk806-regulator rk806-regulator.2.auto: Looking up vcc14-supply from device tree [ 7.819655] vdda_0v85_s0: supplied by vcc_1v1_nldo_s3 [ 7.819659] vcc_1v1_nldo_s3: could not add device link regulator.20: -ENOENT [ 7.821647] vdda_0v85_s0: 850 mV at 500 mA, enabled [ 7.822236] rk806-regulator rk806-regulator.2.auto: Looking up vcc14-supply from device tree [ 7.822246] vdda_0v75_s0: supplied by vcc_1v1_nldo_s3 [ 7.822249] vcc_1v1_nldo_s3: could not add device link regulator.21: -ENOENT [ 7.824235] vdda_0v75_s0: 750 mV at 300 mA, enabled [ 7.824812] rk806-regulator rk806-regulator.2.auto: Looking up vcc11-supply from device tree [ 7.824822] vcca_1v8_s0: supplied by vcc_2v0_pldo_s3 [ 7.824826] vcc_2v0_pldo_s3: could not add device link regulator.22: -ENOENT [ 7.827261] vcca_1v8_s0: 1800 mV at 500 mA, enabled [ 7.827849] rk806-regulator rk806-regulator.2.auto: Looking up vcc11-supply from device tree [ 7.827859] vcca1v8_pldo2_s0: supplied by vcc_2v0_pldo_s3 [ 7.827863] vcc_2v0_pldo_s3: could not add device link regulator.23: -ENOENT [ 7.829856] vcca1v8_pldo2_s0: 1800 mV at 300 mA, enabled [ 7.830435] rk806-regulator rk806-regulator.2.auto: Looking up vcc11-supply from device tree [ 7.830444] vdda_1v2_s0: supplied by vcc_2v0_pldo_s3 [ 7.830448] vcc_2v0_pldo_s3: could not add device link regulator.24: -ENOENT [ 7.832437] vdda_1v2_s0: 1200 mV at 300 mA, enabled [ 7.833018] rk806-regulator rk806-regulator.2.auto: Looking up vcc12-supply from device tree [ 7.833026] vcca_3v3_s0: supplied by vcc_sys [ 7.833030] vcc_sys: could not add device link regulator.25: -ENOENT [ 7.835017] vcca_3v3_s0: 3300 mV at 500 mA, enabled [ 7.835607] rk806-regulator rk806-regulator.2.auto: Looking up vcc12-supply from device tree [ 7.835616] vccio_sd_s0: supplied by vcc_sys [ 7.835619] vcc_sys: could not add device link regulator.26: -ENOENT [ 7.837607] vccio_sd_s0: 1800 <--> 3300 mV at 3300 mV at 300 mA, enabled [ 7.838196] rk806-regulator rk806-regulator.2.auto: Looking up vcca-supply from device tree [ 7.838204] vcca1v8_pldo6_s3: supplied by vcc_sys [ 7.838208] vcc_sys: could not add device link regulator.27: -ENOENT [ 7.839114] vcca1v8_pldo6_s3: 1800 mV at 300 mA, enabled [ 7.839238] rk806 1-0023: no power-off pinctrl state [ 7.839250] rk806 1-0023: no sleep-setting state [ 7.839256] rk806 1-0023: no reset-setting pinctrl state [ 7.839261] rk806 1-0023: no dvs-setting pinctrl state [ 7.854161] rtc-hym8563 2-0051: rtc information is invalid [ 7.862604] rtc-hym8563 2-0051: registered as rtc0 [ 7.863616] rtc-hym8563 2-0051: setting system clock to 2021-01-01T12:00:00 UTC (1609502400) [ 7.864291] IR NEC protocol handler initialized [ 7.864742] rockchip-mipi-csi2-hw 27c80000.mipi0-csi2-hw: enter mipi csi2 hw probe! [ 7.864857] rockchip-mipi-csi2-hw 27c80000.mipi0-csi2-hw: probe success, v4l2_dev:mipi0-csi2-hw! [ 7.864905] rockchip-mipi-csi2-hw 27c90000.mipi1-csi2-hw: enter mipi csi2 hw probe! [ 7.864991] rockchip-mipi-csi2-hw 27c90000.mipi1-csi2-hw: probe success, v4l2_dev:mipi1-csi2-hw! [ 7.865026] rockchip-mipi-csi2-hw 27ca0000.mipi2-csi2-hw: enter mipi csi2 hw probe! [ 7.865101] rockchip-mipi-csi2-hw 27ca0000.mipi2-csi2-hw: probe success, v4l2_dev:mipi2-csi2-hw! [ 7.865137] rockchip-mipi-csi2-hw 27cb0000.mipi3-csi2-hw: enter mipi csi2 hw probe! [ 7.865213] rockchip-mipi-csi2-hw 27cb0000.mipi3-csi2-hw: probe success, v4l2_dev:mipi3-csi2-hw! [ 7.865247] rockchip-mipi-csi2-hw 27cc0000.mipi4-csi2-hw: enter mipi csi2 hw probe! [ 7.865318] rockchip-mipi-csi2-hw 27cc0000.mipi4-csi2-hw: probe success, v4l2_dev:mipi4-csi2-hw! [ 7.867963] device-mapper: uevent: version 1.0.3 [ 7.868083] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com [ 7.868603] cpu cpu0: Looking up cpu-supply from device tree [ 7.869742] cpu cpu0: bin=0 [ 7.869928] cpu cpu0: leakage=4 [ 7.869949] cpu cpu0: Looking up cpu-supply from device tree [ 7.872144] cpu cpu0: pvtm=1964 [ 7.872769] cpu cpu0: pvtm-volt-sel=7 [ 7.872799] cpu cpu0: soc version=0, speed=7 [ 7.872830] cpu cpu0: Looking up cpu-supply from device tree [ 7.873586] cpu cpu4: Looking up cpu-supply from device tree [ 7.874014] Freeing initrd memory: 7756K [ 7.874738] cpu cpu4: bin=0 [ 7.874918] cpu cpu4: leakage=5 [ 7.874939] cpu cpu4: Looking up cpu-supply from device tree [ 7.877115] cpu cpu4: pvtm=2081 [ 7.877650] cpu cpu4: pvtm-volt-sel=5 [ 7.877671] cpu cpu4: soc version=0, speed=5 [ 7.877692] cpu cpu4: Looking up cpu-supply from device tree [ 7.879139] cpu cpu0: avs=0 [ 7.880015] cpu cpu4: avs=0 [ 7.880108] cpu cpu0: l=15000 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0 [ 7.881070] cpu cpu0: EM: OPP:1200000 is inefficient [ 7.881075] cpu cpu0: EM: OPP:1008000 is inefficient [ 7.881184] cpu cpu0: EM: created perf domain [ 7.881726] cpu cpu4: l=15000 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0 [ 7.882697] cpu cpu4: EM: OPP:1200000 is inefficient [ 7.882704] cpu cpu4: EM: OPP:816000 is inefficient [ 7.882709] cpu cpu4: EM: OPP:600000 is inefficient [ 7.882871] cpu cpu4: EM: created perf domain [ 7.884771] sdhci: Secure Digital Host Controller Interface driver [ 7.884790] sdhci: Copyright(c) Pierre Ossman [ 7.884796] Synopsys Designware Multimedia Card Interface Driver [ 7.885205] sdhci-pltfm: SDHCI platform and OF driver helper [ 7.886494] sdhci-dwcmshc 2a330000.mmc: Looking up vmmc-supply from device tree [ 7.886507] sdhci-dwcmshc 2a330000.mmc: Looking up vmmc-supply property in node /mmc@2a330000 failed [ 7.886539] sdhci-dwcmshc 2a330000.mmc: Looking up vqmmc-supply from device tree [ 7.886546] sdhci-dwcmshc 2a330000.mmc: Looking up vqmmc-supply property in node /mmc@2a330000 failed [ 7.887305] mmc2: CQHCI version 5.10 [ 7.887377] ledtrig-cpu: registered to indicate activity on CPUs [ 7.887402] arm-scmi firmware:scmi: Failed. SCMI protocol 17 not active. [ 7.887446] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 7.887481] hid: raw HID events driver (C) Jiri Kosina [ 7.887683] usbcore: registered new interface driver usbhid [ 7.887694] usbhid: USB HID core driver [ 7.890400] rockchip-saradc 2ae00000.adc: Looking up vref-supply from device tree [ 7.892131] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available [ 7.892754] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 7.893615] optee: probing for conduit method. [ 7.893637] optee: revision 3.13 (9f2aca7d) [ 7.893806] optee: dynamic shared memory is enabled [ 7.893966] optee: initialized driver [ 7.899301] Initializing XFRM netlink socket [ 7.899329] IPsec XFRM device driver [ 7.899568] NET: Registered PF_INET6 protocol family [ 7.900411] Segment Routing with IPv6 [ 7.900436] In-situ OAM (IOAM) with IPv6 [ 7.900507] NET: Registered PF_PACKET protocol family [ 7.900643] Bluetooth: RFCOMM TTY layer initialized [ 7.900658] Bluetooth: RFCOMM socket layer initialized [ 7.900676] Bluetooth: RFCOMM ver 1.11 [ 7.900688] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 7.900699] Bluetooth: HIDP socket layer initialized [ 7.900993] [BT_RFKILL]: Enter rfkill_rk_init [ 7.901002] [WLAN_RFKILL]: Enter rfkill_wlan_init [ 7.901346] Key type dns_resolver registered [ 7.902368] registered taskstats version 1 [ 7.902398] Loading compiled-in X.509 certificates [ 7.902662] zswap: loaded using pool lzo/zbud [ 7.903666] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=yes [ 7.903808] pstore: Using crash dump compression: deflate [ 7.903867] AppArmor: AppArmor sha1 policy hashing enabled [ 7.904589] rga2 27920000.rga: Adding to iommu group 2 [ 7.905004] rga2 27920000.rga: probe successfully, irq = 51, hw_version:3.e.19357 [ 7.905141] rga2 27930000.rga: Adding to iommu group 3 [ 7.905454] rga2 27930000.rga: probe successfully, irq = 52, hw_version:3.e.19357 [ 7.905651] rga: IOMMU binding successfully, default mapping core[0x4] [ 7.905782] rga: Module initialized. v1.3.10 [ 7.914443] mmc2: SDHCI controller on 2a330000.mmc [2a330000.mmc] using ADMA 64-bit [ 7.925104] friendlyelec-board board: Serial : [REDACTED-SERIAL] [ 7.925367] reg-fixed-voltage vcc-1v8-s0: Looking up vin-supply from device tree [ 7.925432] vcc_1v8_s0: supplied by vcc_1v8_s3 [ 7.925438] vcc_1v8_s3: could not add device link regulator.28: -ENOENT [ 7.926020] vcc_1v8_s0: 1800 mV, enabled [ 7.926180] reg-fixed-voltage vcc-1v8-s0: vcc_1v8_s0 supplying 1800000uV [ 7.926284] reg-fixed-voltage vcc-3v3-s0: Looking up vin-supply from device tree [ 7.926295] vcc_3v3_s0: supplied by vcc_3v3_s3 [ 7.926300] vcc_3v3_s3: could not add device link regulator.29: -ENOENT [ 7.926865] vcc_3v3_s0: 3300 mV, enabled [ 7.926968] reg-fixed-voltage vcc-3v3-s0: vcc_3v3_s0 supplying 3300000uV [ 7.927066] reg-fixed-voltage vcc-ufs-s0: Looking up vin-supply from device tree [ 7.927075] vcc_ufs_s0: supplied by vcc_sys [ 7.927079] vcc_sys: could not add device link regulator.30: -ENOENT [ 7.927099] vcc_ufs_s0: 3300 mV, enabled [ 7.927190] reg-fixed-voltage vcc-ufs-s0: vcc_ufs_s0 supplying 3300000uV [ 7.927264] reg-fixed-voltage vcc1v8-ufs-vccq2-s0: Looking up vin-supply from device tree [ 7.927274] vcc1v8_ufs_vccq2_s0: supplied by vcc_1v8_s3 [ 7.927278] vcc_1v8_s3: could not add device link regulator.31: -ENOENT [ 7.927846] vcc1v8_ufs_vccq2_s0: 1800 mV, enabled [ 7.927944] reg-fixed-voltage vcc1v8-ufs-vccq2-s0: vcc1v8_ufs_vccq2_s0 supplying 1800000uV [ 7.928031] reg-fixed-voltage vcc1v2-ufs-vccq-s0: Looking up vin-supply from device tree [ 7.928038] vcc1v2_ufs_vccq_s0: supplied by vcc_sys [ 7.928043] vcc_sys: could not add device link regulator.32: -ENOENT [ 7.928061] vcc1v2_ufs_vccq_s0: 1200 mV, enabled [ 7.928152] reg-fixed-voltage vcc1v2-ufs-vccq-s0: vcc1v2_ufs_vccq_s0 supplying 1200000uV [ 7.928326] reg-fixed-voltage vcc3v3-lcd0-n: Looking up vin-supply from device tree [ 7.928456] vcc3v3_lcd0_n: supplied by vcc_3v3_s0 [ 7.928462] vcc_3v3_s0: could not add device link regulator.33: -ENOENT [ 7.928493] vcc3v3_lcd0_n: at 3300 mV, enabled [ 7.928607] reg-fixed-voltage vcc3v3-lcd0-n: vcc3v3_lcd0_n supplying 0uV [ 7.928808] vbus5v0_typec: 5000 mV, disabled [ 7.928880] reg-fixed-voltage vbus5v0-typec: Looking up vin-supply from device tree [ 7.928888] vbus5v0_typec: supplied by vcc5v0_device [ 7.928933] reg-fixed-voltage vbus5v0-typec: vbus5v0_typec supplying 5000000uV [ 7.929252] reg-fixed-voltage vcc-3v3-sd-s0-regulator: Looking up vin-supply from device tree [ 7.929267] vcc_3v3_sd_s0: supplied by vcc_3v3_s3 [ 7.929272] vcc_3v3_s3: could not add device link regulator.35: -ENOENT [ 7.929807] vcc_3v3_sd_s0: 3000 mV, enabled [ 7.929931] reg-fixed-voltage vcc-3v3-sd-s0-regulator: vcc_3v3_sd_s0 supplying 3000000uV [ 7.930028] reg-fixed-voltage vcc3v3-pcie20: Looking up vin-supply from device tree [ 7.930037] vcc_3v3_pcie20: supplied by vcc_3v3_s3 [ 7.930041] vcc_3v3_s3: could not add device link regulator.36: -ENOENT [ 7.930553] vcc_3v3_pcie20: 3300 mV, enabled [ 7.930651] reg-fixed-voltage vcc3v3-pcie20: vcc_3v3_pcie20 supplying 3300000uV [ 7.930748] rockchip-usb2phy 2602e000.syscon:usb2-phy@0: error -ENXIO: IRQ index 0 not found [ 7.930847] rockchip-usb2phy 2602e000.syscon:usb2-phy@0: refclk freq 24000000 [ 7.930871] phy phy-2602e000.syscon:usb2-phy@0.5: Looking up phy-supply from device tree [ 7.931053] vbus5v0_typec: could not add device link phy-2602e000.syscon:usb2-phy@0.5: -ENOENT [ 7.931157] phy phy-2602e000.syscon:usb2-phy@0.5: Looking up vbus-supply from device tree [ 7.931164] phy phy-2602e000.syscon:usb2-phy@0.5: Looking up vbus-supply property in node /syscon@2602e000/usb2-phy@0/otg-port failed [ 7.933157] rk-pcie 2a200000.pcie: invalid prsnt-gpios property in node [ 7.933371] rk-pcie 2a200000.pcie: Looking up vpcie3v3-supply from device tree [ 7.933794] rk-pcie 2a210000.pcie: invalid prsnt-gpios property in node [ 7.933862] rk-pcie 2a210000.pcie: Looking up vpcie3v3-supply from device tree [ 7.933958] mpp-iep2 27960000.iep: Adding to iommu group 4 [ 7.934087] rk-pcie 2a210000.pcie: can't get current limit. [ 7.934202] mpp-iep2 27960000.iep: probe device [ 7.934273] rk-pcie 2a210000.pcie: max MSI vector is 32 [ 7.934313] rk-pcie 2a210000.pcie: host bridge /pcie@2a210000 ranges: [ 7.934346] rk-pcie 2a210000.pcie: err 0x0021000000..0x00210fffff -> 0x0021000000 [ 7.934363] rk-pcie 2a210000.pcie: IO 0x0021100000..0x00211fffff -> 0x0021100000 [ 7.934381] rk-pcie 2a210000.pcie: MEM 0x0021200000..0x0021ffffff -> 0x0021200000 [ 7.934394] rk-pcie 2a210000.pcie: MEM 0x0980000000..0x09ffffffff -> 0x0980000000 [ 7.934407] mpp-iep2 27960000.iep: reset_group->rw_sem_on=0 [ 7.934422] mpp-iep2 27960000.iep: reset_group->rw_sem_on=0 [ 7.934436] mpp-iep2 27960000.iep: reset_group->rw_sem_on=0 [ 7.934507] rk-pcie 2a210000.pcie: iATU unroll: enabled [ 7.934515] rk-pcie 2a210000.pcie: iATU regions: 8 ob, 8 ib, align 64K, limit 8G [ 7.934590] mpp-iep2 27960000.iep: probing finish [ 7.934796] mpp_jpgdec 27910000.jpegd: Adding to iommu group 1 [ 7.935006] mpp_jpgdec 27910000.jpegd: probe device [ 7.935157] mpp_jpgdec 27910000.jpegd: reset_group->rw_sem_on=0 [ 7.935171] mpp_jpgdec 27910000.jpegd: reset_group->rw_sem_on=0 [ 7.935225] mpp_jpgdec 27910000.jpegd: probing finish [ 7.935410] mpp_jpgenc 27910800.jpege: Adding to iommu group 1 [ 7.935469] mpp_jpgenc 27910800.jpege: probe device [ 7.935592] mpp_jpgenc 27910800.jpege: reset_group->rw_sem_on=0 [ 7.935601] mpp_jpgenc 27910800.jpege: reset_group->rw_sem_on=0 [ 7.935638] mpp_jpgenc 27910800.jpege: probe finish [ 7.935812] mpp_rkvdec2 27b00100.rkvdec: Adding to iommu group 7 [ 7.936062] mpp_rkvdec2 27b00100.rkvdec: rkvdec, probing start [ 7.936263] mpp_rkvdec2 27b00100.rkvdec: shared_niu_a is not found! [ 7.936271] rkvdec2_init:1250: No niu aclk reset resource define [ 7.936279] mpp_rkvdec2 27b00100.rkvdec: shared_niu_h is not found! [ 7.936284] rkvdec2_init:1253: No niu hclk reset resource define [ 7.936295] mpp_rkvdec2 27b00100.rkvdec: shared_video_cabac is not found! [ 7.936301] rkvdec2_init:1259: No cabac reset resource define [ 7.936313] mpp_rkvdec2 27b00100.rkvdec: Looking up vdec-supply from device tree [ 7.936319] mpp_rkvdec2 27b00100.rkvdec: Looking up vdec-supply property in node /rkvdec@27b00000 failed [ 7.936348] mpp_rkvdec2 27b00100.rkvdec: no regulator, devfreq is disabled [ 7.936505] mpp_rkvdec2 27b00100.rkvdec: sram_start 0x000000003ff88000 [ 7.936514] mpp_rkvdec2 27b00100.rkvdec: rcb_iova 0x0000000010000000 [ 7.936520] mpp_rkvdec2 27b00100.rkvdec: sram_size 491520 [ 7.936527] mpp_rkvdec2 27b00100.rkvdec: rcb_size 491520 [ 7.936534] mpp_rkvdec2 27b00100.rkvdec: min_width 512 [ 7.936558] mpp_rkvdec2 27b00100.rkvdec: link mode probe finish [ 7.936595] mpp_rkvdec2 27b00100.rkvdec: probing finish [ 7.936612] mpp_rkvdec2 27b00100.rkvdec: probing finish [ 7.936819] mpp_rkvenc2 27a00000.rkvenc-core: Adding to iommu group 5 [ 7.937078] mpp_rkvenc2 27a00000.rkvenc-core: probing start [ 7.937252] mpp_rkvenc2 27a00000.rkvenc-core: failed to init opp info [ 7.937260] mpp_rkvenc2 27a00000.rkvenc-core: failed to init_opp_table [ 7.937266] rkvenc_init:2394: failed to add venc devfreq [ 7.937323] mpp_rkvenc2 27a00000.rkvenc-core: attach ccu as core 0 [ 7.937359] mpp_rkvenc2 27a00000.rkvenc-core: probing finish [ 7.937545] mpp_rkvenc2 27a10000.rkvenc-core: Adding to iommu group 6 [ 7.937752] mpp_rkvenc2 27a10000.rkvenc-core: probing start [ 7.937919] mpp_rkvenc2 27a10000.rkvenc-core: failed to init opp info [ 7.937927] mpp_rkvenc2 27a10000.rkvenc-core: failed to init_opp_table [ 7.937933] rkvenc_init:2394: failed to add venc devfreq [ 7.937982] mpp_rkvenc2 27a10000.rkvenc-core: attach ccu as core 1 [ 7.938012] mpp_rkvenc2 27a10000.rkvenc-core: probing finish [ 7.938187] mpp_vdpp 27961000.vdpp: Adding to iommu group 4 [ 7.938237] mpp_vdpp 27961000.vdpp: probe device [ 7.938353] mpp_vdpp 27961000.vdpp: reset_group->rw_sem_on=0 [ 7.938363] mpp_vdpp 27961000.vdpp: reset_group->rw_sem_on=0 [ 7.938370] mpp_vdpp 27961000.vdpp: reset_group->rw_sem_on=0 [ 7.938408] mpp_vdpp 27961000.vdpp: probing finish [ 7.938648] rockchip-vop2 27d00000.vop: Adding to iommu group 8 [ 7.939210] rockchip-vop2 27d00000.vop: [drm:vop2_bind] vp0 assign plane mask: Cluster0 | Esmart0 | Esmart2[0x105], primary plane phy id: Esmart0[2] [ 7.939235] rockchip-vop2 27d00000.vop: [drm:vop2_bind] vp1 assign plane mask: Cluster1 | Esmart1 | Esmart3[0x20a], primary plane phy id: Esmart1[3] [ 7.939248] rockchip-vop2 27d00000.vop: [drm:vop2_bind] vp2 assign plane mask: [0x0], primary plane phy id: INVALID[-1] [ 7.939325] rockchip-vop2 27d00000.vop: [drm:vop2_create_crtc] Esmart2-win0 as cursor plane for vp0 [ 7.939388] [drm] Esmart1-win0(possible_vp_mask = 0x00000002) has no possible crtcs [ 7.939412] [drm] Esmart1-win1(possible_vp_mask = 0x00000002) has no possible crtcs [ 7.939430] [drm] Esmart1-win2(possible_vp_mask = 0x00000002) has no possible crtcs [ 7.939456] [drm] Esmart1-win3(possible_vp_mask = 0x00000002) has no possible crtcs [ 7.939509] [drm] Esmart3-win0(possible_vp_mask = 0x00000002) has no possible crtcs [ 7.939530] [drm] Esmart3-win1(possible_vp_mask = 0x00000002) has no possible crtcs [ 7.939547] [drm] Esmart3-win2(possible_vp_mask = 0x00000002) has no possible crtcs [ 7.939567] [drm] Esmart3-win3(possible_vp_mask = 0x00000002) has no possible crtcs [ 7.939588] [drm] unsupported AFBC format NV12 little-endian (0x3231564e) [ 7.939671] [drm] Cluster1-win0(possible_vp_mask = 0x00000002) has no possible crtcs [ 7.939715] [drm] Cluster1-win1(possible_vp_mask = 0x00000002) has no possible crtcs [ 7.939824] rockchip-vop2 27d00000.vop: no pvtpll [ 7.940033] rockchip-vop2 27d00000.vop: bin=0 [ 7.940210] rockchip-vop2 27d00000.vop: leakage=13 [ 7.940223] rockchip-vop2 27d00000.vop: leakage-volt-sel=1 [ 7.940234] rockchip-vop2 27d00000.vop: soc version=0, speed=1 [ 7.940266] rockchip-vop2 27d00000.vop: Looking up vop-supply from device tree [ 7.941024] rockchip-vop2 27d00000.vop: avs=0 [ 7.941104] rockchip-vop2 27d00000.vop: l=15000 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0 [ 7.941128] debugfs: Directory 'vdd_logic_s0' with parent 'vdd_logic_s0' already present! [ 7.941136] vdd_logic_s0: Failed to create debugfs directory [ 7.942142] rockchip-vop2 27d00000.vop: Supported VOP aclk dvfs, normal mode:500000000, reset mode:594000000, advanced mode:702000000 [ 7.942219] rockchip-drm display-subsystem: bound 27d00000.vop (ops 0xffff) [ 7.942412] dwhdmi-rockchip 27da0000.hdmi: Looking up avdd-0v9-supply from device tree [ 7.942424] dwhdmi-rockchip 27da0000.hdmi: Looking up avdd-0v9-supply property in node /hdmi@27da0000 failed [ 7.942450] dwhdmi-rockchip 27da0000.hdmi: Looking up avdd-1v8-supply from device tree [ 7.942459] dwhdmi-rockchip 27da0000.hdmi: Looking up avdd-1v8-supply property in node /hdmi@27da0000 failed [ 7.942938] dwhdmi-rockchip 27da0000.hdmi: registered ddc I2C bus driver [ 7.943388] rockchip-drm display-subsystem: bound 27da0000.hdmi (ops 0xffff) [ 7.944732] dw-hdmi-qp-hdcp dw-hdmi-qp-hdcp.7.auto: dw_hdcp_qp_hdcp_probe success [ 7.944848] [drm] Initialized rockchip 4.0.0 20140818 for display-subsystem on minor 0 [ 7.944879] rockchip-drm display-subsystem: failed to parse loader memory [ 7.944955] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes [ 7.945061] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes [ 7.945199] rockchip-drm display-subsystem: [drm] run display error_event monitor [ 7.945845] rockchip-pm-domain 27380000.power-management:power-controller: Looking up gpu-supply from device tree [ 7.945872] rockchip-pm-domain 27380000.power-management:power-controller: Looking up gpu-supply property in node /power-management@27380000/power-controller failed [ 7.945940] mali 27800000.gpu: Kernel DDK version g25p0-00eac0 [ 7.945955] mali 27800000.gpu: error -ENXIO: IRQ JOB not found [ 7.946009] mali 27800000.gpu: error -ENXIO: IRQ MMU not found [ 7.946069] mali 27800000.gpu: error -ENXIO: IRQ GPU not found [ 7.946111] mali 27800000.gpu: GPU metrics tracepoint support enabled [ 7.946119] mali 27800000.gpu: Looking up mali-supply from device tree [ 7.946247] mali 27800000.gpu: Looking up mem-supply from device tree [ 7.946253] mali 27800000.gpu: Looking up mem-supply property in node /gpu@27800000 failed [ 7.946433] mali 27800000.gpu: Looking up mali-supply from device tree [ 7.946448] vdd_gpu_s0: could not add device link 27800000.gpu: -EEXIST [ 7.947036] mali 27800000.gpu: bin=0 [ 7.947220] mali 27800000.gpu: leakage=5 [ 7.947243] mali 27800000.gpu: Looking up mali-supply from device tree [ 7.947257] debugfs: Directory '27800000.gpu-mali' with parent 'vdd_gpu_s0' already present! [ 7.947266] vdd_gpu_s0: Failed to create debugfs directory [ 7.948991] mali 27800000.gpu: pvtm=0 [ 7.949564] mali 27800000.gpu: soc version=0, speed=0 [ 7.949607] mali 27800000.gpu: Looking up mali-supply from device tree [ 7.949621] debugfs: Directory '27800000.gpu-mali' with parent 'vdd_gpu_s0' already present! [ 7.949630] vdd_gpu_s0: Failed to create debugfs directory [ 7.951487] mali 27800000.gpu: avs=0 [ 7.951516] W : [File] : drivers/gpu/arm/bifrost/platform/rk/mali_kbase_config_rk.c; [Line] : 144; [Func] : kbase_platform_rk_init(); power-off-delay-ms not available. [ 7.952245] mali 27800000.gpu: Register LUT 00070200 initialized for GPU arch 0x00070400 [ 7.952267] mali 27800000.gpu: GPU identified as 0x2 arch 7.4.0 r1p0 status 0 [ 7.952379] mali 27800000.gpu: No priority control manager is configured [ 7.952388] mali 27800000.gpu: Large page allocation set to false after hardware feature check [ 7.952531] mali 27800000.gpu: No memory group manager is configured [ 7.953344] mali 27800000.gpu: EM: OPP:600000 is inefficient [ 7.953353] mali 27800000.gpu: EM: OPP:500000 is inefficient [ 7.953358] mali 27800000.gpu: EM: OPP:400000 is inefficient [ 7.953362] mali 27800000.gpu: EM: OPP:300000 is inefficient [ 7.953467] mali 27800000.gpu: EM: created perf domain [ 7.953751] rockchip-pm-domain 27380000.power-management:power-controller: Looking up usb-supply from device tree [ 7.953787] rockchip-pm-domain 27380000.power-management:power-controller: Looking up usb-supply property in node /power-management@27380000/power-controller failed [ 7.953803] mali 27800000.gpu: l=15000 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0 [ 7.954211] input: adc0-keys as /devices/platform/adc0-keys/input/input1 [ 7.955296] mali 27800000.gpu: * MALI kbase_mmap_min_addr compiled to CONFIG_DEFAULT_MMAP_MIN_ADDR, no runtime update possible! * [ 7.955314] mali 27800000.gpu: Probed as mali0 [ 7.956488] rockchip-dmc dmc: no pvtpll [ 7.956488] dwmmc_rockchip 2a310000.mmc: No normal pinctrl state [ 7.956495] dwmmc_rockchip 2a310000.mmc: No idle pinctrl state [ 7.956853] dwmmc_rockchip 2a310000.mmc: IDMAC supports 32-bit address mode. [ 7.956873] rockchip-dmc dmc: bin=0 [ 7.956875] dwmmc_rockchip 2a310000.mmc: Using internal DMA controller. [ 7.956888] dwmmc_rockchip 2a310000.mmc: Version ID is 270a [ 7.956921] dwmmc_rockchip 2a310000.mmc: DW MMC controller at irq 108,32 bit host data width,256 deep fifo [ 7.956977] dwmmc_rockchip 2a310000.mmc: Looking up vmmc-supply from device tree [ 7.957051] rockchip-dmc dmc: leakage=13 [ 7.957092] rockchip-dmc dmc: leakage-volt-sel=1 [ 7.957104] rockchip-dmc dmc: soc version=0, speed=1 [ 7.957150] rockchip-dmc dmc: Looking up center-supply from device tree [ 7.957178] dwmmc_rockchip 2a310000.mmc: Looking up vqmmc-supply from device tree [ 7.957325] dwmmc_rockchip 2a320000.mmc: No normal pinctrl state [ 7.957346] dwmmc_rockchip 2a320000.mmc: No idle pinctrl state [ 7.957584] dwmmc_rockchip 2a320000.mmc: IDMAC supports 32-bit address mode. [ 7.957627] dwmmc_rockchip 2a320000.mmc: Using internal DMA controller. [ 7.957639] dwmmc_rockchip 2a320000.mmc: Version ID is 270a [ 7.957685] dwmmc_rockchip 2a320000.mmc: DW MMC controller at irq 109,32 bit host data width,256 deep fifo [ 7.957709] rockchip-dmc dmc: Looking up mem-supply from device tree [ 7.957762] dwmmc_rockchip 2a320000.mmc: Looking up vmmc-supply from device tree [ 7.957774] dwmmc_rockchip 2a320000.mmc: Looking up vmmc-supply property in node /mmc@2a320000 failed [ 7.957822] dwmmc_rockchip 2a320000.mmc: Looking up vqmmc-supply from device tree [ 7.958333] dwmmc_rockchip 2a320000.mmc: allocated mmc-pwrseq [ 7.958352] mmc_host mmc1: card is non-removable. [ 7.959368] rockchip-dmc dmc: avs=0 [ 7.959387] rockchip-dmc dmc: current ATF version 0x100 [ 7.959487] rockchip-dmc dmc: normal_rate = 1560000000 [ 7.959495] rockchip-dmc dmc: reboot_rate = 1848000000 [ 7.959502] rockchip-dmc dmc: suspend_rate = 528000000 [ 7.959509] rockchip-dmc dmc: video_4k_rate = 1560000000 [ 7.959516] rockchip-dmc dmc: video_4k_10b_rate = 1560000000 [ 7.959523] rockchip-dmc dmc: video_svep_rate = 1560000000 [ 7.959530] rockchip-dmc dmc: boost_rate = 1848000000 [ 7.959536] rockchip-dmc dmc: fixed_rate(isp|cif0|cif1|dualview) = 1848000000 [ 7.959543] rockchip-dmc dmc: performance_rate = 1848000000 [ 7.959551] rockchip-dmc dmc: hdmirx_rate = 1848000000 [ 7.959557] rockchip-dmc dmc: deep_suspend_rate = 1848000000 [ 7.959570] rockchip-dmc dmc: failed to get vop pn to msch rl [ 7.959919] rockchip-dmc dmc: l=15000 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0 [ 7.959948] debugfs: Directory 'vdd_logic_s0' with parent 'vdd_logic_s0' already present! [ 7.959957] vdd_logic_s0: Failed to create debugfs directory [ 7.965229] input: rockchip,hdmi0 rockchip,hdmi0 as /devices/platform/hdmi-sound/sound/card0/input2 [ 7.967169] input: gpio-keys as /devices/platform/gpio-keys/input/input3 [ 7.972126] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 7.976389] clk: Disabling unused clocks [ 7.977131] rockchip-pm-domain 27380000.power-management:power-controller: Looking up vo1-supply from device tree [ 7.977166] rockchip-pm-domain 27380000.power-management:power-controller: Looking up vo1-supply property in node /power-management@27380000/power-controller failed [ 7.977439] rockchip-pm rockchip-suspend: not set pwm-regulator-config [ 7.977909] rockchip-pm rockchip-suspend: Looking up vdd_npu_s0-supply from device tree [ 7.977916] rockchip-pm rockchip-suspend: Looking up vdd_npu_s0-supply property in node /rockchip-suspend failed [ 7.978253] rockchip-suspend not set sleep-mode-config for mem-lite [ 7.978268] rockchip-suspend not set wakeup-config for mem-lite [ 7.978278] rockchip-suspend not set sleep-mode-config for mem-ultra [ 7.978284] rockchip-suspend not set wakeup-config for mem-ultra [ 7.978925] rockchip-pm-domain 27380000.power-management:power-controller: Looking up npu1-supply from device tree [ 7.978954] rockchip-pm-domain 27380000.power-management:power-controller: Looking up npu1-supply property in node /power-management@27380000/power-controller failed [ 7.979001] rockchip-pm-domain 27380000.power-management:power-controller: Looking up npu0-supply from device tree [ 7.979019] rockchip-pm-domain 27380000.power-management:power-controller: Looking up npu0-supply property in node /power-management@27380000/power-controller failed [ 7.979048] rockchip-pm-domain 27380000.power-management:power-controller: Looking up nputop-supply from device tree [ 7.979065] rockchip-pm-domain 27380000.power-management:power-controller: Looking up nputop-supply property in node /power-management@27380000/power-controller failed [ 7.979107] rockchip-pm-domain 27380000.power-management:power-controller: Looking up npu-supply from device tree [ 7.979124] rockchip-pm-domain 27380000.power-management:power-controller: Looking up npu-supply property in node /power-management@27380000/power-controller failed [ 7.979156] ALSA device list: [ 7.979165] #0: rockchip,hdmi0 [ 8.034380] mmc_host mmc0: Bus speed (slot 0) = 198000000Hz (slot req 200000000Hz, actual 198000000HZ div = 0) [ 8.034414] dwmmc_rockchip 2a310000.mmc: Successfully tuned phase to 0 [ 8.034429] mmc0: new ultra high speed SDR104 SDHC card at address 0001 [ 8.035239] mmcblk0: mmc0:0001 SD32G 28.8 GiB [ 8.040425] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 [ 8.054444] rk-pcie 2a200000.pcie: can't get current limit. [ 8.054890] rk-pcie 2a200000.pcie: max MSI vector is 32 [ 8.054945] rk-pcie 2a200000.pcie: host bridge /pcie@2a200000 ranges: [ 8.054978] rk-pcie 2a200000.pcie: err 0x0020000000..0x00200fffff -> 0x0020000000 [ 8.054998] rk-pcie 2a200000.pcie: IO 0x0020100000..0x00201fffff -> 0x0020100000 [ 8.055016] rk-pcie 2a200000.pcie: MEM 0x0020200000..0x0020ffffff -> 0x0020200000 [ 8.055028] rk-pcie 2a200000.pcie: MEM 0x0900000000..0x097fffffff -> 0x0900000000 [ 8.055181] rk-pcie 2a200000.pcie: iATU unroll: enabled [ 8.055190] rk-pcie 2a200000.pcie: iATU regions: 8 ob, 8 ib, align 64K, limit 8G [ 8.075032] phy phy-2602e000.syscon:usb2-phy@0.5: illegal mode [ 8.075066] xhci-hcd xhci-hcd.8.auto: xHCI Host Controller [ 8.075085] xhci-hcd xhci-hcd.8.auto: new USB bus registered, assigned bus number 1 [ 8.075208] xhci-hcd xhci-hcd.8.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000808002010010 [ 8.075252] xhci-hcd xhci-hcd.8.auto: irq 115, io mem 0x23000000 [ 8.075369] xhci-hcd xhci-hcd.8.auto: xHCI Host Controller [ 8.075381] xhci-hcd xhci-hcd.8.auto: new USB bus registered, assigned bus number 2 [ 8.075392] xhci-hcd xhci-hcd.8.auto: Host supports USB 3.0 SuperSpeed [ 8.075512] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 [ 8.075523] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 8.075530] usb usb1: Product: xHCI Host Controller [ 8.075538] usb usb1: Manufacturer: Linux 6.1.141 xhci-hcd [ 8.075545] usb usb1: SerialNumber: xhci-hcd.8.auto [ 8.075959] hub 1-0:1.0: USB hub found [ 8.075990] hub 1-0:1.0: 1 port detected [ 8.076218] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 8.076301] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01 [ 8.076311] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 8.076318] usb usb2: Product: xHCI Host Controller [ 8.076326] usb usb2: Manufacturer: Linux 6.1.141 xhci-hcd [ 8.076333] usb usb2: SerialNumber: xhci-hcd.8.auto [ 8.076649] hub 2-0:1.0: USB hub found [ 8.076675] hub 2-0:1.0: 1 port detected [ 8.136690] rk-pcie 2a210000.pcie: PCIe Linking... LTSSM is 0x3 [ 8.184492] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 8.202408] Freeing unused kernel memory: 6592K [ 8.202560] Run /init as init process [ 8.202570] with arguments: [ 8.202574] /init [ 8.202579] with environment: [ 8.202583] HOME=/ [ 8.202586] TERM=linux [ 8.202590] storagemedia=sd [ 8.202594] data=/dev/mmcblk0p9 [ 8.202597] cgroup_enable=memory [ 8.202602] cgroup_memory=1 [ 8.234491] rk-pcie 2a210000.pcie: PCIe Link up, LTSSM is 0x130011 [ 8.234536] rk-pcie 2a210000.pcie: PCIe Gen.2 x1 link up [ 8.235427] rk-pcie 2a210000.pcie: PCI host bridge to bus 0001:20 [ 8.235453] pci_bus 0001:20: root bus resource [bus 20-2f] [ 8.235466] pci_bus 0001:20: root bus resource [??? 0x21000000-0x210fffff flags 0x0] [ 8.235479] pci_bus 0001:20: root bus resource [io 0x0000-0xfffff] (bus address [0x21100000-0x211fffff]) [ 8.235490] pci_bus 0001:20: root bus resource [mem 0x21200000-0x21ffffff] [ 8.235500] pci_bus 0001:20: root bus resource [mem 0x980000000-0x9ffffffff] [ 8.235536] pci 0001:20:00.0: [1d87:3576] type 01 class 0x060400 [ 8.235615] pci 0001:20:00.0: supports D1 D2 [ 8.235625] pci 0001:20:00.0: PME# supported from D0 D1 D3hot [ 8.254615] pci 0001:20:00.0: Primary bus is hard wired to 0 [ 8.254652] pci 0001:20:00.0: bridge configuration invalid ([bus 01-ff]), reconfiguring [ 8.255012] pci 0001:21:00.0: [10ec:8125] type 00 class 0x020000 [ 8.255079] pci 0001:21:00.0: reg 0x10: initial BAR value 0x00000000 invalid [ 8.255090] pci 0001:21:00.0: reg 0x10: [io size 0x0100] [ 8.255161] pci 0001:21:00.0: reg 0x18: [mem 0x00000000-0x0000ffff 64bit] [ 8.255209] pci 0001:21:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit] [ 8.255571] pci 0001:21:00.0: supports D1 D2 [ 8.255580] pci 0001:21:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 8.294704] pci_bus 0001:21: busn_res: [bus 21-2f] end is updated to 21 [ 8.294775] pci 0001:20:00.0: BAR 8: assigned [mem 0x21200000-0x212fffff] [ 8.294791] pci 0001:20:00.0: BAR 7: assigned [io 0x1000-0x1fff] [ 8.294807] pci 0001:21:00.0: BAR 2: assigned [mem 0x21200000-0x2120ffff 64bit] [ 8.294849] pci 0001:21:00.0: BAR 4: assigned [mem 0x21210000-0x21213fff 64bit] [ 8.294889] pci 0001:21:00.0: BAR 0: assigned [io 0x1000-0x10ff] [ 8.294909] pci 0001:20:00.0: PCI bridge to [bus 21] [ 8.294919] pci 0001:20:00.0: bridge window [io 0x1000-0x1fff] [ 8.294930] pci 0001:20:00.0: bridge window [mem 0x21200000-0x212fffff] [ 8.296780] pcieport 0001:20:00.0: PME: Signaling with IRQ 117 [ 8.302636] mmc2: Command Queue Engine enabled [ 8.302677] mmc2: new HS400 Enhanced strobe MMC card at address 0001 [ 8.303491] mmcblk2: mmc2:0001 AT3SFB 29.1 GiB [ 8.305534] mmcblk2boot0: mmc2:0001 AT3SFB 4.00 MiB [ 8.307279] mmcblk2boot1: mmc2:0001 AT3SFB 4.00 MiB [ 8.308490] mmcblk2rpmb: mmc2:0001 AT3SFB 4.00 MiB, chardev (236:0) [ 8.324582] rk-pcie 2a200000.pcie: PCIe Link up, LTSSM is 0x130011 [ 8.324627] rk-pcie 2a200000.pcie: PCIe Gen.2 x1 link up [ 8.324984] rk-pcie 2a200000.pcie: PCI host bridge to bus 0000:00 [ 8.325005] pci_bus 0000:00: root bus resource [bus 00-0f] [ 8.325018] pci_bus 0000:00: root bus resource [??? 0x20000000-0x200fffff flags 0x0] [ 8.325032] pci_bus 0000:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x20100000-0x201fffff]) [ 8.325042] pci_bus 0000:00: root bus resource [mem 0x20200000-0x20ffffff] [ 8.325053] pci_bus 0000:00: root bus resource [mem 0x900000000-0x97fffffff] [ 8.325089] pci 0000:00:00.0: [1d87:3576] type 01 class 0x060400 [ 8.325171] pci 0000:00:00.0: supports D1 D2 [ 8.325181] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 8.343804] pci_bus 0000:01: busn_res: can not insert [bus 01-ff] under [bus 00-0f] (conflicts with (null) [bus 00-0f]) [ 8.343916] pci 0000:01:00.0: [10ec:8125] type 00 class 0x020000 [ 8.343977] pci 0000:01:00.0: reg 0x10: [io 0x0000-0x00ff] [ 8.344047] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x0000ffff 64bit] [ 8.344096] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit] [ 8.344490] pci 0000:01:00.0: supports D1 D2 [ 8.344505] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 8.374709] pci 0000:00:00.0: BAR 8: assigned [mem 0x20200000-0x202fffff] [ 8.374746] pci 0000:00:00.0: BAR 7: assigned [io 0x100000-0x100fff] [ 8.374763] pci 0000:01:00.0: BAR 2: assigned [mem 0x20200000-0x2020ffff 64bit] [ 8.374805] pci 0000:01:00.0: BAR 4: assigned [mem 0x20210000-0x20213fff 64bit] [ 8.374846] pci 0000:01:00.0: BAR 0: assigned [io 0x100000-0x1000ff] [ 8.374866] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 8.374876] pci 0000:00:00.0: bridge window [io 0x100000-0x100fff] [ 8.374887] pci 0000:00:00.0: bridge window [mem 0x20200000-0x202fffff] [ 8.376608] pcieport 0000:00:00.0: PME: Signaling with IRQ 119 [ 8.387578] vendor storage:20190527 ret = 0 [ 8.434550] mmc_host mmc1: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0) [ 8.684538] mmc_host mmc1: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0) [ 8.944607] mmc_host mmc1: Bus speed (slot 0) = 187500Hz (slot req 187500Hz, actual 187500HZ div = 0) [ 9.416248] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Quota mode: none. [ 9.569949] EXT4-fs (mmcblk0p9): mounted filesystem with ordered data mode. Quota mode: none. [ 9.584393] EXT4-fs (mmcblk0p9): re-mounted. Quota mode: none. [ 9.594020] overlayfs: "xino" feature enabled using 32 upper inode bits. [ 9.713678] init: Console is alive [ 9.713999] init: - watchdog - [ 10.015115] rockchip-pm-domain 27380000.power-management:power-controller: Looking up vpu-supply from device tree [ 10.015222] rockchip-pm-domain 27380000.power-management:power-controller: Looking up vpu-supply property in node /power-management@27380000/power-controller failed [ 12.746697] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 12.756276] Key type encrypted registered [ 12.807025] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 12.819563] init: - preinit - [ 17.463786] mount_root: mounting /dev/root with options [ 17.493072] mount_root: loading kmods from internal overlay [ 17.750033] kmodloader: loading kernel modules from //etc/modules-boot.d/* [ 17.752809] kmodloader: done loading kernel modules from //etc/modules-boot.d/* [ 17.959882] block: attempting to load /tmp/overlay/upper/etc/config/fstab [ 17.960096] block: unable to load configuration (fstab: Entry not found) [ 17.960172] block: attempting to load /tmp/overlay/etc/config/fstab [ 17.960261] block: unable to load configuration (fstab: Entry not found) [ 17.960325] block: attempting to load /etc/config/fstab [ 17.961872] block: extroot: not configured [ 17.961989] block: attempting to load /etc/config/fstab [ 17.962160] block: extroot: not configured [ 17.963898] urandom-seed: Seeding with /etc/urandom.seed [ 18.226756] procd: - early - [ 18.226950] procd: - watchdog - [ 18.766786] procd: - watchdog - [ 18.768052] procd: - ubus - [ 18.821496] procd: - init - [ 19.121410] urngd: v1.0.2 started. [ 19.200640] kmodloader: loading kernel modules from /etc/modules.d/* [ 19.229287] NET: Registered PF_ALG protocol family [ 19.272958] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 19.277677] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 19.277978] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 19.291539] Intel(R) Wireless WiFi driver for Linux [ 19.336823] r8125: loading out-of-tree module taints kernel. [ 19.338479] r8125 2.5Gigabit Ethernet driver 9.010.01-NAPI loaded [ 19.338577] r8125 0001:21:00.0: enabling device (0000 -> 0003) [ 19.358511] r8125: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625. [ 19.360552] r8125 Copyright (C) 2022 Realtek NIC software team <nicfae@realtek.com> [ 19.360552] This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>. [ 19.360552] This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>. [ 19.360724] r8125 2.5Gigabit Ethernet driver 9.010.01-NAPI loaded [ 19.360818] r8125 0000:01:00.0: enabling device (0000 -> 0003) [ 19.381191] r8125: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625. [ 19.383227] r8125 Copyright (C) 2022 Realtek NIC software team <nicfae@realtek.com> [ 19.383227] This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>. [ 19.383227] This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>. [ 19.388804] usbcore: registered new device driver r8152-cfgselector [ 19.388849] usbcore: registered new interface driver r8152 [ 19.394188] RKNPU 27700000.npu: Adding to iommu group 0 [ 19.394555] RKNPU 27700000.npu: RKNPU: rknpu iommu is enabled, using iommu mode [ 19.394633] RKNPU 27700000.npu: Looking up rknpu-supply from device tree [ 19.394759] RKNPU 27700000.npu: Looking up mem-supply from device tree [ 19.394765] RKNPU 27700000.npu: Looking up mem-supply property in node /npu@27700000 failed [ 19.394809] RKNPU 27700000.npu: can't request region for resource [mem 0x27700000-0x27707fff] [ 19.394840] RKNPU 27700000.npu: can't request region for resource [mem 0x27708000-0x2770ffff] [ 19.395419] [drm] Initialized rknpu 0.9.8 20240828 for 27700000.npu on minor 1 [ 19.396667] RKNPU 27700000.npu: Looking up rknpu-supply from device tree [ 19.396700] vdd_npu_s0: could not add device link 27700000.npu: -EEXIST [ 19.396991] RKNPU 27700000.npu: bin=0 [ 19.397175] RKNPU 27700000.npu: leakage=5 [ 19.397195] RKNPU 27700000.npu: Looking up rknpu-supply from device tree [ 19.397206] debugfs: Directory '27700000.npu-rknpu' with parent 'vdd_npu_s0' already present! [ 19.397215] vdd_npu_s0: Failed to create debugfs directory [ 19.399027] RKNPU 27700000.npu: pvtm=834 [ 19.399588] RKNPU 27700000.npu: pvtm-volt-sel=6 [ 19.399620] RKNPU 27700000.npu: soc version=0, speed=6 [ 19.399669] RKNPU 27700000.npu: Looking up rknpu-supply from device tree [ 19.399692] debugfs: Directory '27700000.npu-rknpu' with parent 'vdd_npu_s0' already present! [ 19.399701] vdd_npu_s0: Failed to create debugfs directory [ 19.400509] RKNPU 27700000.npu: avs=0 [ 19.400669] RKNPU 27700000.npu: EM: OPP:600000 is inefficient [ 19.400675] RKNPU 27700000.npu: EM: OPP:500000 is inefficient [ 19.400678] RKNPU 27700000.npu: EM: OPP:400000 is inefficient [ 19.400791] RKNPU 27700000.npu: EM: created perf domain [ 19.401122] RKNPU 27700000.npu: l=15000 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0 [ 19.402152] RKNPU 27700000.npu: RKNPU: nbuf region: [0x000000003fe80000, 0x000000003ff80000), nbuf size: 0x100000 [ 19.538536] usbcore: registered new interface driver mt76x2u [ 19.542216] usbcore: registered new interface driver mt7921u [ 19.638749] RTW: module init start [ 19.638781] RTW: rtl88xxau v5.13.6-15-gc40b977e2.20210629 [ 19.638896] usbcore: registered new interface driver rtl88xxau [ 19.638902] RTW: module init ret=0 [ 19.689328] usbcore: registered new interface driver rtl8821cu [ 19.753071] usbcore: registered new interface driver rtl88x2bu [ 19.881628] usbcore: registered new interface driver rtl8851bu [ 19.888642] NET: Registered PF_ATMPVC protocol family [ 19.888673] NET: Registered PF_ATMSVC protocol family [ 19.898760] ntfs3: Enabled Linux POSIX ACLs support [ 19.898789] ntfs3: Read-only LZX/Xpress compression included [ 19.902631] NET: Registered PF_KEY protocol family [ 19.910436] tun: Universal TUN/TAP device driver, 1.6 [ 19.931808] l2tp_core: L2TP core driver, V2.0 [ 19.933441] l2tp_netlink: L2TP netlink interface [ 19.940921] gre: GRE over IPv4 demultiplexor driver [ 19.942705] ip_gre: GRE over IPv4 tunneling driver [ 19.989433] cryptodev: driver 1.14 loaded. [ 19.994780] GACT probability on [ 19.996456] Mirror/redirect action on [ 20.007609] u32 classifier [ 20.007626] input device check on [ 20.007630] Actions configured [ 20.106726] usbcore: registered new interface driver cdc_ncm [ 20.181642] PPP MPPE Compression module registered [ 20.182641] NET: Registered PF_PPPOX protocol family [ 20.183726] PPTP driver version 0.8.5 [ 20.185478] pwm-fan pwm-fan: Looking up fan-supply from device tree [ 20.223555] xt_time: kernel timezone is -0000 [ 20.234026] usbcore: registered new interface driver brcmfmac [ 20.241399] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 20.242988] usbcore: registered new interface driver cdc_mbim [ 20.247030] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 20.255722] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 20.255746] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 20.257031] Bridge firewalling registered [ 20.258405] kmodloader: done loading kernel modules from /etc/modules.d/* [ 20.759001] EXT4-fs (mmcblk0p10): mounted filesystem with ordered data mode. Quota mode: none. [ 22.041824] fullcone nft_fullcone: failed to register a conntrack notifier. Disable active GC for mappings. [ 23.195006] eth1: 0xffff, [REDACTED-MAC], IRQ 151 [ 23.242950] br-lan: port 1(eth1) entered blocking state [ 23.242976] br-lan: port 1(eth1) entered disabled state [ 23.243121] device eth1 entered promiscuous mode [ 23.269913] eth0: 0xffff, [REDACTED-MAC], IRQ 120 [ 26.432197] r8125: eth0: link up [ 26.432283] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 26.531612] r8125: eth1: link up [ 26.531745] br-lan: port 1(eth1) entered blocking state [ 26.531763] br-lan: port 1(eth1) entered forwarding state [ 26.531982] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 38.466153] vcc3v3_lcd0_n: disabling
OpenWrt bootlog
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.12.66 (builder@buildhost) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 14.3.0 r32486-30527a4c34) 14.3.0, GNU ld (GNU Binutils) 2.44) #0 SMP Wed Jan 21 00:20:54 2026 [ 0.000000] Machine model: FriendlyElec NanoPi R76S [ 0.000000] earlycon: uart8250 at MMIO32 0x000000002ad40000 (options '') [ 0.000000] printk: legacy bootconsole [uart8250] enabled [ 0.000000] OF: reserved mem: Reserved memory: No reserved-memory node in the DT [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000040200000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x000000013fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000040200000-0x000000013fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000040200000-0x000000013fffffff] [ 0.000000] On node 0, zone DMA: 512 pages in unavailable ranges [ 0.000000] cma: Reserved 16 MiB at 0x00000000ff000000 on node -1 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.5 [ 0.000000] percpu: Embedded 21 pages/cpu s46360 r8192 d31464 u86016 [ 0.000000] pcpu-alloc: s46360 r8192 d31464 u86016 alloc=21*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Kernel command line: console=ttyS0,1500000 earlycon=uart8250,mmio32,0x2ad40000 root=PARTUUID=a561cb4b-02 rw rootwait [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1048064 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: area num 8. [ 0.000000] software IO TLB: mapped [mem 0x00000000f8ed8000-0x00000000fced8000] (64MB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_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] Root IRQ handler: 0xffff800080010000 [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.001399] Console: colour dummy device 80×25 [ 0.001887] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) [ 0.002846] pid_max: default: 32768 minimum: 301 [ 0.008552] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.009255] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.013916] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 0.015802] rcu: Hierarchical SRCU implementation. [ 0.016249] rcu: Max phase no-delay instances is 1000. [ 0.016988] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level [ 0.018358] smp: Bringing up secondary CPUs ... [ 0.019331] Detected VIPT I-cache on CPU1 [ 0.019435] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.020123] Detected VIPT I-cache on CPU2 [ 0.020193] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.020829] Detected VIPT I-cache on CPU3 [ 0.020893] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.021533] CPU features: detected: Spectre-BHB [ 0.021546] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.021552] Detected PIPT I-cache on CPU4 [ 0.021629] CPU4: Booted secondary processor 0x0000000100 [0x411fd080] [ 0.022260] Detected PIPT I-cache on CPU5 [ 0.022319] CPU5: Booted secondary processor 0x0000000101 [0x411fd080] [ 0.022927] Detected PIPT I-cache on CPU6 [ 0.022990] CPU6: Booted secondary processor 0x0000000102 [0x411fd080] [ 0.023628] Detected PIPT I-cache on CPU7 [ 0.023693] CPU7: Booted secondary processor 0x0000000103 [0x411fd080] [ 0.023805] smp: Brought up 1 node, 8 CPUs [ 0.032042] SMP: Total of 8 processors activated. [ 0.032478] CPU: All CPU(s) started at EL2 [ 0.032856] CPU features: detected: 32-bit EL0 Support [ 0.033335] CPU features: detected: CRC32 instructions [ 0.033905] alternatives: applying system-wide alternatives [ 0.034721] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching [ 0.035916] Memory: 4006384K/4192256K available (10432K kernel code, 2468K rwdata, 2120K rodata, 1472K init, 749K bss, 164940K reserved, 16384K cma-reserved) [ 0.052944] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.053860] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.054764] 28400 pages in range for non-PLT usage [ 0.054770] 519920 pages in range for PLT usage [ 0.057329] pinctrl core: initialized pinctrl subsystem [ 0.062190] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.063580] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations [ 0.064392] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.065327] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.066992] thermal_sys: Registered thermal governor 'step_wise' [ 0.066999] thermal_sys: Registered thermal governor 'power_allocator' [ 0.067596] cpuidle: using governor menu [ 0.068633] ASID allocator initialised with 65536 entries [ 0.069667] Serial: AMBA PL011 UART driver [ 0.075536] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.076512] rockchip-gpio 27320000.gpio: probed /pinctrl/gpio@27320000 [ 0.077363] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.078313] rockchip-gpio 2ae10000.gpio: probed /pinctrl/gpio@2ae10000 [ 0.079157] gpio gpiochip2: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.080105] rockchip-gpio 2ae20000.gpio: probed /pinctrl/gpio@2ae20000 [ 0.080925] gpio gpiochip3: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.081890] rockchip-gpio 2ae30000.gpio: probed /pinctrl/gpio@2ae30000 [ 0.082739] gpio gpiochip4: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.083697] rockchip-gpio 2ae40000.gpio: probed /pinctrl/gpio@2ae40000 [ 0.091460] /soc/vop@27d00000: Fixed dependency cycle(s) with /soc/hdmi@27da0000 [ 0.092206] /soc/hdmi@27da0000: Fixed dependency cycle(s) with /soc/vop@27d00000 [ 0.093060] /soc/interrupt-controller@2a701000: Fixed dependency cycle(s) with /soc/interrupt-controller@2a701000 [ 0.094531] /soc/pcie@22000000: Fixed dependency cycle(s) with /soc/pcie@22000000/legacy-interrupt-controller [ 0.095723] /soc/pcie@22400000: Fixed dependency cycle(s) with /soc/pcie@22400000/legacy-interrupt-controller [ 0.103714] /soc/vop@27d00000: Fixed dependency cycle(s) with /soc/hdmi@27da0000 [ 0.104927] /soc/vop@27d00000: Fixed dependency cycle(s) with /soc/hdmi@27da0000 [ 0.105681] /soc/hdmi@27da0000: Fixed dependency cycle(s) with /soc/vop@27d00000 [ 0.114952] /soc/hdmi@27da0000: Fixed dependency cycle(s) with /hdmi-con [ 0.115623] /hdmi-con: Fixed dependency cycle(s) with /soc/hdmi@27da0000 [ 0.126548] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.127179] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.127758] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.128382] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.128959] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.129583] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.130160] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.130784] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.140774] cryptd: max_cpu_qlen set to 1000 [ 0.142620] iommu: Default domain type: Passthrough [ 0.144746] SCSI subsystem initialized [ 0.145265] usbcore: registered new interface driver usbfs [ 0.145796] usbcore: registered new interface driver hub [ 0.146324] usbcore: registered new device driver usb [ 0.146907] pps_core: LinuxPPS API ver. 1 registered [ 0.147366] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 0.148210] PTP clock support registered [ 0.148661] scmi_core: SCMI protocol bus registered [ 0.150284] clocksource: Switched to clocksource arch_sys_counter [ 0.152875] VFS: Disk quotas dquot_6.6.0 [ 0.153458] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.158178] NET: Registered PF_INET protocol family [ 0.158829] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.164208] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.165034] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.165756] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.166735] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear) [ 0.168349] TCP: Hash tables configured (established 32768 bind 32768) [ 0.169389] MPTCP token hash table entries: 4096 (order: 5, 98304 bytes, linear) [ 0.170240] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.170976] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.171980] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.172531] PCI: CLS 0 bytes, default 64 [ 0.174799] workingset: timestamp_bits=46 max_order=20 bucket_order=0 [ 0.182750] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.183292] jffs2: version 2.2 (NAND) (SUMMARY) (ZLIB) (LZMA) (RTIME) (CMODE_PRIORITY) © 2001-2006 Red Hat, Inc. [ 0.188020] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 0.188858] io scheduler mq-deadline registered [ 0.190205] rockchip-pm-domain 27380000.power-management:power-controller: Failed to create device link (0x180) with soc [ 0.191231] rockchip-pm-domain 27380000.power-management:power-controller: Failed to create device link (0x180) with soc [ 0.192234] rockchip-pm-domain 27380000.power-management:power-controller: Failed to create device link (0x180) with soc [ 0.193235] rockchip-pm-domain 27380000.power-management:power-controller: Failed to create device link (0x180) with soc [ 0.194235] rockchip-pm-domain 27380000.power-management:power-controller: Failed to create device link (0x180) with soc [ 0.195235] rockchip-pm-domain 27380000.power-management:power-controller: Failed to create device link (0x180) with soc [ 0.196235] rockchip-pm-domain 27380000.power-management:power-controller: Failed to create device link (0x180) with soc [ 0.197234] rockchip-pm-domain 27380000.power-management:power-controller: Failed to create device link (0x180) with soc [ 0.198233] rockchip-pm-domain 27380000.power-management:power-controller: Failed to create device link (0x180) with soc [ 0.199233] rockchip-pm-domain 27380000.power-management:power-controller: Failed to create device link (0x180) with soc [ 0.200232] rockchip-pm-domain 27380000.power-management:power-controller: Failed to create device link (0x180) with soc [ 0.201256] rockchip-pm-domain 27380000.power-management:power-controller: Failed to create device link (0x180) with soc [ 0.202256] rockchip-pm-domain 27380000.power-management:power-controller: Failed to create device link (0x180) with soc [ 0.203256] rockchip-pm-domain 27380000.power-management:power-controller: Failed to create device link (0x180) with soc [ 0.204256] rockchip-pm-domain 27380000.power-management:power-controller: Failed to create device link (0x180) with soc [ 0.205255] rockchip-pm-domain 27380000.power-management:power-controller: Failed to create device link (0x180) with soc [ 0.214481] ledtrig-cpu: registered to indicate activity on CPUs [ 0.219142] dma-pl330 2ab90000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 0.219849] dma-pl330 2ab90000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16 [ 0.222234] dma-pl330 2abb0000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 0.222936] dma-pl330 2abb0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16 [ 0.225279] dma-pl330 2abd0000.dma-controller: Loaded driver for PL330 DMAC-241330 [ 0.225981] dma-pl330 2abd0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16 [ 0.227963] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.231897] printk: legacy console [ttyS0] disabled [ 0.232597] 2ad40000.serial: ttyS0 at MMIO 0x2ad40000 (irq = 26, base_baud = 1500000) is a 16550A [ 0.233620] printk: legacy console [ttyS0] enabled [ 0.234483] printk: legacy bootconsole [uart8250] disabled [ 0.236553] 2ad80000.serial: ttyS5 at MMIO 0x2ad80000 (irq = 27, base_baud = 11718) is a 16550A [ 0.237606] serial serial0: tty port ttyS5 registered [ 0.239411] random: crng init done [ 0.244267] loop: module loaded [ 0.244554] mtip32xx Version 1.3.1 [ 0.267105] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 0.267611] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 0.268383] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000808002000010 [ 0.269242] xhci-hcd xhci-hcd.0.auto: irq 29, io mem 0x23000000 [ 0.269889] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 0.270405] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 0.271083] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed [ 0.272138] hub 1-0:1.0: USB hub found [ 0.272500] hub 1-0:1.0: 1 port detected [ 0.273126] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 0.274163] hub 2-0:1.0: USB hub found [ 0.274520] hub 2-0:1.0: 1 port detected [ 0.275164] usbcore: registered new interface driver usb-storage [ 0.275907] i2c_dev: i2c /dev entries driver [ 0.277140] /soc/i2c@2ac40000/pmic@23: Fixed dependency cycle(s) with /soc/i2c@2ac40000/pmic@23/dvs3-null-pins [ 0.278042] /soc/i2c@2ac40000/pmic@23: Fixed dependency cycle(s) with /soc/i2c@2ac40000/pmic@23/dvs2-null-pins [ 0.278938] /soc/i2c@2ac40000/pmic@23: Fixed dependency cycle(s) with /soc/i2c@2ac40000/pmic@23/dvs1-null-pins [ 0.320115] input: rk805 pwrkey as /devices/platform/soc/2ac40000.i2c/i2c-1/1-0023/rk805-pwrkey.3.auto/input/input0 [ 0.330986] rtc-hym8563 2-0051: registered as rtc0 [ 0.332434] rtc-hym8563 2-0051: setting system clock to 2026-02-17T22:50:46 UTC (1771368646) [ 0.334454] rockchip-thermal 2ae70000.tsadc: Missing rockchip,grf property [ 0.335151] rockchip-thermal 2ae70000.tsadc: failed reading trim of sensor 0: -EPROBE_DEFER [ 0.338017] sdhci: Secure Digital Host Controller Interface driver [ 0.338566] sdhci: Copyright© Pierre Ossman [ 0.338951] Synopsys Designware Multimedia Card Interface Driver [ 0.339839] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.340400] dwmmc_rockchip 2a310000.mmc: IDMAC supports 32-bit address mode. [ 0.340554] dwmmc_rockchip 2a320000.mmc: IDMAC supports 32-bit address mode. [ 0.341054] dwmmc_rockchip 2a310000.mmc: Using internal DMA controller. [ 0.341710] dwmmc_rockchip 2a320000.mmc: Using internal DMA controller. [ 0.342137] arm-scmi arm-scmi.5.auto: Using scmi_smc_transport [ 0.342147] arm-scmi arm-scmi.5.auto: SCMI max-rx-timeout: 30ms [ 0.342238] dwmmc_rockchip 2a310000.mmc: Version ID is 270a [ 0.342366] scmi_protocol scmi_dev.1: Enabled polling mode TX channel - prot_id:16 [ 0.342574] arm-scmi arm-scmi.5.auto: SCMI Notifications - Core Enabled. [ 0.342634] arm-scmi arm-scmi.5.auto: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0 [ 0.342832] dwmmc_rockchip 2a320000.mmc: Version ID is 270a [ 0.343359] dwmmc_rockchip 2a310000.mmc: DW MMC controller at irq 52,32 bit host data width,256 deep fifo [ 0.343902] dwmmc_rockchip 2a320000.mmc: DW MMC controller at irq 53,32 bit host data width,256 deep fifo [ 0.354129] NET: Registered PF_INET6 protocol family [ 0.355139] mmc0: CQHCI version 5.10 [ 0.358270] Segment Routing with IPv6 [ 0.358647] In-situ OAM (IOAM) with IPv6 [ 0.359092] NET: Registered PF_PACKET protocol family [ 0.359589] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 0.362346] 8021q: 802.1Q VLAN Support v1.8 [ 0.390520] mmc0: SDHCI controller on 2a330000.mmc [2a330000.mmc] using ADMA 64-bit [ 0.401526] rk808-regulator rk808-regulator.2.auto: DMA mask not set [ 0.420625] vdda0v75_hdmi_s0: Bringing 750000uV into 837500-837500uV [ 0.433966] vcca_3v3_s0: Bringing 3000000uV into 3300000-3300000uV [ 0.440971] rockchip-thermal 2ae70000.tsadc: Missing rockchip,grf property [ 0.450243] cpu cpu0: EM: created perf domain [ 0.451944] cpu cpu4: EM: created perf domain [ 0.455585] dwmmc_rockchip 2a320000.mmc: IDMAC supports 32-bit address mode. [ 0.455619] dwmmc_rockchip 2a310000.mmc: IDMAC supports 32-bit address mode. [ 0.456257] dwmmc_rockchip 2a320000.mmc: Using internal DMA controller. [ 0.456866] dwmmc_rockchip 2a310000.mmc: Using internal DMA controller. [ 0.457430] dwmmc_rockchip 2a320000.mmc: Version ID is 270a [ 0.458011] dwmmc_rockchip 2a310000.mmc: Version ID is 270a [ 0.458515] dwmmc_rockchip 2a320000.mmc: DW MMC controller at irq 53,32 bit host data width,256 deep fifo [ 0.458999] dwmmc_rockchip 2a310000.mmc: DW MMC controller at irq 52,32 bit host data width,256 deep fifo [ 0.460979] mmc0: Command Queue Engine enabled [ 0.461412] mmc0: new HS400 Enhanced strobe MMC card at address 0001 [ 0.462795] mmcblk0: mmc0:0001 hC8aP> 58.2 GiB [ 0.463968] mmcblk0: p1 p2 [ 0.464679] mmcblk0boot0: mmc0:0001 hC8aP> 4.00 MiB [ 0.465739] mmcblk0boot1: mmc0:0001 hC8aP> 4.00 MiB [ 0.466423] dwmmc_rockchip 2a320000.mmc: allocated mmc-pwrseq [ 0.466576] rockchip-dw-pcie 22000000.pcie: host bridge /soc/pcie@22000000 ranges: [ 0.466592] mmcblk0rpmb: mmc0:0001 hC8aP> 16.0 MiB, chardev (245:0) [ 0.466945] mmc_host mmc2: card is non-removable. [ 0.468650] rockchip-dw-pcie 22000000.pcie: IO 0x0020100000..0x00201fffff → 0x0020100000 [ 0.469455] rockchip-dw-pcie 22000000.pcie: MEM 0x0020200000..0x0020ffffff → 0x0020200000 [ 0.470332] rockchip-dw-pcie 22000000.pcie: MEM 0x0900000000..0x097fffffff → 0x0900000000 [ 0.471411] rockchip-dw-pcie 22000000.pcie: iATU: unroll T, 8 ob, 8 ib, align 64K, limit 8G [ 0.480354] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 0.680462] rockchip-dw-pcie 22000000.pcie: PCIe Gen.2 x1 link up [ 0.681573] rockchip-dw-pcie 22000000.pcie: PCI host bridge to bus 0000:00 [ 0.682206] pci_bus 0000:00: root bus resource [bus 00-0f] [ 0.682694] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x20100000-0x201fffff]) [ 0.683531] pci_bus 0000:00: root bus resource [mem 0x20200000-0x20ffffff] [ 0.684135] pci_bus 0000:00: root bus resource [mem 0x900000000-0x97fffffff] [ 0.684783] pci 0000:00:00.0: [1d87:3576] type 01 class 0x060400 PCIe Root Port [ 0.685440] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 0.685904] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 0.686439] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 0.687038] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref] [ 0.687759] pci 0000:00:00.0: supports D1 D2 [ 0.688137] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 0.690753] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 0.692472] pci_bus 0000:01: busn_res: can not insert [bus 01-ff] under [bus 00-0f] (conflicts with (null) [bus 00-0f]) [ 0.693518] pci 0000:01:00.0: [10ec:8125] type 00 class 0x020000 PCIe Endpoint [ 0.694202] pci 0000:01:00.0: BAR 0: initial BAR value 0x00000000 invalid [ 0.694798] pci 0000:01:00.0: BAR 0 [io size 0x0100] [ 0.695300] pci 0000:01:00.0: BAR 2 [mem 0x00000000-0x0000ffff 64bit] [ 0.695902] pci 0000:01:00.0: BAR 4 [mem 0x00000000-0x00003fff 64bit] [ 0.696829] pci 0000:01:00.0: supports D1 D2 [ 0.697206] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.710406] pci 0000:00:00.0: bridge window [mem 0x20200000-0x202fffff]: assigned [ 0.711122] pci 0000:00:00.0: bridge window [io 0x1000-0x1fff]: assigned [ 0.711739] pci 0000:01:00.0: BAR 2 [mem 0x20200000-0x2020ffff 64bit]: assigned [ 0.712445] pci 0000:01:00.0: BAR 4 [mem 0x20210000-0x20213fff 64bit]: assigned [ 0.713128] pci 0000:01:00.0: BAR 0 [io 0x1000-0x10ff]: assigned [ 0.713705] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 0.714187] pci 0000:00:00.0: bridge window [io 0x1000-0x1fff] [ 0.714734] pci 0000:00:00.0: bridge window [mem 0x20200000-0x202fffff] [ 0.715351] pci_bus 0000:00: resource 4 [io 0x0000-0xfffff] [ 0.715862] pci_bus 0000:00: resource 5 [mem 0x20200000-0x20ffffff] [ 0.716418] pci_bus 0000:00: resource 6 [mem 0x900000000-0x97fffffff] [ 0.716981] pci_bus 0000:01: resource 0 [io 0x1000-0x1fff] [ 0.717482] pci_bus 0000:01: resource 1 [mem 0x20200000-0x202fffff] [ 0.719372] pcieport 0000:00:00.0: PME: Signaling with IRQ 58 [ 0.720322] pcieport 0000:00:00.0: AER: enabled with IRQ 67 [ 0.723898] rockchip-dw-pcie 22400000.pcie: host bridge /soc/pcie@22400000 ranges: [ 0.724613] rockchip-dw-pcie 22400000.pcie: IO 0x0021100000..0x00211fffff → 0x0021100000 [ 0.725390] rockchip-dw-pcie 22400000.pcie: MEM 0x0021200000..0x0021ffffff → 0x0021200000 [ 0.726152] rockchip-dw-pcie 22400000.pcie: MEM 0x0980000000..0x09ffffffff → 0x0980000000 [ 0.727094] rockchip-dw-pcie 22400000.pcie: iATU: unroll T, 8 ob, 8 ib, align 64K, limit 8G [ 0.930504] rockchip-dw-pcie 22400000.pcie: PCIe Gen.2 x1 link up [ 0.931209] rockchip-dw-pcie 22400000.pcie: PCI host bridge to bus 0001:20 [ 0.931830] pci_bus 0001:20: root bus resource [bus 20-2f] [ 0.932318] pci_bus 0001:20: root bus resource [io 0x100000-0x1fffff] (bus address [0x21100000-0x211fffff]) [ 0.933178] pci_bus 0001:20: root bus resource [mem 0x21200000-0x21ffffff] [ 0.933781] pci_bus 0001:20: root bus resource [mem 0x980000000-0x9ffffffff] [ 0.934430] pci 0001:20:00.0: [1d87:3576] type 01 class 0x060400 PCIe Root Port [ 0.935088] pci 0001:20:00.0: PCI bridge to [bus 01-ff] [ 0.935551] pci 0001:20:00.0: bridge window [io 0x0000-0x0fff] [ 0.936086] pci 0001:20:00.0: bridge window [mem 0x00000000-0x000fffff] [ 0.936685] pci 0001:20:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref] [ 0.937405] pci 0001:20:00.0: supports D1 D2 [ 0.937783] pci 0001:20:00.0: PME# supported from D0 D1 D3hot [ 0.940492] mmc_host mmc2: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0) [ 0.942328] pci 0001:20:00.0: Primary bus is hard wired to 0 [ 0.942847] pci 0001:20:00.0: bridge configuration invalid ([bus 01-ff]), reconfiguring [ 0.943730] pci 0001:21:00.0: [10ec:8125] type 00 class 0x020000 PCIe Endpoint [ 0.944416] pci 0001:21:00.0: BAR 0 [io 0x0000-0x00ff] [ 0.944934] pci 0001:21:00.0: BAR 2 [mem 0x00000000-0x0000ffff 64bit] [ 0.945536] pci 0001:21:00.0: BAR 4 [mem 0x00000000-0x00003fff 64bit] [ 0.946458] pci 0001:21:00.0: supports D1 D2 [ 0.946836] pci 0001:21:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.960500] pci_bus 0001:21: busn_res: [bus 21-2f] end is updated to 21 [ 0.961130] pci 0001:20:00.0: bridge window [mem 0x21200000-0x212fffff]: assigned [ 0.961797] pci 0001:20:00.0: bridge window [io 0x100000-0x100fff]: assigned [ 0.962443] pci 0001:21:00.0: BAR 2 [mem 0x21200000-0x2120ffff 64bit]: assigned [ 0.963130] pci 0001:21:00.0: BAR 4 [mem 0x21210000-0x21213fff 64bit]: assigned [ 0.963813] pci 0001:21:00.0: BAR 0 [io 0x100000-0x1000ff]: assigned [ 0.964397] pci 0001:20:00.0: PCI bridge to [bus 21] [ 0.964844] pci 0001:20:00.0: bridge window [io 0x100000-0x100fff] [ 0.965421] pci 0001:20:00.0: bridge window [mem 0x21200000-0x212fffff] [ 0.966026] pci_bus 0001:20: resource 4 [io 0x100000-0x1fffff] [ 0.966552] pci_bus 0001:20: resource 5 [mem 0x21200000-0x21ffffff] [ 0.967109] pci_bus 0001:20: resource 6 [mem 0x980000000-0x9ffffffff] [ 0.967681] pci_bus 0001:21: resource 0 [io 0x100000-0x100fff] [ 0.968206] pci_bus 0001:21: resource 1 [mem 0x21200000-0x212fffff] [ 0.971203] pcieport 0001:20:00.0: PME: Signaling with IRQ 71 [ 0.972459] pcieport 0001:20:00.0: AER: enabled with IRQ 80 [ 0.973846] clk: Disabling unused clocks [ 0.974683] PM: genpd: Disabling unused power domains [ 0.975329] dw-apb-uart 2ad40000.serial: forbid DMA for kernel console [ 0.979952] VFS: Mounted root (squashfs filesystem) readonly on device 179:2. [ 0.980875] Freeing unused kernel memory: 1472K [ 0.981368] Run /sbin/init as init process [ 0.981726] with arguments: [ 0.981728] /sbin/init [ 0.981730] with environment: [ 0.981732] HOME=/ [ 0.981733] TERM=linux [ 1.065058] init: Console is alive [ 1.065421] init: - watchdog - [ 1.200462] mmc_host mmc2: Bus speed (slot 0) = 200000Hz (slot req 200000Hz, actual 200000HZ div = 0) [ 1.227559] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 1.256311] gpio_button_hotplug: loading out-of-tree module taints kernel. [ 1.262401] r8169 0000:01:00.0: enabling device (0000 → 0003) [ 1.290932] r8169 0000:01:00.0: can't read MAC address, setting random one [ 1.329690] r8169 0000:01:00.0 eth0: RTL8125B, , XID 641, IRQ 82 [ 1.330377] r8169 0000:01:00.0 eth0: jumbo features [frames: 16362 bytes, tx checksumming: ko] [ 1.331276] r8169 0001:21:00.0: enabling device (0000 → 0003) [ 1.350993] r8169 0001:21:00.0: can't read MAC address, setting random one [ 1.379204] r8169 0001:21:00.0 eth1: RTL8125B, , XID 641, IRQ 83 [ 1.379864] r8169 0001:21:00.0 eth1: jumbo features [frames: 16362 bytes, tx checksumming: ko] [ 1.380889] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 1.382353] init: - preinit - [ 1.451817] mmc_host mmc2: Bus speed (slot 0) = 187500Hz (slot req 100000Hz, actual 93750HZ div = 1) [ 1.494486] mmc2: Failed to initialize a non-removable card [ 1.910484] Realtek Internal NBASE-T PHY r8169-0-100:00: attached PHY driver (mii_bus:phy_addr=r8169-0-100:00, irq=MAC) [ 2.140710] r8169 0000:01:00.0 eth0: Link is Down [ 4.784605] r8169 0000:01:00.0 eth0: Link is Up - 1Gbps/Full - flow control off [ 6.450624] loop0: detected capacity change from 0 to 122011648 [ 6.520492] loop0: detected capacity change from 122011648 to 121974912 [ 6.652614] EXT4-fs (loop0): recovery complete [ 6.654418] EXT4-fs (loop0): mounted filesystem 2cc4fa37-3846-48b5-a97b-de23cc0dda87 r/w with ordered data mode. Quota mode: none. [ 6.656580] mount_root: switching to ext4 overlay [ 6.699726] EXT4-fs (mmcblk0p1): mounted filesystem 84173db5-fa99-e35a-95c6-28613cc79ea9 r/w without journal. Quota mode: none. [ 6.704405] EXT4-fs (mmcblk0p1): unmounting filesystem 84173db5-fa99-e35a-95c6-28613cc79ea9. [ 6.708294] urandom-seed: Seeding with /etc/urandom.seed [ 6.749666] r8169 0000:01:00.0 eth0: Link is Down [ 6.764835] procd: - early - [ 6.765173] procd: - watchdog - [ 7.315451] procd: - watchdog - [ 7.317074] procd: - ubus - [ 7.470149] procd: - init - [ 7.721004] kmodloader: loading kernel modules from /etc/modules.d/* [ 7.790230] urngd: v1.0.2 started. [ 7.828930] Loading modules backported from Linux version v6.18-0-g7d0a66e4b [ 7.829550] Backport generated by backports.git 4d44cef [ 7.906786] PPP generic driver version 2.4.2 [ 7.907679] NET: Registered PF_PPPOX protocol family [ 7.912648] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 7.913334] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld Jason@zx2c4.com. All Rights Reserved. [ 7.921230] kmodloader: done loading kernel modules from /etc/modules.d/* [ 10.330340] Realtek Internal NBASE-T PHY r8169-0-100:00: attached PHY driver (mii_bus:phy_addr=r8169-0-100:00, irq=MAC) [ 10.580881] r8169 0000:01:00.0 eth0: Link is Down [ 10.581411] br-lan: port 1(eth0) entered blocking state [ 10.581892] br-lan: port 1(eth0) entered disabled state [ 10.582381] r8169 0000:01:00.0 eth0: entered allmulticast mode [ 10.583140] r8169 0000:01:00.0 eth0: entered promiscuous mode [ 10.630425] Realtek Internal NBASE-T PHY r8169-1-2100:00: attached PHY driver (mii_bus:phy_addr=r8169-1-2100:00, irq=MAC) [ 10.900682] r8169 0001:21:00.0 eth1: Link is Down [ 13.582024] r8169 0000:01:00.0 eth0: Link is Up - 1Gbps/Full - flow control off [ 13.582709] br-lan: port 1(eth0) entered blocking state [ 13.583184] br-lan: port 1(eth0) entered forwarding state [ 13.851274] r8169 0001:21:00.0 eth1: Link is Up - 1Gbps/Full - flow control off [ 31.148720] vdd_npu_s0: disabling [ 31.150747] vdd_gpu_s0: disabling
Notes
Space for additional notes, links to forum threads or other resources.









