20251129给荣品RD-RK3588开发板跑Rockchip的原厂Buildroot【linux-6.1】系统时适配AP6275P的蓝牙BLE

20251129给荣品RD-RK3588开发板跑Rockchip的原厂Buildroot【linux-6.1】系统时适配AP6275P的蓝牙BLE

2025/11/29 9:24

缘起:给荣品RD-RK3588开发板跑Rockchip的原厂Buildroot【linux-5.10】系统时使用,可以evtest命令查看/监控荣品8寸屏【1200x1920竖屏】的CTP触摸屏的点击信息!

Rockchip的原厂Buildroot【linux-6.1】系统默认只有iperf2,还是比较喜欢iperf3。

iperf2的服务器端不会显示实时网速!^_

经过反复测试,终于把 荣品RD-RK3588开发板 自带的8寸屏的CTP触摸屏调试通了。

Android13的内核linux-5.10

Android13的内核linux-6.1。版本升级之后,

终于把全部的USB接口都点亮USB接口的鼠标了!

当你把荣品RD-RK3588开发板重新适配一把,就相当于从头做了一个项目:【荣品RD-RK3588开发板】。

当然,开发板的功能都是好的,你免除了调试的过程,也就没有解决相关硬件出错的经验/机会了!

结论:荣品的FAE工程师是真的很忙。

代码写的非常写意/潇洒!

【整个DTS,TAB和空格按键都是混用的!^有些时候看着很难受的!^

DTS中的代码排版真的让人看得很难受!

https://doc.rpdzkj.cn/#/zh_cn/瑞芯微系列/rk3588-rk3588s/7.接口使用?id=蓝牙

蓝牙

经典蓝牙

打开蓝牙

hciconfig hci0 up

复制Error已复制

设置蓝牙可被扫描

hciconfig hci0 piscan

复制Error已复制

扫描蓝牙

hcitool -i hci0 scan

复制Error已复制

连接蓝牙

进入bluetoothctl

bluetoothctl

复制Error已复制

查找设备

scan on

复制Error已复制

配对 这一步需要在手机确认

pair MACaddress //(刚刚查找的配对设备的mac地址)

复制Error已复制

连接

connect MACaddress //(刚刚查找的配对设备的mac地址)

复制Error已复制

信任设备

trust MACaddress //(刚刚查找的配对设备的mac地址)

复制Error已复制

连接完成

可通过运行根目录下/rp_test/bt/下的脚本来进行测试

/rp_test/bt/test_bt_clinet.sh

复制Error已复制

BLE测试

终端输入

bluetoothctl advertise on

复制Error已复制

手机下载BLE蓝牙调试助手,并在手机上搜索设备并连接

CHG\] Device 79:BF:3F:A8:61:05 UUIDs: 00001800-0000-1000-8000-00805f9b34fb \[CHG\] Device 79:BF:3F:A8:61:05 UUIDs: 00001801-0000-1000-8000-00805f9b34fb \[CHG\] Device 79:BF:3F:A8:61:05 UUIDs: 00001805-0000-1000-8000-00805f9b34fb \[CHG\] Device 79:BF:3F:A8:61:05 UUIDs: 0000180a-0000-1000-8000-00805f9b34fb \[CHG\] Device 79:BF:3F:A8:61:05 UUIDs: 0000180f-0000-1000-8000-00805f9b34fb \[CHG\] Device 79:BF:3F:A8:61:05 UUIDs: 7905f431-b5ce-4e99-a40f-4b1e122d00d0 \[CHG\] Device 79:BF:3F:A8:61:05 UUIDs: 89d3502b-0f36-433a-8ef4-c502ad55f8dc \[CHG\] Device 79:BF:3F:A8:61:05 UUIDs: 9fa480e0-4967-4542-9390-d343dc5d04ae \[CHG\] Device 79:BF:3F:A8:61:05 UUIDs: d0611e78-bbb4-4591-a5f8-487910ae4366 \[CHG\] Device 79:BF:3F:A8:61:05 ServicesResolved: yes \[CHG\] Device 79:BF:3F:A8:61:05 Name: iPhone \[CHG\] Device 79:BF:3F:A8:61:05 Alias: iPhone \[CHG\] Device 79:BF:3F:A8:61:05 Appearance: 0x0040 \[CHG\] Device 79:BF:3F:A8:61:05 Icon: phone \[CHG\] Device 79:BF:3F:A8:61:05 ServicesResolved: no \[CHG\] Device 79:BF:3F:A8:61:05 Connected: no \[CHG\] Device 79:BF:3F:A8:61:05 Connected: yes \[CHG\] Device 79:BF:3F:A8:61:05 Connected: no \[CHG\] Device 79:BF:3F:A8:61:05 Connected: yes 复制Error已复制 连接成功 可通过运行脚本来进行测试 /rp_test/bt/test_bt_ble_clinet.sh ![](https://i-blog.csdnimg.cn/direct/9cde9b20de564695809ecd82cc0e3626.png) ![](https://i-blog.csdnimg.cn/direct/5ba9a7f6259e4ad7a6568168c4e8e80b.png) ![](https://i-blog.csdnimg.cn/direct/58172510527c4d6c8c0cac615170bd23.png) ![](https://i-blog.csdnimg.cn/direct/666ef1485711428ca0854effbec72d46.png) ![](https://i-blog.csdnimg.cn/direct/65c8e5477a304cea88ff22b5ba18d5da.jpeg) ![](https://i-blog.csdnimg.cn/direct/43a3b83b5c9e43d7920540032287e00d.jpeg) ![](https://i-blog.csdnimg.cn/direct/25d6927bcee14bba916e41559713b52b.jpeg) ![](https://i-blog.csdnimg.cn/direct/54dc1caf7f044efca239c3377793fe55.jpeg) ![](https://i-blog.csdnimg.cn/direct/ce9ca02e5d874dca9372b024855ae77c.jpeg) ![](https://i-blog.csdnimg.cn/direct/e08e768388a74054b596caed284d846e.jpeg) ![](https://i-blog.csdnimg.cn/direct/040dca410fc4450fbad472e1130f79ae.png) ![](https://i-blog.csdnimg.cn/direct/3d29ba64dbae4382873e1cf11418219f.jpeg) 详细的LOG: \[BEGIN\] 2025/11/29 9:23:13 @@󿾑@ᾄDR 3488111f83 cym 24/04/12-12:49:26,fwver: v1.17 LPDDR4X, 2112MHz channel\[0\] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB channel\[1\] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB channel\[2\] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB channel\[3\] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB Manufacturer ID:0x13 CH0 RX Vref:28.5%, TX Vref:23.8%,25.8%DQ rds: h0 l0, h0 l0, h0 l1, h4 l0, h0 l0, h2 l0, h0 l0, h0 l0, h0 l0, h2 l0, h0 l0, h0 l1, h3 l0, h0 l0, h1 l0, h1 l0, CH1 RX Vref:28.3%, TX Vref:24.8%,26.8%DQ rds: h1 l0, h3 l0, h3 l0, h0 l0, h5 l0, h2 l0, h2 l0, h0 l1, h0 l1, h1 l0, h1 l0, h1 l0, h0 l0, h3 l0, h1 l0, h5 l0, CH2 RX Vref:29.7%, TX Vref:25.8%,27.8%DQ rds: h1 l0, h0 l0, h0 l0, h0 l1, h0 l0, h0 l0, h2 l0, h0 l0, h2 l0, h0 l0, h4 l0, h2 l0, h3 l0, h1 l0, h0 l0, h3 l0, CH3 RX Vref:28.9%, TX Vref:24.8%,24.8%DQ rds: h0 l0, h2 l0, h2 l0, h0 l0, h1 l0, h0 l0, h4 l0, h0 l0, h0 l0, h0 l0, h1 l0, h1 l0, h1 l0, h0 l0, h0 l0, h1 l0, stride=0x2, ddr_config=0x4 hash ch_mask0-1 0x20 0x40, bank_mask0-3 0xa00 0x1400 0x2800 0x0, rank_mask0 0x401000 change to F1: 528MHz change to F2: 1068MHz change to F3: 1560MHz change to F0: 2112MHz out U-Boot SPL board init U-Boot SPL 2017.09-ge4e124926e-230922 #lxh (Sep 25 2023 - 10:58:38), fwver: v1.13 unknown raw ID 0 0 0 unrecognized JEDEC id bytes: 00, 00, 00 Trying to boot from MMC2 MMC: no card present mmc_init: -123, time 1 spl: mmc init failed with error: -123 Trying to boot from MMC1 SPL: A/B-slot: _a, successful: 0, tries-remain: 7 Trying fit image at 0x4000 sector ## Verified-boot: 0 ## Checking atf-1 0x00040000 (gzip @0x00240000) ... sha256(1e426f92e3...) + sha256(64122e141b...) + OK ## Checking uboot 0x00200000 (gzip @0x00400000) ... sha256(a358771c80...) + sha256(f927a08b0a...) + OK ## Checking fdt 0x00348348 ... sha256(a434b1c4fe...) + OK ## Checking atf-2 0xff100000 ... sha256(ce8968e34f...) + OK ## Checking atf-3 0x000f0000 ... sha256(ce48b69fdd...) + OK ## Checking optee 0x08400000 (gzip @0x08600000) ... sha256(e1ef4db9af...) + sha256(b866e4e4a1...) + OK Jumping to U-Boot(0x00200000) via ARM Trusted Firmware(0x00040000) Total: 94.108/302.743 ms INFO: Preloader serial: 2 NOTICE: BL31: v2.3():v2.3-765-g588059758:derrick.huang, fwver: v1.46 NOTICE: BL31: Built : 18:13:16, Apr 29 2024 INFO: spec: 0x1 INFO: code: 0x88 INFO: ext 32k is not valid INFO: ddr: stride-en 4CH INFO: GICv3 without legacy support detected. INFO: ARM GICv3 driver initialized in EL3 INFO: valid_cpu_msk=0xff bcore0_rst = 0x0, bcore1_rst = 0x0 INFO: l3 cache partition cfg-0 INFO: system boots from cpu-hwid-0 INFO: bypass memory repair INFO: idle_st=0x21fff, pd_st=0x11fff9, repair_st=0xfff70001 INFO: dfs DDR fsp_params\[0\].freq_mhz= 2112MHz INFO: dfs DDR fsp_params\[1\].freq_mhz= 528MHz INFO: dfs DDR fsp_params\[2\].freq_mhz= 1068MHz INFO: dfs DDR fsp_params\[3\].freq_mhz= 1560MHz INFO: BL31: Initialising Exception Handling Framework INFO: BL31: Initializing runtime services INFO: BL31: Initializing BL32 I/TC: I/TC: OP-TEE version: 3.13.0-791-g185dc3c92 #hisping.lin (gcc version 10.2.1 20201103 (GNU Toolchain for the A-profile Architecture 10.2-2020.11 (arm-10.16))) #2 Tue Apr 16 11:16:18 CST 2024 aarch64, fwver: v1.16 I/TC: OP-TEE memory: TEEOS 0x200000 TA 0xc00000 SHM 0x200000 I/TC: Primary CPU initializing I/TC: Primary CPU switching to normal world boot INFO: BL31: Preparing for EL3 exit to normal world INFO: Entry point address = 0x200000 INFO: SPSR = 0x3c9 U-Boot 2017.09 (Nov 26 2025 - 21:35:26 +0800) Model: Rockchip RK3588 Evaluation Board MPIDR: 0x0 PreSerial: 2, raw, 0xfeb50000 DRAM: 8 GiB Sysmem: init Relocation Offset: eda15000 Relocation fdt: eb9fa020 - eb9fecd8 CR: M/C/I Using default environment optee api revision: 2.0 mmc@fe2c0000: 1, mmc@fe2e0000: 0 Bootdev(atags): mmc 0 MMC0: HS400 Enhanced Strobe, 200Mhz PartType: EFI TEEC: Waring: Could not find security partition DM: v2 boot mode: None RESC: 'boot', blk@0x0001b0d0 resource: sha256+ FIT: no signed, no conf required DTB: rk-kernel.dtb HASH(c): OK usb dr_mode not found usb dr_mode not found I2c0 speed: 100000Hz vsel-gpios- not found! en-gpios- not found! vdd_cpu_big0_s0 800000 uV vsel-gpios- not found! en-gpios- not found! vdd_cpu_big1_s0 800000 uV I2c1 speed: 100000Hz vsel-gpios- not found! en-gpios- not found! vdd_npu_s0 800000 uV spi2: RK806: 2 ON=0x80, OFF=0x00 vdd_gpu_s0 750000 uV vdd_cpu_lit_s0 init 800000 uV vdd_log_s0 750000 uV vdd_vdenc_s0 init 750000 uV vdd_ddr_s0 850000 uV Device 'gpio@fd8a0000': seq 0 is in use by 'gpio@fd8a0000' get vp0 plane mask:0x5, primary id:2, cursor_plane:-1, from dts get vp1 plane mask:0xa, primary id:3, cursor_plane:-1, from dts get vp2 plane mask:0x140, primary id:8, cursor_plane:-1, from dts get vp3 plane mask:0x280, primary id:9, cursor_plane:-1, from dts Could not find baseparameter partition Model: Rockchip RK3588 EVB7 V11 Board Minidump: init... Rockchip UBOOT DRM driver version: v1.0.1 vp0 have layer nr:2\[0 2 \], primary plane: 2 vp1 have layer nr:2\[1 3 \], primary plane: 3 vp2 have layer nr:2\[6 8 \], primary plane: 8 vp3 have layer nr:2\[7 9 \], primary plane: 9 Using display timing dts dsi@fde20000: detailed mode clock 148000 kHz, flags\[a

H: 1200 1280 1290 1350

V: 1920 1936 1938 1963

bus_format: 100e

VOP update mode to: 1200x1920p56, type: MIPI0 for VP3

VP3 set crtc_clock to 136364KHz

Unsupported bt709f at 10bit csc depth, use bt601f instead

VOP VP3 enable Esmart3[654x270->654x270@273x825] fmt[0] addr[0xedf00000]

final DSI-Link bandwidth: 909093 Kbps x 4

hdmi@fde80000 disconnected

hdmi@fdea0000 disconnected

CLK: (sync kernel. arm: enter 1008000 KHz, init 1008000 KHz, kernel 0N/A)

b0pll 24000 KHz

b1pll 24000 KHz

lpll 24000 KHz

v0pll 24000 KHz

aupll 786431 KHz

cpll 1500000 KHz

gpll 1188000 KHz

npll 850000 KHz

ppll 1100000 KHz

aclk_center_root 702000 KHz

pclk_center_root 100000 KHz

hclk_center_root 396000 KHz

aclk_center_low_root 500000 KHz

aclk_top_root 750000 KHz

pclk_top_root 100000 KHz

aclk_low_top_root 396000 KHz

Net: Device 'gpio@fec40000': seq 3 is in use by 'gpio@fd8a0000'

eth1: ethernet@fe1c0000

Hit key to stop autoboot('CTRL+C'): 0

ANDROID: reboot reason: "(none)"

Not AVB images, AVB skip

No valid android hdr

Android image load failed

Android boot failed, error -1.

Booting FIT Image at 0xe91df000 with size 0x0261a000

Fdt Ramdisk skip relocation

Loading kernel from FIT Image at e91df000 ...

Using 'conf' configuration

Verified-boot: 0

Trying 'kernel' kernel subimage

Description: unavailable

Type: Kernel Image

Compression: uncompressed

Data Start: 0xe9225600

Data Size: 39664128 Bytes = 37.8 MiB

Architecture: AArch64

OS: Linux

Load Address: 0x00400000

Entry Point: 0x00400000

Hash algo: sha256

Hash value: 95581ab84102409a1b053e25686cb75e7167a876dd4246c226f29d250bb15fc8

Verifying Hash Integrity ... sha256+ OK

Loading fdt from FIT Image at e91df000 ...

Using 'conf' configuration

Trying 'fdt' fdt subimage

Description: unavailable

Type: Flat Device Tree

Compression: uncompressed

Data Start: 0xe91df800

Data Size: 285831 Bytes = 279.1 KiB

Architecture: AArch64

Load Address: 0x08300000

Hash algo: sha256

Hash value: 4b2928b2d5410ba6d83c1bf87eb407b182a65596a83d1dfcdaf5ea90673fc9c1

Verifying Hash Integrity ... sha256+ OK

Loading fdt from 0x08300000 to 0x08300000

Booting using the fdt blob at 0x08300000

Loading Kernel Image from 0xe9225600 to 0x00400000 ... OK

kernel loaded at 0x00400000, end = 0x029d3a00

Using Device Tree in place at 0000000008300000, end 0000000008348c86

reserved-memory:

cma: addr=10000000 size=10000000

drm-logo@0: addr=edf00000 size=15a000

ramoops@110000: addr=110000 size=e0000

Adding bank: 0x00200000 - 0x08400000 (size: 0x08200000)

Adding bank: 0x09400000 - 0xf0000000 (size: 0xe6c00000)

Adding bank: 0x100000000 - 0x200000000 (size: 0x100000000)

Adding bank: 0x2f0000000 - 0x300000000 (size: 0x10000000)

Total: 816.862/1195.38 ms

Starting kernel ...

1.199902\] Booting Linux on physical CPU 0x0000000000 \[0x412fd050

1.199922\] Linux version 6.1.75 (jinhualong@jinhualong-LEGION-REN7000K-26IRX) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621, GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621) #2 SMP Wed Nov 26 10:12:44 CST 2025 \[ 1.202754\] random: crng init done \[ 1.207359\] Machine model: Rockchip RK3588 EVB7 V11 Board \[ 1.218536\] earlycon: uart8250 at MMIO32 0x00000000feb50000 (options '') \[ 1.223119\] printk: bootconsole \[uart8250\] enabled \[ 1.225753\] efi: UEFI not found. \[ 1.228172\] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-cubic-lut@0': base 0x0000000000000000, size 0 MiB \[ 1.229255\] Reserved memory: created CMA memory pool at 0x0000000010000000, size 256 MiB \[ 1.229990\] OF: reserved mem: initialized node cma, compatible id shared-dma-pool \[ 1.343088\] Zone ranges: \[ 1.343326\] DMA \[mem 0x0000000000200000-0x00000000ffffffff

1.343892\] DMA32 empty \[ 1.344156\] Normal \[mem 0x0000000100000000-0x00000002ffffffff

1.344720\] Movable zone start for each node \[ 1.345107\] Early memory node ranges \[ 1.345432\] node 0: \[mem 0x0000000000200000-0x00000000083fffff

1.346003\] node 0: \[mem 0x0000000009400000-0x00000000efffffff

1.346574\] node 0: \[mem 0x0000000100000000-0x00000001ffffffff

1.347145\] node 0: \[mem 0x00000002f0000000-0x00000002ffffffff

1.347715\] Initmem setup node 0 \[mem 0x0000000000200000-0x00000002ffffffff

1.349022\] On node 0, zone DMA: 512 pages in unavailable ranges \[ 1.367437\] On node 0, zone DMA: 4096 pages in unavailable ranges \[ 1.389693\] psci: probing for conduit method from DT. \[ 1.390710\] psci: PSCIv1.1 detected in firmware. \[ 1.391132\] psci: Using standard PSCI v0.2 function IDs \[ 1.391609\] psci: Trusted OS migration not required \[ 1.392088\] psci: SMC Calling Convention v1.2 \[ 1.392771\] percpu: Embedded 26 pages/cpu s68968 r8192 d29336 u106496 \[ 1.393529\] Detected VIPT I-cache on CPU0 \[ 1.393927\] CPU features: detected: GIC system register CPU interface \[ 1.394513\] CPU features: detected: Virtualization Host Extensions \[ 1.395079\] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 \[ 1.395713\] alternatives: applying boot alternatives \[ 1.397892\] Built 1 zonelists, mobility grouping on. Total pages: 2059848 \[ 1.398524\] Kernel command line: storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normal androidboot.verifiedbootstate=orange rw rootwait earlycon=uart8250,mmio32,0xfeb50000 console=ttyFIQ0 irqchip.gicv3_pseudo_nmi=0 root=PARTUUID=614e0000-0000 rcupdate.rcu_expedited=1 rcu_nocbs=all androidboot.fwver=ddr-v1.17-3488111f83,spl-v1.13,bl31-v1.46,bl32-v1.16,uboot-11/26/2025 \[ 1.401803\] Unknown kernel command line parameters "storagemedia=emmc", will be passed to user space. \[ 1.403360\] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) \[ 1.404442\] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) \[ 1.405157\] mem auto-init: stack:off, heap alloc:off, heap free:off \[ 1.405728\] software IO TLB: area num 8. \[ 1.417332\] software IO TLB: mapped \[mem 0x00000000e9f00000-0x00000000edf00000\] (64MB) \[ 1.469883\] Memory: 7838732K/8370176K available (20160K kernel code, 3726K rwdata, 7204K rodata, 7488K init, 658K bss, 269300K reserved, 262144K cma-reserved) \[ 1.471264\] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 \[ 1.471883\] ftrace: allocating 61706 entries in 242 pages \[ 1.548677\] ftrace: allocated 242 pages with 5 groups \[ 1.549209\] trace event string verifier disabled \[ 1.549780\] rcu: Hierarchical RCU implementation. \[ 1.550210\] rcu: RCU event tracing is enabled. \[ 1.550622\] All grace periods are expedited (rcu_expedited). \[ 1.551143\] Rude variant of Tasks RCU enabled. \[ 1.551554\] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. \[ 1.558695\] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 \[ 1.561557\] GICv3: GIC: Using split EOI/Deactivate mode \[ 1.562035\] GICv3: 480 SPIs implemented \[ 1.562385\] GICv3: 0 Extended SPIs implemented \[ 1.562808\] Root IRQ handler: gic_handle_irq \[ 1.563207\] GICv3: GICv3 features: 16 PPIs \[ 1.563977\] GICv3: CPU0: found redistributor 0 region 0:0x00000000fe680000 \[ 1.564867\] ITS \[mem 0xfe640000-0xfe65ffff

1.565290\] ITS@0x00000000fe640000: allocated 8192 Devices @100210000 (indirect, esz 8, psz 64K, shr 0) \[ 1.566162\] ITS@0x00000000fe640000: allocated 32768 Interrupt Collections @100220000 (flat, esz 2, psz 64K, shr 0) \[ 1.567107\] ITS: using cache flushing for cmd queue \[ 1.567570\] ITS \[mem 0xfe660000-0xfe67ffff

1.567984\] ITS@0x00000000fe660000: allocated 8192 Devices @100240000 (indirect, esz 8, psz 64K, shr 0) \[ 1.568854\] ITS@0x00000000fe660000: allocated 32768 Interrupt Collections @100250000 (flat, esz 2, psz 64K, shr 0) \[ 1.569798\] ITS: using cache flushing for cmd queue \[ 1.570425\] GICv3: using LPI property table @0x0000000100260000 \[ 1.571064\] GIC: using cache flushing for LPI property table \[ 1.571581\] GICv3: CPU0: using allocated LPI pending table @0x0000000100270000 \[ 1.572274\] rcu: Offload RCU callbacks from CPUs: 0-7. \[ 1.572757\] rcu: srcu_init: Setting srcu_struct sizes based on contention. \[ 1.675161\] arch_timer: cp15 timer(s) running at 24.00MHz (phys). \[ 1.675730\] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns \[ 1.676724\] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns \[ 1.678572\] Console: colour dummy device 80x25 \[ 1.679036\] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) \[ 1.679983\] pid_max: default: 32768 minimum: 301 \[ 1.680529\] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) \[ 1.681241\] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) \[ 1.682999\] cblist_init_generic: Setting adjustable number of callback queues. \[ 1.683678\] cblist_init_generic: Setting shift to 3 and lim to 1. \[ 1.684351\] rcu: Hierarchical SRCU implementation. \[ 1.684793\] rcu: Max phase no-delay instances is 1000. \[ 1.686004\] Platform MSI: msi-controller@fe640000 domain created \[ 1.686567\] Platform MSI: msi-controller@fe660000 domain created \[ 1.687434\] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe640000 domain created \[ 1.688206\] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe660000 domain created \[ 1.689125\] EFI services will not be available. \[ 1.689745\] smp: Bringing up secondary CPUs ... I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot I/TC: Secondary CPU 2 initializing I/TC: Secondary CPU 2 switching to normal world boot I/TC: Secondary CPU 3 initializing I/TC: Secondary CPU 3 switching to normal world boot I/TC: Secondary CPU 4 initializing I/TC: Secondary CPU 4 switching to normal world boot I/TC: Secondary CPU 5 initializing I/TC: Secondary CPU 5 switching to normal world boot I/TC: Secondary CPU 6 initializing I/TC: Secondary CPU 6 switching to normal world boot I/TC: Secondary CPU 7 initializing I/TC: Secondary CPU 7 switching to normal world boot \[ 1.691238\] Detected VIPT I-cache on CPU1 \[ 1.691300\] GICv3: CPU1: found redistributor 100 region 0:0x00000000fe6a0000 \[ 1.691317\] GICv3: CPU1: using allocated LPI pending table @0x0000000100280000 \[ 1.691350\] CPU1: Booted secondary processor 0x0000000100 \[0x412fd050

1.692448\] Detected VIPT I-cache on CPU2 \[ 1.692508\] GICv3: CPU2: found redistributor 200 region 0:0x00000000fe6c0000 \[ 1.692523\] GICv3: CPU2: using allocated LPI pending table @0x0000000100290000 \[ 1.692553\] CPU2: Booted secondary processor 0x0000000200 \[0x412fd050

1.693644\] Detected VIPT I-cache on CPU3 \[ 1.693699\] GICv3: CPU3: found redistributor 300 region 0:0x00000000fe6e0000 \[ 1.693714\] GICv3: CPU3: using allocated LPI pending table @0x00000001002a0000 \[ 1.693741\] CPU3: Booted secondary processor 0x0000000300 \[0x412fd050

1.694847\] CPU features: detected: Spectre-v4 \[ 1.694850\] CPU features: detected: Spectre-BHB \[ 1.694853\] Detected PIPT I-cache on CPU4 \[ 1.694891\] GICv3: CPU4: found redistributor 400 region 0:0x00000000fe700000 \[ 1.694899\] GICv3: CPU4: using allocated LPI pending table @0x00000001002b0000 \[ 1.694919\] CPU4: Booted secondary processor 0x0000000400 \[0x414fd0b0

1.695984\] Detected PIPT I-cache on CPU5 \[ 1.696025\] GICv3: CPU5: found redistributor 500 region 0:0x00000000fe720000 \[ 1.696034\] GICv3: CPU5: using allocated LPI pending table @0x00000001002c0000 \[ 1.696054\] CPU5: Booted secondary processor 0x0000000500 \[0x414fd0b0

1.697103\] Detected PIPT I-cache on CPU6 \[ 1.697144\] GICv3: CPU6: found redistributor 600 region 0:0x00000000fe740000 \[ 1.697153\] GICv3: CPU6: using allocated LPI pending table @0x00000001002d0000 \[ 1.697173\] CPU6: Booted secondary processor 0x0000000600 \[0x414fd0b0

1.698226\] Detected PIPT I-cache on CPU7 \[ 1.698270\] GICv3: CPU7: found redistributor 700 region 0:0x00000000fe760000 \[ 1.698279\] GICv3: CPU7: using allocated LPI pending table @0x00000001002e0000 \[ 1.698298\] CPU7: Booted secondary processor 0x0000000700 \[0x414fd0b0

1.698342\] smp: Brought up 1 node, 8 CPUs \[ 1.715427\] SMP: Total of 8 processors activated. \[ 1.715862\] CPU features: detected: 32-bit EL0 Support \[ 1.716333\] CPU features: detected: Data cache clean to the PoU not required for I/D coherence \[ 1.717127\] CPU features: detected: Common not Private translations \[ 1.717703\] CPU features: detected: CRC32 instructions \[ 1.718175\] CPU features: detected: RCpc load-acquire (LDAPR) \[ 1.718703\] CPU features: detected: LSE atomic instructions \[ 1.719215\] CPU features: detected: Privileged Access Never \[ 1.719726\] CPU features: detected: RAS Extension Support \[ 1.720223\] CPU features: detected: Speculative Store Bypassing Safe (SSBS) \[ 1.720948\] CPU: All CPU(s) started at EL2 \[ 1.721335\] alternatives: applying system-wide alternatives \[ 1.726800\] devtmpfs: initialized \[ 1.736851\] Registered cp15_barrier emulation handler \[ 1.737315\] Registered setend emulation handler \[ 1.737782\] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns \[ 1.738668\] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) \[ 1.740699\] pinctrl core: initialized pinctrl subsystem \[ 1.741339\] DMI not present or invalid. \[ 1.741786\] NET: Registered PF_NETLINK/PF_ROUTE protocol family \[ 1.742766\] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations \[ 1.743546\] DMA: preallocated 1024 KiB GFP_KERNEL\|GFP_DMA pool for atomic allocations \[ 1.744360\] DMA: preallocated 1024 KiB GFP_KERNEL\|GFP_DMA32 pool for atomic allocations \[ 1.745487\] Registered FIQ tty driver \[ 1.745914\] thermal_sys: Registered thermal governor 'fair_share' \[ 1.745916\] thermal_sys: Registered thermal governor 'step_wise' \[ 1.746467\] thermal_sys: Registered thermal governor 'user_space' \[ 1.747011\] thermal_sys: Registered thermal governor 'power_allocator' \[ 1.747572\] cpuidle: using governor menu \[ 1.748611\] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. \[ 1.749297\] ASID allocator initialised with 65536 entries \[ 1.751320\] ramoops: dmesg-0 0x18000@0x0000000000110000 \[ 1.751796\] ramoops: dmesg-1 0x18000@0x0000000000128000 \[ 1.752280\] ramoops: console 0x80000@0x0000000000140000 \[ 1.752758\] ramoops: pmsg 0x30000@0x00000000001c0000 \[ 1.753404\] printk: console \[ramoops-1\] enabled \[ 1.753816\] pstore: Registered ramoops as persistent store backend \[ 1.754382\] ramoops: using 0xe0000@0x110000, ecc: 0 \[ 1.771186\] platform mipi2-csi2: Fixed dependency cycle(s) with /csi2-dphy0/ports/port@1/endpoint@0 \[ 1.772099\] platform rkcif-mipi-lvds2: Fixed dependency cycle(s) with /mipi2-csi2/ports/port@1/endpoint@0 \[ 1.773039\] platform rkisp0-vir0: Fixed dependency cycle(s) with /rkcif-mipi-lvds2-sditf/port/endpoint \[ 1.781113\] platform fde20000.dsi: Fixed dependency cycle(s) with /dsi@fde20000/panel@0/ports/port@0/endpoint \[ 1.782020\] platform fde20000.dsi: Fixed dependency cycle(s) with /vop@fdd90000/ports/port@3/endpoint@0 \[ 1.782994\] platform fde50000.dp: Fixed dependency cycle(s) with /vop@fdd90000/ports/port@2/endpoint@0 \[ 1.784035\] platform fde80000.hdmi: Fixed dependency cycle(s) with /vop@fdd90000/ports/port@0/endpoint@2 \[ 1.793233\] rockchip-gpio fd8a0000.gpio: probed /pinctrl/gpio@fd8a0000 \[ 1.793984\] rockchip-gpio fec20000.gpio: probed /pinctrl/gpio@fec20000 \[ 1.794701\] rockchip-gpio fec30000.gpio: probed /pinctrl/gpio@fec30000 \[ 1.795443\] rockchip-gpio fec40000.gpio: probed /pinctrl/gpio@fec40000 \[ 1.796210\] rockchip-gpio fec50000.gpio: probed /pinctrl/gpio@fec50000 \[ 1.796830\] rockchip-pinctrl pinctrl: probed pinctrl \[ 1.798192\] platform fde60000.dp: Fixed dependency cycle(s) with /vop@fdd90000/ports/port@2/endpoint@5 \[ 1.799277\] platform fdea0000.hdmi: Fixed dependency cycle(s) with /vop@fdd90000/ports/port@1/endpoint@5 \[ 1.806674\] fiq_debugger fiq_debugger.0: error -ENXIO: IRQ fiq not found \[ 1.807288\] fiq_debugger fiq_debugger.0: error -ENXIO: IRQ wakeup not found \[ 1.807922\] fiq_debugger_probe: could not install nmi irq handler \[\[ 1.808512\] printk: console \[ttyFIQ0\] enabled 1.808512\] printk: console \[ttyFIQ0\] enabled \[ 1.809286\] printk: bootconsole \[uart8250\] disabled \[ 1.809286\] printk: bootconsole \[uart8250\] disabled \[ 1.809779\] Registered fiq debugger ttyFIQ0 \[ 1.810920\] iommu: Default domain type: Translated \[ 1.810926\] iommu: DMA domain TLB invalidation policy: strict mode \[ 1.811026\] SCSI subsystem initialized \[ 1.811078\] usbcore: registered new interface driver usbfs \[ 1.811090\] usbcore: registered new interface driver hub \[ 1.811100\] usbcore: registered new device driver usb \[ 1.811140\] mc: Linux media interface: v0.10 \[ 1.811150\] videodev: Linux video capture interface: v2.00 \[ 1.811169\] pps_core: LinuxPPS API ver. 1 registered \[ 1.811173\] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti \ \[ 1.811179\] PTP clock support registered \[ 1.811192\] EDAC MC: Ver: 3.0.0 \[ 1.811407\] arm-scmi firmware:scmi: Enabled polling mode TX channel - prot_id:16 \[ 1.811443\] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled. \[ 1.811467\] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0 \[ 1.812413\] Advanced Linux Sound Architecture Driver Initialized. \[ 1.812549\] Bluetooth: Core ver 2.22 \[ 1.812559\] NET: Registered PF_BLUETOOTH protocol family \[ 1.812563\] Bluetooth: HCI device and connection manager initialized \[ 1.812567\] Bluetooth: HCI socket layer initialized \[ 1.812571\] Bluetooth: L2CAP socket layer initialized \[ 1.812577\] Bluetooth: SCO socket layer initialized \[ 1.813819\] rockchip-cpuinfo cpuinfo: SoC : 35881000 \[ 1.813825\] rockchip-cpuinfo cpuinfo: Serial : 7f4af88b63ded61f \[ 1.814318\] clocksource: Switched to clocksource arch_sys_counter \[ 1.817032\] NET: Registered PF_INET protocol family \[ 1.817122\] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear) \[ 1.819958\] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear) \[ 1.820005\] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) \[ 1.820012\] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear) \[ 1.820354\] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) \[ 1.821604\] TCP: Hash tables configured (established 65536 bind 65536) \[ 1.821635\] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear) \[ 1.821757\] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear) \[ 1.821914\] NET: Registered PF_UNIX/PF_LOCAL protocol family \[ 1.822057\] RPC: Registered named UNIX socket transport module. \[ 1.822061\] RPC: Registered udp transport module. \[ 1.822064\] RPC: Registered tcp transport module. \[ 1.822067\] RPC: Registered tcp NFSv4.1 backchannel transport module. \[ 1.822338\] PCI: CLS 0 bytes, default 64 \[ 1.822850\] rockchip-thermal fec00000.tsadc: Missing rockchip,grf property \[ 1.823003\] thermal thermal_zone1: power_allocator: sustainable_power will be estimated \[ 1.823052\] thermal thermal_zone2: power_allocator: sustainable_power will be estimated \[ 1.823098\] thermal thermal_zone3: power_allocator: sustainable_power will be estimated \[ 1.823143\] thermal thermal_zone4: power_allocator: sustainable_power will be estimated \[ 1.823189\] thermal thermal_zone5: power_allocator: sustainable_power will be estimated \[ 1.823236\] thermal thermal_zone6: power_allocator: sustainable_power will be estimated \[ 1.823411\] rockchip-thermal fec00000.tsadc: tsadc is probed successfully! \[ 1.824257\] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available \[ 2.105565\] Initialise system trusted keyrings \[ 2.105637\] workingset: timestamp_bits=62 max_order=21 bucket_order=0 \[ 2.106952\] squashfs: version 4.0 (2009/01/31) Phillip Lougher \[ 2.107138\] NFS: Registering the id_resolver key type \[ 2.107147\] Key type id_resolver registered \[ 2.107151\] Key type id_legacy registered \[ 2.107162\] ntfs: driver 2.1.32 \[Flags: R/O\]. \[ 2.107200\] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc. \[ 2.107270\] fuse: init (API version 7.37) \[ 2.107372\] SGI XFS with security attributes, no debug enabled \[ 2.127578\] NET: Registered PF_ALG protocol family \[ 2.127586\] Key type asymmetric registered \[ 2.127589\] Asymmetric key parser 'x509' registered \[ 2.127607\] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242) \[ 2.127611\] io scheduler mq-deadline registered \[ 2.127615\] io scheduler kyber registered \[ 2.128422\] rockchip-csi2-dphy-hw fedc0000.csi2-dphy0-hw: csi2 dphy hw probe successfully! \[ 2.128479\] rockchip-csi2-dphy-hw fedc8000.csi2-dphy1-hw: csi2 dphy hw probe successfully! \[ 2.134801\] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy init success \[ 2.135316\] rockchip-hdptx-phy-hdmi fed70000.hdmiphy: hdptx phy init success \[ 2.136969\] rk-pcie fe190000.pcie: invalid prsnt-gpios property in node \[ 2.137104\] rk-pcie fe170000.pcie: invalid prsnt-gpios property in node \[ 2.142289\] pwm-backlight backlight: supply power not found, using dummy regulator \[ 2.142531\] iep: Module initialized. \[ 2.142555\] mpp_service mpp-srv: unknown mpp version for missing VCS info \[ 2.142560\] mpp_service mpp-srv: probe start \[ 2.142562\] rk-pcie fe170000.pcie: host bridge /pcie@fe170000 ranges: \[ 2.142575\] rk-pcie fe170000.pcie: IO 0x00f2100000..0x00f21fffff -\> 0x00f2100000 \[ 2.142584\] rk-pcie fe170000.pcie: MEM 0x00f2200000..0x00f2ffffff -\> 0x00f2200000 \[ 2.142590\] rk-pcie fe170000.pcie: MEM 0x0980000000..0x09bfffffff -\> 0x0980000000 \[ 2.142620\] rk-pcie fe190000.pcie: host bridge /pcie@fe190000 ranges: \[ 2.142625\] rk-pcie fe170000.pcie: iATU unroll: enabled \[ 2.142632\] rk-pcie fe170000.pcie: iATU regions: 8 ob, 8 ib, align 64K, limit 8G \[ 2.142637\] rk-pcie fe190000.pcie: IO 0x00f4100000..0x00f41fffff -\> 0x00f4100000 \[ 2.142658\] rk-pcie fe190000.pcie: MEM 0x00f4200000..0x00f4ffffff -\> 0x00f4200000 \[ 2.142672\] rk-pcie fe190000.pcie: MEM 0x0a00000000..0x0a3fffffff -\> 0x0a00000000 \[ 2.142717\] rk-pcie fe190000.pcie: iATU unroll: enabled \[ 2.142725\] rk-pcie fe190000.pcie: iATU regions: 8 ob, 8 ib, align 64K, limit 8G \[ 2.143715\] mpp_vepu2 jpege-ccu: probing start \[ 2.143722\] mpp_vepu2 jpege-ccu: probing finish \[ 2.144368\] mpp_rkvdec2 fdc30000.rkvdec-ccu: rkvdec-ccu, probing start \[ 2.144413\] mpp_rkvdec2 fdc30000.rkvdec-ccu: ccu-mode: 1 \[ 2.144418\] mpp_rkvdec2 fdc30000.rkvdec-ccu: probing finish \[ 2.144672\] mpp_rkvenc2 rkvenc-ccu: probing start \[ 2.144677\] mpp_rkvenc2 rkvenc-ccu: probing finish \[ 2.144975\] mpp_service mpp-srv: probe success \[ 2.152216\] dma-pl330 fea10000.dma-controller: Loaded driver for PL330 DMAC-241330 \[ 2.152224\] dma-pl330 fea10000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16 \[ 2.152779\] dma-pl330 fea30000.dma-controller: Loaded driver for PL330 DMAC-241330 \[ 2.152786\] dma-pl330 fea30000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16 \[ 2.153329\] dma-pl330 fed10000.dma-controller: Loaded driver for PL330 DMAC-241330 \[ 2.153336\] dma-pl330 fed10000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16 \[ 2.153777\] rockchip-pvtm fda40000.pvtm: pvtm@0 probed \[ 2.153819\] rockchip-pvtm fda50000.pvtm: pvtm@1 probed \[ 2.153855\] rockchip-pvtm fda60000.pvtm: pvtm@2 probed \[ 2.153887\] rockchip-pvtm fdaf0000.pvtm: pvtm@3 probed \[ 2.153919\] rockchip-pvtm fdb30000.pvtm: pvtm@4 probed \[ 2.154307\] rockchip-system-monitor rockchip-system-monitor: system monitor probe \[ 2.154914\] Serial: 8250/16550 driver, 15 ports, IRQ sharing disabled \[ 2.155296\] febc0000.serial: ttyS9 at MMIO 0xfebc0000 (irq = 38, base_baud = 1500000) is a 16550A \[ 2.159755\] rk_iommu fdca0000.iommu: av1d iommu enabled \[ 2.163143\] mipi-dsi fde20000.dsi.0: Fixed dependency cycle(s) with /dsi@fde20000/ports/port@1/endpoint \[ 2.172022\] brd: module loaded \[ 2.173799\] loop: module loaded \[ 2.173928\] zram: Added device: zram0 \[ 2.174027\] lkdtm: No crash points registered, enable through debugfs \[ 2.174929\] ahci fe210000.sata: supply ahci not found, using dummy regulator \[ 2.174974\] ahci fe210000.sata: supply phy not found, using dummy regulator \[ 2.174995\] naneng-combphy fee00000.phy: phy type select 1 overwriting type 2 \[ 2.175021\] ahci fe210000.sata: supply target not found, using dummy regulator \[ 2.175068\] ahci fe210000.sata: forcing port_map 0x0 -\> 0x1 \[ 2.175086\] ahci fe210000.sata: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl platform mode \[ 2.175095\] ahci fe210000.sata: flags: ncq sntf pm led clo only pmp fbs pio slum part ccc apst \[ 2.175106\] ahci fe210000.sata: port 0 can do FBS, forcing FBSCP \[ 2.175464\] scsi host0: ahci \[ 2.175554\] ata1: SATA max UDMA/133 mmio \[mem 0xfe210000-0xfe210fff\] port 0x100 irq 63 \[ 2.176324\] rockchip-spi feb20000.spi: no high_speed pinctrl state \[ 2.176578\] spi spi2.0: Fixed dependency cycle(s) with /spi@feb20000/rk806single@0/regulators/DCDC_REG7 \[ 2.176604\] spi spi2.0: Fixed dependency cycle(s) with /spi@feb20000/rk806single@0/pinctrl_rk806/rk806_dvs1_pwrdn \[ 2.176612\] spi spi2.0: Fixed dependency cycle(s) with /spi@feb20000/rk806single@0/pinctrl_rk806/rk806_dvs3_null \[ 2.176620\] spi spi2.0: Fixed dependency cycle(s) with /spi@feb20000/rk806single@0/pinctrl_rk806/rk806_dvs2_null \[ 2.176628\] spi spi2.0: Fixed dependency cycle(s) with /spi@feb20000/rk806single@0/pinctrl_rk806/rk806_dvs1_null \[ 2.177063\] rk806 spi2.0: chip id: RK806,ver:0x2, 0x1 \[ 2.177184\] rk806 spi2.0: ON: 0x80 OFF:0x0 \[ 2.188279\] rk806 spi2.0: no sleep-setting state \[ 2.188289\] rk806 spi2.0: no reset-setting pinctrl state \[ 2.188294\] rk806 spi2.0: no dvs-setting pinctrl state \[ 2.189795\] rockchip-spi feb20000.spi: probed, poll=0, rsd=0, cs-inactive=0, ready=0 \[ 2.190525\] CAN device driver interface \[ 2.191188\] rk_gmac-dwmac fe1c0000.ethernet: IRQ eth_lpi not found \[ 2.191311\] rk_gmac-dwmac fe1c0000.ethernet: supply phy not found, using dummy regulator \[ 2.191351\] rk_gmac-dwmac fe1c0000.ethernet: clock input or output? (input). \[ 2.191357\] rk_gmac-dwmac fe1c0000.ethernet: TX delay(0x44). \[ 2.191363\] rk_gmac-dwmac fe1c0000.ethernet: Can not read property: rx_delay. \[ 2.191367\] rk_gmac-dwmac fe1c0000.ethernet: set rx_delay to 0xffffffff \[ 2.191382\] rk_gmac-dwmac fe1c0000.ethernet: integrated PHY? (no). \[ 2.191389\] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock mac_clk_rx \[ 2.191394\] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock mac_clk_tx \[ 2.191405\] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock clk_mac_speed \[ 2.191410\] rk_gmac-dwmac fe1c0000.ethernet: clock input from PHY \[ 2.191627\] rk_gmac-dwmac fe1c0000.ethernet: init for RGMII_RXID \[ 2.191713\] rk_gmac-dwmac fe1c0000.ethernet: User ID: 0x30, Synopsys ID: 0x51 \[ 2.191720\] rk_gmac-dwmac fe1c0000.ethernet: DWMAC4/5 \[ 2.191726\] rk_gmac-dwmac fe1c0000.ethernet: DMA HW capability register supported \[ 2.191731\] rk_gmac-dwmac fe1c0000.ethernet: RX Checksum Offload Engine supported \[ 2.191735\] rk_gmac-dwmac fe1c0000.ethernet: TX Checksum insertion supported \[ 2.191740\] rk_gmac-dwmac fe1c0000.ethernet: Wake-Up On Lan supported \[ 2.191764\] rk_gmac-dwmac fe1c0000.ethernet: TSO supported \[ 2.191768\] rk_gmac-dwmac fe1c0000.ethernet: Enable RX Mitigation via HW Watchdog Timer \[ 2.191773\] rk_gmac-dwmac fe1c0000.ethernet: Enabled L3L4 Flow TC (entries=2) \[ 2.191778\] rk_gmac-dwmac fe1c0000.ethernet: Enabled RFS Flow TC (entries=10) \[ 2.191783\] rk_gmac-dwmac fe1c0000.ethernet: TSO feature enabled \[ 2.191788\] rk_gmac-dwmac fe1c0000.ethernet: Using 32/32 bits DMA host/device width \[ 2.329333\] usbcore: registered new interface driver rtl8150 \[ 2.329346\] usbcore: registered new device driver r8152-cfgselector \[ 2.329361\] usbcore: registered new interface driver r8152 \[ 2.335561\] phy phy-fd5d4000.syscon:usb2-phy@4000.3: illegal mode \[ 2.335573\] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller \[ 2.335651\] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 1 \[ 2.335725\] xhci-hcd xhci-hcd.3.auto: USB3 root hub has no ports \[ 2.335731\] xhci-hcd xhci-hcd.3.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000800002010010 \[ 2.335752\] xhci-hcd xhci-hcd.3.auto: irq 71, io mem 0xfc400000 \[ 2.335851\] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 \[ 2.335859\] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 \[ 2.335865\] usb usb1: Product: xHCI Host Controller \[ 2.335870\] usb usb1: Manufacturer: Linux 6.1.75 xhci-hcd \[ 2.335875\] usb usb1: SerialNumber: xhci-hcd.3.auto \[ 2.336053\] hub 1-0:1.0: USB hub found \[ 2.336065\] hub 1-0:1.0: 1 port detected \[ 2.336191\] usbcore: registered new interface driver cdc_acm \[ 2.336196\] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters \[ 2.336277\] usbcore: registered new interface driver uas \[ 2.336299\] usbcore: registered new interface driver usb-storage \[ 2.336323\] usbcore: registered new interface driver usbserial_generic \[ 2.336332\] usbserial: USB Serial support registered for generic \[ 2.336343\] usbcore: registered new interface driver cp210x \[ 2.336351\] usbserial: USB Serial support registered for cp210x \[ 2.336364\] usbcore: registered new interface driver ftdi_sio \[ 2.336372\] usbserial: USB Serial support registered for FTDI USB Serial Device \[ 2.336392\] usbcore: registered new interface driver keyspan \[ 2.336400\] usbserial: USB Serial support registered for Keyspan - (without firmware) \[ 2.336408\] usbserial: USB Serial support registered for Keyspan 1 port adapter \[ 2.336415\] usbserial: USB Serial support registered for Keyspan 2 port adapter \[ 2.336423\] usbserial: USB Serial support registered for Keyspan 4 port adapter \[ 2.336436\] usbcore: registered new interface driver option \[ 2.336443\] usbserial: USB Serial support registered for GSM modem (1-port) \[ 2.336467\] usbcore: registered new interface driver oti6858 \[ 2.336475\] usbserial: USB Serial support registered for oti6858 \[ 2.336487\] usbcore: registered new interface driver pl2303 \[ 2.336495\] usbserial: USB Serial support registered for pl2303 \[ 2.336507\] usbcore: registered new interface driver qcserial \[ 2.336514\] usbserial: USB Serial support registered for Qualcomm USB modem \[ 2.336527\] usbcore: registered new interface driver sierra \[ 2.336535\] usbserial: USB Serial support registered for Sierra USB modem \[ 2.336849\] \<\<-GTP-INFO-\>\> GTP driver installing... \[ 2.336941\] usbcore: registered new interface driver usbtouchscreen \[ 2.337197\] ehci-platform fc800000.usb: EHCI Host Controller \[ 2.337203\] ohci-platform fc840000.usb: Generic Platform OHCI controller \[ 2.337275\] ohci-platform fc840000.usb: new USB bus registered, assigned bus number 3 \[ 2.337287\] ehci-platform fc800000.usb: new USB bus registered, assigned bus number 2 \[ 2.337317\] ohci-platform fc840000.usb: irq 74, io mem 0xfc840000 \[ 2.337339\] ehci-platform fc800000.usb: irq 72, io mem 0xfc800000 \[ 2.337366\] ehci-platform fc880000.usb: EHCI Host Controller \[ 2.337370\] ohci-platform fc8c0000.usb: Generic Platform OHCI controller \[ 2.337455\] ohci-platform fc8c0000.usb: new USB bus registered, assigned bus number 4 \[ 2.337487\] ohci-platform fc8c0000.usb: irq 75, io mem 0xfc8c0000 \[ 2.337512\] ehci-platform fc880000.usb: new USB bus registered, assigned bus number 5 \[ 2.337616\] ehci-platform fc880000.usb: irq 73, io mem 0xfc880000 \[ 2.337828\] input: rk805 pwrkey as /devices/platform/feb20000.spi/spi_master/spi2/spi2.0/rk805-pwrkey.1.auto/input/input0 \[ 2.338031\] i2c_dev: i2c /dev entries driver \[ 2.350328\] ehci-platform fc800000.usb: USB 2.0 started, EHCI 1.00 \[ 2.350434\] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 \[ 2.350445\] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 \[ 2.350450\] usb usb2: Product: EHCI Host Controller \[ 2.350455\] usb usb2: Manufacturer: Linux 6.1.75 ehci_hcd \[ 2.350460\] usb usb2: SerialNumber: fc800000.usb \[ 2.350646\] hub 2-0:1.0: USB hub found \[ 2.350664\] hub 2-0:1.0: 1 port detected \[ 2.351455\] rk-pcie fe190000.pcie: PCIe Linking... LTSSM is 0x3 \[ 2.360151\] i2c 3-001a: Fixed dependency cycle(s) with /csi2-dphy0/ports/port@0/endpoint@1 \[ 2.360638\] i2c i2c-4: 1 i2c clients have been registered at 0x68 \[ 2.362359\] rtc-hym8563 4-0051: rtc information is invalid \[ 2.366342\] ehci-platform fc880000.usb: USB 2.0 started, EHCI 1.00 \[ 2.366593\] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 \[ 2.366612\] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 \[ 2.366625\] usb usb5: Product: EHCI Host Controller \[ 2.366636\] usb usb5: Manufacturer: Linux 6.1.75 ehci_hcd \[ 2.366647\] usb usb5: SerialNumber: fc880000.usb \[ 2.367011\] hub 5-0:1.0: USB hub found \[ 2.367059\] hub 5-0:1.0: 1 port detected \[ 2.371125\] rtc-hym8563 4-0051: registered as rtc0 \[ 2.372183\] rtc-hym8563 4-0051: setting system clock to 2021-01-01T12:00:00 UTC (1609502400) \[ 2.372603\] \<\<-GTP-INFO-\>\> GTP Driver Version: V2.4\<2014/11/28\> \[ 2.372609\] \<\<-GTP-INFO-\>\> GTP I2C Address: 0x5d \[ 2.372648\] \<\<-GTP-INFO-\>\> Guitar reset \[ 2.398374\] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.01 \[ 2.398385\] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 \[ 2.398391\] usb usb4: Product: Generic Platform OHCI controller \[ 2.398396\] usb usb4: Manufacturer: Linux 6.1.75 ohci_hcd \[ 2.398401\] usb usb4: SerialNumber: fc8c0000.usb \[ 2.398564\] hub 4-0:1.0: USB hub found \[ 2.398576\] hub 4-0:1.0: 1 port detected \[ 2.398702\] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.01 \[ 2.398711\] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 \[ 2.398717\] usb usb3: Product: Generic Platform OHCI controller \[ 2.398722\] usb usb3: Manufacturer: Linux 6.1.75 ohci_hcd \[ 2.398727\] usb usb3: SerialNumber: fc840000.usb \[ 2.398886\] hub 3-0:1.0: USB hub found \[ 2.398899\] hub 3-0:1.0: 1 port detected \[ 2.410319\] rk-pcie fe170000.pcie: PCIe Link up, LTSSM is 0x30011 \[ 2.410330\] rk-pcie fe170000.pcie: PCIe Gen.1 x1 link up \[ 2.410381\] rk-pcie fe170000.pcie: PCI host bridge to bus 0002:20 \[ 2.410387\] pci_bus 0002:20: root bus resource \[bus 20-2f

2.410395\] pci_bus 0002:20: root bus resource \[io 0x0000-0xfffff\] (bus address \[0xf2100000-0xf21fffff\]) \[ 2.410401\] pci_bus 0002:20: root bus resource \[mem 0xf2200000-0xf2ffffff

2.410406\] pci_bus 0002:20: root bus resource \[mem 0x980000000-0x9bfffffff pref

2.410425\] pci 0002:20:00.0: \[1d87:3588\] type 01 class 0x060400 \[ 2.410443\] pci 0002:20:00.0: reg 0x38: \[mem 0x00000000-0x0000ffff pref

2.410486\] pci 0002:20:00.0: supports D1 D2 \[ 2.410491\] pci 0002:20:00.0: PME# supported from D0 D1 D3hot \[ 2.415811\] pci 0002:20:00.0: Primary bus is hard wired to 0 \[ 2.415817\] pci 0002:20:00.0: bridge configuration invalid (\[bus 01-ff\]), reconfiguring \[ 2.415946\] pci 0002:21:00.0: \[14e4:449d\] type 00 class 0x028000 \[ 2.416034\] pci 0002:21:00.0: reg 0x10: \[mem 0x00000000-0x0000ffff 64bit

2.416088\] pci 0002:21:00.0: reg 0x18: \[mem 0x00000000-0x003fffff 64bit

2.416605\] pci 0002:21:00.0: supports D1 D2 \[ 2.416610\] pci 0002:21:00.0: PME# supported from D0 D1 D2 D3hot D3cold \[ 2.426367\] pci_bus 0002:21: busn_res: \[bus 21-2f\] end is updated to 21 \[ 2.426383\] pci 0002:20:00.0: BAR 8: assigned \[mem 0xf2200000-0xf27fffff

2.426391\] pci 0002:20:00.0: BAR 6: assigned \[mem 0xf2800000-0xf280ffff pref

2.426399\] pci 0002:21:00.0: BAR 2: assigned \[mem 0xf2400000-0xf27fffff 64bit

2.426443\] pci 0002:21:00.0: BAR 0: assigned \[mem 0xf2200000-0xf220ffff 64bit

2.426486\] pci 0002:20:00.0: PCI bridge to \[bus 21

2.426492\] pci 0002:20:00.0: bridge window \[mem 0xf2200000-0xf27fffff

2.427478\] pcieport 0002:20:00.0: PME: Signaling with IRQ 91 \[ 2.438336\] rk-pcie fe190000.pcie: PCIe Link up, LTSSM is 0x30011 \[ 2.438360\] rk-pcie fe190000.pcie: PCIe Gen.1 x1 link up \[ 2.438475\] rk-pcie fe190000.pcie: PCI host bridge to bus 0004:40 \[ 2.438491\] pci_bus 0004:40: root bus resource \[bus 40-4f

2.438505\] pci_bus 0004:40: root bus resource \[io 0x100000-0x1fffff\] (bus address \[0xf4100000-0xf41fffff\]) \[ 2.438518\] pci_bus 0004:40: root bus resource \[mem 0xf4200000-0xf4ffffff

2.438531\] pci_bus 0004:40: root bus resource \[mem 0xa00000000-0xa3fffffff pref

2.438563\] pci 0004:40:00.0: \[1d87:3588\] type 01 class 0x060400 \[ 2.438592\] pci 0004:40:00.0: reg 0x38: \[mem 0x00000000-0x0000ffff pref

2.438653\] pci 0004:40:00.0: supports D1 D2 \[ 2.438665\] pci 0004:40:00.0: PME# supported from D0 D1 D3hot \[ 2.448880\] pci 0004:40:00.0: Primary bus is hard wired to 0 \[ 2.448900\] pci 0004:40:00.0: bridge configuration invalid (\[bus 01-ff\]), reconfiguring \[ 2.449078\] pci 0004:41:00.0: \[10ec:8168\] type 00 class 0x020000 \[ 2.449158\] pci 0004:41:00.0: reg 0x10: \[io 0x0000-0x00ff

2.449252\] pci 0004:41:00.0: reg 0x18: \[mem 0x00000000-0x00000fff 64bit

2.449316\] pci 0004:41:00.0: reg 0x20: \[mem 0x00000000-0x00003fff 64bit

2.449749\] pci 0004:41:00.0: supports D1 D2 \[ 2.449761\] pci 0004:41:00.0: PME# supported from D0 D1 D2 D3hot D3cold \[ 2.458400\] pci_bus 0004:41: busn_res: \[bus 41-4f\] end is updated to 41 \[ 2.458434\] pci 0004:40:00.0: BAR 8: assigned \[mem 0xf4200000-0xf42fffff

2.458450\] pci 0004:40:00.0: BAR 6: assigned \[mem 0xf4300000-0xf430ffff pref

2.458465\] pci 0004:40:00.0: BAR 7: assigned \[io 0x100000-0x100fff

2.458481\] pci 0004:41:00.0: BAR 4: assigned \[mem 0xf4200000-0xf4203fff 64bit

2.458537\] pci 0004:41:00.0: BAR 2: assigned \[mem 0xf4204000-0xf4204fff 64bit

2.458591\] pci 0004:41:00.0: BAR 0: assigned \[io 0x100000-0x1000ff

2.458616\] pci 0004:40:00.0: PCI bridge to \[bus 41

2.458629\] pci 0004:40:00.0: bridge window \[io 0x100000-0x100fff

2.458642\] pci 0004:40:00.0: bridge window \[mem 0xf4200000-0xf42fffff

2.460683\] pcieport 0004:40:00.0: PME: Signaling with IRQ 101 \[ 2.460882\] r8168 Gigabit Ethernet driver 8.051.02-NAPI loaded \[ 2.460928\] r8168 0004:41:00.0: enabling device (0000 -\> 0003) \[ 2.476671\] r8168 0004:41:00.0 (unnamed net_device) (uninitialized): Invalid ether addr 00:00:00:00:00:00 \[ 2.476696\] r8168 0004:41:00.0 (unnamed net_device) (uninitialized): Random ether addr f6:68:84:99:9d:7e \[ 2.477066\] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625. \[ 2.479144\] r8168 Copyright (C) 2022 Realtek NIC software team \ \[ 2.479144\] This program comes with ABSOLUTELY NO WARRANTY; for details, please see \. \[ 2.479144\] This is free software, and you are welcome to redistribute it under certain conditions; see \. \[ 2.487876\] \<\<-GTP-INFO-\>\> IC Version: 911_1060 \[ 2.488569\] ata1: SATA link down (SStatus 0 SControl 300) \[ 2.512389\] \<\<-GTP-INFO-\>\> Sensor_ID: 2 \[ 2.512405\] sensor_id = 2 \[ 2.512415\] \<\<-GTP-INFO-\>\> get goodix,cfg-group2 \[ 2.512426\] \<\<-GTP-INFO-\>\> Config group2 used,length: 186 \[ 2.513512\] \<\<-GTP-INFO-\>\> Driver send config. \[ 2.535739\] \<\<-GTP-INFO-\>\> X_MAX: 1200, Y_MAX: 1920, TRIGGER: 0x01 \[ 2.554349\] \<\<-GTP-INFO-\>\> create proc entry gt9xx_config success \[ 2.554415\] input: goodix-ts as /devices/virtual/input/input1 \[ 2.554496\] \<\<-GTP-INFO-\>\> GTP works in interrupt mode. \[ 2.554501\] \<\<-GTP-INFO-\>\> Applied memory size:2562. \[ 2.554505\] \<\<-GTP-INFO-\>\> I2C function: without pre and end cmd! \[ 2.554511\] \<\<-GTP-INFO-\>\> Create proc entry success! \[ 2.554590\] i2c 6-004e: Fixed dependency cycle(s) with /usbdrd3_0/usb@fc000000/port/endpoint@0 \[ 2.554918\] husb311 6-004e: fail to read Vendor id(-6) \[ 2.554925\] husb311 6-004e: check vid/pid fail(-6) \[ 2.555922\] rkcifhw fdce0000.rkcif: Adding to iommu group 16 \[ 2.556720\] rkcifhw fdce0000.rkcif: No reserved memory region assign to CIF \[ 2.556808\] rkcif rkcif-mipi-lvds2: Adding to iommu group 16 \[ 2.556821\] rkcif rkcif-mipi-lvds2: rkcif driver version: v00.02.00 \[ 2.556874\] rkcif rkcif-mipi-lvds2: attach to cif hw node \[ 2.556879\] rkcif rkcif-mipi-lvds2: rkcif wait line 0 \[ 2.556884\] rkcif rkcif-mipi-lvds2: rkcif fastboot reserve bufs num 3 \[ 2.556891\] : terminal subdev does not exist \[ 2.556897\] : terminal subdev does not exist \[ 2.556902\] : terminal subdev does not exist \[ 2.556906\] : terminal subdev does not exist \[ 2.556911\] : get_remote_sensor: video pad\[0\] is null \[ 2.556915\] : rkcif_update_sensor_info: stream\[0\] get remote sensor_sd failed! \[ 2.556921\] : rkcif_scale_set_fmt: req(40, 30) src out(0, 0) \[ 2.556927\] : get_remote_sensor: video pad\[0\] is null \[ 2.556931\] : rkcif_update_sensor_info: stream\[0\] get remote sensor_sd failed! \[ 2.556935\] : rkcif_scale_set_fmt: req(40, 30) src out(0, 0) \[ 2.556941\] : get_remote_sensor: video pad\[0\] is null \[ 2.556945\] : rkcif_update_sensor_info: stream\[0\] get remote sensor_sd failed! \[ 2.556949\] : rkcif_scale_set_fmt: req(40, 30) src out(0, 0) \[ 2.556954\] : get_remote_sensor: video pad\[0\] is null \[ 2.556958\] : rkcif_update_sensor_info: stream\[0\] get remote sensor_sd failed! \[ 2.556962\] : rkcif_scale_set_fmt: req(40, 30) src out(0, 0) \[ 2.557570\] rkcif rkcif-mipi-lvds2: No memory-region-thunderboot specified \[ 2.558287\] rockchip-mipi-csi2-hw fdd10000.mipi0-csi2-hw: enter mipi csi2 hw probe! \[ 2.558372\] rockchip-mipi-csi2-hw fdd10000.mipi0-csi2-hw: probe success, v4l2_dev:mipi0-csi2-hw! \[ 2.558401\] rockchip-mipi-csi2-hw fdd20000.mipi1-csi2-hw: enter mipi csi2 hw probe! \[ 2.558453\] rockchip-mipi-csi2-hw fdd20000.mipi1-csi2-hw: probe success, v4l2_dev:mipi1-csi2-hw! \[ 2.558476\] rockchip-mipi-csi2-hw fdd30000.mipi2-csi2-hw: enter mipi csi2 hw probe! \[ 2.558527\] rockchip-mipi-csi2-hw fdd30000.mipi2-csi2-hw: probe success, v4l2_dev:mipi2-csi2-hw! \[ 2.558550\] rockchip-mipi-csi2-hw fdd40000.mipi3-csi2-hw: enter mipi csi2 hw probe! \[ 2.558599\] rockchip-mipi-csi2-hw fdd40000.mipi3-csi2-hw: probe success, v4l2_dev:mipi3-csi2-hw! \[ 2.558621\] rockchip-mipi-csi2-hw fdd50000.mipi4-csi2-hw: enter mipi csi2 hw probe! \[ 2.558668\] rockchip-mipi-csi2-hw fdd50000.mipi4-csi2-hw: probe success, v4l2_dev:mipi4-csi2-hw! \[ 2.558690\] rockchip-mipi-csi2-hw fdd60000.mipi5-csi2-hw: enter mipi csi2 hw probe! \[ 2.558738\] rockchip-mipi-csi2-hw fdd60000.mipi5-csi2-hw: probe success, v4l2_dev:mipi5-csi2-hw! \[ 2.559088\] rockchip-mipi-csi2 mipi2-csi2: attach to csi2 hw node \[ 2.559106\] rkcif rkcif-mipi-lvds2: Entity type for entity rockchip-mipi-csi2 was not initialized! \[ 2.559113\] rockchip-mipi-csi2: Async registered subdev \[ 2.559117\] rockchip-mipi-csi2: probe success, v4l2_dev:rkcif-mipi-lvds2! \[ 2.559871\] rkisp_hw fdcb0000.rkisp: Adding to iommu group 15 \[ 2.559981\] rkisp_hw fdcb0000.rkisp: is_thunderboot: 0 \[ 2.559987\] rkisp_hw fdcb0000.rkisp: Missing rockchip,grf property \[ 2.560001\] rkisp_hw fdcb0000.rkisp: max input:0x0@0fps \[ 2.560076\] rkisp_hw fdcb0000.rkisp: no find phandle sram \[ 2.560276\] rkisp rkisp0-vir0: rkisp driver version: v02.06.00 \[ 2.560336\] rkisp rkisp0-vir0: No memory-region-thunderboot specified \[ 2.560396\] rkisp rkisp0-vir0: Entity type for entity rkisp-isp-subdev was not initialized! \[ 2.561710\] rk_hdmirx fdee0000.hdmirx-controller: No reserved memory for HDMIRX, use default CMA \[ 2.561728\] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_get_phy_cpuid_func: mpidr: 0x0000000500, phy_cpuid:0x5 \[ 2.561739\] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_probe: cpu_aff:0x500, Bound_cpu:5, wdt_cfg_bound_cpu:2, phy_cpuid:5 \[ 2.562220\] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_audio_interrupts_setup: 0 \[ 2.562815\] rk_hdmirx fdee0000.hdmirx-controller: rk_hdmirx_hdcp_register success \[ 2.562831\] rk_hdmirx fdee0000.hdmirx-controller: fdee0000.hdmirx-controller driver probe ok! \[ 2.563225\] usbcore: registered new interface driver uvcvideo \[ 2.563803\] Bluetooth: HCI UART driver ver 2.3 \[ 2.563810\] Bluetooth: HCI UART protocol H4 registered \[ 2.563814\] Bluetooth: HCI UART protocol ATH3K registered \[ 2.563834\] usbcore: registered new interface driver bfusb \[ 2.563854\] usbcore: registered new interface driver btusb \[ 2.564544\] cpu cpu0: bin=0 \[ 2.564722\] cpu cpu0: leakage=10 \[ 2.566174\] cpu cpu0: pvtm=1437 \[ 2.566346\] cpu cpu0: pvtm-volt-sel=2 \[ 2.568226\] cpu cpu4: bin=0 \[ 2.568401\] cpu cpu4: leakage=9 \[ 2.574924\] cpu cpu4: pvtm=1663 \[ 2.578920\] cpu cpu4: pvtm-volt-sel=3 \[ 2.581558\] cpu cpu6: bin=0 \[ 2.581732\] cpu cpu6: leakage=9 \[ 2.588268\] cpu cpu6: pvtm=1648 \[ 2.592280\] cpu cpu6: pvtm-volt-sel=3 \[ 2.594066\] cpu cpu0: avs=0 \[ 2.595126\] cpu cpu4: avs=0 \[ 2.596013\] cpu cpu6: avs=0 \[ 2.596089\] cpu cpu0: l=15000 h=85000 hyst=5000 l_limit=0 h_limit=1608000000 h_table=0 \[ 2.596522\] cpu cpu0: EM: created perf domain \[ 2.596982\] cpu cpu4: l=15000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 h_table=0 \[ 2.605171\] cpu cpu4: EM: created perf domain \[ 2.605819\] cpu cpu6: l=15000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 h_table=0 \[ 2.606327\] usb 2-1: new high-speed USB device number 2 using ehci-platform \[ 2.618397\] cpu cpu6: EM: created perf domain \[ 2.619291\] sdhci: Secure Digital Host Controller Interface driver \[ 2.619302\] sdhci: Copyright(c) Pierre Ossman \[ 2.619306\] Synopsys Designware Multimedia Card Interface Driver \[ 2.619635\] sdhci-pltfm: SDHCI platform and OF driver helper \[ 2.620338\] dwmmc_rockchip fe2c0000.mmc: No normal pinctrl state \[ 2.620355\] dwmmc_rockchip fe2c0000.mmc: No idle pinctrl state \[ 2.620423\] dwmmc_rockchip fe2c0000.mmc: IDMAC supports 32-bit address mode. \[ 2.620461\] dwmmc_rockchip fe2c0000.mmc: Using internal DMA controller. \[ 2.620476\] dwmmc_rockchip fe2c0000.mmc: Version ID is 270a \[ 2.620509\] mmc0: CQHCI version 5.10 \[ 2.620518\] dwmmc_rockchip fe2c0000.mmc: DW MMC controller at irq 124,32 bit host data width,256 deep fifo \[ 2.620673\] arm-scmi firmware:scmi: Failed. SCMI protocol 17 not active. \[ 2.620702\] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... \[ 2.621155\] cryptodev: driver 1.12 loaded. \[ 2.621203\] hid: raw HID events driver (C) Jiri Kosina \[ 2.621433\] usbcore: registered new interface driver usbhid \[ 2.621446\] usbhid: USB HID core driver \[ 2.625533\] dwmmc_rockchip fe2c0000.mmc: Failed getting OCR mask: -22 \[ 2.629586\] dwmmc_rockchip fe2c0000.mmc: could not set regulator OCR (-22) \[ 2.629610\] dwmmc_rockchip fe2c0000.mmc: failed to enable vmmc regulator \[ 2.636488\] optee: probing for conduit method. \[ 2.636527\] optee: revision 3.13 (185dc3c9) \[ 2.636724\] optee: dynamic shared memory is enabled \[ 2.636889\] optee: initialized driver \[ 2.637480\] usbcore: registered new interface driver snd-usb-audio \[ 2.639067\] ES8323 7-0011: i2c recv Failed \[ 2.642776\] rockchip-i2s-tdm fddf0000.i2s: CLK-ALWAYS-ON: mclk: 12288000, bclk: 3072000, fsync: 48000 \[ 2.643590\] rockchip-i2s-tdm fe470000.i2s: Register PCM for TRCM mode \[ 2.644194\] rockchip-i2s-tdm fddf4000.i2s: CLK-ALWAYS-ON: mclk: 12288000, bclk: 3072000, fsync: 48000 \[ 2.649645\] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) \[ 2.650336\] mmc0: SDHCI controller on fe2e0000.mmc \[fe2e0000.mmc\] using ADMA \[ 2.658707\] debugfs: File 'Capture' in directory 'dapm' already present! \[ 2.659568\] input: rockchip,hdmiin rockchip,hdmiin as /devices/platform/hdmiin-sound/sound/card0/input2 \[ 2.661061\] Initializing XFRM netlink socket \[ 2.661454\] NET: Registered PF_INET6 protocol family \[ 2.662437\] Segment Routing with IPv6 \[ 2.662473\] In-situ OAM (IOAM) with IPv6 \[ 2.662527\] NET: Registered PF_PACKET protocol family \[ 2.662542\] NET: Registered PF_KEY protocol family \[ 2.662552\] can: controller area network core \[ 2.662589\] NET: Registered PF_CAN protocol family \[ 2.662602\] can: raw protocol \[ 2.662614\] can: broadcast manager protocol \[ 2.662627\] can: netlink gateway - max_hops=1 \[ 2.662904\] Bluetooth: RFCOMM socket layer initialized \[ 2.662927\] Bluetooth: RFCOMM ver 1.11 \[ 2.662952\] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 \[ 2.662966\] Bluetooth: HIDP socket layer initialized \[ 2.663004\] \[BT_RFKILL\]: Enter rfkill_rk_init \[ 2.663014\] \[WLAN_RFKILL\]: Enter rfkill_wlan_init \[ 2.663448\] rockchip-pinctrl pinctrl: unable to find group for node wifi-poweren-gpio \[ 2.664231\] \[BT_RFKILL\]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 148. \[ 2.664264\] \[BT_RFKILL\]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 0. \[ 2.664320\] \[BT_RFKILL\]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 75. \[ 2.664339\] \[BT_RFKILL\]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 72. \[ 2.664423\] \[BT_RFKILL\]: Request irq for bt wakeup host \[ 2.664705\] \[BT_RFKILL\]: \*\* disable irq \[ 2.664810\] \[BT_RFKILL\]: bt_default device registered. \[ 2.664918\] input: bt-powerkey as /devices/platform/wireless-bluetooth/input/input3 \[ 2.665213\] Key type dns_resolver registered \[ 2.666033\] imx415 3-001a: driver version: 00.01.08 \[ 2.666056\] imx415 3-001a: Get hdr mode failed! no hdr default \[ 2.666076\] imx415 3-001a: detect imx415 lane 4 \[ 2.666109\] imx415 3-001a: Failed to get reset-gpios \[ 2.666132\] imx415 3-001a: Failed to get power-gpios \[ 2.666144\] imx415 3-001a: could not get default pinstate \[ 2.666154\] imx415 3-001a: could not get sleep pinstate \[ 2.667001\] imx415 3-001a: supply dvdd not found, using dummy regulator \[ 2.671774\] imx415 3-001a: supply dovdd not found, using dummy regulator \[ 2.726466\] mmc0: Command Queue Engine enabled \[ 2.726487\] mmc0: new HS400 Enhanced strobe MMC card at address 0001 \[ 2.726765\] mmcblk0: mmc0:0001 SPeMMC 58.2 GiB \[ 2.731093\] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 \[ 2.732051\] mmcblk0boot0: mmc0:0001 SPeMMC 4.00 MiB \[ 2.732562\] mmcblk0boot1: mmc0:0001 SPeMMC 4.00 MiB \[ 2.733020\] mmcblk0rpmb: mmc0:0001 SPeMMC 4.00 MiB, chardev (235:0) \[ 2.745691\] imx415 3-001a: Unexpected sensor id(000000), ret(-5) \[ 2.746722\] Loading compiled-in X.509 certificates \[ 2.747946\] pstore: Using crash dump compression: deflate \[ 2.753343\] rga3 fdb60000.rga: Adding to iommu group 2 \[ 2.753760\] rga3 fdb60000.rga: probe successfully, irq = 43, hw_version:3.0.76831 \[ 2.753871\] rga3 fdb70000.rga: Adding to iommu group 3 \[ 2.754132\] rga3 fdb70000.rga: probe successfully, irq = 44, hw_version:3.0.76831 \[ 2.754967\] rga2 fdb80000.rga: probe successfully, irq = 132, hw_version:3.2.63318 \[ 2.755124\] rga_iommu: IOMMU binding successfully, default mapping core\[0x1

2.755274\] rga: Module initialized. v1.3.4 \[ 2.763612\] usb 2-1: New USB device found, idVendor=1a40, idProduct=0201, bcdDevice= 1.00 \[ 2.763644\] usb 2-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 \[ 2.763659\] usb 2-1: Product: USB 2.0 Hub \[MTT

2.764359\] hub 2-1:1.0: USB hub found \[ 2.764494\] hub 2-1:1.0: 7 ports detected \[ 2.774373\] vendor storage:20190527 ret = 0 \[ 2.789444\] rockchip-csi2-dphy csi2-dphy0: csi2 dphy0 probe successfully! \[ 2.790200\] mpp_vdpu1 fdb51000.avsd-plus: Adding to iommu group 1 \[ 2.790520\] mpp_vdpu1 fdb51000.avsd-plus: probe device \[ 2.790688\] mpp_vdpu1 fdb51000.avsd-plus: reset_group-\>rw_sem_on=0 \[ 2.790702\] mpp_vdpu1 fdb51000.avsd-plus: reset_group-\>rw_sem_on=0 \[ 2.790755\] mpp_vdpu1 fdb51000.avsd-plus: probing finish \[ 2.790908\] mpp_vdpu2 fdb50400.vdpu: Adding to iommu group 1 \[ 2.790958\] mpp_vdpu2 fdb50400.vdpu: probe device \[ 2.791058\] mpp_vdpu2 fdb50400.vdpu: reset_group-\>rw_sem_on=0 \[ 2.791067\] mpp_vdpu2 fdb50400.vdpu: reset_group-\>rw_sem_on=0 \[ 2.791085\] mpp_vdpu2 fdb50400.vdpu: probing finish \[ 2.791229\] mpp_vepu2 fdb50000.vepu: Adding to iommu group 1 \[ 2.791274\] mpp_vepu2 fdb50000.vepu: probing start \[ 2.791396\] mpp_vepu2 fdb50000.vepu: reset_group-\>rw_sem_on=0 \[ 2.791406\] mpp_vepu2 fdb50000.vepu: reset_group-\>rw_sem_on=0 \[ 2.791431\] mpp_vepu2 fdb50000.vepu: probing finish \[ 2.791578\] mpp_vepu2 fdba0000.jpege-core: Adding to iommu group 5 \[ 2.791656\] mpp_vepu2 fdba0000.jpege-core: probing start \[ 2.791801\] mpp_vepu2 fdba0000.jpege-core: attach ccu success \[ 2.791831\] mpp_vepu2 fdba0000.jpege-core: probing finish \[ 2.791963\] mpp_vepu2 fdba4000.jpege-core: Adding to iommu group 6 \[ 2.792041\] mpp_vepu2 fdba4000.jpege-core: probing start \[ 2.792175\] mpp_vepu2 fdba4000.jpege-core: attach ccu success \[ 2.792205\] mpp_vepu2 fdba4000.jpege-core: probing finish \[ 2.792349\] mpp_vepu2 fdba8000.jpege-core: Adding to iommu group 7 \[ 2.792426\] mpp_vepu2 fdba8000.jpege-core: probing start \[ 2.792561\] mpp_vepu2 fdba8000.jpege-core: attach ccu success \[ 2.792589\] mpp_vepu2 fdba8000.jpege-core: probing finish \[ 2.792732\] mpp_vepu2 fdbac000.jpege-core: Adding to iommu group 8 \[ 2.792819\] mpp_vepu2 fdbac000.jpege-core: probing start \[ 2.792959\] mpp_vepu2 fdbac000.jpege-core: attach ccu success \[ 2.792987\] mpp_vepu2 fdbac000.jpege-core: probing finish \[ 2.793133\] mpp-iep2 fdbb0000.iep: Adding to iommu group 9 \[ 2.793212\] mpp-iep2 fdbb0000.iep: probe device \[ 2.793348\] mpp-iep2 fdbb0000.iep: allocate roi buffer failed \[ 2.793366\] mpp-iep2 fdbb0000.iep: probing finish \[ 2.793499\] mpp_jpgdec fdb90000.jpegd: Adding to iommu group 4 \[ 2.793716\] mpp_jpgdec fdb90000.jpegd: probe device \[ 2.793876\] mpp_jpgdec fdb90000.jpegd: probing finish \[ 2.794031\] mpp_rkvdec2 fdc38100.rkvdec-core: Adding to iommu group 12 \[ 2.794353\] mpp_rkvdec2 fdc38100.rkvdec-core: rkvdec-core, probing start \[ 2.794501\] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_a is not found! \[ 2.794509\] rkvdec2_init:1197: No niu aclk reset resource define \[ 2.794517\] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_h is not found! \[ 2.794522\] rkvdec2_init:1200: No niu hclk reset resource define \[ 2.794549\] mpp_rkvdec2 fdc38100.rkvdec-core: no regulator, devfreq is disabled \[ 2.794614\] mpp_rkvdec2 fdc38100.rkvdec-core: core_mask=00010001 \[ 2.794622\] mpp_rkvdec2 fdc38100.rkvdec-core: attach ccu as core 0 \[ 2.794769\] mpp_rkvdec2 fdc38100.rkvdec-core: sram_start 0x00000000ff001000 \[ 2.794778\] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_iova 0x00000000fff00000 \[ 2.794784\] mpp_rkvdec2 fdc38100.rkvdec-core: sram_size 491520 \[ 2.794790\] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_size 1048576 \[ 2.794797\] mpp_rkvdec2 fdc38100.rkvdec-core: min_width 512 \[ 2.794804\] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_info_count 20 \[ 2.794811\] mpp_rkvdec2 fdc38100.rkvdec-core: \[136, 24576

2.794817\] mpp_rkvdec2 fdc38100.rkvdec-core: \[137, 49152

2.794823\] mpp_rkvdec2 fdc38100.rkvdec-core: \[141, 90112

2.794829\] mpp_rkvdec2 fdc38100.rkvdec-core: \[140, 49152

2.794835\] mpp_rkvdec2 fdc38100.rkvdec-core: \[139, 180224

2.794841\] mpp_rkvdec2 fdc38100.rkvdec-core: \[133, 49152

2.794847\] mpp_rkvdec2 fdc38100.rkvdec-core: \[134, 8192

2.794853\] mpp_rkvdec2 fdc38100.rkvdec-core: \[135, 4352

2.794859\] mpp_rkvdec2 fdc38100.rkvdec-core: \[138, 13056

2.794865\] mpp_rkvdec2 fdc38100.rkvdec-core: \[142, 291584

2.794902\] mpp_rkvdec2 fdc38100.rkvdec-core: probing finish \[ 2.795058\] mpp_rkvdec2 fdc48100.rkvdec-core: Adding to iommu group 13 \[ 2.795301\] mpp_rkvdec2 fdc48100.rkvdec-core: rkvdec-core, probing start \[ 2.795449\] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_a is not found! \[ 2.795457\] rkvdec2_init:1197: No niu aclk reset resource define \[ 2.795465\] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_h is not found! \[ 2.795471\] rkvdec2_init:1200: No niu hclk reset resource define \[ 2.795496\] mpp_rkvdec2 fdc48100.rkvdec-core: no regulator, devfreq is disabled \[ 2.795546\] mpp_rkvdec2 fdc48100.rkvdec-core: core_mask=00020002 \[ 2.795565\] mpp_rkvdec2 fdc48100.rkvdec-core: attach ccu as core 1 \[ 2.795732\] mpp_rkvdec2 fdc48100.rkvdec-core: sram_start 0x00000000ff079000 \[ 2.795741\] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_iova 0x00000000ffe00000 \[ 2.795748\] mpp_rkvdec2 fdc48100.rkvdec-core: sram_size 487424 \[ 2.795754\] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_size 1048576 \[ 2.795761\] mpp_rkvdec2 fdc48100.rkvdec-core: min_width 512 \[ 2.795768\] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_info_count 20 \[ 2.795774\] mpp_rkvdec2 fdc48100.rkvdec-core: \[136, 24576

2.795781\] mpp_rkvdec2 fdc48100.rkvdec-core: \[137, 49152

2.795786\] mpp_rkvdec2 fdc48100.rkvdec-core: \[141, 90112

2.795793\] mpp_rkvdec2 fdc48100.rkvdec-core: \[140, 49152

2.795799\] mpp_rkvdec2 fdc48100.rkvdec-core: \[139, 180224

2.795805\] mpp_rkvdec2 fdc48100.rkvdec-core: \[133, 49152

2.795811\] mpp_rkvdec2 fdc48100.rkvdec-core: \[134, 8192

2.795817\] mpp_rkvdec2 fdc48100.rkvdec-core: \[135, 4352

2.795823\] mpp_rkvdec2 fdc48100.rkvdec-core: \[138, 13056

2.795829\] mpp_rkvdec2 fdc48100.rkvdec-core: \[142, 291584

2.795863\] mpp_rkvdec2 fdc48100.rkvdec-core: probing finish \[ 2.796023\] mpp_rkvenc2 fdbd0000.rkvenc-core: Adding to iommu group 10 \[ 2.796185\] mpp_rkvenc2 fdbd0000.rkvenc-core: probing start \[ 2.796745\] mpp_rkvenc2 fdbd0000.rkvenc-core: bin=0 \[ 2.797031\] mpp_rkvenc2 fdbd0000.rkvenc-core: leakage=12 \[ 2.797063\] mpp_rkvenc2 fdbd0000.rkvenc-core: leakage-volt-sel=0 \[ 2.798294\] mpp_rkvenc2 fdbd0000.rkvenc-core: avs=0 \[ 2.798348\] mpp_rkvenc2 fdbd0000.rkvenc-core: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0 h_table=0 \[ 2.799194\] mpp_rkvenc2 fdbd0000.rkvenc-core: attach ccu as core 0 \[ 2.799265\] mpp_rkvenc2 fdbd0000.rkvenc-core: probing finish \[ 2.799574\] mpp_rkvenc2 fdbe0000.rkvenc-core: Adding to iommu group 11 \[ 2.799857\] mpp_rkvenc2 fdbe0000.rkvenc-core: probing start \[ 2.800778\] mpp_rkvenc2 fdbe0000.rkvenc-core: bin=0 \[ 2.800980\] mpp_rkvenc2 fdbe0000.rkvenc-core: leakage=12 \[ 2.801005\] mpp_rkvenc2 fdbe0000.rkvenc-core: leakage-volt-sel=0 \[ 2.802295\] mpp_rkvenc2 fdbe0000.rkvenc-core: avs=0 \[ 2.802347\] mpp_rkvenc2 fdbe0000.rkvenc-core: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0 h_table=0 \[ 2.803225\] mpp_rkvenc2 fdbe0000.rkvenc-core: attach ccu as core 1 \[ 2.803290\] mpp_rkvenc2 fdbe0000.rkvenc-core: probing finish \[ 2.803593\] mpp_av1dec fdc70000.av1d: Adding to iommu group 14 \[ 2.803967\] mpp_av1dec fdc70000.av1d: probing start \[ 2.804300\] mpp_av1dec fdc70000.av1d: probing finish \[ 2.804636\] rockchip-vop2 fdd90000.vop: Adding to iommu group 17 \[ 2.810568\] panel-simple-dsi fde20000.dsi.0: Expected bpc in {6,8} but got: 0 \[ 2.811599\] rockchip-vop2 fdd90000.vop: \[drm:vop2_bind\] vp0 assign plane mask: Cluster0 \| Esmart0\[0x5\], primary plane phy id: Esmart0\[2

2.811639\] rockchip-vop2 fdd90000.vop: \[drm:vop2_bind\] vp1 assign plane mask: Cluster1 \| Esmart1\[0xa\], primary plane phy id: Esmart1\[3

2.811665\] rockchip-vop2 fdd90000.vop: \[drm:vop2_bind\] vp2 assign plane mask: Cluster2 \| Esmart2\[0x140\], primary plane phy id: Esmart2\[8

2.811690\] rockchip-vop2 fdd90000.vop: \[drm:vop2_bind\] vp3 assign plane mask: Cluster3 \| Esmart3\[0x280\], primary plane phy id: Esmart3\[9

2.812078\] \[drm\] failed to init overlay plane Cluster0-win1 \[ 2.812138\] \[drm\] failed to init overlay plane Cluster1-win1 \[ 2.812190\] \[drm\] failed to init overlay plane Cluster2-win1 \[ 2.812242\] \[drm\] failed to init overlay plane Cluster3-win1 \[ 2.822453\] rockchip-vop2 fdd90000.vop: bin=0 \[ 2.822636\] rockchip-vop2 fdd90000.vop: leakage=35 \[ 2.822641\] rockchip-vop2 fdd90000.vop: leakage-volt-sel=1 \[ 2.824458\] rockchip-vop2 fdd90000.vop: avs=0 \[ 2.824577\] rockchip-vop2 fdd90000.vop: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0 h_table=0 \[ 2.831475\] rockchip-vop2 fdd90000.vop: Supported VOP aclk dvfs, normal mode:500000000, reset mode:0, advanced mode:750000000 \[ 2.831516\] rockchip-drm display-subsystem: bound fdd90000.vop (ops 0xffffffc0094c9d50) \[ 2.837289\] dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver \[ 2.837801\] rockchip-drm display-subsystem: bound fde80000.hdmi (ops 0xffffffc0094e2c30) \[ 2.838491\] dwhdmi-rockchip fdea0000.hdmi: registered ddc I2C bus driver \[ 2.839464\] rockchip-drm display-subsystem: bound fdea0000.hdmi (ops 0xffffffc0094e2c30) \[ 2.839512\] rockchip-drm display-subsystem: bound fde20000.dsi (ops 0xffffffc0094e5a28) \[ 2.839656\] rockchip-drm display-subsystem: bound fde50000.dp (ops 0xffffffc0094e6080) \[ 2.839770\] rockchip-drm display-subsystem: bound fde60000.dp (ops 0xffffffc0094e6080) \[ 2.840773\] rockchip-drm display-subsystem: route-hdmi0: failed to get logo,offset \[ 2.840783\] rockchip-drm display-subsystem: route-hdmi1: failed to get logo,offset \[ 2.856581\] dw-hdmi-qp-hdcp dw-hdmi-qp-hdcp.7.auto: dw_hdcp_qp_hdcp_probe success \[ 2.856913\] dw-hdmi-qp-hdcp dw-hdmi-qp-hdcp.10.auto: dw_hdcp_qp_hdcp_probe success \[ 2.857220\] \[drm\] Initialized rockchip 4.0.0 20140818 for display-subsystem on minor 0 \[ 2.857659\] mali fb000000.gpu: Kernel DDK version g21p0-01eac0 \[ 2.857771\] mali fb000000.gpu: GPU metrics tracepoint support enabled \[ 2.859455\] mali fb000000.gpu: bin=0 \[ 2.859629\] mali fb000000.gpu: leakage=15 \[ 2.859647\] debugfs: Directory 'fb000000.gpu-mali' with parent 'vdd_gpu_s0' already present! \[ 2.861375\] mali fb000000.gpu: pvtm=866 \[ 2.861525\] mali fb000000.gpu: pvtm-volt-sel=3 \[ 2.861592\] debugfs: Directory 'fb000000.gpu-mali' with parent 'vdd_gpu_s0' already present! \[ 2.862957\] mali fb000000.gpu: avs=0 \[ 2.862987\] 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. \[ 2.863292\] mali fb000000.gpu: Register LUT 000a0800 initialized for GPU arch 0x000a0806 \[ 2.863319\] mali fb000000.gpu: r0p0 status 5 not found in HW issues table; \[ 2.863330\] mali fb000000.gpu: falling back to closest match: r0p0 status 0 \[ 2.863340\] mali fb000000.gpu: Execution proceeding normally with fallback match \[ 2.863349\] mali fb000000.gpu: GPU identified as 0x7 arch 10.8.6 r0p0 status 0 \[ 2.863458\] mali fb000000.gpu: No priority control manager is configured \[ 2.863470\] mali fb000000.gpu: Large page allocation set to false after hardware feature check \[ 2.863720\] mali fb000000.gpu: No memory group manager is configured \[ 2.863750\] mali fb000000.gpu: Protected memory allocator not available \[ 2.864484\] input: adc-keys as /devices/platform/adc-keys/input/input4 \[ 2.864775\] mali fb000000.gpu: EM: created perf domain \[ 2.865250\] mali fb000000.gpu: l=15000 h=85000 hyst=5000 l_limit=0 h_limit=800000000 h_table=0 \[ 2.865699\] rockchip-dmc dmc: bin=0 \[ 2.865887\] rockchip-dmc dmc: leakage=35 \[ 2.865901\] mali fb000000.gpu: \* MALI kbase_mmap_min_addr compiled to CONFIG_DEFAULT_MMAP_MIN_ADDR, no runtime update possible! \* \[ 2.865902\] rockchip-dmc dmc: leakage-volt-sel=1 \[ 2.865907\] mali fb000000.gpu: Probed as mali0 \[ 2.865925\] rockchip-dmc dmc: soc version=0, speed=1 \[ 2.867431\] rockchip-dmc dmc: avs=0 \[ 2.867452\] rockchip-dmc dmc: current ATF version 0x100 \[ 2.867672\] rockchip-dmc dmc: normal_rate = 1560000000 \[ 2.867684\] rockchip-dmc dmc: reboot_rate = 2112000000 \[ 2.867694\] rockchip-dmc dmc: suspend_rate = 528000000 \[ 2.867703\] rockchip-dmc dmc: video_4k_rate = 1560000000 \[ 2.867713\] rockchip-dmc dmc: video_4k_10b_rate = 1560000000 \[ 2.867722\] rockchip-dmc dmc: video_svep_rate = 1560000000 \[ 2.867731\] rockchip-dmc dmc: boost_rate = 2112000000 \[ 2.867740\] rockchip-dmc dmc: fixed_rate(isp\|cif0\|cif1\|dualview) = 2112000000 \[ 2.867749\] rockchip-dmc dmc: performance_rate = 2112000000 \[ 2.867759\] rockchip-dmc dmc: hdmirx_rate = 2112000000 \[ 2.867768\] rockchip-dmc dmc: deep_suspend_rate = 2112000000 \[ 2.867781\] rockchip-dmc dmc: failed to get vop bandwidth to dmc rate \[ 2.867789\] rockchip-dmc dmc: failed to get vop pn to msch rl \[ 2.868249\] rockchip-dmc dmc: l=15000 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0 \[ 2.878266\] input: rockchip-hdmi0 rockchip-hdmi0 as /devices/platform/hdmi0-sound/sound/card1/input5 \[ 2.880287\] input: rockchip-hdmi1 rockchip-hdmi1 as /devices/platform/hdmi1-sound/sound/card2/input6 \[ 2.884427\] rkcif rkcif-mipi-lvds2: clear unready subdev num: 1 \[ 2.884764\] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream\[0\] get remote terminal sensor failed! \[ 2.884791\] rkcif-mipi-lvds2: Async subdev notifier completed \[ 2.884810\] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream\[0\] get remote terminal sensor failed! \[ 2.884820\] rkcif-mipi-lvds2: There is not terminal subdev, not synchronized with ISP \[ 2.884880\] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream\[0\] get remote terminal sensor failed! \[ 2.884891\] rkcif-mipi-lvds2: There is not terminal subdev, not synchronized with ISP \[ 2.885614\] RKNPU fdab0000.npu: Adding to iommu group 0 \[ 2.885786\] RKNPU fdab0000.npu: RKNPU: rknpu iommu is enabled, using iommu mode \[ 2.887084\] RKNPU fdab0000.npu: can't request region for resource \[mem 0xfdab0000-0xfdabffff

2.887121\] RKNPU fdab0000.npu: can't request region for resource \[mem 0xfdac0000-0xfdacffff

2.887142\] RKNPU fdab0000.npu: can't request region for resource \[mem 0xfdad0000-0xfdadffff

2.887450\] \[drm\] Initialized rknpu 0.9.7 20240424 for fdab0000.npu on minor 1 \[ 2.889880\] RKNPU fdab0000.npu: RKNPU: bin=0 \[ 2.890074\] RKNPU fdab0000.npu: leakage=8 \[ 2.890120\] debugfs: Directory 'fdab0000.npu-rknpu' with parent 'vdd_npu_s0' already present! \[ 2.904665\] RKNPU fdab0000.npu: pvtm=867 \[ 2.909431\] RKNPU fdab0000.npu: pvtm-volt-sel=3 \[ 2.909525\] debugfs: Directory 'fdab0000.npu-rknpu' with parent 'vdd_npu_s0' already present! \[ 2.912126\] RKNPU fdab0000.npu: avs=0 \[ 2.912298\] RKNPU fdab0000.npu: l=15000 h=85000 hyst=5000 l_limit=0 h_limit=800000000 h_table=0 \[ 2.925370\] cfg80211: Loading compiled-in X.509 certificates for regulatory database \[ 2.927562\] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' \[ 2.928249\] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' \[ 2.928325\] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 \[ 2.928341\] cfg80211: failed to load regulatory.db \[ 2.930121\] rockchip-pm rockchip-suspend: not set pwm-regulator-config \[ 2.930817\] rockchip-suspend not set sleep-mode-config for mem-lite \[ 2.930827\] rockchip-suspend not set wakeup-config for mem-lite \[ 2.930837\] rockchip-suspend not set sleep-mode-config for mem-ultra \[ 2.930844\] rockchip-suspend not set wakeup-config for mem-ultra \[ 2.931951\] I : \[File\] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; \[Line\] : 407; \[Func\] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '09:18:38', on 'Aug 23 2025'. \[ 2.932280\] Mali: \[ 2.932283\] Mali device driver loaded \[ 2.932301\] rkisp rkisp0-vir0: clear unready subdev num: 1 \[ 2.932480\] rkisp0-vir0: Async subdev notifier completed \[ 2.932495\] ALSA device list: \[ 2.932504\] #0: rockchip,hdmiin \[ 2.932511\] #1: rockchip-hdmi0 \[ 2.932520\] #2: rockchip-hdmi1 \[ 3.008011\] EXT4-fs (mmcblk0p6): recovery complete \[ 3.008471\] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Quota mode: disabled. \[ 3.008552\] VFS: Mounted root (ext4 filesystem) on device 179:6. \[ 3.009461\] devtmpfs: mounted \[ 3.013472\] Freeing unused kernel memory: 7488K \[ 3.014775\] Run /sbin/init as init process \[ 3.088142\] EXT4-fs (mmcblk0p6): re-mounted. Quota mode: disabled. \[ 3.265880\] EXT4-fs (mmcblk0p7): recovery complete \[ 3.266279\] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Quota mode: disabled. \[ 3.270152\] EXT4-fs (mmcblk0p8): warning: mounting unchecked fs, running e2fsck is recommended \[ 3.271804\] EXT4-fs (mmcblk0p8): mounted filesystem without journal. Quota mode: disabled. Start mounting all internal partitions in /etc/fstab Log saved to /var/log/mount-all.log Note: Will skip fsck, remove /.skip_fsck to enable \[2\]: Handling /dev/mmcblk0p8 /userdata ext4 defaults 2 \[1\]: Handling /dev/mmcblk0p7 /oem ext4 defaults 2 \[0\]: Handling /dev/mmcblk0p6 / ext4 rw,noauto 1 \[1\]: Already resized /dev/mmcblk0p7(ext4) \[2\]: Already resized /dev/mmcblk0p8(ext4) \[0\]: Already resized /dev/mmcblk0p6(ext4) Seeding 256 bits and crediting Saving 256 bits of creditable seed for next boot log-guardian: \[WARN\] Not a dir: "/var/log/,/tmp/" log-guardian: Guarding logs in: "/var/log/,/tmp/"... Starting syslogd: OK Starting klogd: OK Running sysctl: OK Populating /dev using udev: \[ 3.462953\] udevd\[399\]: starting version 3.2.14 \[ 3.479371\] udevd\[399\]: invalid KERNEL operation \[ 3.479415\] udevd\[399\]: invalid rule '/usr/lib/udev/rules.d/61-persistent-internal-storage.rules:19' \[ 3.490489\] udevd\[408\]: starting eudev-3.2.14 \[ 3.597714\] r8168 0004:41:00.0 enP4p65s0: renamed from eth1 \[ 3.605997\] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream\[1\] get remote terminal sensor failed! \[ 3.606040\] rkcif_scale_ch1: update sensor info failed -19 \[ 3.606460\] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream\[2\] get remote terminal sensor failed! \[ 3.606473\] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream\[2\] get remote terminal sensor failed! \[ 3.606483\] stream_cif_mipi_id2: update sensor info failed -19 \[ 3.606494\] rkcif_tools_id2: update sensor info failed -19 \[ 3.606756\] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream\[1\] get remote terminal sensor failed! \[ 3.606772\] stream_cif_mipi_id1: update sensor info failed -19 \[ 3.608330\] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream\[0\] get remote terminal sensor failed! \[ 3.608345\] rkcif_tools_id0: update sensor info failed -19 \[ 3.608515\] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream\[3\] get remote terminal sensor failed! \[ 3.608527\] stream_cif_mipi_id3: update sensor info failed -19 \[ 3.610876\] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream\[0\] get remote terminal sensor failed! \[ 3.610939\] stream_cif_mipi_id0: update sensor info failed -19 \[ 3.611786\] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream\[0\] get remote terminal sensor failed! \[ 3.611815\] rkcif_scale_ch0: update sensor info failed -19 \[ 3.612003\] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream\[2\] get remote terminal sensor failed! \[ 3.612015\] rkcif_scale_ch2: update sensor info failed -19 \[ 3.614525\] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream\[1\] get remote terminal sensor failed! \[ 3.614568\] rkcif_tools_id1: update sensor info failed -19 \[ 3.617254\] rkcif-mipi-lvds2: rkcif_update_sensor_info: stream\[3\] get remote terminal sensor failed! \[ 3.617282\] rkcif_scale_ch3: update sensor info failed -19 done Starting irqbalance: OK Starting system message bus: done Starting bluetoothd: OK Starting network: OK Starting dhcpcd... dhcpcd-10.0.5 starting dev: loaded udev DUID 00:01:00:01:27:81:cb:95:c0:f5:35:4f:8d:5e \[ 3.943778\] rk_gmac-dwmac fe1c0000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 Starting chrony: OK starting weston... done. Starting dropbear sshd: \[ 4.034338\] rk_gmac-dwmac fe1c0000.ethernet eth0: PHY \[stmmac-1:01\] driver \[RTL8211F Gigabit Ethernet\] (irq=POLL) \[ 4.034875\] dwmac4: Master AXI performs any burst length \[ 4.034885\] rk_gmac-dwmac fe1c0000.ethernet eth0: No Safety Features support found \[ 4.034897\] rk_gmac-dwmac fe1c0000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported \[ 4.035145\] rk_gmac-dwmac fe1c0000.ethernet eth0: registered PTP clock \[ 4.036435\] rk_gmac-dwmac fe1c0000.ethernet eth0: FPE workqueue start \[ 4.036449\] rk_gmac-dwmac fe1c0000.ethernet eth0: configuring for phy/rgmii-rxid link mode OK \[ 4.065520\] enP4p65s0: 0xffffffc00b211000, f6:68:84:99:9d:7e, IRQ 102 Starting pulseaudio: OK Starting dnsmasq: OK fstrim: Starting fstrim process (812)... Starting input-event-daemon: W: \[pulseaudio\] main.c: This program is not intended to be run as root (unless --system is specified). W: \[pulseaudio\] main.c: Compiled with DEPRECATED libsamplerate support! Handling start for Wi-Fi/BT chip: Broadcom AP6275P pci 14e4:449d bcmdhd_pcie.ko Starting Wi-Fi/BT... Wi-Fi/BT module: bcmdhd_pcie.ko Installing bcmdhd_pcie.ko ... done \[ 4.234942\] bcmdhd_pcie: loading out-of-tree module taints kernel. Date: 2021-01-01 UTC \[12:00:02.356\] weston 13.0.1 https://wayland.freedesktop.org Bug reports to: https://gitlab.freedesktop.org/wayland/weston/issues/ Build: 13.0.1 \[12:00:02.363\] Command line: /usr/bin/weston \[12:00:02.363\] OS: Linux, 6.1.75, #2 SMP Wed Nov 26 10:12:44 CST 2025, aarch64 \[12:00:02.363\] Flight recorder: enabled \[12:00:02.363\] warning: XDG_RUNTIME_DIR "/var/run" is not configured correctly. Unix access mode must be 0700 (current mode is 0755), and must be owned by the user UID 0 (current owner is UID 0). Refer to your distribution on how to get it, or http://www.freedesktop.org/wiki/Specifications/basedir-spec on how to implement it. root@rk3588-buildroot:/# \[ 4.246639\] \[dhd\] _dhd_module_init: in Dongle Host Driver, version 101.10.591.52.27 (20240409-1)(20240411-2)(d83d8d7) \[ 4.246639\] /home/jinhualong/new_disk_4t/wyb/RD-RK3588/rk3588_linux6.1_release_v1.2.0_20241220/external/rkwifibt/drivers/bcmdhd compiled on Nov 26 2025 at 21:35:58 \[ 4.246639

4.246684\] \[dhd\] STATIC-MSG) dhd_static_buf_init : 101.10.361.36 (wlan=r892223-20231107-1) \[ 4.246946\] \[dhd\] STATIC-MSG) dhd_init_wlan_mem : prealloc ok for index 0: 2371584(2316K) \[ 4.246961\] \[WLAN_RFKILL\]: rockchip_wifi_get_oob_irq: Enter \[ 4.246969\] \[WLAN_RFKILL\]: rockchip_wifi_get_oob_irq: rfkill-wlan driver has not Successful initialized \[ 4.246983\] dhd_wlan_init_gpio: unknown oob irqflags ! \[ 4.246990\] \[dhd\] dhd_wlan_init_gpio: WL_HOST_WAKE=-1, oob_irq=-1, oob_irq_flags=0x0 \[ 4.246997\] \[dhd\] dhd_wlan_init_gpio: WL_REG_ON=-1 \[ 4.247002\] \[dhd\] dhd_wifi_platform_load: Enter \[ 4.247010\] \[dhd\] wifi_platform_bus_enumerate device present 1 \[ 4.247015\] \[dhd\] ======== Card detection to detect PCIE card! ======== \[ 4.247245\] \[dhd\] dhdpcie_pci_probe : no mutex held \[ 4.247261\] \[dhd\] dhdpcie_pci_probe : set mutex lock \[ 4.247268\] \[dhd\] PCI_PROBE: bus 0x21, slot 0x0,vendor 0x14E4, device 0x449D(good PCI location) \[ 4.247279\] \[dhd\] dhdpcie_init: found adapter info 'DHD generic adapter' \[ 4.247286\] \[dhd\] STATIC-MSG) dhd_wlan_mem_prealloc : section 3, size 139264 \[12:00:02.386\] Using config file '/etc/xdg/weston/weston.ini' \[ 4.247307\] \[dhd\] succeed to alloc static buf \[ 4.247313\] \[dhd\] STATIC-MSG) dhd_wlan_mem_prealloc : section 4, size 0 \[ 4.247325\] \[dhd\] dhdpcie_init: Host OOB irq is not defined \[12:00:02.389\] Output repaint window is -1 ms maximum. \[ 4.247381\] pcieh 0002:21:00.0: enabling device (0000 -\> 0002) \[ 4.247813\] \[dhd\] Disable CTO \[ 4.248675\] \[dhd\] DHD: dongle ram size is set to 1310720(orig 1310720) at 0x170000 \[ 4.248684\] \[dhd\] dhdpcie_bar1_window_switch_enab: bar1_switch_enab=0 ramstart=0x170000 ramend=0x2affff bar1_size=0x0 \[ 4.248724\] \[dhd\] STATIC-MSG) dhd_wlan_mem_prealloc : section 7, size 43776 \[ 4.248746\] \[dhd\] dhd_conf_set_chiprev : devid=0x449d, chip=0xaae8, chiprev=2, svid=0x14e4, ssid=0xaae8 \[ 4.249203\] \[dhd\] dhd_check_htput_chip: htput_support:1 \[ 4.249219\] \[dhd\] STATIC-MSG) dhd_wlan_mem_prealloc : section 0, size 5152 \[ 4.260271\] \[dhd\] dhd_ioctl_entry_local invalid parameter net 0000000000000000 dev_priv 00000000878cdb95 \[ 4.260308\] \[dhd\] CFG80211-ERROR) wl_is_fils_supported : FILS NOT supported, err -22 \[12:00:02.395\] Loading module '/usr/lib/libweston-13/drm-backend.so' \[ 4.260586\] \[dhd\] STATIC-MSG) dhd_wlan_mem_prealloc : section 5, size 65536 \[ 4.260814\] \[dhd\] CFG80211-ERROR) wl_is_fils_supported : FILS NOT supported, err -19 \[ 4.260881\] \[dhd\] STATIC-MSG) dhd_wlan_mem_prealloc : section 19, size 65688 \[ 4.260980\] \[dhd\] dhd_attach(): thread:dhd_watchdog_thread:379 started \[ 4.260994\] \[dhd\] dhd_deferred_work_init: work queue initialized \[ 4.261000\] \[dhd\] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -\> mode 3 \[ 4.261006\] \[dhd\] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=40, TCPDATA_INFO_MAXNUM=40 \[ 4.261022\] \[dhd\] dhd_cpumasks_init CPU masks primary(big)=0xf0 secondary(little)=0xe \[ 4.261234\] \[dhd\] dhd_cpu_startup_callback(): LB data is not initialized yet. \[ 4.261264\] \[dhd\] dhd_cpu_startup_callback(): LB data is not initialized yet. \[ 4.261290\] \[dhd\] dhd_cpu_startup_callback(): LB data is not initialized yet. \[ 4.261456\] \[dhd\] dhd_cpu_startup_callback(): LB data is not initialized yet. \[ 4.261478\] \[dhd\] dhd_cpu_startup_callback(): LB data is not initialized yet. \[ 4.261497\] \[dhd\] dhd_cpu_startup_callback(): LB data is not initialized yet. \[ 4.261510\] \[dhd\] dhd_cpu_startup_callback(): LB data is not initialized yet. \[ 4.261595\] \[dhd\] dhd_cpu_startup_callback(): LB data is not initialized yet. \[ 4.261643\] \[dhd\] dhdpcie_bus_attach: making DHD_BUS_DOWN \[ 4.261653\] \[dhd\] dhdpcie_init: rc_dev from dev-\>bus-\>self (1d87:3588) is 0000000086ccaba8 \[ 4.261765\] \[dhd\] dhdpcie_init: rc_ep_aspm_cap: 1 rc_ep_l1ss_cap: 1 \[ 4.261778\] \[dhd\] dhdpcie_request_irq: INTx enabled, irq=82 \[ 4.261812\] \[dhd\] dhdpcie_bar1_window_switch_enab: bar1_switch_enab=0 ramstart=0x170000 ramend=0x2affff bar1_size=0x400000 \[ 4.261824\] \[dhd\] dhd_bus_download_firmware: firmware path=/vendor/etc/firmware/fw_bcmdhd.bin, nvram path=/vendor/etc/firmware/nvram.txt \[ 4.261842\] \[dhd\] dhd_conf_set_path_params : Final fw_path=/vendor/etc/firmware/fw_bcm43752a2_pcie_ag.bin \[ 4.261847\] \[dhd\] dhd_conf_set_path_params : Final nv_path=/vendor/etc/firmware/nvram_ap6275p.txt \[ 4.261851\] \[dhd\] dhd_conf_set_path_params : Final clm_path=/vendor/etc/firmware/clm_bcm43752a2_pcie_ag.blob \[ 4.261856\] \[dhd\] dhd_conf_set_path_params : Final conf_path=/vendor/etc/firmware/config.txt \[ 4.272305\] \[dhd\] dhd_os_open_image1: /vendor/etc/firmware/config.txt (240 bytes) open success \[ 4.279325\] \[dhd\] dhd_conf_read_pm_params : PM = 0 \[ 4.279332\] \[dhd\] dhd_conf_read_pm_params : pm_in_suspend = 2 \[ 4.279337\] \[dhd\] dhd_conf_read_others : keep_alive_period = 120000 \[ 4.279341\] \[dhd\] dhd_conf_read_others : garp = 1 \[ 4.279344\] \[dhd\] dhd_conf_read_pm_params : suspend_bcn_li_dtim = 10 \[ 4.279349\] \[dhd\] dhd_conf_read_others : wl_preinit = pm2_sleep_ret=20 \[ 4.279354\] \[dhd\] dhd_conf_read_pkt_filter : pkt_filter_del id = 100 102 103 104 105 107 \[ 4.279364\] \[dhd\] dhd_conf_read_pkt_filter : pkt_filter_add\[0\]\[\] = 142 0 0 77 0xffffffffffffffffffffffffffffff 0x2F6465766963652F77616B6575702F \[ 4.279371\] \[dhd\] d2h_intr_method -\> PCIE_INTX(0); d2h_intr_control -\> D2H_INTMASK(0) \[ 4.279475\] \[dhd\] dhdpcie_download_code_file: dhd_tcm_test_enable 0, dhd_tcm_test_status 0 \[ 4.279479\] \[dhd\] dhdpcie_download_code_file: download firmware /vendor/etc/firmware/fw_bcm43752a2_pcie_ag.bin \[ 4.279521\] \[dhd\] dhd_os_open_image1: /vendor/etc/firmware/fw_bcm43752a2_pcie_ag.bin (936074 bytes) open success \[12:00:02.421\] initializing drm backend \[ 4.282932\] \[dhd\] dhd_os_open_image1: /vendor/etc/firmware/fw_bcm43752a2_pcie_ag.bin (936074 bytes) open success \[12:00:02.421\] Entering mirror mode. \[ 4.282938\] \[dhd\] dhdpcie_download_code_file Using SINGLE image (size 936074) \[12:00:02.421\] Trying direct launcher... \[12:00:02.423\] using /dev/dri/card0 \[12:00:02.423\] DRM: does not support atomic modesetting \[12:00:02.423\] DRM: does not support GBM modifiers \[12:00:02.423\] DRM: does not support async page flipping \[12:00:02.423\] DRM: supports picture aspect ratio \[12:00:02.430\] Loading module '/usr/lib/libweston-13/gl-renderer.so' \[ 4.332105\] mali fb000000.gpu: Loading Mali firmware 0x1010000 \[ 4.334956\] mali fb000000.gpu: Mali firmware git_sha: 221d2b3e5f4cf47df6227ccb24c82c4e4baa986e \[12:00:02.499\] EGL version: 1.4 Valhall-"g13p0-01eac0" \[12:00:02.499\] EGL vendor: ARM \[12:00:02.499\] EGL client APIs: OpenGL_ES \[12:00:02.499\] EGL features: EGL Wayland extension: yes context priority: yes buffer age: no partial update: yes swap buffers with damage: no configless context: yes surfaceless context: yes dmabuf support: modifiers \[ 4.385922\] \[dhd\] dhd_os_open_image1: /vendor/etc/firmware/nvram_ap6275p.txt (7458 bytes) open success \[ 4.386946\] \[dhd\] dhdpcie_download_nvram: dhd_get_download_buffer len 7458 \[ 4.386963\] \[dhd\] # AP6275P_NVRAM_V1.2_20210918A \[ 4.386993\] \[dhd\] dhdpcie_download_nvram: process_nvram_vars len 6036 \[ 4.395992\] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_audio_startup: device is no connected or audio is off \[ 4.396006\] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19 \[ 4.396028\] rockchip,hdmiin: ASoC: error at __soc_pcm_open on rockchip,hdmiin: -19 \[ 4.405270\] \[dhd\] dhdpcie_bus_write_vars: Download, Upload and compare of NVRAM succeeded. \[ 4.405278\] \[dhd\] dhdpcie_bus_write_vars: New varsize is 6040, length token(nvram_csm)=0xfa1905e6 \[ 4.405791\] \[dhd\] Download and compare of TLV 0xfeedc0de succeeded (size 128, addr 2ae7dc). \[ 4.405927\] \[dhd\] dhdpcie_bus_download_state: Took ARM out of Reset \[ 4.405971\] \[dhd\] dhd_bus_aer_config: Configure AER registers for EP \[ 4.406012\] \[dhd\] dhd_bus_aer_config: Configure AER registers for RC \[ 4.407448\] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_audio_startup: device is no connected or audio is off \[12:00:02.537\] GL version: OpenGL ES 3.2 v1.g13p0-01eac0.11addb9882ee8209dc0912af75110af7 \[ 4.407474\] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19 \[12:00:02.537\] GLSL version: OpenGL ES GLSL ES 3.20 \[ 4.407513\] rockchip,hdmiin: ASoC: error at __soc_pcm_open on rockchip,hdmiin: -19 \[12:00:02.537\] GL vendor: ARM \[12:00:02.537\] GL renderer: Mali-G610 \[ 4.419468\] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_audio_startup: device is no connected or audio is off \[ 4.419517\] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19 \[ 4.419550\] rockchip,hdmiin: ASoC: error at __soc_pcm_open on rockchip,hdmiin: -19 E: \[pulseaudio\] module-alsa-card.c: Failed to find a working profile. E: \[pulseaudio\] module.c: Failed to load module "module-alsa-card" (argument: "device_id="0" name="0" card_name="alsa_card.0" namereg_fail=false tsched=no fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed. E: \[pulseaudio\] module-rescue-streams.c: module-rescue-stream is obsolete and should no longer be loaded. Please remove it from your configuration. E: \[pulseaudio\] module-console-kit.c: GetSessionsForUnixUser() call failed: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ConsoleKit was not provided by any .service files E: \[pulseaudio\] module.c: Failed to load module "module-console-kit" (argument: ""): initialization failed. \[ 4.498396\] \[dhd\] dhdpcie_readshared: addr=0x20a584 nvram_csm=0xfa1905e6 \[ 4.498430\] \[dhd\] ### Total time ARM OOR to Readshared pass took 92558 usec ### W: \[pulseaudio\] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead \[ 4.498435\] \[dhd\] dhdpcie_readshared: PCIe shared addr (0x0020a584) read took 90000 usec before dongle is ready W: \[pulseaudio\] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead \[ 4.498817\] \[dhd\] FW supports DAR ? N \[ 4.498985\] \[dhd\] H2D DMA WR INDX : array size 172 = 4 \* 43 \[ 4.498994\] \[dhd\] D2H DMA RD INDX : array size 16 = 4 \* 4 \[ 4.499002\] \[dhd\] D2H DMA WR INDX : array size 16 = 4 \* 4 \[ 4.499009\] \[dhd\] H2D DMA RD INDX : array size 172 = 4 \* 43 \[ 4.499013\] \[dhd\] dhdpcie_readshared: max H2D queues 40 \[ 4.499018\] \[dhd\] FW supports debug buf dest ? N \[ 4.499022\] \[dhd\] FW supports MD ring ? N \[ 4.499165\] \[dhd\] dhd_bus_init: Enabling bus-\>intr_enabled \[ 4.499189\] \[dhd\] STATIC-MSG) dhd_wlan_mem_prealloc : section 9, size 32896 \[ 4.499200\] \[dhd\] dhd_prot_init:4146: h2d_max_txpost = 512 \[ 4.499205\] \[dhd\] dhd_prot_init:4152: h2d_htput_max_txpost = 2048 \[ 4.499331\] \[dhd\] dhd_prot_init: max_rxbufpost:511 rx_buf_burst:64 rx_bufpost_threshold:64 \[ 4.499337\] \[dhd\] ENABLING DW:0 \[ 4.499340\] \[dhd\] IDMA inited \[ 4.499343\] \[dhd\] IFRM not enabled in FW !! \[ 4.499347\] \[dhd\] DAR not enabled in FW !! \[ 4.499350\] \[dhd\] Enable hostcap: EXTD TXS in txcpl \[ 4.499376\] \[dhd\] dhd_prot_d2h_sync_init(): D2H sync mechanism is NONE \[ 4.499391\] \[dhd\] dhd_bus_hostready : Read PCICMD Reg: 0x00100006 \[ 4.499409\] \[dhd\] dhd_bus_hostready: Ring Hostready:1 \[ 4.499412\] \[dhd\] Attach flowrings pool for 40 rings \[ 4.499435\] \[dhd\] iDMA not enabled yet,waiting 1 ms c=1 IDMAControl = 00000000 \[ 4.500556\] \[dhd\] iDMA enabled PCIEControl = 00000001 \[ 4.502765\] \[dhd\] trying to send create d2h info ring: id 46 \[ 4.502782\] \[dhd\] dhd_send_d2h_ringcreate ringid: 3 idx: 46 max_h2d: 43 \[ 4.502789\] \[dhd\] trying to send create h2d info ring id 45 \[ 4.502997\] \[dhd\] dhd_prot_process_d2h_ring_create_complete ring create Response status = 0 ring 3, id 0xfffc \[ 4.503031\] \[dhd\] info buffer post after ring create \[ 4.505030\] \[dhd\] wlc_ver_major 12, wlc_ver_minor 1 \[ 4.506441\] \[dhd\] dhd_sync_with_dongle: GET_REVINFO device 0x449d, vendor 0x14e4, chipnum 0xaae8 \[ 4.507877\] \[dhd\] dhd_sync_with_dongle: RxBuf Post : 2048 \[ 4.507895\] \[dhd\] dhd_sync_with_dongle: RxBuf Post Alloc : 2048 \[ 4.513399\] \[dhd\] dhd_preinit_ioctls: preinit_status IOVAR not supported, use legacy preinit \[ 4.513445\] \[dhd\] dhd_tcpack_suppress_set 378: already set to 3 \[ 4.516560\] \[dhd\] dhd_legacy_preinit_ioctls: hostwake_oob enabled \[ 4.518987\] \[dhd\] dhd_legacy_preinit_ioctls: use firmware generated mac_address c0:f5:35:4f:8d:5e \[ 4.519104\] \[dhd\] dhd_os_open_image1: /vendor/etc/firmware/clm_bcm43752a2_pcie_ag.blob (30993 bytes) open success \[ 4.521735\] \[dhd\] dhd_check_current_clm_data: ----- This FW is not included CLM data ----- \[ 4.536600\] file system registered \[ 4.587445\] \[dhd\] dhd_apply_default_clm: CLM download succeeded \[ 4.590200\] \[dhd\] dhd_check_current_clm_data: ----- This FW is included CLM data ----- \[ 4.597719\] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_cancel_cpu_limit_freq freq qos nod add \[ 4.598125\] \[dhd\] Firmware up: op_mode=0x0005, MAC=c0:f5:35:4f:8d:5e \[ 4.617077\] \[dhd\] dhd_legacy_preinit_ioctls: event_log_max_sets: 26 ret: 0 \[ 4.631527\] \[dhd\] arp_enable:1 arp_ol:0 \[ 4.631577\] \[dhd\] dhd_conf_add_pkt_filter : 142 0 0 77 0xffffffffffffffffffffffffffffff 0x2F6465766963652F77616B6575702F \[ 4.637810\] read descriptors \[ 4.637825\] read strings \[ 4.643187\] \[dhd\] Driver: 101.10.591.52.27 (20240409-1)(20240411-2) \[ 4.643187\] \[dhd\] Firmware: wl0: Jul 12 2022 18:54:54 version 18.35.387.23.146 (g412cc5ec) FWID 01-93c53be6 \[ 4.643187\] \[dhd\] CLM: 9.9.12_SS (2021-10-12 17:03:28) \[12:00:02.792\] GL ES 3.2 - renderer features: read-back format: ARGB8888 glReadPixels supports y-flip: no wl_shm 10 bpc formats: yes wl_shm 16 bpc formats: no wl_shm half-float formats: yes internal R and RG formats: yes OES_EGL_image_external: yes wl_shm sub-image to texture: yes \[12:00:02.793\] Using GL renderer \[ 4.693380\] \[dhd\] dhd_ecounter_autoconfig Ecounter autoconfig in FW not supported \[ 4.697013\] \[dhd\] dhd_legacy_preinit_ioctls: d3_hostwake_delay IOVAR not present, proceed \[ 4.728053\] \[dhd\] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0 \[ 4.728119\] \[dhd\] dhd_rx_frame: net device is NOT registered. drop event packet \[12:00:02.857\] event4 - adc-keys: is tagged by udev as: Keyboard \[12:00:02.857\] event4 - adc-keys: device is a keyboard \[ 4.731262\] \[dhd\] dhd_conf_set_country : set country CN, revision 0 \[12:00:02.859\] event0 - rk805 pwrkey: is tagged by udev as: Keyboard \[12:00:02.859\] event0 - rk805 pwrkey: device is a keyboard \[12:00:02.860\] event5 - rockchip-hdmi0 rockchip-hdmi0: is tagged by udev as: Switch \[12:00:02.860\] event5 - not using input device '/dev/input/event5' \[12:00:02.861\] event6 - rockchip-hdmi1 rockchip-hdmi1: is tagged by udev as: Switch \[12:00:02.862\] event6 - not using input device '/dev/input/event6' \[12:00:02.862\] event2 - rockchip,hdmiin rockchip,hdmiin: is tagged by udev as: Switch \[12:00:02.863\] event2 - not using input device '/dev/input/event2' \[12:00:02.863\] event3 - bt-powerkey: is tagged by udev as: Keyboard \[ 4.736737\] \[dhd\] dhd_conf_set_country : Country code: CN (CN/0) \[12:00:02.863\] event3 - bt-powerkey: device is a keyboard \[12:00:02.864\] event1 - goodix-ts: is tagged by udev as: Keyboard Touchscreen \[12:00:02.864\] event1 - goodix-ts: device is a keyboard \[12:00:02.864\] event1 - goodix-ts: device is a touch device \[ 4.753246\] \[dhd\] Dongle Host Driver, version 101.10.591.52.27 (20240409-1)(20240411-2)(d83d8d7) \[ 4.753246\] /home/jinhualong/new_disk_4t/wyb/RD-RK3588/rk3588_linux6.1_release_v1.2.0_20241220/external/rkwifibt/drivers/bcmdhd compiled on Nov 26 2025 at 21:35:58 \[ 4.753246

4.757702\] \[dhd\] Register interface \[wlan0\] MAC: c0:f5:35:4f:8d:5e \[ 4.757702

4.757798\] \[dhd\] dhd_tcpack_suppress_set: TCP ACK Suppress mode 3 -\> mode 0 \[ 4.757811\] \[dhd\] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=40, TCPDATA_INFO_MAXNUM=40 \[ 4.757829\] \[dhd\] \[wlan0\] wl_android_wifi_off : g_wifi_on=1 force_off=1 \[ 4.757841\] \[dhd\] dhd_bus_devreset: == Power OFF == \[ 4.757851\] \[dhd\] dhdpcie_advertise_bus_cleanup: DB7 Not sent!!! \[ 4.757863\] \[dhd\] dhd_bus_stop: making DHD_BUS_DOWN \[ 4.758012\] \[dhd\] dhd_dpc_kill: tasklet disabled \[ 4.761316\] \[dhd\] dhd_bus_devreset: making DHD_BUS_DOWN \[ 4.761338\] \[dhd\] dhd_bus_devreset: WLAN OFF Done \[ 4.761349\] \[dhd\] wifi_platform_set_power = 0, delay: 10 msec \[ 4.761361\] \[dhd\] ======== PULL WL_REG_ON(-1) LOW! ======== \[ 4.761371\] \[WLAN_RFKILL\]: rockchip_wifi_power: 0 \[ 4.761380\] \[WLAN_RFKILL\]: rockchip_wifi_power: rfkill-wlan driver has not Successful initialized \[ 4.772404\] \[dhd\] wifi_platform_set_power = 0, sleep done: 10 msec \[ 4.772428\] \[dhd\] \[wlan0\] wl_android_wifi_off : out \[ 4.773637\] \[dhd\] Register interface \[wlan1\] MAC: c2:f5:35:4f:8d:5e \[ 4.773637

4.773656\] \[dhd\] wl_android_post_init: 0 \[ 4.773664\] \[dhd\] dhdpcie_pci_probe : mutex is released. \[ 4.773836\] \[dhd\] _dhd_module_init: Exit err=0 Successfully init Wi-Fi for AP6275P! \[ 4.791425\] \[dhd\] dhd_pri_open : no mutex held \[ 4.791479\] \[dhd\] dhd_pri_open : set mutex lock \[ 4.791489\] \[dhd\] \[wlan0\] dhd_open : Enter \[ 4.791497\] \[dhd\] Dongle Host Driver, version 101.10.591.52.27 (20240409-1)(20240411-2)(d83d8d7) \[ 4.791497\] /home/jinhualong/new_disk_4t/wyb/RD-RK3588/rk3588_linux6.1_release_v1.2.0_20241220/external/rkwifibt/drivers/bcmdhd compiled on Nov 26 2025 at 21:35:58 \[ 4.791497

4.791512\] \[dhd\] dhd_open: ######### called for ifidx=0 ######### \[ 4.791530\] \[dhd\] \[wlan0\] wl_android_wifi_on : in g_wifi_on=0 \[ 4.791540\] \[dhd\] wifi_platform_set_power = 1, delay: 200 msec \[ 4.791550\] \[dhd\] ======== PULL WL_REG_ON(-1) HIGH! ======== \[ 4.791559\] \[WLAN_RFKILL\]: rockchip_wifi_power: 1 \[ 4.791567\] \[WLAN_RFKILL\]: rockchip_wifi_power: rfkill-wlan driver has not Successful initialized \[12:00:02.930\] libinput: configuring device "adc-keys". \[12:00:02.930\] libinput: configuring device "rk805 pwrkey". \[12:00:02.930\] libinput: configuring device "bt-powerkey". \[12:00:02.930\] Touchscreen - goodix-ts - /sys/devices/virtual/input/input1/event1 \[12:00:02.930\] libinput: configuring device "goodix-ts". \[12:00:02.930\] input device event1 has no enabled output associated (none named), skipping calibration for now. \[12:00:02.930\] Registered plugin API 'weston_drm_output_api_v1' of size 40 \[12:00:02.930\] Color manager: no-op \[12:00:02.930\] Compositor capabilities: arbitrary surface rotation: yes screen capture uses y-flip: yes cursor planes: yes arbitrary resolutions: no view mask clipping: yes explicit sync: yes color operations: yes presentation clock: CLOCK_MONOTONIC, id 1 presentation clock resolution: 0.000000001 s \[12:00:02.931\] Loading module '/usr/lib/weston/desktop-shell.so' \[12:00:02.934\] DRM: head 'HDMI-A-1' found, connector 223 is disconnected. \[12:00:02.935\] DRM: head 'HDMI-A-2' found, connector 239 is disconnected. \[12:00:02.935\] DRM: head 'DSI-1' found, connector 253 is connected, EDID make 'unknown', model 'unknown', serial '' Supported EOTF modes: SDR \[12:00:02.935\] DRM: head 'DP-1' found, connector 255 is disconnected. \[12:00:02.935\] DRM: head 'DP-2' found, connector 263 is disconnected. \[12:00:02.936\] launching '/usr/libexec/weston-keyboard' \[12:00:02.938\] launching '/usr/libexec/weston-desktop-shell' \[12:00:02.940\] DSI-1 using at least 2 buffers \[12:00:02.940\] Output 'DSI-1' attempts EOTF mode: SDR \[12:00:02.940\] Output 'DSI-1' using color profile: stock sRGB color profile \[12:00:02.940\] Chosen EGL config details: id: 9 rgba: 8 8 8 0 buf: 24 dep: 0 stcl: 0 int: 0-1 type: win\|pbf\|swap_preserved vis_id: XRGB8888 (0x34325258) \[12:00:02.940\] Output DSI-1 (crtc 144) video modes: 1200x1920@55.8, preferred, current, 148.0 MHz \[12:00:02.940\] associating input device event4 with output DSI-1 (none by udev) \[12:00:02.940\] associating input device event0 with output DSI-1 (none by udev) \[12:00:02.940\] associating input device event3 with output DSI-1 (none by udev) \[12:00:02.941\] associating input device event1 with output DSI-1 (none by udev) \[12:00:02.941\] Output 'DSI-1' enabled with head(s) DSI-1 \[ 4.828452\] android_work: did not send uevent (0 0 0000000000000000) Successfully initialized wpa_supplicant could not load cursor 'dnd-move' could not load cursor 'dnd-move' could not load cursor 'dnd-copy' could not load cursor 'dnd-copy' could not load cursor 'dnd-none' could not load cursor 'dnd-none' \[ 4.998352\] \[dhd\] wifi_platform_set_power = 1, sleep done: 200 msec \[ 4.998418\] \[dhd\] dhd_bus_devreset: == Power ON == \[ 4.998431\] \[dhd\] dhd_bus_devreset: dhdpcie_bus_start_host_dev OK \[ 4.999067\] \[dhd\] \*\*\*\*\*\*\*\* Perform FLR \*\*\*\*\*\*\*\* \[ 4.999211\] \[dhd\] config space 0x88 is 0x8080 \[ 4.999223\] \[dhd\] \*\*\*\*\*\*\*\* device not in FLR \*\*\*\*\*\*\*\* \[ 4.999574\] \[dhd\] \*\*\*\*\*\*\*\* device force FLR only not set \*\*\*\*\*\*\*\* \[ 4.999583\] \[dhd\] Delay of 70 msec \[ 5.078546\] \[dhd\] read_config: reg=0x88 read val=0xb080 \[ 5.078764\] \[dhd\] read_config: reg=0x88 read val=0xb080 \[ 5.078943\] \[dhd\] read_config: reg=0x88 read val=0xb080 \[ 5.079000\] \[dhd\] read_config: reg=0x88 read val=0xb080 \[ 5.079171\] \[dhd\] read_config: reg=0x88 read val=0xb080 \[ 5.079228\] \[dhd\] read_config: reg=0x88 read val=0xb080 \[ 5.079399\] \[dhd\] read_config: reg=0x88 read val=0xb080 \[ 5.079454\] \[dhd\] read_config: reg=0x88 read val=0xb080 \[ 5.079624\] \[dhd\] read_config: reg=0x88 read val=0x8080 \[ 5.080092\] \[dhd\] \*\*\*\*\*\*\*\* FLR Succedeed \*\*\*\*\*\*\*\* \[ 5.080118\] \[dhd\] Disable CTO \[ 5.080868\] \[dhd\] dhd_dump_pcie_slave_wrapper_regs pcie slave wrapper base not populated \[ 5.081015\] \[dhd\] DHD: dongle ram size is set to 1310720(orig 1310720) at 0x170000 \[ 5.081029\] \[dhd\] dhdpcie_bar1_window_switch_enab: bar1_switch_enab=0 ramstart=0x170000 ramend=0x2affff bar1_size=0x400000 \[ 5.081065\] \[dhd\] dhdpcie_request_irq: INTx enabled, irq=82 \[ 5.081117\] \[dhd\] dhd_bus_download_firmware: firmware path=/vendor/etc/firmware/fw_bcmdhd.bin, nvram path=/vendor/etc/firmware/nvram.txt \[ 5.081152\] \[dhd\] dhd_conf_set_path_params : Final fw_path=/vendor/etc/firmware/fw_bcm43752a2_pcie_ag.bin \[ 5.081163\] \[dhd\] dhd_conf_set_path_params : Final nv_path=/vendor/etc/firmware/nvram_ap6275p.txt \[ 5.081174\] \[dhd\] dhd_conf_set_path_params : Final clm_path=/vendor/etc/firmware/clm_bcm43752a2_pcie_ag.blob \[ 5.081184\] \[dhd\] dhd_conf_set_path_params : Final conf_path=/vendor/etc/firmware/config.txt \[ 5.081257\] \[dhd\] dhd_os_open_image1: /vendor/etc/firmware/config.txt (240 bytes) open success \[ 5.081311\] \[dhd\] dhd_conf_read_pm_params : PM = 0 \[ 5.081327\] \[dhd\] dhd_conf_read_pm_params : pm_in_suspend = 2 \[ 5.081342\] \[dhd\] dhd_conf_read_others : keep_alive_period = 120000 \[ 5.081355\] \[dhd\] dhd_conf_read_others : garp = 1 \[ 5.081368\] \[dhd\] dhd_conf_read_pm_params : suspend_bcn_li_dtim = 10 \[ 5.081385\] \[dhd\] dhd_conf_read_others : wl_preinit = pm2_sleep_ret=20 \[ 5.081400\] \[dhd\] dhd_conf_read_pkt_filter : pkt_filter_del id = 100 102 103 104 105 107 \[ 5.081440\] \[dhd\] dhd_conf_read_pkt_filter : pkt_filter_add\[0\]\[\] = 142 0 0 77 0xffffffffffffffffffffffffffffff 0x2F6465766963652F77616B6575702F \[ 5.081455\] \[dhd\] d2h_intr_method -\> PCIE_INTX(0); d2h_intr_control -\> D2H_INTMASK(0) \[ 5.081674\] \[dhd\] dhdpcie_download_code_file: dhd_tcm_test_enable 0, dhd_tcm_test_status 0 \[ 5.081687\] \[dhd\] dhdpcie_download_code_file: download firmware /vendor/etc/firmware/fw_bcm43752a2_pcie_ag.bin \[ 5.081712\] \[dhd\] dhd_os_open_image1: /vendor/etc/firmware/fw_bcm43752a2_pcie_ag.bin (936074 bytes) open success \[ 5.081725\] \[dhd\] dhdpcie_download_code_file Using SINGLE image (size 936074) \[ 5.179360\] \[dhd\] dhd_os_open_image1: /vendor/etc/firmware/nvram_ap6275p.txt (7458 bytes) open success \[ 5.179398\] \[dhd\] dhdpcie_download_nvram: dhd_get_download_buffer len 7458 \[ 5.179405\] \[dhd\] # AP6275P_NVRAM_V1.2_20210918A \[ 5.179450\] \[dhd\] dhdpcie_download_nvram: process_nvram_vars len 6036 \[ 5.197925\] \[dhd\] dhdpcie_bus_write_vars: Download, Upload and compare of NVRAM succeeded. \[ 5.197932\] \[dhd\] dhdpcie_bus_write_vars: New varsize is 6040, length token(nvram_csm)=0xfa1905e6 \[ 5.198350\] \[dhd\] Download and compare of TLV 0xfeedc0de succeeded (size 128, addr 2ae7dc). \[ 5.198445\] \[dhd\] dhdpcie_bus_download_state: Took ARM out of Reset \[ 5.198468\] \[dhd\] dhd_bus_aer_config: Configure AER registers for EP \[ 5.198492\] \[dhd\] dhd_bus_aer_config: Configure AER registers for RC \[ 5.291480\] \[dhd\] dhdpcie_readshared: addr=0x20a584 nvram_csm=0xfa1905e6 \[ 5.291509\] \[dhd\] ### Total time ARM OOR to Readshared pass took 93098 usec ### \[ 5.291514\] \[dhd\] dhdpcie_readshared: PCIe shared addr (0x0020a584) read took 90000 usec before dongle is ready \[ 5.291780\] \[dhd\] FW supports DAR ? N \[ 5.291808\] \[dhd\] H2D DMA WR INDX : array size 172 = 4 \* 43 \[ 5.291814\] \[dhd\] D2H DMA RD INDX : array size 16 = 4 \* 4 \[ 5.291819\] \[dhd\] D2H DMA WR INDX : array size 16 = 4 \* 4 \[ 5.291824\] \[dhd\] H2D DMA RD INDX : array size 172 = 4 \* 43 \[ 5.291829\] \[dhd\] dhdpcie_readshared: max H2D queues 40 \[ 5.291834\] \[dhd\] FW supports debug buf dest ? N \[ 5.291839\] \[dhd\] FW supports MD ring ? N \[ 5.291869\] \[dhd\] dhd_bus_init: Enabling bus-\>intr_enabled \[ 5.291899\] \[dhd\] STATIC-MSG) dhd_wlan_mem_prealloc : section 9, size 32896 \[ 5.291911\] \[dhd\] dhd_prot_init:4146: h2d_max_txpost = 512 \[ 5.291917\] \[dhd\] dhd_prot_init:4152: h2d_htput_max_txpost = 2048 \[ 5.291925\] \[dhd\] dhd_prot_init: max_rxbufpost:511 rx_buf_burst:64 rx_bufpost_threshold:64 \[ 5.291931\] \[dhd\] ENABLING DW:0 \[ 5.291936\] \[dhd\] IDMA inited \[ 5.291940\] \[dhd\] IFRM not enabled in FW !! \[ 5.291944\] \[dhd\] DAR not enabled in FW !! \[ 5.291948\] \[dhd\] Enable hostcap: EXTD TXS in txcpl \[ 5.292010\] \[dhd\] dhd_prot_d2h_sync_init(): D2H sync mechanism is NONE \[ 5.292025\] \[dhd\] dhd_bus_hostready : Read PCICMD Reg: 0x00100006 \[ 5.292044\] \[dhd\] dhd_bus_hostready: Ring Hostready:1 \[ 5.292051\] \[dhd\] iDMA not enabled yet,waiting 1 ms c=1 IDMAControl = 00000000 \[ 5.293173\] \[dhd\] iDMA enabled PCIEControl = 00000001 \[ 5.294845\] \[dhd\] trying to send create d2h info ring: id 46 \[ 5.294867\] \[dhd\] dhd_send_d2h_ringcreate ringid: 3 idx: 46 max_h2d: 43 \[ 5.294878\] \[dhd\] trying to send create h2d info ring id 45 \[ 5.295289\] \[dhd\] dhd_prot_process_d2h_ring_create_complete ring create Response status = 0 ring 3, id 0xfffc \[ 5.295303\] \[dhd\] info buffer post after ring create \[ 5.297415\] \[dhd\] wlc_ver_major 12, wlc_ver_minor 1 \[ 5.298958\] \[dhd\] dhd_sync_with_dongle: GET_REVINFO device 0x449d, vendor 0x14e4, chipnum 0xaae8 \[ 5.300273\] \[dhd\] dhd_sync_with_dongle: RxBuf Post : 2048 \[ 5.300284\] \[dhd\] dhd_sync_with_dongle: RxBuf Post Alloc : 2048 \[ 5.305492\] \[dhd\] dhd_preinit_ioctls: preinit_status IOVAR not supported, use legacy preinit \[ 5.305514\] \[dhd\] dhd_tcpack_suppress_set: TCP ACK Suppress mode 0 -\> mode 3 \[ 5.305525\] \[dhd\] dhd_tcpack_suppress_set: TCPACK_INFO_MAXNUM=40, TCPDATA_INFO_MAXNUM=40 \[ 5.308616\] \[dhd\] dhd_legacy_preinit_ioctls: hostwake_oob enabled \[ 5.310017\] \[dhd\] dhd_legacy_preinit_ioctls: use firmware generated mac_address c0:f5:35:4f:8d:5e \[ 5.310123\] \[dhd\] dhd_os_open_image1: /vendor/etc/firmware/clm_bcm43752a2_pcie_ag.blob (30993 bytes) open success \[ 5.312699\] \[dhd\] dhd_check_current_clm_data: ----- This FW is not included CLM data ----- \[ 5.366631\] \[dhd\] dhd_apply_default_clm: CLM download succeeded \[ 5.369143\] \[dhd\] dhd_check_current_clm_data: ----- This FW is included CLM data ----- \[ 5.380260\] \[dhd\] Firmware up: op_mode=0x0005, MAC=c0:f5:35:4f:8d:5e \[ 5.419285\] \[dhd\] dhd_legacy_preinit_ioctls: event_log_max_sets: 26 ret: 0 \[ 5.424620\] \[dhd\] arp_enable:1 arp_ol:0 \[ 5.424660\] \[dhd\] dhd_conf_add_pkt_filter : 142 0 0 77 0xffffffffffffffffffffffffffffff 0x2F6465766963652F77616B6575702F \[ 5.430833\] \[dhd\] Driver: 101.10.591.52.27 (20240409-1)(20240411-2) \[ 5.430833\] \[dhd\] Firmware: wl0: Jul 12 2022 18:54:54 version 18.35.387.23.146 (g412cc5ec) FWID 01-93c53be6 \[ 5.430833\] \[dhd\] CLM: 9.9.12_SS (2021-10-12 17:03:28) \[ 5.462487\] \[dhd\] dhd_ecounter_autoconfig Ecounter autoconfig in FW not supported \[ 5.465148\] \[dhd\] dhd_legacy_preinit_ioctls: d3_hostwake_delay IOVAR not present, proceed \[ 5.467079\] \[dhd\] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0 \[ 5.467130\] \[dhd\] dhd_rx_frame: net device is NOT registered. drop event packet \[ 5.468868\] \[dhd\] dhd_conf_same_country : country code = CN/0 is already configured \[ 5.479236\] \[dhd\] dhd_bus_devreset: WLAN Power On Done \[ 5.479254\] \[dhd\] \[wlan0\] wl_android_wifi_on : Success \[ 5.510466\] \[dhd\] dhd_update_interface_flow_info: ifindex:0 previous role:0 new role:0 \[ 5.510513\] \[dhd\] dhd_rx_frame: net device is NOT registered. drop event packet \[ 5.529329\] \[dhd\] \[wlan0\] wl_cfg80211_up : Roam channel cache enabled \[ 5.532674\] \[dhd\] \[wlan0\] dhd_open : Exit ret=0 \[ 5.532697\] \[dhd\] \[wlan0\] dhd_pri_open : tx queue started \[ 5.532748\] \[dhd\] \[wlan0\] custom_xps_map_set : Done. mapping cpu \[ 5.532756\] \[dhd\] dhd_pri_open : mutex is released. \[ 5.574140\] \[BT_RFKILL\]: bt shut off power \[ 5.584496\] \[dhd\] P2P interface registered \[ 5.587624\] \[dhd\] dhd_static_if_open : no mutex held \[ 5.587665\] \[dhd\] dhd_static_if_open : set mutex lock \[ 5.587676\] \[dhd\] \[wlan1\] dhd_static_if_open : Enter \[ 5.587687\] \[dhd\] \[wlan0\] dhd_open : Primary net_device is already up \[ 5.587704\] \[dhd\] CFG80211-ERROR) wl_cfg80211_deinit_p2p_discovery : Disabling P2P Discovery Interface \[ 5.587718\] \[dhd\] CFGP2P-ERROR) wl_cfgp2p_disable_discovery : do nothing, not initialized \[ 5.590923\] \[dhd\] dhd_update_interface_flow_info: ifindex:1 previous role:0 new role:0 xkbcommon: ERROR: couldn't find a Compose file for locale "en_US.UTF-8" (mapped to "en_US.UTF-8") could not create XKB compose table for locale 'en_US.UTF-8'. Disabiling compose \[ 5.605636\] \[dhd\] dhd_clear_del_in_progress \[ 5.605675\] \[dhd\] \[wlan1\] dhd_static_if_open : Exit ret=0 \[ 5.605690\] \[dhd\] dhd_static_if_open : mutex is released. nl80211: kernel reports: Registration to specific type not supported \[ 5.618251\] \[dhd\] CFGP2P-ERROR) wl_cfgp2p_set_discovery : p2p_disc 1 error -16 \[ 5.618304\] \[dhd\] CFGP2P-ERROR) wl_cfgp2p_init_discovery : set discover error \[ 5.634767\] \[dhd\] CFGP2P-ERROR) wl_cfgp2p_enable_discovery : init discovery error -16 \[ 5.634808\] \[dhd\] CFGP2P-ERROR) wl_cfgp2p_disable_discovery : do nothing, not initialized \[ 5.649533\] \[dhd\] CFGP2P-ERROR) wl_cfgp2p_start_p2p_device : P2P enable discovery failed, ret=-16 nl80211: Could not set interface 'p2p-dev-wlan0' UP \[ 5.650485\] \[dhd\] CFGP2P-ERROR) wl_cfgp2p_disable_discovery : do nothing, not initialized nl80211: deinit ifname=p2p-dev-wlan0 disabled_11b_rates=0 \[ 5.652116\] \[dhd\] CFGP2P-ERROR) wl_cfgp2p_del_p2p_disc_if : P2P interface unregistered p2p-dev-wlan0: Failed to initialize driver interface p2p-dev-wlan0: CTRL-EVENT-DSCP-POLICY clear_all P2P: Failed to enable P2P Device interface xkbcommon: ERROR: couldn't find a Compose file for locale "en_US.UTF-8" (mapped to "en_US.UTF-8") could not create XKB compose table for locale 'en_US.UTF-8'. Disabiling compose \[ 6.083513\] \[BT_RFKILL\]: rfkill_rk_set_power: set bt wake_host high! \[ 6.138460\] \[BT_RFKILL\]: rfkill_rk_set_power: set bt wake_host input! \[ 6.138511\] \[BT_RFKILL\]: ENABLE UART_RTS \[ 6.246728\] \[BT_RFKILL\]: DISABLE UART_RTS \[ 6.246797\] \[BT_RFKILL\]: bt turn on power \[ 6.247107\] \[BT_RFKILL\]: Request irq for bt wakeup host \[ 6.248040\] \[BT_RFKILL\]: \*\* disable irq ###AMPAK FW Auto detection patch version = \[v1.1 20161117\]### FW folder path = /lib/firmware \[ 6.775108\] of_dma_request_slave_channel: dma-names property of node '/serial@febc0000' missing or empty proc_reset\[ 6.775161\] dw-apb-uart febc0000.serial: failed to request DMA, use interrupt mode chip id = BCM4362A2 FW path = /lib/firmware/BCM4362A2.hcd \[ 6.858721\] Freeing drm_logo memory: 1384K send hci_download_minidriverproc_resetDone setting line discpline \[ 8.619039\] Bluetooth: MGMT ver 1.22 Successfully init BT for AP6275P! Done \[ 14.958725\] platform dp0-sound: deferred probe pending \[ 14.958825\] platform es8388-sound: deferred probe pending \[ 14.958853\] platform mtd_vendor_storage: deferred probe pending root@rk3588-buildroot:/# root@rk3588-buildroot:/# root@rk3588-buildroot:/# ll sh: ll: command not found root@rk3588-buildroot:/# root@rk3588-buildroot:/# uname -a Linux rk3588-buildroot 6.1.75 #2 SMP Wed Nov 26 10:12:44 CST 2025 aarch64 GNU/Linux root@rk3588-buildroot:/# root@rk3588-buildroot:/# root@rk3588-buildroot:/# root@rk3588-buildroot:/# bluetoothctl advertise on hci0 advertising_added: instance 1 \[CHG\] Controller C0:F5:35:4F:8D:5F SupportedInstances: 0x05 (5) \[CHG\] Controller C0:F5:35:4F:8D:5F ActiveInstances: 0x01 (1) Advertising object registered Tx Power: off Name: off Appearance: off Discoverable: on RSI: on hci0 69:A2:52:B3:6C:CD type LE Random connected eir_len 0 \[NEW\] Device 69:A2:52:B3:6C:CD 69-A2-52-B3-6C-CD \[NEW\] Primary Service (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service0001 00001801-0000-1000-8000-00805f9b34fb Generic Attribute Profile \[NEW\] Characteristic (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service0001/char0002 00002a05-0000-1000-8000-00805f9b34fb Service Changed \[NEW\] Characteristic (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service0001/char0004 00002b3a-0000-1000-8000-00805f9b34fb Server Supported Features \[NEW\] Characteristic (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service0001/char0006 00002b29-0000-1000-8000-00805f9b34fb Client Supported Features \[NEW\] Characteristic (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service0001/char0008 00002b2a-0000-1000-8000-00805f9b34fb Database Hash \[NEW\] Primary Service (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service0086 0000fe35-0000-1000-8000-00805f9b34fb HUAWEI Technologies Co., Ltd \[NEW\] Characteristic (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service0086/char0087 00002a00-0000-1000-8000-00805f9b34fb Device Name \[NEW\] Characteristic (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service0086/char0089 00002a01-0000-1000-8000-00805f9b34fb Appearance \[NEW\] Descriptor (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service0086/char0089/desc008b 00002902-0000-1000-8000-00805f9b34fb Client Characteristic Configuration \[NEW\] Characteristic (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service0086/char008c 00002a02-0000-1000-8000-00805f9b34fb Peripheral Privacy Flag \[NEW\] Characteristic (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service0086/char008e 00002a03-0000-1000-8000-00805f9b34fb Reconnection Address \[NEW\] Descriptor (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service0086/char008e/desc0090 00002902-0000-1000-8000-00805f9b34fb Client Characteristic Configuration \[NEW\] Primary Service (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service0091 0000046a-0000-1000-8000-00805f9b34fb Unknown \[NEW\] Characteristic (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service0091/char0092 0000046c-0000-1000-8000-00805f9b34fb Unknown \[NEW\] Primary Service (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service0094 00009955-0000-1000-8000-00805f9b34fb Unknown \[NEW\] Characteristic (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service0094/char0095 00009954-0000-1000-8000-00805f9b34fb Unknown \[NEW\] Characteristic (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service0094/char0097 00009953-0000-1000-8000-00805f9b34fb Unknown \[NEW\] Primary Service (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service0099 0000fcf8-0000-1000-8000-00805f9b34fb Unknown \[NEW\] Characteristic (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service0099/char009a 00002a00-0000-1000-8000-00805f9b34fb Device Name \[NEW\] Characteristic (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service0099/char009c 00002a01-0000-1000-8000-00805f9b34fb Appearance \[NEW\] Descriptor (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service0099/char009c/desc009e 00002902-0000-1000-8000-00805f9b34fb Client Characteristic Configuration \[NEW\] Primary Service (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service009f 11c8b310-80e4-4276-afc0-f81590b2177f Vendor specific \[NEW\] Characteristic (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service009f/char00a0 00002b00-0000-1000-8000-00805f9b34fb Unknown \[NEW\] Descriptor (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service009f/char00a0/desc00a2 00002902-0000-1000-8000-00805f9b34fb Client Characteristic Configuration \[NEW\] Characteristic (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service009f/char00a3 00002b01-0000-1000-8000-00805f9b34fb Unknown \[NEW\] Descriptor (Handle 0x0000) /org/bluez/hci0/dev_69_A2_52_B3_6C_CD/service009f/char00a3/desc00a5 00002902-0000-1000-8000-00805f9b34fb Client Characteristic Configuration \[CHG\] Device 69:A2:52:B3:6C:CD UUIDs: 0000046a-0000-1000-8000-00805f9b34fb \[CHG\] Device 69:A2:52:B3:6C:CD UUIDs: 00001800-0000-1000-8000-00805f9b34fb \[CHG\] Device 69:A2:52:B3:6C:CD UUIDs: 00001801-0000-1000-8000-00805f9b34fb \[CHG\] Device 69:A2:52:B3:6C:CD UUIDs: 00009955-0000-1000-8000-00805f9b34fb \[CHG\] Device 69:A2:52:B3:6C:CD UUIDs: 0000fcf8-0000-1000-8000-00805f9b34fb \[CHG\] Device 69:A2:52:B3:6C:CD UUIDs: 0000fe35-0000-1000-8000-00805f9b34fb \[CHG\] Device 69:A2:52:B3:6C:CD UUIDs: 11c8b310-80e4-4276-afc0-f81590b2177f \[CHG\] Device 69:A2:52:B3:6C:CD ServicesResolved: yes \[CHG\] Device 69:A2:52:B3:6C:CD Name: HONOR 70 \[CHG\] Device 69:A2:52:B3:6C:CD Alias: HONOR 70 \[END\] 2025/11/29 9:29:03

相关推荐
Brown.alexis1 小时前
docker安装redis7
运维·docker·容器
c***21291 小时前
ubuntu 安装 Redis
linux·redis·ubuntu
u***32431 小时前
Mysql官网下载Windows、Linux各个版本
linux·数据库·mysql
小鹿学程序2 小时前
02-集群节点准备:克隆虚拟机
linux·服务器·apache
boligongzhu2 小时前
ubuntu20.04搭建YOLOv11 GPU运行环境
linux·yolo·ubuntu·机器人
c***72742 小时前
Linux下PostgreSQL-12.0安装部署详细步骤
linux·运维·postgresql
v***Y892 小时前
linux 设置tomcat开机启动
linux·运维·tomcat
松涛和鸣2 小时前
DAY20 Optimizing VS Code for C/C++ Development on Ubuntu
linux·c语言·开发语言·c++·嵌入式硬件·ubuntu
unclecss2 小时前
从 0 到 1 手写 Linux 调试器:ptrace 系统调用与断点原理
linux·运维·服务器·c语言·ptrace