可以对比https://blog.csdn.net/weixin_43245753/article/details/124502656 查看下方的日志

--------------------DDR初始化阶段---------------------
# 风扇转速
[rk3588(com3)20221025-10:16:05]111.421282] fan speed det: 0:0:0:0:0:0:0:0:0, fan_speed[0]:0
[rk3588(com3)20221025-10:16:06][ 2112.642803] fan speed det: 0:0:0:0:0:0:0:0:0, fan_speed[0]:0
[rk3588(com3)20221025-10:16:07][ 2113.863824] fan speed det: 0:0:0:0:0:0:0:0:0, fan_speed[0]:0

# DDR内存版本 
[rk3588(com3)20221025-10:16:16]DDR Version V1.07 20220412

# DDR的型号和频率
[rk3588(com3)20221025-10:16:16]LPDDR4X, 2112MHz

[rk3588(com3)20221025-10:16:16]channel[0] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
[rk3588(com3)20221025-10:16:16]channel[1] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
[rk3588(com3)20221025-10:16:16]channel[2] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
[rk3588(com3)20221025-10:16:16]channel[3] BW=16 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=2048MB
[rk3588(com3)20221025-10:16:16]change to F1: 528MHz
[rk3588(com3)20221025-10:16:16]change to F2: 1068MHz
[rk3588(com3)20221025-10:16:16]change to F3: 1560MHz
[rk3588(com3)20221025-10:16:16]change to F0: 2112MHz
[rk3588(com3)20221025-10:16:16]out

--------------------SPL初始化阶段---------------------
[rk3588(com3)20221025-10:16:16]U-Boot SPL board init
[rk3588(com3)20221025-10:16:16]U-Boot SPL 2017.09-gc060f28d70-220414 #zyf (Apr 18 2022 - 18:13:34)
[rk3588(com3)20221025-10:16:16]Failed to set cpub01
[rk3588(com3)20221025-10:16:16]Failed to set cpub23
[rk3588(com3)20221025-10:16:16]unknown raw ID phN
[rk3588(com3)20221025-10:16:16]unrecognized JEDEC id bytes: 00, 00, 00

# 尝试从MMC2卡启动
[rk3588(com3)20221025-10:16:16]Trying to boot from MMC2
[rk3588(com3)20221025-10:16:16]MMC: no card present
[rk3588(com3)20221025-10:16:16]mmc_init: -123, time 0
[rk3588(com3)20221025-10:16:16]spl: mmc init failed with error: -123
[rk3588(com3)20221025-10:16:16]Trying to boot from MMC1
[rk3588(com3)20221025-10:16:17]Trying fit image at 0x4000 sector
[rk3588(com3)20221025-10:16:17]## Verified-boot: 0
[rk3588(com3)20221025-10:16:17]## Checking atf-1 0x00040000 ... sha256(5ae6932916...) + OK
[rk3588(com3)20221025-10:16:17]## Checking uboot 0x00200000 ... sha256(4cd47de2bd...) + OK
[rk3588(com3)20221025-10:16:17]## Checking fdt 0x00327608 ... sha256(c07f4a4d71...) + OK
[rk3588(com3)20221025-10:16:17]## Checking atf-2 0x000f0000 ... sha256(c00c7fd75b...) + OK
[rk3588(com3)20221025-10:16:17]## Checking atf-3 0xff100000 ... sha256(71c3a5841b...) + OK
[rk3588(com3)20221025-10:16:17]## Checking atf-4 0xff001000 ... sha256(2301cf73be...) + OK
[rk3588(com3)20221025-10:16:17]## Checking optee 0x08400000 ... sha256(4ed9cd20b5...) + OK

# 跳转uboot程序
[rk3588(com3)20221025-10:16:17]Jumping to U-Boot(0x00200000) via ARM Trusted Firmware(0x00040000)

# 差不多0.1秒,速度非常快。
[rk3588(com3)20221025-10:16:17]Total: 124.14 ms

--------------------BL31初始化阶段---------------------
[rk3588(com3)20221025-10:16:17]
[rk3588(com3)20221025-10:16:17]INFO:    Preloader serial: 2
[rk3588(com3)20221025-10:16:17]NOTICE:  BL31: v2.3():v2.3-384-g45c8fcb44:derrick.huang
[rk3588(com3)20221025-10:16:17]NOTICE:  BL31: Built : 15:14:04, Jun 18 2022
[rk3588(com3)20221025-10:16:17]INFO:    ext 32k is not valid
[rk3588(com3)20221025-10:16:17]INFO:    GICv3 without legacy support detected.
[rk3588(com3)20221025-10:16:17]INFO:    ARM GICv3 driver initialized in EL3
[rk3588(com3)20221025-10:16:17]INFO:    system boots from cpu-hwid-0
[rk3588(com3)20221025-10:16:17]INFO:    idle_st=0x21fff, pd_st=0x11fff9, repair_st=0xfff70001
[rk3588(com3)20221025-10:16:17]INFO:    dfs DDR fsp_params[0].freq_mhz= 2112MHz
[rk3588(com3)20221025-10:16:17]INFO:    dfs DDR fsp_params[1].freq_mhz= 528MHz
[rk3588(com3)20221025-10:16:17]INFO:    dfs DDR fsp_params[2].freq_mhz= 1068MHz
[rk3588(com3)20221025-10:16:17]INFO:    dfs DDR fsp_params[3].freq_mhz= 1560MHz
[rk3588(com3)20221025-10:16:17]INFO:    BL31: Initialising Exception Handling Framework
[rk3588(com3)20221025-10:16:17]INFO:    BL31: Initializing runtime services

--------------------BL32初始化阶段---------------------
[rk3588(com3)20221025-10:16:17]INFO:    BL31: Initializing BL32
[rk3588(com3)20221025-10:16:17]INFO:    hdmirx_handler: dma not on, ret
[rk3588(com3)20221025-10:16:17]I/TC: 
[rk3588(com3)20221025-10:16:17]I/TC: OP-TEE version: 3.13.0-645-g87d94c5ef8 #xb.wang (gcc version 10.2.1 20201103 (GNU Toolchain for the A-profile Architecture 10.2-2020.11 (arm-10.16))) #1 Tue Jun 14 10:44:31 CST 2022 aarch64
[rk3588(com3)20221025-10:16:17]I/TC: Primary CPU initializing
[rk3588(com3)20221025-10:16:17]I/TC: Primary CPU switching to normal world boot
[rk3588(com3)20221025-10:16:17]INFO:    BL31: Preparing for EL3 exit to normal world
[rk3588(com3)20221025-10:16:17]INFO:    Entry point address = 0x200000
[rk3588(com3)20221025-10:16:17]INFO:    SPSR = 0x3c9
[rk3588(com3)20221025-10:16:17]
[rk3588(com3)20221025-10:16:17]

--------------------UBOOT阶段---------------------
[rk3588(com3)20221025-10:16:17]U-Boot 2017.09 #yts20 (Aug 10 2022 - 09:43:42 +0000)
[rk3588(com3)20221025-10:16:17]
[rk3588(com3)20221025-10:16:17]Model: Rockchip RK3588 Evaluation Board
[rk3588(com3)20221025-10:16:17]PreSerial: 2, raw, 0xfeb50000
[rk3588(com3)20221025-10:16:17]DRAM:  7.7 GiB
[rk3588(com3)20221025-10:16:17]Sysmem: init
[rk3588(com3)20221025-10:16:17]Relocation Offset: edb4f000
[rk3588(com3)20221025-10:16:17]Relocation fdt: eb9fa2e8 - eb9fece0
[rk3588(com3)20221025-10:16:17]CR: M/C/I
[rk3588(com3)20221025-10:16:17]Using default environment
[rk3588(com3)20221025-10:16:17]
[rk3588(com3)20221025-10:16:17]mmc@fe2c0000: 1, mmc@fe2e0000: 0
[rk3588(com3)20221025-10:16:17]Bootdev(atags): mmc 0
[rk3588(com3)20221025-10:16:17]MMC0: HS200, 200Mhz
# EFI分区
[rk3588(com3)20221025-10:16:17]PartType: EFI

[rk3588(com3)20221025-10:16:17]DM: v2

# 启动模式(貌似出现了异常,见 https://www.pudn.com/news/62f233925425817ffc23ec8b.html)
[rk3588(com3)20221025-10:16:17]boot mode: None
[rk3588(com3)20221025-10:16:17]FIT: no signed, no conf required
[rk3588(com3)20221025-10:16:17]DTB: rk-kernel.dtb
[rk3588(com3)20221025-10:16:17]HASH(c): OK

----------------------------------------单PMIC log插入开始-------------------------------------
[rk3588(com3)20221025-10:16:17]I2c0 speed: 100000Hz
[rk3588(com3)20221025-10:16:17]vsel-gpios- not found!
[rk3588(com3)20221025-10:16:17]en-gpios- not found!

# 充电相关,见 https://blog.csdn.net/weixin_43245753/article/details/123914980
[rk3588(com3)20221025-10:16:17]vdd_cpu_big0_s0 800000 uV
[rk3588(com3)20221025-10:16:17]vsel-gpios- not found!
[rk3588(com3)20221025-10:16:17]en-gpios- not found!
[rk3588(com3)20221025-10:16:17]vdd_cpu_big1_s0 800000 uV
[rk3588(com3)20221025-10:16:17]I2c2 speed: 100000Hz
[rk3588(com3)20221025-10:16:17]vsel-gpios- not found!
[rk3588(com3)20221025-10:16:17]en-gpios- not found!
[rk3588(com3)20221025-10:16:17]vdd_npu_s0 800000 uV
[rk3588(com3)20221025-10:16:17]spi2: RK806: 2
[rk3588(com3)20221025-10:16:17]ON=0x00, OFF=0x00
[rk3588(com3)20221025-10:16:17]vdd_gpu_s0 750000 uV
[rk3588(com3)20221025-10:16:17]vdd_cpu_lit_s0 750000 uV
[rk3588(com3)20221025-10:16:17]vdd_log_s0 750000 uV
[rk3588(com3)20221025-10:16:17]vdd_vdenc_s0 init 750000 uV
[rk3588(com3)20221025-10:16:17]vdd_ddr_s0 850000 uV
------------------ ----------单PMIC log插入结束---------------------- --------------
# 找不到驱动 
[rk3588(com3)20221025-10:16:17]Warn: can't find connect driver
[rk3588(com3)20221025-10:16:17]get vp0 plane mask:0x5, primary id:2, cursor_plane:-1, from dts
[rk3588(com3)20221025-10:16:17]get vp1 plane mask:0xa, primary id:3, cursor_plane:-1, from dts
[rk3588(com3)20221025-10:16:17]get vp2 plane mask:0x140, primary id:8, cursor_plane:-1, from dts
[rk3588(com3)20221025-10:16:17]get vp3 plane mask:0x280, primary id:9, cursor_plane:-1, from dts

# 找不到驱动
[rk3588(com3)20221025-10:16:17]Warn: can't find connect driver
[rk3588(com3)20221025-10:16:17]Could not find baseparameter partition

# dts名称,确认固件是否烧对。
[rk3588(com3)20221025-10:16:17]Model: Rockchip RK3588 NVR DEMO LP4 V10 Board

# DRM:图形渲染驱动
[rk3588(com3)20221025-10:16:17]Rockchip UBOOT DRM driver version: v1.0.1
[rk3588(com3)20221025-10:16:17]vp0 have layer nr:2[0 2 ], primary plane: 2
[rk3588(com3)20221025-10:16:17]vp1 have layer nr:2[1 3 ], primary plane: 3
[rk3588(com3)20221025-10:16:17]vp2 have layer nr:2[6 8 ], primary plane: 8
[rk3588(com3)20221025-10:16:17]vp3 have layer nr:2[7 9 ], primary plane: 9

# 屏幕硬件相关
[rk3588(com3)20221025-10:16:17]Using display timing dts
[rk3588(com3)20221025-10:16:17]dsi@fde30000:  detailed mode clock 65000 kHz, flags[a]
[rk3588(com3)20221025-10:16:17]    H: 0720 0810 0814 0834
[rk3588(com3)20221025-10:16:17]    V: 1280 1295 1299 1314
[rk3588(com3)20221025-10:16:17]bus_format: 100e
[rk3588(com3)20221025-10:16:17]VOP update mode to: 720x1280p0, type: MIPI1 for VP3
[rk3588(com3)20221025-10:16:17]rockchip_vop2_init: Failed to get hdmi1_phy_pll ret=-19
[rk3588(com3)20221025-10:16:17]warn: can't get assigned-clock-parents's node
[rk3588(com3)20221025-10:16:17]VOP VP3 enable Esmart3[720x1280->720x1280@0x0] fmt[1] addr[0xee1a4000]
[rk3588(com3)20221025-10:16:17]final DSI-Link bandwidth: 416840 Kbps x 4

# 系统时钟初始化
[rk3588(com3)20221025-10:16:18]CLK: (uboot. arm: enter 1008000 KHz, init 1008000 KHz, kernel 0N/A)

# pll:时钟设备的硬件
[rk3588(com3)20221025-10:16:18]  b0pll 24000 KHz
[rk3588(com3)20221025-10:16:18]  b1pll 24000 KHz
[rk3588(com3)20221025-10:16:18]  lpll 24000 KHz
[rk3588(com3)20221025-10:16:18]  v0pll 24000 KHz
[rk3588(com3)20221025-10:16:18]  aupll 786431 KHz
[rk3588(com3)20221025-10:16:18]  cpll 1500000 KHz
[rk3588(com3)20221025-10:16:18]  gpll 1188000 KHz
[rk3588(com3)20221025-10:16:18]  npll 850000 KHz
[rk3588(com3)20221025-10:16:18]  ppll 1100000 KHz
[rk3588(com3)20221025-10:16:18]  aclk_center_root 702000 KHz
[rk3588(com3)20221025-10:16:18]  pclk_center_root 100000 KHz
[rk3588(com3)20221025-10:16:18]  hclk_center_root 396000 KHz
[rk3588(com3)20221025-10:16:18]  aclk_center_low_root 500000 KHz
[rk3588(com3)20221025-10:16:18]  aclk_top_root 594000 KHz
[rk3588(com3)20221025-10:16:18]  pclk_top_root 100000 KHz
[rk3588(com3)20221025-10:16:18]  aclk_low_top_root 396000 KHz

# 以太网
[rk3588(com3)20221025-10:16:18]Net:   eth1: ethernet@fe1c0000
[rk3588(com3)20221025-10:16:18]Hit key to stop autoboot('CTRL+C'):  0 

# Android固件加载并进行AVB校验,校验固件的合法性,因为这里没有开AVB校验所以可以正常开机
[rk3588(com3)20221025-10:16:18]ANDROID: reboot reason: "(none)"
[rk3588(com3)20221025-10:16:18]optee api revision: 2.0
[rk3588(com3)20221025-10:16:18]TEEC: Waring: Could not find security partition
[rk3588(com3)20221025-10:16:18]Not AVB images, AVB skip
[rk3588(com3)20221025-10:16:18]No valid android hdr
[rk3588(com3)20221025-10:16:18]Android image load failed
[rk3588(com3)20221025-10:16:18]Android boot failed, error -1.

# 加载kernel并跳转到kernel阶段启动
[rk3588(com3)20221025-10:16:18]## Booting FIT Image at 0xe9a38ac0 with size 0x01dc0800
[rk3588(com3)20221025-10:16:18]Fdt Ramdisk skip relocation
# 验证镜像文件
[rk3588(com3)20221025-10:16:18]## Loading kernel from FIT Image at e9a38ac0 ...
[rk3588(com3)20221025-10:16:18]   Using 'conf' configuration
[rk3588(com3)20221025-10:16:18]## Verified-boot: 0
[rk3588(com3)20221025-10:16:18]   Trying 'kernel' kernel subimage
[rk3588(com3)20221025-10:16:18]     Description:  unavailable
[rk3588(com3)20221025-10:16:18]     Type:         Kernel Image
[rk3588(com3)20221025-10:16:18]     Compression:  uncompressed
[rk3588(com3)20221025-10:16:18]     Data Start:   0xe9a5f0c0
[rk3588(com3)20221025-10:16:18]     Data Size:    31040000 Bytes = 29.6 MiB
[rk3588(com3)20221025-10:16:18]     Architecture: AArch64
[rk3588(com3)20221025-10:16:18]     OS:           Linux
[rk3588(com3)20221025-10:16:18]     Load Address: 0x00400000
[rk3588(com3)20221025-10:16:18]     Entry Point:  0x00400000
[rk3588(com3)20221025-10:16:18]     Hash algo:    sha256
[rk3588(com3)20221025-10:16:18]     Hash value:   8d9fe04c327d28e73cdf88bb7d32d80c8e5d9222bd2d8c76baa067e177df72fc
[rk3588(com3)20221025-10:16:18]   Verifying Hash Integrity ... sha256+ OK
[rk3588(com3)20221025-10:16:18]## Loading fdt from FIT Image at e9a38ac0 ...
[rk3588(com3)20221025-10:16:18]   Using 'conf' configuration
[rk3588(com3)20221025-10:16:18]   Trying 'fdt' fdt subimage
[rk3588(com3)20221025-10:16:18]     Description:  unavailable
[rk3588(com3)20221025-10:16:18]     Type:         Flat Device Tree
[rk3588(com3)20221025-10:16:18]     Compression:  uncompressed
[rk3588(com3)20221025-10:16:18]     Data Start:   0xe9a392c0
[rk3588(com3)20221025-10:16:18]     Data Size:    154917 Bytes = 151.3 KiB
[rk3588(com3)20221025-10:16:18]     Architecture: AArch64
[rk3588(com3)20221025-10:16:18]     Load Address: 0x0a100000
[rk3588(com3)20221025-10:16:18]     Hash algo:    sha256
[rk3588(com3)20221025-10:16:18]     Hash value:   83319d0ad1b4dc7412d0e3a017f466d71c63526e93edb015fae9803810be81a5
[rk3588(com3)20221025-10:16:18]   Verifying Hash Integrity ... sha256+ OK

# 加载镜像文件
[rk3588(com3)20221025-10:16:18]   Loading fdt from 0x0a100000 to 0x0a100000
[rk3588(com3)20221025-10:16:18]   Booting using the fdt blob at 0x0a100000
[rk3588(com3)20221025-10:16:18]   Loading Kernel Image from 0xe9a5f0c0 to 0x00400000 ... OK
[rk3588(com3)20221025-10:16:18]   kernel loaded at 0x00400000, end = 0x0219a200
[rk3588(com3)20221025-10:16:18]   Using Device Tree in place at 000000000a100000, end 000000000a128d24
[rk3588(com3)20221025-10:16:18]Adding bank: 0x00200000 - 0x08400000 (size: 0x08200000)
[rk3588(com3)20221025-10:16:18]Adding bank: 0x09400000 - 0xf0000000 (size: 0xe6c00000)
[rk3588(com3)20221025-10:16:18]Adding bank: 0x100000000 - 0x200000000 (size: 0x100000000)

# 启动到kernel阶段的耗时
[rk3588(com3)20221025-10:16:18]Total: 1337.921 ms
[rk3588(com3)20221025-10:16:18]
[rk3588(com3)20221025-10:16:18]Starting kernel ...
[rk3588(com3)20221025-10:16:18]
[rk3588(com3)20221025-10:16:18][    1.453637] Booting Linux on physical CPU 0x0000000000 [0x412fd050]

# kernel的编译信息
[rk3588(com3)20221025-10:16:18][    1.453659] Linux version 5.10.66 (yts20@yts20) (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) #32 SMP Mon Aug 15 10:07:02 UTC 2022
[rk3588(com3)20221025-10:16:18][    1.463994] Machine model: Rockchip RK3588 NVR DEMO LP4 V10 Board

# earlycon:kernel设备模型初始化完之前的console打印
[rk3588(com3)20221025-10:16:18][    1.464065] earlycon: uart8250 at MMIO32 0x00000000feb50000 (options '')
[rk3588(com3)20221025-10:16:18][    1.468212] printk: bootconsole [uart8250] enabled
[rk3588(com3)20221025-10:16:18][    1.471032] efi: UEFI not found.
[rk3588(com3)20221025-10:16:18][    1.476871] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-cubic-lut@00000000': base 0x0000000000000000, size 0 MiB
[rk3588(com3)20221025-10:16:18][    1.478020] Reserved memory: created CMA memory pool at 0x00000001ff800000, size 8 MiB
[rk3588(com3)20221025-10:16:18][    1.478749] OF: reserved mem: initialized node cma, compatible id shared-dma-pool
[rk3588(com3)20221025-10:16:18][    1.615996] Zone ranges:
[rk3588(com3)20221025-10:16:18][    1.616242]   DMA      [mem 0x0000000000200000-0x00000000ffffffff]
[rk3588(com3)20221025-10:16:18][    1.616817]   DMA32    empty
[rk3588(com3)20221025-10:16:18][    1.617083]   Normal   [mem 0x0000000100000000-0x00000001ffffffff]
[rk3588(com3)20221025-10:16:18][    1.617655] Movable zone start for each node
[rk3588(com3)20221025-10:16:18][    1.618050] Early memory node ranges
[rk3588(com3)20221025-10:16:18][    1.618382]   node   0: [mem 0x0000000000200000-0x00000000083fffff]
[rk3588(com3)20221025-10:16:18][    1.618960]   node   0: [mem 0x0000000009400000-0x00000000efffffff]
[rk3588(com3)20221025-10:16:18][    1.619539]   node   0: [mem 0x0000000100000000-0x00000001ffffffff]
[rk3588(com3)20221025-10:16:18][    1.620120] Initmem setup node 0 [mem 0x0000000000200000-0x00000001ffffffff]
[rk3588(com3)20221025-10:16:18][    1.665381] psci: probing for conduit method from DT.
[rk3588(com3)20221025-10:16:18][    1.665848] psci: PSCIv1.1 detected in firmware.
[rk3588(com3)20221025-10:16:18][    1.666275] psci: Using standard PSCI v0.2 function IDs
[rk3588(com3)20221025-10:16:18][    1.666760] psci: Trusted OS migration not required
[rk3588(com3)20221025-10:16:18][    1.667212] psci: SMC Calling Convention v1.2
[rk3588(com3)20221025-10:16:18][    1.667988] percpu: Embedded 30 pages/cpu s83816 r8192 d30872 u122880

#-----------------------------------------内存相关的初始化---------------------------------------
# 检测到虚拟高速缓存
[rk3588(com3)20221025-10:16:18][    1.668778] Detected VIPT I-cache on CPU0
[rk3588(com3)20221025-10:16:18][    1.669184] CPU features: detected: GIC system register CPU interface
[rk3588(com3)20221025-10:16:18][    1.669779] CPU features: detected: Virtualization Host Extensions
[rk3588(com3)20221025-10:16:18][    1.670354] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[rk3588(com3)20221025-10:16:18][    1.670998] alternatives: patching kernel code
[rk3588(com3)20221025-10:16:18][    1.671693] Built 1 zonelists, mobility grouping on.  Total pages: 1995336
# emmc:多媒体存储卡,属于非易失性存储卡。
[rk3588(com3)20221025-10:16:18][    1.672332] 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
# 文件缓存相关
[rk3588(com3)20221025-10:16:18][    1.675531] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[rk3588(com3)20221025-10:16:18][    1.676645] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[rk3588(com3)20221025-10:16:18][    1.677368] mem auto-init: stack:off, heap alloc:off, heap free:off
# TLB:一种高速缓存技术
[rk3588(com3)20221025-10:16:18][    1.683985] software IO TLB: mapped [mem 0x00000000e9f00000-0x00000000edf00000] (64MB)

# 最终各个内存段的分配结果
[rk3588(com3)20221025-10:16:18][    1.749661] Memory: 7835204K/8108032K available (15040K kernel code, 3176K rwdata, 5704K rodata, 6272K init, 517K bss, 264636K reserved, 8192K cma-reserved)

# SLUB:虚拟内存分配器
[rk3588(com3)20221025-10:16:18][    1.751085] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1

# ftrace:内核性能调试工具
[rk3588(com3)20221025-10:16:18][    1.751710] ftrace: allocating 57034 entries in 223 pages
[rk3588(com3)20221025-10:16:18][    1.843189] ftrace: allocated 223 pages with 7 groups

# rcu:同步机制
[rk3588(com3)20221025-10:16:18][    1.843938] rcu: Hierarchical RCU implementation.
[rk3588(com3)20221025-10:16:18][    1.844376] rcu:     RCU event tracing is enabled.
[rk3588(com3)20221025-10:16:18][    1.844795]  Rude variant of Tasks RCU enabled.
[rk3588(com3)20221025-10:16:18][    1.845215] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[rk3588(com3)20221025-10:16:18][    1.851016] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0

# GIC:中断控制器
[rk3588(com3)20221025-10:16:18][    1.853605] GICv3: GIC: Using split EOI/Deactivate mode
[rk3588(com3)20221025-10:16:18][    1.854092] GICv3: 480 SPIs implemented
[rk3588(com3)20221025-10:16:18][    1.854447] GICv3: 0 Extended SPIs implemented
[rk3588(com3)20221025-10:16:18][    1.854885] GICv3: Distributor has no Range Selector support
[rk3588(com3)20221025-10:16:18][    1.855412] GICv3: 16 PPIs implemented
[rk3588(com3)20221025-10:16:18][    1.855797] GICv3: CPU0: found redistributor 0 region 0:0x00000000fe680000

# ITS:中断转换服务
[rk3588(com3)20221025-10:16:18][    1.856545] ITS [mem 0xfe640000-0xfe65ffff]
[rk3588(com3)20221025-10:16:18][    1.856981] ITS@0x00000000fe640000: allocated 8192 Devices @1001e0000 (indirect, esz 8, psz 64K, shr 0)
[rk3588(com3)20221025-10:16:18][    1.857861] ITS@0x00000000fe640000: allocated 32768 Interrupt Collections @1001f0000 (flat, esz 2, psz 64K, shr 0)
[rk3588(com3)20221025-10:16:18][    1.858819] ITS: using cache flushing for cmd queue
[rk3588(com3)20221025-10:16:18][    1.859302] ITS [mem 0xfe660000-0xfe67ffff]
[rk3588(com3)20221025-10:16:18][    1.859734] ITS@0x00000000fe660000: allocated 8192 Devices @100210000 (indirect, esz 8, psz 64K, shr 0)
[rk3588(com3)20221025-10:16:18][    1.860620] ITS@0x00000000fe660000: allocated 32768 Interrupt Collections @100220000 (flat, esz 2, psz 64K, shr 0)
[rk3588(com3)20221025-10:16:18][    1.861576] ITS: using cache flushing for cmd queue
[rk3588(com3)20221025-10:16:18][    1.862168] GICv3: using LPI property table @0x0000000100230000
[rk3588(com3)20221025-10:16:18][    1.862837] GIC: using cache flushing for LPI property table
[rk3588(com3)20221025-10:16:18][    1.863360] GICv3: CPU0: using allocated LPI pending table @0x0000000100240000
[rk3588(com3)20221025-10:16:19][    1.864188] random: get_random_bytes called from start_kernel+0x3dc/0x5c8 with crng_init=0
[rk3588(com3)20221025-10:16:19][    1.980955] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[rk3588(com3)20221025-10:16:19][    1.982268] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[rk3588(com3)20221025-10:16:19][    1.983255] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[rk3588(com3)20221025-10:16:19][    1.985035] Console: colour dummy device 80x25
[rk3588(com3)20221025-10:16:19][    1.985469] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
[rk3588(com3)20221025-10:16:19][    1.986411] pid_max: default: 32768 minimum: 301

# VFS(文件虚拟系统)相关
[rk3588(com3)20221025-10:16:19][    1.986967] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[rk3588(com3)20221025-10:16:19][    1.987678] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[rk3588(com3)20221025-10:16:19][    1.990035] rcu: Hierarchical SRCU implementation.

# PCI:总线    msi:中断
[rk3588(com3)20221025-10:16:19][    1.991268] Platform MSI: msi-controller@fe640000 domain created
[rk3588(com3)20221025-10:16:19][    1.991855] Platform MSI: msi-controller@fe660000 domain created
[rk3588(com3)20221025-10:16:19][    1.992678] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe640000 domain created
[rk3588(com3)20221025-10:16:19][    1.993455] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe660000 domain created
[rk3588(com3)20221025-10:16:19][    1.994319] EFI services will not be available.

# smp:多核处理
[rk3588(com3)20221025-10:16:19][    1.995060] smp: Bringing up secondary CPUs ...
[rk3588(com3)20221025-10:16:19]I/TC: Secondary CPU 4 initializing
[rk3588(com3)20221025-10:16:19]I/TC: Secondary CPU 4 switching to normal world boot
[rk3588(com3)20221025-10:16:19]I/TC: Secondary CPU 5 initializing
[rk3588(com3)20221025-10:16:19]I/TC: Secondary CPU 5 switching to normal world boot
[rk3588(com3)20221025-10:16:19]I/TC: Secondary CPU 6 initializing
[rk3588(com3)20221025-10:16:19]I/TC: Secondary CPU 6 switching to normal world boot
[rk3588(com3)20221025-10:16:19]I/TC: Secondary CPU 7 initializing
[rk3588(com3)20221025-10:16:19]I/TC: Secondary CPU 7 switching to normal world boot
[rk3588(com3)20221025-10:16:19]I/TC: Secondary CPU 1 initializing
[rk3588(com3)20221025-10:16:19]I/TC: Secondary CPU 1 switching to normal world boot
[rk3588(com3)20221025-10:16:19]I/TC: Secondary CPU 2 initializing
[rk3588(com3)20221025-10:16:19]I/TC: Secondary CPU 2 switching to normal world boot
[rk3588(com3)20221025-10:16:19]I/TC: Secondary CPU 3 initializing
[rk3588(com3)20221025-10:16:19]I/TC: Secondary CPU 3 switching to normal world boot
[rk3588(com3)20221025-10:16:19][    1.996667] CPU features: detected: Spectre-v4
[rk3588(com3)20221025-10:16:19][    1.996672] Detected PIPT I-cache on CPU1
[rk3588(com3)20221025-10:16:19][    1.996691] GICv3: CPU1: found redistributor 400 region 0:0x00000000fe700000
[rk3588(com3)20221025-10:16:19][    1.996701] GICv3: CPU1: using allocated LPI pending table @0x0000000100250000
[rk3588(com3)20221025-10:16:19][    1.996727] CPU1: Booted secondary processor 0x0000000400 [0x414fd0b0]
[rk3588(com3)20221025-10:16:19][    1.997928] Detected PIPT I-cache on CPU2
[rk3588(com3)20221025-10:16:19][    1.997945] GICv3: CPU2: found redistributor 500 region 0:0x00000000fe720000
[rk3588(com3)20221025-10:16:19][    1.997955] GICv3: CPU2: using allocated LPI pending table @0x0000000100260000
[rk3588(com3)20221025-10:16:19][    1.997980] CPU2: Booted secondary processor 0x0000000500 [0x414fd0b0]
[rk3588(com3)20221025-10:16:19][    1.999176] Detected PIPT I-cache on CPU3
[rk3588(com3)20221025-10:16:19][    1.999191] GICv3: CPU3: found redistributor 600 region 0:0x00000000fe740000
[rk3588(com3)20221025-10:16:19][    1.999201] GICv3: CPU3: using allocated LPI pending table @0x0000000100270000
[rk3588(com3)20221025-10:16:19][    1.999224] CPU3: Booted secondary processor 0x0000000600 [0x414fd0b0]
[rk3588(com3)20221025-10:16:19][    2.000423] Detected PIPT I-cache on CPU4
[rk3588(com3)20221025-10:16:19][    2.000438] GICv3: CPU4: found redistributor 700 region 0:0x00000000fe760000
[rk3588(com3)20221025-10:16:19][    2.000448] GICv3: CPU4: using allocated LPI pending table @0x0000000100280000
[rk3588(com3)20221025-10:16:19][    2.000471] CPU4: Booted secondary processor 0x0000000700 [0x414fd0b0]
[rk3588(com3)20221025-10:16:19][    2.001669] Detected VIPT I-cache on CPU5
[rk3588(com3)20221025-10:16:19][    2.001696] GICv3: CPU5: found redistributor 100 region 0:0x00000000fe6a0000
[rk3588(com3)20221025-10:16:19][    2.001714] GICv3: CPU5: using allocated LPI pending table @0x0000000100290000
[rk3588(com3)20221025-10:16:19][    2.001751] CPU5: Booted secondary processor 0x0000000100 [0x412fd050]
[rk3588(com3)20221025-10:16:19][    2.003022] Detected VIPT I-cache on CPU6
[rk3588(com3)20221025-10:16:19][    2.003049] GICv3: CPU6: found redistributor 200 region 0:0x00000000fe6c0000
[rk3588(com3)20221025-10:16:19][    2.003068] GICv3: CPU6: using allocated LPI pending table @0x00000001002a0000
[rk3588(com3)20221025-10:16:19][    2.003103] CPU6: Booted secondary processor 0x0000000200 [0x412fd050]
[rk3588(com3)20221025-10:16:19][    2.004322] Detected VIPT I-cache on CPU7
[rk3588(com3)20221025-10:16:19][    2.004350] GICv3: CPU7: found redistributor 300 region 0:0x00000000fe6e0000
[rk3588(com3)20221025-10:16:19][    2.004368] GICv3: CPU7: using allocated LPI pending table @0x00000001002b0000
[rk3588(com3)20221025-10:16:19][    2.004403] CPU7: Booted secondary processor 0x0000000300 [0x412fd050]
[rk3588(com3)20221025-10:16:19][    2.004503] smp: Brought up 1 node, 8 CPUs
# 8核处理激活成功
[rk3588(com3)20221025-10:16:19][    2.021096] SMP: Total of 8 processors activated.
[rk3588(com3)20221025-10:16:19][    2.021528] CPU features: detected: Privileged Access Never
[rk3588(com3)20221025-10:16:19][    2.022038] CPU features: detected: User Access Override
[rk3588(com3)20221025-10:16:19][    2.022524] CPU features: detected: 32-bit EL0 Support
[rk3588(com3)20221025-10:16:19][    2.022995] CPU features: detected: Common not Private translations
[rk3588(com3)20221025-10:16:19][    2.023567] CPU features: detected: RAS Extension Support
[rk3588(com3)20221025-10:16:19][    2.024070] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[rk3588(com3)20221025-10:16:19][    2.024856] CPU features: detected: CRC32 instructions
[rk3588(com3)20221025-10:16:19][    2.025326] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[rk3588(com3)20221025-10:16:19][    2.025963] CPU features: detected: RCpc load-acquire (LDAPR)
[rk3588(com3)20221025-10:16:19][    2.026571] CPU: All CPU(s) started at EL2
[rk3588(com3)20221025-10:16:19][    2.028238] devtmpfs: initialized
[rk3588(com3)20221025-10:16:19][    2.038228] Registered cp15_barrier emulation handler
[rk3588(com3)20221025-10:16:19][    2.038697] Registered setend emulation handler

# 时钟源
[rk3588(com3)20221025-10:16:19][    2.039183] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns

# futex:同步机制?
[rk3588(com3)20221025-10:16:19][    2.040075] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)

# pinctrl:驱动子系统
[rk3588(com3)20221025-10:16:19][    2.040867] pinctrl core: initialized pinctrl subsystem

# DMI:Desktop Management Interface
[rk3588(com3)20221025-10:16:19][    2.041604] DMI not present or invalid.
[rk3588(com3)20221025-10:16:19][    2.042063] NET: Registered protocol family 16
[rk3588(com3)20221025-10:16:19][    2.043437] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[rk3588(com3)20221025-10:16:19][    2.044151] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations

#温控管理
[rk3588(com3)20221025-10:16:19][    2.045398] thermal_sys: Registered thermal governor 'fair_share'
[rk3588(com3)20221025-10:16:19][    2.045401] thermal_sys: Registered thermal governor 'step_wise'
[rk3588(com3)20221025-10:16:19][    2.045957] thermal_sys: Registered thermal governor 'user_space'
[rk3588(com3)20221025-10:16:19][    2.046506] thermal_sys: Registered thermal governor 'power_allocator'
[rk3588(com3)20221025-10:16:19][    2.047183] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[rk3588(com3)20221025-10:16:19][    2.048542] thermal thermal_zone2: power_allocator: sustainable_power will be estimated
[rk3588(com3)20221025-10:16:19][    2.049299] thermal thermal_zone3: power_allocator: sustainable_power will be estimated
[rk3588(com3)20221025-10:16:19][    2.050055] thermal thermal_zone4: power_allocator: sustainable_power will be estimated
[rk3588(com3)20221025-10:16:19][    2.050811] thermal thermal_zone5: power_allocator: sustainable_power will be estimated
[rk3588(com3)20221025-10:16:19][    2.051571] thermal thermal_zone6: power_allocator: sustainable_power will be estimated
[rk3588(com3)20221025-10:16:19][    2.052315] cpuidle: using governor menu
[rk3588(com3)20221025-10:16:19][    2.052679] Registered FIQ tty driver

# 硬件断点
[rk3588(com3)20221025-10:16:19][    2.053168] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.

#?
[rk3588(com3)20221025-10:16:19][    2.053899] ASID allocator initialised with 65536 entries
[rk3588(com3)20221025-10:16:19][    2.055807] printk: console [ramoops-1] enabled

# pstore:内核崩溃调试工具
[rk3588(com3)20221025-10:16:19][    2.056222] pstore: Registered ramoops as persistent store backend
[rk3588(com3)20221025-10:16:19][    2.056787] ramoops: using 0xf0000@0x110000, ecc: 0
[rk3588(com3)20221025-10:16:19][    2.097890] rockchip-gpio fd8a0000.gpio: probed /pinctrl/gpio@fd8a0000
[rk3588(com3)20221025-10:16:19][    2.098743] rockchip-gpio fec20000.gpio: probed /pinctrl/gpio@fec20000
[rk3588(com3)20221025-10:16:19][    2.099522] rockchip-gpio fec30000.gpio: probed /pinctrl/gpio@fec30000
[rk3588(com3)20221025-10:16:19][    2.100315] rockchip-gpio fec40000.gpio: probed /pinctrl/gpio@fec40000
[rk3588(com3)20221025-10:16:19][    2.101128] rockchip-gpio fec50000.gpio: probed /pinctrl/gpio@fec50000
[rk3588(com3)20221025-10:16:19][    2.101750] rockchip-pinctrl pinctrl: probed pinctrl

# fiq_debuuger:内核调试
[rk3588(com3)20221025-10:16:19][    2.111678] fiq_debugger fiq_debugger.0: IRQ fiq not found
[rk3588(com3)20221025-10:16:19][    2.112184] fiq_debugger fiq_debugger.0: IRQ wakeup not found
[rk3588(com3)20221025-10:16:19][    2.112719] fiq_debugger_probe: could not install nmi irq handler
[rk3588(com3)20221025-10:16:19][[    2.113319] printk: console [ttyFIQ0] enabled
[rk3588(com3)20221025-10:16:19]    2.113319] printk: console [ttyFIQ0] enabled
[rk3588(com3)20221025-10:16:19][    2.114096] printk: bootconsole [uart8250] disabled
[rk3588(com3)20221025-10:16:19][    2.114096] printk: bootconsole [uart8250] disabled
[rk3588(com3)20221025-10:16:19][    2.114602] Registered fiq debugger ttyFIQ0

# 好像是各种硬件接口
[rk3588(com3)20221025-10:16:19][    2.114976] vcc3v3_pcie30: supplied by vcc12v_dcin
[rk3588(com3)20221025-10:16:19][    2.115055] vcc5v0_sys: supplied by vcc12v_dcin
[rk3588(com3)20221025-10:16:19][    2.115221] vcc5v0_host: supplied by vcc5v0_sys
[rk3588(com3)20221025-10:16:19][    2.115420] vcc5v0_otg: supplied by vcc5v0_sys
[rk3588(com3)20221025-10:16:19][    2.115566] vbus5v0_typec: supplied by vcc5v0_sys
[rk3588(com3)20221025-10:16:19][    2.115640] vcc_1v1_nldo_s3: supplied by vcc5v0_sys
[rk3588(com3)20221025-10:16:19][    2.115767] vcc3v3_hub: supplied by vcc5v0_sys
[rk3588(com3)20221025-10:16:19][    2.115894] vcc3v3_led: supplied by vcc5v0_sys
[rk3588(com3)20221025-10:16:19][    2.116017] vcc5v0_sub: supplied by vcc12v_dcin
[rk3588(com3)20221025-10:16:19][    2.116206] vcc_3v3_sd_s0: supplied by vcc5v0_sub
[rk3588(com3)20221025-10:16:19][    2.116469] iommu: Default domain type: Translated 
[rk3588(com3)20221025-10:16:19][    2.116541] rk_iommu fdab9000.iommu: version = 2
[rk3588(com3)20221025-10:16:19][    2.116881] rk_iommu fdb50800.iommu: version = 2
[rk3588(com3)20221025-10:16:19][    2.117113] rk_iommu fdb60f00.iommu: version = 2
[rk3588(com3)20221025-10:16:19][    2.117288] rk_iommu fdb70f00.iommu: version = 2
[rk3588(com3)20221025-10:16:19][    2.117449] rk_iommu fdb90480.iommu: version = 2
[rk3588(com3)20221025-10:16:19][    2.117626] rk_iommu fdba0800.iommu: version = 2
[rk3588(com3)20221025-10:16:19][    2.117805] rk_iommu fdba4800.iommu: version = 2
[rk3588(com3)20221025-10:16:19][    2.117981] rk_iommu fdba8800.iommu: version = 2
[rk3588(com3)20221025-10:16:19][    2.118158] rk_iommu fdbac800.iommu: version = 2
[rk3588(com3)20221025-10:16:19][    2.118334] rk_iommu fdbb0800.iommu: version = 2
[rk3588(com3)20221025-10:16:19][    2.118519] rk_iommu fdbdf000.iommu: version = 2
[rk3588(com3)20221025-10:16:19][    2.118778] rk_iommu fdbef000.iommu: version = 2
[rk3588(com3)20221025-10:16:19][    2.119050] rk_iommu fdc38700.iommu: version = 2
[rk3588(com3)20221025-10:16:19][    2.119324] rk_iommu fdc48700.iommu: version = 2
[rk3588(com3)20221025-10:16:19][    2.119498] rk_iommu fdd97e00.iommu: version = 2

# scsi
[rk3588(com3)20221025-10:16:19][    2.119791] SCSI subsystem initialized

[rk3588(com3)20221025-10:16:19][    2.119868] usbcore: registered new interface driver usbfs
[rk3588(com3)20221025-10:16:19][    2.119885] usbcore: registered new interface driver hub
[rk3588(com3)20221025-10:16:19][    2.119900] usbcore: registered new device driver usb
[rk3588(com3)20221025-10:16:19][    2.119935] mc: Linux media interface: v0.10
[rk3588(com3)20221025-10:16:19][    2.119946] videodev: Linux video capture interface: v2.00
[rk3588(com3)20221025-10:16:19][    2.119971] pps_core: LinuxPPS API ver. 1 registered
[rk3588(com3)20221025-10:16:19][    2.119975] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[rk3588(com3)20221025-10:16:19][    2.119981] PTP clock support registered
[rk3588(com3)20221025-10:16:19][    2.120217] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[rk3588(com3)20221025-10:16:19][    2.120250] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
[rk3588(com3)20221025-10:16:19][    2.121246] Advanced Linux Sound Architecture Driver Initialized.
[rk3588(com3)20221025-10:16:19][    2.121427] Bluetooth: Core ver 2.22
[rk3588(com3)20221025-10:16:19][    2.121440] NET: Registered protocol family 31
[rk3588(com3)20221025-10:16:19][    2.121443] Bluetooth: HCI device and connection manager initialized
[rk3588(com3)20221025-10:16:19][    2.121450] Bluetooth: HCI socket layer initialized
[rk3588(com3)20221025-10:16:19][    2.121454] Bluetooth: L2CAP socket layer initialized
[rk3588(com3)20221025-10:16:19][    2.121461] Bluetooth: SCO socket layer initialized
[rk3588(com3)20221025-10:16:19][    2.122724] rockchip-cpuinfo cpuinfo: SoC            : 35880000
[rk3588(com3)20221025-10:16:19][    2.122736] rockchip-cpuinfo cpuinfo: Serial         : b811d3af2287960a
[rk3588(com3)20221025-10:16:19][    2.123053] clocksource: Switched to clocksource arch_sys_counter
[rk3588(com3)20221025-10:16:19][    2.419496] NET: Registered protocol family 2
[rk3588(com3)20221025-10:16:19][    2.419605] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[rk3588(com3)20221025-10:16:19][    2.421435] tcp_listen_portaddr_hash hash table entries: 4096 (order: 5, 163840 bytes, linear)
[rk3588(com3)20221025-10:16:19][    2.421527] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[rk3588(com3)20221025-10:16:19][    2.421853] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[rk3588(com3)20221025-10:16:19][    2.422579] TCP: Hash tables configured (established 65536 bind 65536)
[rk3588(com3)20221025-10:16:19][    2.422630] UDP hash table entries: 4096 (order: 6, 393216 bytes, linear)
[rk3588(com3)20221025-10:16:19][    2.422775] UDP-Lite hash table entries: 4096 (order: 6, 393216 bytes, linear)
[rk3588(com3)20221025-10:16:19][    2.423015] NET: Registered protocol family 1
[rk3588(com3)20221025-10:16:19][    2.423212] RPC: Registered named UNIX socket transport module.
[rk3588(com3)20221025-10:16:19][    2.423216] RPC: Registered udp transport module.
[rk3588(com3)20221025-10:16:19][    2.423220] RPC: Registered tcp transport module.
[rk3588(com3)20221025-10:16:19][    2.423223] RPC: Registered tcp NFSv4.1 backchannel transport module.
[rk3588(com3)20221025-10:16:19][    2.423540] PCI: CLS 0 bytes, default 64
[rk3588(com3)20221025-10:16:19][    2.424433] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[rk3588(com3)20221025-10:16:19][    2.427039] Initialise system trusted keyrings
[rk3588(com3)20221025-10:16:19][    2.427121] workingset: timestamp_bits=62 max_order=21 bucket_order=0
[rk3588(com3)20221025-10:16:19][    2.429086] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[rk3588(com3)20221025-10:16:19][    2.429352] NFS: Registering the id_resolver key type
[rk3588(com3)20221025-10:16:19][    2.429364] Key type id_resolver registered
[rk3588(com3)20221025-10:16:19][    2.429367] Key type id_legacy registered
[rk3588(com3)20221025-10:16:19][    2.429385] ntfs: driver 2.1.32 [Flags: R/O].
[rk3588(com3)20221025-10:16:19][    2.429464] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[rk3588(com3)20221025-10:16:19][    2.429554] fuse: init (API version 7.32)
[rk3588(com3)20221025-10:16:19][    2.429700] SGI XFS with security attributes, no debug enabled
[rk3588(com3)20221025-10:16:19][    2.449742] NET: Registered protocol family 38
[rk3588(com3)20221025-10:16:19][    2.449750] Key type asymmetric registered
[rk3588(com3)20221025-10:16:19][    2.449754] Asymmetric key parser 'x509' registered
[rk3588(com3)20221025-10:16:19][    2.449770] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[rk3588(com3)20221025-10:16:19][    2.449775] io scheduler mq-deadline registered
[rk3588(com3)20221025-10:16:19][    2.449778] io scheduler kyber registered
[rk3588(com3)20221025-10:16:19][    2.457774] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy init success
[rk3588(com3)20221025-10:16:19][    2.460015] pwm-backlight backlight: supply power not found, using dummy regulator

# rk平台 mpp硬件编解码器
[rk3588(com3)20221025-10:16:19][    2.460187] mpp_service mpp-srv: c71d300e428a author: Jianqun Xu 2022-06-22 video: rockchip: mpp: reset buffer members when release buffer
[rk3588(com3)20221025-10:16:19][    2.460193] mpp_service mpp-srv: probe start
[rk3588(com3)20221025-10:16:19][    2.461770] mpp_vdpu2 fdb50400.vdpu: Adding to iommu group 1
[rk3588(com3)20221025-10:16:19][    2.461975] mpp_vdpu2 fdb50400.vdpu: probe device
[rk3588(com3)20221025-10:16:19][    2.462070] mpp_vdpu2 fdb50400.vdpu: reset group is empty!
[rk3588(com3)20221025-10:16:19][    2.462075] vdpu_init:501: No aclk reset resource define
[rk3588(com3)20221025-10:16:19][    2.462080] mpp_vdpu2 fdb50400.vdpu: reset group is empty!
[rk3588(com3)20221025-10:16:19][    2.462083] vdpu_init:504: No hclk reset resource define
[rk3588(com3)20221025-10:16:19][    2.462207] mpp_vdpu2 fdb50400.vdpu: probing finish
[rk3588(com3)20221025-10:16:19][    2.462396] mpp_vepu2 jpege-ccu: probing start
[rk3588(com3)20221025-10:16:19][    2.462402] mpp_vepu2 jpege-ccu: probing finish
[rk3588(com3)20221025-10:16:19][    2.462518] mpp_vepu2 fdba0000.jpege-core: Adding to iommu group 5
[rk3588(com3)20221025-10:16:19][    2.462654] mpp_vepu2 fdba0000.jpege-core: probing start
[rk3588(com3)20221025-10:16:19][    2.462754] mpp_vepu2 fdba0000.jpege-core: attach ccu success
[rk3588(com3)20221025-10:16:19][    2.462867] mpp_vepu2 fdba0000.jpege-core: probing finish
[rk3588(com3)20221025-10:16:19][    2.462964] mpp_vepu2 fdba4000.jpege-core: Adding to iommu group 6
[rk3588(com3)20221025-10:16:19][    2.463108] mpp_vepu2 fdba4000.jpege-core: probing start
[rk3588(com3)20221025-10:16:19][    2.463205] mpp_vepu2 fdba4000.jpege-core: attach ccu success
[rk3588(com3)20221025-10:16:19][    2.463310] mpp_vepu2 fdba4000.jpege-core: probing finish
[rk3588(com3)20221025-10:16:19][    2.463407] mpp_vepu2 fdba8000.jpege-core: Adding to iommu group 7
[rk3588(com3)20221025-10:16:19][    2.463551] mpp_vepu2 fdba8000.jpege-core: probing start
[rk3588(com3)20221025-10:16:19][    2.463643] mpp_vepu2 fdba8000.jpege-core: attach ccu success
[rk3588(com3)20221025-10:16:19][    2.463757] mpp_vepu2 fdba8000.jpege-core: probing finish
[rk3588(com3)20221025-10:16:19][    2.463853] mpp_vepu2 fdbac000.jpege-core: Adding to iommu group 8
[rk3588(com3)20221025-10:16:19][    2.463991] mpp_vepu2 fdbac000.jpege-core: probing start
[rk3588(com3)20221025-10:16:19][    2.464083] mpp_vepu2 fdbac000.jpege-core: attach ccu success
[rk3588(com3)20221025-10:16:19][    2.464188] mpp_vepu2 fdbac000.jpege-core: probing finish
[rk3588(com3)20221025-10:16:19][    2.464438] mpp-iep2 fdbb0000.iep: Adding to iommu group 9
[rk3588(com3)20221025-10:16:19][    2.464579] mpp-iep2 fdbb0000.iep: probe device
[rk3588(com3)20221025-10:16:19][    2.464697] mpp-iep2 fdbb0000.iep: allocate roi buffer failed
[rk3588(com3)20221025-10:16:19][    2.464797] mpp-iep2 fdbb0000.iep: probing finish
[rk3588(com3)20221025-10:16:19][    2.464980] mpp_jpgdec fdb90000.jpegd: Adding to iommu group 4
[rk3588(com3)20221025-10:16:19][    2.465183] mpp_jpgdec fdb90000.jpegd: probe device
[rk3588(com3)20221025-10:16:19][    2.465386] mpp_jpgdec fdb90000.jpegd: probing finish
[rk3588(com3)20221025-10:16:19][    2.465710] mpp_rkvdec2 fdc30000.rkvdec-ccu: rkvdec-ccu, probing start
[rk3588(com3)20221025-10:16:19][    2.465763] mpp_rkvdec2 fdc30000.rkvdec-ccu: probing finish
[rk3588(com3)20221025-10:16:19][    2.465848] mpp_rkvdec2 fdc38100.rkvdec-core: Adding to iommu group 12
[rk3588(com3)20221025-10:16:19][    2.466102] mpp_rkvdec2 fdc38100.rkvdec-core: rkvdec-core, probing start
[rk3588(com3)20221025-10:16:19][    2.466207] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_a is not found!
[rk3588(com3)20221025-10:16:19][    2.466212] rkvdec2_init:697: No niu aclk reset resource define
[rk3588(com3)20221025-10:16:19][    2.466217] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_h is not found!
[rk3588(com3)20221025-10:16:19][    2.466220] rkvdec2_init:700: No niu hclk reset resource define
[rk3588(com3)20221025-10:16:19][    2.466277] mpp_rkvdec2 fdc38100.rkvdec-core: core_mask=00010001
[rk3588(com3)20221025-10:16:19][    2.466281] mpp_rkvdec2 fdc38100.rkvdec-core: attach ccu as core 0
[rk3588(com3)20221025-10:16:19][    2.466428] mpp_rkvdec2 fdc38100.rkvdec-core: sram_start 0x00000000ff001000
[rk3588(com3)20221025-10:16:19][    2.466433] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_iova 0x00000000fff00000
[rk3588(com3)20221025-10:16:19][    2.466437] mpp_rkvdec2 fdc38100.rkvdec-core: sram_size 491520
[rk3588(com3)20221025-10:16:19][    2.466441] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_size 1048576
[rk3588(com3)20221025-10:16:19][    2.466445] mpp_rkvdec2 fdc38100.rkvdec-core: min_width 512
[rk3588(com3)20221025-10:16:19][    2.466474] mpp_rkvdec2 fdc38100.rkvdec-core: probing finish
[rk3588(com3)20221025-10:16:19][    2.466542] mpp_rkvdec2 fdc48100.rkvdec-core: Adding to iommu group 13
[rk3588(com3)20221025-10:16:19][    2.466772] mpp_rkvdec2 fdc48100.rkvdec-core: rkvdec-core, probing start
[rk3588(com3)20221025-10:16:19][    2.466877] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_a is not found!
[rk3588(com3)20221025-10:16:19][    2.466882] rkvdec2_init:697: No niu aclk reset resource define
[rk3588(com3)20221025-10:16:19][    2.466887] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_h is not found!
[rk3588(com3)20221025-10:16:19][    2.466891] rkvdec2_init:700: No niu hclk reset resource define
[rk3588(com3)20221025-10:16:19][    2.466939] mpp_rkvdec2 fdc48100.rkvdec-core: core_mask=00020002
[rk3588(com3)20221025-10:16:19][    2.466956] mpp_rkvdec2 fdc48100.rkvdec-core: attach ccu as core 1
[rk3588(com3)20221025-10:16:19][    2.467117] mpp_rkvdec2 fdc48100.rkvdec-core: sram_start 0x00000000ff079000
[rk3588(com3)20221025-10:16:19][    2.467121] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_iova 0x00000000ffe00000
[rk3588(com3)20221025-10:16:19][    2.467125] mpp_rkvdec2 fdc48100.rkvdec-core: sram_size 487424
[rk3588(com3)20221025-10:16:19][    2.467129] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_size 1048576
[rk3588(com3)20221025-10:16:19][    2.467134] mpp_rkvdec2 fdc48100.rkvdec-core: min_width 512
[rk3588(com3)20221025-10:16:19][    2.467162] mpp_rkvdec2 fdc48100.rkvdec-core: probing finish
[rk3588(com3)20221025-10:16:19][    2.467320] mpp_rkvenc2 rkvenc-ccu: probing start
[rk3588(com3)20221025-10:16:19][    2.467326] mpp_rkvenc2 rkvenc-ccu: probing finish
[rk3588(com3)20221025-10:16:19][    2.467436] mpp_rkvenc2 fdbd0000.rkvenc-core: Adding to iommu group 10
[rk3588(com3)20221025-10:16:19][    2.467622] mpp_rkvenc2 fdbd0000.rkvenc-core: probing start
[rk3588(com3)20221025-10:16:19][    2.467638] mpp_rkvenc2 fdbd0000.rkvenc-core: link mode task capacity 8
[rk3588(com3)20221025-10:16:19][    2.467774] mpp_rkvenc2 fdbd0000.rkvenc-core: attach ccu as core 0
[rk3588(com3)20221025-10:16:19][    2.467892] mpp_rkvenc2 fdbd0000.rkvenc-core: probing finish
[rk3588(com3)20221025-10:16:19][    2.467956] mpp_rkvenc2 fdbe0000.rkvenc-core: Adding to iommu group 11
[rk3588(com3)20221025-10:16:19][    2.468178] mpp_rkvenc2 fdbe0000.rkvenc-core: probing start
[rk3588(com3)20221025-10:16:19][    2.468193] mpp_rkvenc2 fdbe0000.rkvenc-core: link mode task capacity 8
[rk3588(com3)20221025-10:16:19][    2.468350] mpp_rkvenc2 fdbe0000.rkvenc-core: attach ccu as core 1
[rk3588(com3)20221025-10:16:19][    2.468461] mpp_rkvenc2 fdbe0000.rkvenc-core: probing finish
[rk3588(com3)20221025-10:16:19][    2.468932] mpp_av1dec: Adding child /av1d@fdc70000
[rk3588(com3)20221025-10:16:19][    2.469137] mpp_av1dec: register device av1d-master
[rk3588(com3)20221025-10:16:19][    2.469153] mpp_av1dec av1d-master: av1_iommu_of_xlate,784
[rk3588(com3)20221025-10:16:19][    2.469172] av1_iommu_probe_device,736, consumer : av1d-master, supplier : fdca0000.iommu
[rk3588(com3)20221025-10:16:19][    2.469180] mpp_av1dec av1d-master: Adding to iommu group 15
[rk3588(com3)20221025-10:16:19][    2.469398] mpp_av1dec av1d-master: probing start
[rk3588(com3)20221025-10:16:19][    2.469626] mpp_av1dec av1d-master: probing finish
[rk3588(com3)20221025-10:16:19][    2.469661] mpp_service mpp-srv: probe success

# dma:直接存储访问
[rk3588(com3)20221025-10:16:19][    2.477066] dma-pl330 fea10000.dma-controller: Loaded driver for PL330 DMAC-241330
[rk3588(com3)20221025-10:16:19][    2.477075] dma-pl330 fea10000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[rk3588(com3)20221025-10:16:19][    2.477920] dma-pl330 fea30000.dma-controller: Loaded driver for PL330 DMAC-241330
[rk3588(com3)20221025-10:16:19][    2.477929] dma-pl330 fea30000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[rk3588(com3)20221025-10:16:19][    2.478762] dma-pl330 fed10000.dma-controller: Loaded driver for PL330 DMAC-241330
[rk3588(com3)20221025-10:16:19][    2.478770] dma-pl330 fed10000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16

#  PVTM (温度监视器),见  https://weibo.com/ttarticle/p/show?id=2309404795071445729503
[rk3588(com3)20221025-10:16:19][    2.479172] rockchip-pvtm fda40000.pvtm: pvtm@0 probed
[rk3588(com3)20221025-10:16:19][    2.479233] rockchip-pvtm fda50000.pvtm: pvtm@1 probed
[rk3588(com3)20221025-10:16:19][    2.479285] rockchip-pvtm fda60000.pvtm: pvtm@2 probed
[rk3588(com3)20221025-10:16:19][    2.479344] rockchip-pvtm fdaf0000.pvtm: pvtm@3 probed
[rk3588(com3)20221025-10:16:19][    2.479393] rockchip-pvtm fdb30000.pvtm: pvtm@4 probed
[rk3588(com3)20221025-10:16:19][    2.479914] rockchip-system-monitor rockchip-system-monitor: system monitor probe
[rk3588(com3)20221025-10:16:19][    2.480666] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[rk3588(com3)20221025-10:16:19][    2.481101] feb70000.serial: ttyS4 at MMIO 0xfeb70000 (irq = 78, base_baud = 1500000) is a 16550A
[rk3588(com3)20221025-10:16:19][    2.482210] random: fast init done
[rk3588(com3)20221025-10:16:19][    2.482319] random: crng init done

# vop 视觉输出处理器,见 [https://www.yundongfang.com/Yun162985.html](https://www.yundongfang.com/Yun162985.html)
[rk3588(com3)20221025-10:16:19][    2.482822] rockchip-vop2 fdd90000.vop: Adding to iommu group 14
[rk3588(com3)20221025-10:16:19][    2.488966] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x5, primary plane phy id: 2
[rk3588(com3)20221025-10:16:19][    2.488977] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp1 assign plane mask: 0xa, primary plane phy id: 3
[rk3588(com3)20221025-10:16:19][    2.488992] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x140, primary plane phy id: 8
[rk3588(com3)20221025-10:16:19][    2.488999] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp3 assign plane mask: 0x280, primary plane phy id: 9
[rk3588(com3)20221025-10:16:19][    2.489048] rockchip-drm display-subsystem: failed to get hdmi1_phy_pll: -517

# drm:图形渲染系统
[rk3588(com3)20221025-10:16:19][    2.489255] [drm] failed to init overlay plane Cluster0-win1
[rk3588(com3)20221025-10:16:19][    2.489287] [drm] failed to init overlay plane Cluster1-win1
[rk3588(com3)20221025-10:16:19][    2.489318] [drm] failed to init overlay plane Cluster2-win1
[rk3588(com3)20221025-10:16:19][    2.489348] [drm] failed to init overlay plane Cluster3-win1
[rk3588(com3)20221025-10:16:19][    2.499691] rockchip-drm display-subsystem: bound fdd90000.vop (ops 0xffffffc010fb0fb0)
[rk3588(com3)20221025-10:16:19][    2.500458] dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver
[rk3588(com3)20221025-10:16:19][    2.500647] rockchip-drm display-subsystem: bound fde80000.hdmi (ops 0xffffffc010fb8d10)
[rk3588(com3)20221025-10:16:19][    2.500687] dw-mipi-dsi2 fde30000.dsi: [drm:dw_mipi_dsi2_bind] *ERROR* Failed to find panel or bridge: -517
[rk3588(com3)20221025-10:16:19][    2.505499] panel-simple-dsi fde30000.dsi.0: supply power not found, using dummy regulator
[rk3588(com3)20221025-10:16:19][    2.508049] brd: module loaded
[rk3588(com3)20221025-10:16:19][    2.511150] loop: module loaded
[rk3588(com3)20221025-10:16:19][    2.511339] zram: Added device: zram0
[rk3588(com3)20221025-10:16:19][    2.511474] lkdtm: No crash points registered, enable through debugfs

# bmc
[rk3588(com3)20221025-10:16:19][    2.511483] lubo:------------------bmc_sysfs_init, 58--------------------
[rk3588(com3)20221025-10:16:19][    2.511623] system_heap: orders[0] = 6
[rk3588(com3)20221025-10:16:19][    2.511628] system_heap: orders[1] = 4
[rk3588(com3)20221025-10:16:19][    2.511632] system_heap: orders[2] = 0
[rk3588(com3)20221025-10:16:19][    2.513752] rockchip-spi feb20000.spi: no high_speed pinctrl state

# 各路电源初始化
[rk3588(com3)20221025-10:16:19][    2.514863] rk806 spi2.0: chip id: RK806,ver:0x2, 0x1
[rk3588(com3)20221025-10:16:19][    2.515098] rk806 spi2.0: ON: 0x40 OFF:0x0
[rk3588(com3)20221025-10:16:19][    2.516722] vdd_gpu_s0: supplied by vcc5v0_sys
[rk3588(com3)20221025-10:16:19][    2.517796] vdd_cpu_lit_s0: supplied by vcc5v0_sys
[rk3588(com3)20221025-10:16:19][    2.518407] vdd_log_s0: supplied by vcc5v0_sys
[rk3588(com3)20221025-10:16:19][    2.518998] vdd_vdenc_s0: supplied by vcc5v0_sys
[rk3588(com3)20221025-10:16:19][    2.519658] vdd_ddr_s0: supplied by vcc5v0_sys
[rk3588(com3)20221025-10:16:19][    2.520064] vdd2_ddr_s3: supplied by vcc5v0_sys
[rk3588(com3)20221025-10:16:19][    2.520664] vdd_2v0_pldo_s3: supplied by vcc5v0_sys
[rk3588(com3)20221025-10:16:19][    2.521203] vcc_3v3_s3: supplied by vcc5v0_sys
[rk3588(com3)20221025-10:16:19][    2.521732] vddq_ddr_s0: supplied by vcc5v0_sys
[rk3588(com3)20221025-10:16:19][    2.522333] vcc_1v8_s3: supplied by vcc5v0_sys
[rk3588(com3)20221025-10:16:19][    2.522929] vdd_0v75_s3: supplied by vcc_1v1_nldo_s3
[rk3588(com3)20221025-10:16:19][    2.523543] vdd_ddr_pll_s0: supplied by vcc_1v1_nldo_s3
[rk3588(com3)20221025-10:16:19][    2.524078] avdd_0v75_s0: supplied by vcc_1v1_nldo_s3
[rk3588(com3)20221025-10:16:19][    2.524611] vdd_0v85_s0: supplied by vcc_1v1_nldo_s3
[rk3588(com3)20221025-10:16:19][    2.525145] vdd_0v75_s0: supplied by vcc_1v1_nldo_s3
[rk3588(com3)20221025-10:16:19][    2.525768] avcc_1v8_s0: supplied by vdd_2v0_pldo_s3
[rk3588(com3)20221025-10:16:19][    2.526443] vcc_1v8_s0: supplied by vdd_2v0_pldo_s3
[rk3588(com3)20221025-10:16:19][    2.527164] avdd_1v2_s0: supplied by vdd_2v0_pldo_s3
[rk3588(com3)20221025-10:16:19][    2.527877] vcc_3v3_s0: supplied by vcc5v0_sys
[rk3588(com3)20221025-10:16:19][    2.528393] vccio_sd_s0: supplied by vcc5v0_sys
[rk3588(com3)20221025-10:16:19][    2.528941] pldo6_s3: supplied by vcc5v0_sys
[rk3588(com3)20221025-10:16:19][    2.529454] rk806 spi2.0: no sleep-setting state
[rk3588(com3)20221025-10:16:19][    2.529460] rk806 spi2.0: no reset-setting pinctrl state
[rk3588(com3)20221025-10:16:19][    2.529465] rk806 spi2.0: no dvs-setting pinctrl state

# 网络设备总线
[rk3588(com3)20221025-10:16:19][    2.532068] libphy: Fixed MDIO Bus: probed

# 以太网网卡驱动
[rk3588(com3)20221025-10:16:19][    2.532702] rk_gmac-dwmac fe1c0000.ethernet: IRQ eth_lpi not found
[rk3588(com3)20221025-10:16:19][    2.532853] rk_gmac-dwmac fe1c0000.ethernet: no regulator found
[rk3588(com3)20221025-10:16:19][    2.532860] rk_gmac-dwmac fe1c0000.ethernet: clock input or output? (output).
[rk3588(com3)20221025-10:16:19][    2.532865] rk_gmac-dwmac fe1c0000.ethernet: TX delay(0x42).
[rk3588(com3)20221025-10:16:19][    2.532871] rk_gmac-dwmac fe1c0000.ethernet: Can not read property: rx_delay.
[rk3588(com3)20221025-10:16:19][    2.532876] rk_gmac-dwmac fe1c0000.ethernet: set rx_delay to 0xffffffff
[rk3588(com3)20221025-10:16:19][    2.532888] rk_gmac-dwmac fe1c0000.ethernet: integrated PHY? (no).
[rk3588(com3)20221025-10:16:19][    2.532894] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock mac_clk_rx
[rk3588(com3)20221025-10:16:19][    2.532900] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock mac_clk_tx
[rk3588(com3)20221025-10:16:19][    2.532920] rk_gmac-dwmac fe1c0000.ethernet: cannot get clock clk_mac_speed
[rk3588(com3)20221025-10:16:19][    2.533065] rk_gmac-dwmac fe1c0000.ethernet: init for RGMII_RXID
[rk3588(com3)20221025-10:16:19][    2.533201] rk_gmac-dwmac fe1c0000.ethernet: User ID: 0x30, Synopsys ID: 0x51
[rk3588(com3)20221025-10:16:19][    2.533208] rk_gmac-dwmac fe1c0000.ethernet:         DWMAC4/5
[rk3588(com3)20221025-10:16:19][    2.533215] rk_gmac-dwmac fe1c0000.ethernet: DMA HW capability register supported
[rk3588(com3)20221025-10:16:19][    2.533220] rk_gmac-dwmac fe1c0000.ethernet: RX Checksum Offload Engine supported
[rk3588(com3)20221025-10:16:19][    2.533224] rk_gmac-dwmac fe1c0000.ethernet: TX Checksum insertion supported
[rk3588(com3)20221025-10:16:19][    2.533229] rk_gmac-dwmac fe1c0000.ethernet: Wake-Up On Lan supported
[rk3588(com3)20221025-10:16:19][    2.533260] rk_gmac-dwmac fe1c0000.ethernet: TSO supported
[rk3588(com3)20221025-10:16:19][    2.533265] rk_gmac-dwmac fe1c0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[rk3588(com3)20221025-10:16:19][    2.533271] rk_gmac-dwmac fe1c0000.ethernet: Enabled Flow TC (entries=2)
[rk3588(com3)20221025-10:16:19][    2.533275] rk_gmac-dwmac fe1c0000.ethernet: TSO feature enabled
[rk3588(com3)20221025-10:16:19][    2.533281] rk_gmac-dwmac fe1c0000.ethernet: Using 32 bits DMA width
[rk3588(com3)20221025-10:16:19][    2.666390] libphy: stmmac: probed

# usb驱动
[rk3588(com3)20221025-10:16:19][    2.668175] usbcore: registered new interface driver rtl8150
[rk3588(com3)20221025-10:16:19][    2.668200] usbcore: registered new interface driver r8152
[rk3588(com3)20221025-10:16:19][    2.680457] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[rk3588(com3)20221025-10:16:19][    2.680469] ehci-pci: EHCI PCI platform driver
[rk3588(com3)20221025-10:16:19][    2.680496] ehci-platform: EHCI generic platform driver
[rk3588(com3)20221025-10:16:19][    2.682895] ehci-platform fc800000.usb: EHCI Host Controller
[rk3588(com3)20221025-10:16:19][    2.683043] ehci-platform fc800000.usb: new USB bus registered, assigned bus number 1
[rk3588(com3)20221025-10:16:19][    2.683223] ehci-platform fc800000.usb: irq 19, io mem 0xfc800000
[rk3588(com3)20221025-10:16:19][    2.696428] ehci-platform fc800000.usb: USB 2.0 started, EHCI 1.00
[rk3588(com3)20221025-10:16:19][    2.696690] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[rk3588(com3)20221025-10:16:19][    2.696706] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[rk3588(com3)20221025-10:16:19][    2.696719] usb usb1: Product: EHCI Host Controller
[rk3588(com3)20221025-10:16:19][    2.696730] usb usb1: Manufacturer: Linux 5.10.66 ehci_hcd
[rk3588(com3)20221025-10:16:19][    2.696742] usb usb1: SerialNumber: fc800000.usb
[rk3588(com3)20221025-10:16:19][    2.697248] hub 1-0:1.0: USB hub found
[rk3588(com3)20221025-10:16:19][    2.697295] hub 1-0:1.0: 1 port detected
[rk3588(com3)20221025-10:16:19][    2.700285] ehci-platform fc880000.usb: EHCI Host Controller
[rk3588(com3)20221025-10:16:19][    2.700478] ehci-platform fc880000.usb: new USB bus registered, assigned bus number 2
[rk3588(com3)20221025-10:16:19][    2.700589] ehci-platform fc880000.usb: irq 21, io mem 0xfc880000
[rk3588(com3)20221025-10:16:19][    2.713092] ehci-platform fc880000.usb: USB 2.0 started, EHCI 1.00
[rk3588(com3)20221025-10:16:19][    2.713316] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[rk3588(com3)20221025-10:16:19][    2.713332] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[rk3588(com3)20221025-10:16:19][    2.713344] usb usb2: Product: EHCI Host Controller
[rk3588(com3)20221025-10:16:19][    2.713355] usb usb2: Manufacturer: Linux 5.10.66 ehci_hcd
[rk3588(com3)20221025-10:16:19][    2.713367] usb usb2: SerialNumber: fc880000.usb
[rk3588(com3)20221025-10:16:19][    2.713822] hub 2-0:1.0: USB hub found
[rk3588(com3)20221025-10:16:19][    2.713873] hub 2-0:1.0: 1 port detected

# igci: usb子系统
[rk3588(com3)20221025-10:16:19][    2.714704] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[rk3588(com3)20221025-10:16:19][    2.714730] ohci-platform: OHCI generic platform driver
[rk3588(com3)20221025-10:16:19][    2.715065] ohci-platform fc840000.usb: Generic Platform OHCI controller
[rk3588(com3)20221025-10:16:19][    2.715245] ohci-platform fc840000.usb: new USB bus registered, assigned bus number 3
[rk3588(com3)20221025-10:16:19][    2.715348] ohci-platform fc840000.usb: irq 20, io mem 0xfc840000
[rk3588(com3)20221025-10:16:19][    2.773932] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[rk3588(com3)20221025-10:16:19][    2.773953] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[rk3588(com3)20221025-10:16:19][    2.773966] usb usb3: Product: Generic Platform OHCI controller
[rk3588(com3)20221025-10:16:19][    2.773978] usb usb3: Manufacturer: Linux 5.10.66 ohci_hcd
[rk3588(com3)20221025-10:16:19][    2.773989] usb usb3: SerialNumber: fc840000.usb
[rk3588(com3)20221025-10:16:19][    2.774466] hub 3-0:1.0: USB hub found
[rk3588(com3)20221025-10:16:19][    2.774513] hub 3-0:1.0: 1 port detected
[rk3588(com3)20221025-10:16:19][    2.775165] ohci-platform fc8c0000.usb: Generic Platform OHCI controller
[rk3588(com3)20221025-10:16:19][    2.775370] ohci-platform fc8c0000.usb: new USB bus registered, assigned bus number 4
[rk3588(com3)20221025-10:16:19][    2.775481] ohci-platform fc8c0000.usb: irq 22, io mem 0xfc8c0000
[rk3588(com3)20221025-10:16:19][    2.833928] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[rk3588(com3)20221025-10:16:19][    2.833950] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[rk3588(com3)20221025-10:16:19][    2.833963] usb usb4: Product: Generic Platform OHCI controller
[rk3588(com3)20221025-10:16:19][    2.833974] usb usb4: Manufacturer: Linux 5.10.66 ohci_hcd
[rk3588(com3)20221025-10:16:19][    2.833985] usb usb4: SerialNumber: fc8c0000.usb
[rk3588(com3)20221025-10:16:19][    2.834480] hub 4-0:1.0: USB hub found
[rk3588(com3)20221025-10:16:19][    2.834526] hub 4-0:1.0: 1 port detected
[rk3588(com3)20221025-10:16:19][    2.835848] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
[rk3588(com3)20221025-10:16:19][    2.836035] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 5
[rk3588(com3)20221025-10:16:19][    2.836191] xhci-hcd xhci-hcd.3.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000002002010010
[rk3588(com3)20221025-10:16:19][    2.836243] xhci-hcd xhci-hcd.3.auto: irq 101, io mem 0xfc000000
[rk3588(com3)20221025-10:16:19][    2.836597] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[rk3588(com3)20221025-10:16:19][    2.836614] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[rk3588(com3)20221025-10:16:19][    2.836625] usb usb5: Product: xHCI Host Controller
[rk3588(com3)20221025-10:16:19][    2.836637] usb usb5: Manufacturer: Linux 5.10.66 xhci-hcd
[rk3588(com3)20221025-10:16:19][    2.836648] usb usb5: SerialNumber: xhci-hcd.3.auto
[rk3588(com3)20221025-10:16:19][    2.837121] hub 5-0:1.0: USB hub found
[rk3588(com3)20221025-10:16:19][    2.837168] hub 5-0:1.0: 1 port detected
[rk3588(com3)20221025-10:16:19][    2.837530] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
[rk3588(com3)20221025-10:16:19][    2.837702] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 6
[rk3588(com3)20221025-10:16:19][    2.837725] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed
[rk3588(com3)20221025-10:16:19][    2.837808] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[rk3588(com3)20221025-10:16:19][    2.837956] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[rk3588(com3)20221025-10:16:19][    2.837972] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[rk3588(com3)20221025-10:16:19][    2.837983] usb usb6: Product: xHCI Host Controller
[rk3588(com3)20221025-10:16:19][    2.837995] usb usb6: Manufacturer: Linux 5.10.66 xhci-hcd
[rk3588(com3)20221025-10:16:19][    2.838006] usb usb6: SerialNumber: xhci-hcd.3.auto
[rk3588(com3)20221025-10:16:19][    2.838485] hub 6-0:1.0: USB hub found
[rk3588(com3)20221025-10:16:19][    2.838529] hub 6-0:1.0: 1 port detected
[rk3588(com3)20221025-10:16:19][    2.839029] usbcore: registered new interface driver cdc_acm
[rk3588(com3)20221025-10:16:19][    2.839042] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[rk3588(com3)20221025-10:16:19][    2.839260] usbcore: registered new interface driver uas
[rk3588(com3)20221025-10:16:19][    2.839410] usbcore: registered new interface driver usb-storage
[rk3588(com3)20221025-10:16:19][    2.839497] usbcore: registered new interface driver usbserial_generic
[rk3588(com3)20221025-10:16:19][    2.839529] usbserial: USB Serial support registered for generic
[rk3588(com3)20221025-10:16:19][    2.839586] usbcore: registered new interface driver cp210x
[rk3588(com3)20221025-10:16:19][    2.839616] usbserial: USB Serial support registered for cp210x
[rk3588(com3)20221025-10:16:19][    2.839736] usbcore: registered new interface driver ftdi_sio
[rk3588(com3)20221025-10:16:19][    2.839770] usbserial: USB Serial support registered for FTDI USB Serial Device
[rk3588(com3)20221025-10:16:19][    2.840039] usbcore: registered new interface driver keyspan
[rk3588(com3)20221025-10:16:19][    2.840071] usbserial: USB Serial support registered for Keyspan - (without firmware)
[rk3588(com3)20221025-10:16:19][    2.840100] usbserial: USB Serial support registered for Keyspan 1 port adapter
[rk3588(com3)20221025-10:16:19][    2.840128] usbserial: USB Serial support registered for Keyspan 2 port adapter
[rk3588(com3)20221025-10:16:19][    2.840156] usbserial: USB Serial support registered for Keyspan 4 port adapter
[rk3588(com3)20221025-10:16:19][    2.840214] usbcore: registered new interface driver option
[rk3588(com3)20221025-10:16:19][    2.840249] usbserial: USB Serial support registered for GSM modem (1-port)
[rk3588(com3)20221025-10:16:19][    2.840607] usbcore: registered new interface driver oti6858
[rk3588(com3)20221025-10:16:19][    2.840637] usbserial: USB Serial support registered for oti6858
[rk3588(com3)20221025-10:16:19][    2.840690] usbcore: registered new interface driver pl2303
[rk3588(com3)20221025-10:16:19][    2.840719] usbserial: USB Serial support registered for pl2303
[rk3588(com3)20221025-10:16:19][    2.840787] usbcore: registered new interface driver qcserial
[rk3588(com3)20221025-10:16:19][    2.840817] usbserial: USB Serial support registered for Qualcomm USB modem
[rk3588(com3)20221025-10:16:19][    2.840900] usbcore: registered new interface driver sierra
[rk3588(com3)20221025-10:16:19][    2.840930] usbserial: USB Serial support registered for Sierra USB modem
[rk3588(com3)20221025-10:16:19][    2.842094] usbcore: registered new interface driver usbtouchscreen
[rk3588(com3)20221025-10:16:19][    2.843802] input: rk805 pwrkey as /devices/platform/feb20000.spi/spi_master/spi2/spi2.0/rk805-pwrkey.1.auto/input/input0
[rk3588(com3)20221025-10:16:19][    2.844417] i2c /dev entries driver
[rk3588(com3)20221025-10:16:19][    2.848764] vdd_cpu_big0_s0: supplied by vcc5v0_sys
[rk3588(com3)20221025-10:16:19][    2.857999] vdd_cpu_big1_s0: supplied by vcc5v0_sys
[rk3588(com3)20221025-10:16:19][    2.868216] vdd_npu_s0: supplied by vcc5v0_sys

# 风扇控制
[rk3588(com3)20221025-10:16:19][    2.876427] fan-i2c 3-0064: fan-i2c fan-i2c: ALS chip found
[rk3588(com3)20221025-10:16:19][    2.876448] lubo: --- fan control probe successfull---, ret = 0x0
[rk3588(com3)20221025-10:16:19][    2.877252] rockchip-pinctrl pinctrl: pin gpio3-24 already requested by feb70000.serial; cannot claim for fead0000.i2c
[rk3588(com3)20221025-10:16:19][    2.877270] rockchip-pinctrl pinctrl: pin-120 (fead0000.i2c) status -22
[rk3588(com3)20221025-10:16:19][    2.877284] rockchip-pinctrl pinctrl: could not request pin 120 (gpio3-24) from group i2c5m0-xfer  on device rockchip-pinctrl
[rk3588(com3)20221025-10:16:19][    2.877297] rk3x-i2c fead0000.i2c: Error applying setting, reverse things back
[rk3588(com3)20221025-10:16:19][    2.877319] rk3x-i2c: probe of fead0000.i2c failed with error -22
[rk3588(com3)20221025-10:16:19][    2.878821] rtc-hym8563 6-0051: could not init device, -6
[rk3588(com3)20221025-10:16:20][    2.963087] usb 2-1: new high-speed USB device number 2 using ehci-platform
[rk3588(com3)20221025-10:16:20][    2.996587] fpga-i2c 7-0052: default write failed.
[rk3588(com3)20221025-10:16:20][    3.013239] fpga-i2c 7-0052: default write failed.
[rk3588(com3)20221025-10:16:20][    3.029901] fpga-i2c 7-0052: default write failed.
[rk3588(com3)20221025-10:16:20][    3.111519] usb 2-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.60
[rk3588(com3)20221025-10:16:20][    3.111543] usb 2-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[rk3588(com3)20221025-10:16:20][    3.111555] usb 2-1: Product: USB2.0 Hub
[rk3588(com3)20221025-10:16:20][    3.112285] hub 2-1:1.0: USB hub found
[rk3588(com3)20221025-10:16:20][    3.112640] hub 2-1:1.0: 4 ports detected
[rk3588(com3)20221025-10:16:20][    3.153235] fpga-i2c 7-0052: default write failed.
[rk3588(com3)20221025-10:16:20][    3.169900] fpga-i2c 7-0052: default write failed.
[rk3588(com3)20221025-10:16:20][    3.186565] fpga-i2c 7-0052: default write failed.
[rk3588(com3)20221025-10:16:20][    3.309901] fpga-i2c 7-0052: default write failed.
[rk3588(com3)20221025-10:16:20][    3.326567] fpga-i2c 7-0052: default write failed.
[rk3588(com3)20221025-10:16:20][    3.343293] fpga-i2c 7-0052: default write failed.
[rk3588(com3)20221025-10:16:20][    3.359768] fpga-i2c 7-0052: fpga-i2c fpga-i2c: ALS chip found
[rk3588(com3)20221025-10:16:20][    3.359806] lubo: --- fpga probe successfull---, ret = 0x0
[rk3588(com3)20221025-10:16:20][    3.365320] usbcore: registered new interface driver uvcvideo
[rk3588(com3)20221025-10:16:20][    3.365339] USB Video Class driver (1.1.1)
[rk3588(com3)20221025-10:16:20][    3.368107] rockchip-thermal fec00000.tsadc: Missing rockchip,grf property
[rk3588(com3)20221025-10:16:20][    3.368868] rockchip-thermal fec00000.tsadc: tsadc is probed successfully!
[rk3588(com3)20221025-10:16:20][    3.369190] Bluetooth: HCI UART driver ver 2.3
[rk3588(com3)20221025-10:16:20][    3.369197] Bluetooth: HCI UART protocol H4 registered
[rk3588(com3)20221025-10:16:20][    3.369202] Bluetooth: HCI UART protocol ATH3K registered
[rk3588(com3)20221025-10:16:20][    3.369229] usbcore: registered new interface driver bfusb
[rk3588(com3)20221025-10:16:20][    3.369256] usbcore: registered new interface driver btusb
[rk3588(com3)20221025-10:16:20][    3.369611] cpu cpu0: leakage=11
[rk3588(com3)20221025-10:16:20][    3.371105] cpu cpu0: pvtm=1485
[rk3588(com3)20221025-10:16:20][    3.371201] cpu cpu0: pvtm-volt-sel=4
[rk3588(com3)20221025-10:16:20][    3.372055] cpu cpu1: leakage=10
[rk3588(com3)20221025-10:16:20][    3.378899] cpu cpu1: pvtm=1708
[rk3588(com3)20221025-10:16:20][    3.383148] cpu cpu1: pvtm-volt-sel=4
[rk3588(com3)20221025-10:16:20][    3.384786] cpu cpu3: leakage=9
[rk3588(com3)20221025-10:16:20][    3.391588] cpu cpu3: pvtm=1715
[rk3588(com3)20221025-10:16:20][    3.395715] cpu cpu3: pvtm-volt-sel=5
[rk3588(com3)20221025-10:16:20][    3.397901] cpu cpu0: avs=0
[rk3588(com3)20221025-10:16:20][    3.398953] cpu cpu1: avs=0
[rk3588(com3)20221025-10:16:20][    3.400031] cpu cpu3: avs=0
[rk3588(com3)20221025-10:16:20][    3.400518] cpu cpu0: EM: created perf domain
[rk3588(com3)20221025-10:16:20][    3.400639] cpu cpu0: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=1608000000 h_table=0
[rk3588(com3)20221025-10:16:20][    3.401359] cpu cpu1: EM: created perf domain
[rk3588(com3)20221025-10:16:20][    3.401399] cpu cpu1: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 h_table=0
[rk3588(com3)20221025-10:16:20][    3.409895] cpu cpu3: EM: created perf domain
[rk3588(com3)20221025-10:16:20][    3.409928] cpu cpu3: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 h_table=0

# sd hci驱动
[rk3588(com3)20221025-10:16:20][    3.418547] sdhci: Secure Digital Host Controller Interface driver
[rk3588(com3)20221025-10:16:20][    3.418559] sdhci: Copyright(c) Pierre Ossman
[rk3588(com3)20221025-10:16:20][    3.418563] Synopsys Designware Multimedia Card Interface Driver
[rk3588(com3)20221025-10:16:20][    3.418857] sdhci-pltfm: SDHCI platform and OF driver helper

# mmc子系统
[rk3588(com3)20221025-10:16:20][    3.419465] dwmmc_rockchip fe2c0000.mmc: IDMAC supports 32-bit address mode.
[rk3588(com3)20221025-10:16:20][    3.419502] dwmmc_rockchip fe2c0000.mmc: Using internal DMA controller.
[rk3588(com3)20221025-10:16:20][    3.419515] dwmmc_rockchip fe2c0000.mmc: Version ID is 270a
[rk3588(com3)20221025-10:16:20][    3.419555] dwmmc_rockchip fe2c0000.mmc: DW MMC controller at irq 66,32 bit host data width,256 deep fifo

# scmi:协助操作系统做电源和性能管理
[rk3588(com3)20221025-10:16:20][    3.419884] arm-scmi firmware:scmi: Failed. SCMI protocol 17 not active.
[rk3588(com3)20221025-10:16:20][    3.419910] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[rk3588(com3)20221025-10:16:20][    3.420110] dwmmc_rockchip fe2c0000.mmc: Got CD GPIO
[rk3588(com3)20221025-10:16:20][    3.420352] cryptodev: driver 1.12 loaded.
[rk3588(com3)20221025-10:16:20][    3.420374] hid: raw HID events driver (C) Jiri Kosina
[rk3588(com3)20221025-10:16:20][    3.420494] usbcore: registered new interface driver usbhid
[rk3588(com3)20221025-10:16:20][    3.420498] usbhid: USB HID core driver

# optee:数据安全相关
[rk3588(com3)20221025-10:16:20][    3.427663] optee: probing for conduit method.
[rk3588(com3)20221025-10:16:20][    3.427682] optee: revision 3.13 (87d94c5e)
[rk3588(com3)20221025-10:16:20][    3.427861] optee: initialized driver
[rk3588(com3)20221025-10:16:20][    3.428135] usbcore: registered new interface driver snd-usb-audio
[rk3588(com3)20221025-10:16:20][    3.430900] Initializing XFRM netlink socket
[rk3588(com3)20221025-10:16:20][    3.431047] NET: Registered protocol family 10
[rk3588(com3)20221025-10:16:20][    3.431410] Segment Routing with IPv6
[rk3588(com3)20221025-10:16:20][    3.431441] NET: Registered protocol family 17
[rk3588(com3)20221025-10:16:20][    3.431451] NET: Registered protocol family 15
[rk3588(com3)20221025-10:16:20][    3.431506] Bluetooth: RFCOMM socket layer initialized
[rk3588(com3)20221025-10:16:20][    3.431514] Bluetooth: RFCOMM ver 1.11
[rk3588(com3)20221025-10:16:20][    3.431520] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[rk3588(com3)20221025-10:16:20][    3.431525] Bluetooth: HIDP socket layer initialized
[rk3588(com3)20221025-10:16:20][    3.431546] [BT_RFKILL]: Enter rfkill_rk_init
[rk3588(com3)20221025-10:16:20][    3.431550] [WLAN_RFKILL]: Enter rfkill_wlan_init
[rk3588(com3)20221025-10:16:20][    3.431754] Key type dns_resolver registered
[rk3588(com3)20221025-10:16:20][    3.432251] Loading compiled-in X.509 certificates
[rk3588(com3)20221025-10:16:20][    3.432808] pstore: Using crash dump compression: deflate

# rga:rk平台图形渲染引擎
[rk3588(com3)20221025-10:16:20][    3.432917] rga3_core0 fdb60000.rga: Adding to iommu group 2
[rk3588(com3)20221025-10:16:20][    3.433084] rga: rga3_core0_irq, irq = 32, match scheduler
[rk3588(com3)20221025-10:16:20][    3.433223] rga: rga3_core0 driver loaded successfully ver:3.0.76831
[rk3588(com3)20221025-10:16:20][    3.433234] rga: rga3_core0 probe successfully
[rk3588(com3)20221025-10:16:20][    3.433408] rga3_core1 fdb70000.rga: Adding to iommu group 3
[rk3588(com3)20221025-10:16:20][    3.433551] rga: rga3_core1_irq, irq = 33, match scheduler
[rk3588(com3)20221025-10:16:20][    3.433556] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[rk3588(com3)20221025-10:16:20][    3.433686] rga: rga3_core1 driver loaded successfully ver:3.0.76831
[rk3588(com3)20221025-10:16:20][    3.433697] rga: rga3_core1 probe successfully
[rk3588(com3)20221025-10:16:20][    3.433889] rga: rga2_irq, irq = 34, match scheduler
[rk3588(com3)20221025-10:16:20][    3.434030] rga: rga2 driver loaded successfully ver:3.2.63318
[rk3588(com3)20221025-10:16:20][    3.434037] rga: rga2 probe successfully
[rk3588(com3)20221025-10:16:20][    3.434225] rga: Module initialized. v1.2.14
[rk3588(com3)20221025-10:16:20][    3.447810] mmc0: SDHCI controller on fe2e0000.mmc [fe2e0000.mmc] using ADMA
[rk3588(com3)20221025-10:16:20][    3.452933] rockchip-pinctrl pinctrl: pin gpio3-24 already requested by feb70000.serial; cannot claim for fead0000.i2c
[rk3588(com3)20221025-10:16:20][    3.452945] rockchip-pinctrl pinctrl: pin-120 (fead0000.i2c) status -22
[rk3588(com3)20221025-10:16:20][    3.452951] rockchip-pinctrl pinctrl: could not request pin 120 (gpio3-24) from group i2c5m0-xfer  on device rockchip-pinctrl
[rk3588(com3)20221025-10:16:20][    3.452956] rk3x-i2c fead0000.i2c: Error applying setting, reverse things back
[rk3588(com3)20221025-10:16:20][    3.452966] rk3x-i2c: probe of fead0000.i2c failed with error -22
[rk3588(com3)20221025-10:16:20][    3.453158] pcie30_avdd0v75: supplied by vdd_0v75_s0

#----------------------------------------------gpu相关------------------------------------------------------------------
# mali:gpu的名称
[rk3588(com3)20221025-10:16:20][    3.453371] mali fb000000.gpu: Kernel DDK version g12p0-01eac0
[rk3588(com3)20221025-10:16:20][    3.456611] pcie30_avdd1v8: supplied by avcc_1v8_s0
[rk3588(com3)20221025-10:16:20][    3.457060] mali fb000000.gpu: leakage=16
[rk3588(com3)20221025-10:16:20][    3.460357] mali fb000000.gpu: pvtm=882
[rk3588(com3)20221025-10:16:20][    3.460425] mali fb000000.gpu: pvtm-volt-sel=3
[rk3588(com3)20221025-10:16:20][    3.461183] mali fb000000.gpu: avs=0

# drm vp:与显示相关的概念
[rk3588(com3)20221025-10:16:20][    3.461639] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x5, primary plane phy id: 2
[rk3588(com3)20221025-10:16:20][    3.461649] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp1 assign plane mask: 0xa, primary plane phy id: 3
[rk3588(com3)20221025-10:16:20][    3.461662] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x140, primary plane phy id: 8
[rk3588(com3)20221025-10:16:20][    3.461669] rockchip-vop2 fdd90000.vop: [drm:vop2_bind] vp3 assign plane mask: 0x280, primary plane phy id: 9
[rk3588(com3)20221025-10:16:20][    3.461730] rockchip-drm display-subsystem: failed to get hdmi1_phy_pll: -517
[rk3588(com3)20221025-10:16:20][    3.461917] [drm] failed to init overlay plane Cluster0-win1
[rk3588(com3)20221025-10:16:20][    3.461945] [drm] failed to init overlay plane Cluster1-win1
[rk3588(com3)20221025-10:16:20][    3.461970] [drm] failed to init overlay plane Cluster2-win1
[rk3588(com3)20221025-10:16:20][    3.461996] [drm] failed to init overlay plane Cluster3-win1
[rk3588(com3)20221025-10:16:20][    3.463620] W : [File] : drivers/gpu/arm/bifrost/platform/rk/mali_kbase_config_rk.c; [Line] : 136; [Func] : kbase_platform_rk_init(); power-off-delay-ms not available.
[rk3588(com3)20221025-10:16:20][    3.472099] rockchip-drm display-subsystem: bound fdd90000.vop (ops 0xffffffc010fb0fb0)
[rk3588(com3)20221025-10:16:20][    3.472833] dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver
[rk3588(com3)20221025-10:16:20][    3.473416] rockchip-drm display-subsystem: bound fde80000.hdmi (ops 0xffffffc010fb8d10)
[rk3588(com3)20221025-10:16:20][    3.473477] rockchip-drm display-subsystem: bound fde30000.dsi (ops 0xffffffc010fbac10)
[rk3588(com3)20221025-10:16:20][    3.473882] get_framebuffer_by_node: failed to get logo,offset
[rk3588(com3)20221025-10:16:20][    3.474526] get_framebuffer_by_node: failed to get logo,offset
[rk3588(com3)20221025-10:16:20][    3.477011] rockchip-drm display-subsystem: [drm] fb0: rockchipdrmfb frame buffer device
[rk3588(com3)20221025-10:16:20][    3.477098] mali fb000000.gpu: GPU hardware issue table may need updating:
[rk3588(com3)20221025-10:16:20][    3.477098] r0p0 status 5 is unknown; treating as r0p0 status 0
[rk3588(com3)20221025-10:16:20][    3.477114] mali fb000000.gpu: GPU identified as 0x7 arch 10.8.6 r0p0 status 0
[rk3588(com3)20221025-10:16:20][    3.477218] mali fb000000.gpu: No priority control manager is configured
[rk3588(com3)20221025-10:16:20][    3.477231] mali fb000000.gpu: No memory group manager is configured
[rk3588(com3)20221025-10:16:20][    3.477265] mali fb000000.gpu: Protected memory allocator not available
[rk3588(com3)20221025-10:16:20][    3.477434] [drm] Initialized rockchip 3.0.0 20140818 for display-subsystem on minor 0
[rk3588(com3)20221025-10:16:20][    3.477994] input: adc-keys as /devices/platform/adc-keys/input/input1
[rk3588(com3)20221025-10:16:20][    3.478162] mali fb000000.gpu: Couldn't find power_model DT node matching 'arm,mali-simple-power-model'
[rk3588(com3)20221025-10:16:20][    3.478172] mali fb000000.gpu: Error -22, no DT entry: mali-simple-power-model.static-coefficient = 1*[0]
[rk3588(com3)20221025-10:16:20][    3.478273] mali fb000000.gpu: Error -22, no DT entry: mali-simple-power-model.dynamic-coefficient = 1*[0]
[rk3588(com3)20221025-10:16:20][    3.478363] mali fb000000.gpu: Error -22, no DT entry: mali-simple-power-model.ts = 4*[0]
[rk3588(com3)20221025-10:16:20][    3.478455] mali fb000000.gpu: Error -22, no DT entry: mali-simple-power-model.thermal-zone = ''
[rk3588(com3)20221025-10:16:20][    3.479792] mali fb000000.gpu: Using configured power model mali-lodx-power-model, and fallback mali-simple-power-model
[rk3588(com3)20221025-10:16:20][    3.479883] mali fb000000.gpu: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=800000000 h_table=0
[rk3588(com3)20221025-10:16:20][    3.481037] input: gpio-keys as /devices/platform/gpio-keys/input/input2

# npu:ai处理芯片
[rk3588(com3)20221025-10:16:20][    3.481839] RKNPU fdab0000.npu: Adding to iommu group 0
[rk3588(com3)20221025-10:16:20][    3.481929] RKNPU fdab0000.npu: RKNPU: rknpu iommu is enabled, using iommu mode
[rk3588(com3)20221025-10:16:20][    3.490590] mali fb000000.gpu: Probed as mali0
[rk3588(com3)20221025-10:16:20][    3.490692] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdab0000-0xfdabffff]
[rk3588(com3)20221025-10:16:20][    3.490707] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdac0000-0xfdacffff]
[rk3588(com3)20221025-10:16:20][    3.490716] RKNPU fdab0000.npu: can't request region for resource [mem 0xfdad0000-0xfdadffff]
[rk3588(com3)20221025-10:16:20][    3.490938] [drm] Initialized rknpu 0.7.2 20220428 for fdab0000.npu on minor 1

# mmc卡分区
[rk3588(com3)20221025-10:16:20][    3.493507] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[rk3588(com3)20221025-10:16:20][    3.493762] mmcblk0: mmc0:0001 SPeMMC 116 GiB 
[rk3588(com3)20221025-10:16:20][    3.493854] mmcblk0boot0: mmc0:0001 SPeMMC partition 1 4.00 MiB
[rk3588(com3)20221025-10:16:20][    3.493947] mmcblk0boot1: mmc0:0001 SPeMMC partition 2 4.00 MiB
[rk3588(com3)20221025-10:16:20][    3.494027] mmcblk0rpmb: mmc0:0001 SPeMMC partition 3 4.00 MiB, chardev (236:0)
[rk3588(com3)20221025-10:16:20][    3.496191]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
[rk3588(com3)20221025-10:16:20][    3.502667] RKNPU fdab0000.npu: leakage=9
[rk3588(com3)20221025-10:16:20][    3.511266] RKNPU fdab0000.npu: pvtm=885
[rk3588(com3)20221025-10:16:20][    3.517848] RKNPU fdab0000.npu: pvtm-volt-sel=3
[rk3588(com3)20221025-10:16:20][    3.518266] RKNPU fdab0000.npu: avs=0
[rk3588(com3)20221025-10:16:20][    3.518350] RKNPU fdab0000.npu: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=800000000 h_table=0
[rk3588(com3)20221025-10:16:20][    3.534942] RKNPU fdab0000.npu: failed to find power_model node
[rk3588(com3)20221025-10:16:20][    3.534953] RKNPU fdab0000.npu: RKNPU: failed to initialize power model
[rk3588(com3)20221025-10:16:20][    3.534957] RKNPU fdab0000.npu: RKNPU: failed to get dynamic-coefficient
[rk3588(com3)20221025-10:16:20][    3.535441] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[rk3588(com3)20221025-10:16:20][    3.536470] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[rk3588(com3)20221025-10:16:20][    3.536945] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[rk3588(com3)20221025-10:16:20][    3.536951] cfg80211: failed to load regulatory.db
[rk3588(com3)20221025-10:16:20][    3.537155] rockchip-pm rockchip-suspend: not set pwm-regulator-config
[rk3588(com3)20221025-10:16:20][    3.537783] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 405; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '08:35:39', on 'Aug 10 2022'.
[rk3588(com3)20221025-10:16:20][    3.537967] Mali: 
[rk3588(com3)20221025-10:16:20][    3.537968] Mali device driver loaded
[rk3588(com3)20221025-10:16:20][    3.537975] ALSA device list:
[rk3588(com3)20221025-10:16:20][    3.537981]   No soundcards found.
[rk3588(com3)20221025-10:16:20][    3.555902] vendor storage:20190527 ret = 0

[rk3588(com3)20221025-10:16:20][    3.643098] EXT4-fs (mmcblk0p6): recovery complete
[rk3588(com3)20221025-10:16:20][    3.643219] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null)
[rk3588(com3)20221025-10:16:20][    3.643245] VFS: Mounted root (ext4 filesystem) on device 179:6.
[rk3588(com3)20221025-10:16:20][    3.643966] devtmpfs: mounted
[rk3588(com3)20221025-10:16:20][    3.646259] Freeing unused kernel memory: 6272K

# 启动第一个程序:init程序
[rk3588(com3)20221025-10:16:20][    3.646328] Run /sbin/init as init process
[rk3588(com3)20221025-10:16:20][    3.763468] systemd[1]: System time before build time, advancing clock.
[rk3588(com3)20221025-10:16:20][    3.765653] systemd[1]: Failed to look up module alias 'autofs4': Function not implemented
[rk3588(com3)20221025-10:16:20]

# 操作系统启动
[rk3588(com3)20221025-10:16:20]Welcome to Debian GNU/Linux 11 (bullseye)!
[rk3588(com3)20221025-10:16:20]
[rk3588(com3)20221025-10:16:20][    3.795933] systemd-fstab-generator[242]: Ignoring "noauto" for root device
[rk3588(com3)20221025-10:16:21]system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[rk3588(com3)20221025-10:16:21](This warning is only shown for the first unit using IP firewalling.)

# 创建子系统
[rk3588(com3)20221025-10:16:21][  OK  ] Created slice system-getty.slice.
[rk3588(com3)20221025-10:16:21][  OK  ] Created slice system-modprobe.slice.
[rk3588(com3)20221025-10:16:21][  OK  ] Created slice system-serial\x2dgetty.slice.
[rk3588(com3)20221025-10:16:21][  OK  ] Created slice system-systemd\x2dfsck.slice.
[rk3588(com3)20221025-10:16:21][  OK  ] Created slice User and Session Slice.
[rk3588(com3)20221025-10:16:21][  OK  ] Started Dispatch Password …ts to Console Directory Watch.
[rk3588(com3)20221025-10:16:21][  OK  ] Started Forward Password R…uests to Wall Directory Watch.
[rk3588(com3)20221025-10:16:21][  OK  ] Reached target Local Encrypted Volumes.
[rk3588(com3)20221025-10:16:21][  OK  ] Reached target Remote File Systems.
[rk3588(com3)20221025-10:16:21][  OK  ] Reached target Slices.
[rk3588(com3)20221025-10:16:21][  OK  ] Reached target Swap.
[rk3588(com3)20221025-10:16:21][  OK  ] Listening on Syslog Socket.
[rk3588(com3)20221025-10:16:21][  OK  ] Listening on fsck to fsckd communication Socket.
[rk3588(com3)20221025-10:16:21][  OK  ] Listening on initctl Compatibility Named Pipe.
[rk3588(com3)20221025-10:16:21][  OK  ] Listening on Journal Socket (/dev/log).
[rk3588(com3)20221025-10:16:21][  OK  ] Listening on Journal Socket.

# udev:设备管理器
[rk3588(com3)20221025-10:16:21][  OK  ] Listening on udev Control Socket.
[rk3588(com3)20221025-10:16:21][  OK  ] Listening on udev Kernel Socket.
[rk3588(com3)20221025-10:16:21]         Mounting /sys/kernel/debug...
[rk3588(com3)20221025-10:16:21]         Mounting Kernel Trace File System...
[rk3588(com3)20221025-10:16:21]         Starting Set the console keyboard layout...

# 加载内核模块
[rk3588(com3)20221025-10:16:21]         Starting Load Kernel Module configfs...
[rk3588(com3)20221025-10:16:21]         Starting Load Kernel Module drm...
[rk3588(com3)20221025-10:16:21]         Starting Load Kernel Module fuse...
[rk3588(com3)20221025-10:16:21][  OK  ] Started Nameserver information manager.
[rk3588(com3)20221025-10:16:21][  OK  ] Reached target Network (Pre).
[rk3588(com3)20221025-10:16:21]         Starting Journal Service...
[rk3588(com3)20221025-10:16:21]         Starting Load Kernel Modules...
[rk3588(com3)20221025-10:16:21]         Starting Remount Root and Kernel File Systems...
[rk3588(com3)20221025-10:16:21]         Starting Coldplug All udev Devices...
[rk3588(com3)20221025-10:16:21][  OK  ] Mounted /sys/kernel/debug.
[rk3588(com3)20221025-10:16:21][  OK  ] Mounted Kernel Trace File System.
[rk3588(com3)20221025-10:16:21][  OK  ] Finished Load Kernel Module configfs.
[rk3588(com3)20221025-10:16:21][  OK  ] Finished Load Kernel Module drm.
[rk3588(com3)20221025-10:16:21][  OK  ] Finished Load Kernel Module fuse.
[rk3588(com3)20221025-10:16:21]         Mounting FUSE Control File System...
[rk3588(com3)20221025-10:16:21]         Mounting Kernel Configuration File System...
[rk3588(com3)20221025-10:16:21][  OK  ] Mounted FUSE Control File System.
[rk3588(com3)20221025-10:16:21][  OK  ] Mounted Kernel Configuration File System.
[rk3588(com3)20221025-10:16:21][    3.995562] EXT4-fs (mmcblk0p6): re-mounted. Opts: (null)
[rk3588(com3)20221025-10:16:21][  OK  ] Finished Remount Root and Kernel File Systems.
[rk3588(com3)20221025-10:16:21]         Starting Load/Save Random Seed...
[rk3588(com3)20221025-10:16:21]         Starting Create System Users...
[rk3588(com3)20221025-10:16:21][  OK  ] Finished Load Kernel Modules.
[rk3588(com3)20221025-10:16:21]         Starting Apply Kernel Variables...
[rk3588(com3)20221025-10:16:21][  OK  ] Finished Create System Users.
[rk3588(com3)20221025-10:16:21]         Starting Create Static Device Nodes in /dev...
[rk3588(com3)20221025-10:16:21][  OK  ] Finished Apply Kernel Variables.
[rk3588(com3)20221025-10:16:21][  OK  ] Finished Load/Save Random Seed.
[rk3588(com3)20221025-10:16:21][  OK  ] Finished Create Static Device Nodes in /dev.
[rk3588(com3)20221025-10:16:21]         Starting Rule-based Manage…for Device Events and Files...
[rk3588(com3)20221025-10:16:21][  OK  ] Started Journal Service.
[rk3588(com3)20221025-10:16:21]         Starting Flush Journal to Persistent Storage...
[rk3588(com3)20221025-10:16:21][    4.099524] systemd-journald[275]: Received client request to flush runtime journal.
[rk3588(com3)20221025-10:16:21][    4.113637] systemd-journald[275]: File /var/log/journal/4829f077071f47dfa821008dce06405c/system.journal corrupted or uncleanly shut down, renaming and replacing.
[rk3588(com3)20221025-10:16:21][  OK  ] Finished Coldplug All udev Devices.
[rk3588(com3)20221025-10:16:21]         Starting Helper to synchronize boot up for ifupdown...
[rk3588(com3)20221025-10:16:21][  OK  ] Started Rule-based Manager for Device Events and Files.
[rk3588(com3)20221025-10:16:21][  OK  ] Finished Helper to synchronize boot up for ifupdown.
[rk3588(com3)20221025-10:16:21][  OK  ] Created slice system-systemd\x2dbacklight.slice.
[rk3588(com3)20221025-10:16:21]         Starting Load/Save Screen …ness of backlight:backlight...
[rk3588(com3)20221025-10:16:21][  OK  ] Finished Load/Save Screen …htness of backlight:backlight.
[rk3588(com3)20221025-10:16:21][  OK  ] Finished Flush Journal to Persistent Storage.
[rk3588(com3)20221025-10:16:21][  OK  ] Found device /dev/ttyFIQ0.
[rk3588(com3)20221025-10:16:21][  OK  ] Found device /dev/disk/by-partlabel/userdata.
[rk3588(com3)20221025-10:16:21][  OK  ] Found device /dev/disk/by-partlabel/oem.
[rk3588(com3)20221025-10:16:21][  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
[rk3588(com3)20221025-10:16:21][  OK  ] Finished Set the console keyboard layout.
[rk3588(com3)20221025-10:16:21][  OK  ] Reached target Local File Systems (Pre).
[rk3588(com3)20221025-10:16:21]         Mounting /tmp...
[rk3588(com3)20221025-10:16:21]         Starting File System Check… /dev/disk/by-partlabel/oem...
[rk3588(com3)20221025-10:16:21]         Starting File System Check…/disk/by-partlabel/userdata...
[rk3588(com3)20221025-10:16:21][  OK  ] Mounted /tmp.
[rk3588(com3)20221025-10:16:21][  OK  ] Started File System Check Daemon to report status.
[rk3588(com3)20221025-10:16:21][  OK  ] Finished File System Check on /dev/disk/by-partlabel/oem.
[rk3588(com3)20221025-10:16:21]         Mounting /oem... disk (1.2% complete)
[rk3588(com3)20221025-10:16:21][    4.843287] EXT4-fs (mmcblk0p7): mounting ext2 file system using the ext4 subsystem
[rk3588(com3)20221025-10:16:21][    4.849101] EXT4-fs (mmcblk0p7): mounted filesystem without journal. Opts: (null)
[rk3588(com3)20221025-10:16:21][  OK  ] Mounted /oem.
[rk3588(com3)20221025-10:16:22][  OK  ] Reached target Hardware activated USB gadget.
[rk3588(com3)20221025-10:16:23][  OK  ] Finished File System Check…ev/disk/by-partlabel/userdata.
[rk3588(com3)20221025-10:16:23]         Mounting /userdata...
[rk3588(com3)20221025-10:16:23][    6.688246] EXT4-fs (mmcblk0p8): mounting ext2 file system using the ext4 subsystem
[rk3588(com3)20221025-10:16:23][    6.690707] EXT4-fs (mmcblk0p8): mounted filesystem without journal. Opts: (null)
[rk3588(com3)20221025-10:16:23][  OK  ] Mounted /userdata.
[rk3588(com3)20221025-10:16:23][  OK  ] Reached target Local File Systems.
[rk3588(com3)20221025-10:16:23]         Starting Enable support fo…l executable binary formats...
[rk3588(com3)20221025-10:16:23]         Starting Set console font and keymap...
[rk3588(com3)20221025-10:16:23]         Starting Raise network interfaces...
[rk3588(com3)20221025-10:16:23]         Starting Create Volatile Files and Directories...
[rk3588(com3)20221025-10:16:23][  OK  ] Finished Enable support fo…nal executable binary formats.
[rk3588(com3)20221025-10:16:23][  OK  ] Finished Create Volatile Files and Directories.
[rk3588(com3)20221025-10:16:23]         Starting Update UTMP about System Boot/Shutdown...
[rk3588(com3)20221025-10:16:23][  OK  ] Finished Update UTMP about System Boot/Shutdown.
[rk3588(com3)20221025-10:16:23][  OK  ] Reached target System Initialization.
[rk3588(com3)20221025-10:16:23][  OK  ] Started ACPI Events Check.
[rk3588(com3)20221025-10:16:23][  OK  ] Started Trigger anacron every hour.
[rk3588(com3)20221025-10:16:23][  OK  ] Started Daily apt download activities.
[rk3588(com3)20221025-10:16:23][  OK  ] Started Daily apt upgrade and clean activities.
[rk3588(com3)20221025-10:16:23][  OK  ] Started Periodic ext4 Onli…ata Check for All Filesystems.
[rk3588(com3)20221025-10:16:23][  OK  ] Started Discard unused blocks once a week.
[rk3588(com3)20221025-10:16:23][  OK  ] Started Daily man-db regeneration.
[rk3588(com3)20221025-10:16:23][  OK  ] Started Daily Cleanup of Temporary Directories.
[rk3588(com3)20221025-10:16:23][  OK  ] Reached target Paths.
[rk3588(com3)20221025-10:16:23][  OK  ] Reached target Timers.
[rk3588(com3)20221025-10:16:23][  OK  ] Listening on ACPID Listen Socket.
[rk3588(com3)20221025-10:16:23][  OK  ] Listening on D-Bus System Message Bus Socket.
[rk3588(com3)20221025-10:16:23][  OK  ] Reached target Sockets.
[rk3588(com3)20221025-10:16:23][  OK  ] Reached target Basic System.
[rk3588(com3)20221025-10:16:23][  OK  ] Started ACPI event daemon.
[rk3588(com3)20221025-10:16:23]         Starting adbd for Debian...
[rk3588(com3)20221025-10:16:23][  OK  ] Started Run anacron jobs.
[rk3588(com3)20221025-10:16:23]         Starting enable ASYNC for Debian Display...
[rk3588(com3)20221025-10:16:23]         Starting Bluetooth management mechanism...
[rk3588(com3)20221025-10:16:23][  OK  ] Started D-Bus System Message Bus.
[rk3588(com3)20221025-10:16:23]         Starting Network Manager...
[rk3588(com3)20221025-10:16:23]         Starting Remove Stale Onli…t4 Metadata Check Snapshots...
[rk3588(com3)20221025-10:16:23]         Starting LSB: Load kernel …d to enable cpufreq scaling...
[rk3588(com3)20221025-10:16:23][  OK  ] Started Resize disk for rockchcip platform.
[rk3588(com3)20221025-10:16:23]         Starting rkisp 3A engine...
[rk3588(com3)20221025-10:16:23]         Starting System Logging Service...
[rk3588(com3)20221025-10:16:23]         Starting User Login Management...
[rk3588(com3)20221025-10:16:23]         Starting Disk Manager...
[rk3588(com3)20221025-10:16:23]         Starting WPA supplicant...
[rk3588(com3)20221025-10:16:23][  OK  ] Started rkisp 3A engine.
[rk3588(com3)20221025-10:16:23][  OK  ] Started Setup rockchip platform environment.
[rk3588(com3)20221025-10:16:23][  OK  ] Finished Remove Stale Onli…ext4 Metadata Check Snapshots.
[rk3588(com3)20221025-10:16:23][  OK  ] Finished Raise network interfaces.
[rk3588(com3)20221025-10:16:23][  OK  ] Started LSB: Load kernel m…ded to enable cpufreq scaling.
[rk3588(com3)20221025-10:16:23]         Starting LSB: set CPUFreq kernel parameters...
[rk3588(com3)20221025-10:16:23][    6.893502] file system registered
[rk3588(com3)20221025-10:16:23][    6.904516] Mass Storage Function, version: 2009/09/11
[rk3588(com3)20221025-10:16:23][    6.904529] LUN: removable file: (no medium)
[rk3588(com3)20221025-10:16:23][  OK  ] Started enable ASYNC for Debian Display.
[rk3588(com3)20221025-10:16:24][  OK  ] Started System Logging Service.
[rk3588(com3)20221025-10:16:24][    6.981187] read descriptors
[rk3588(com3)20221025-10:16:24][    6.981220] read strings
[rk3588(com3)20221025-10:16:24][  OK  ] Started LSB: set CPUFreq kernel parameters.
[rk3588(com3)20221025-10:16:24][  OK  ] Started User Login Management.
[rk3588(com3)20221025-10:16:24][  OK  ] Started WPA supplicant.
[rk3588(com3)20221025-10:16:24]         Starting Authorization Manager...
[rk3588(com3)20221025-10:16:24][  OK  ] Started Network Manager.
[rk3588(com3)20221025-10:16:24][  OK  ] Reached target Network.
[rk3588(com3)20221025-10:16:24][  OK  ] Reached target Network is Online.
[rk3588(com3)20221025-10:16:24]         Starting Mosquitto MQTT Broker...
[rk3588(com3)20221025-10:16:24]         Starting Network Time Service...
[rk3588(com3)20221025-10:16:24]         Starting OpenVPN service...
[rk3588(com3)20221025-10:16:24]         Starting /etc/rc.local Compatibility...
[rk3588(com3)20221025-10:16:24]         Starting Setup rockchip platform environment...
[rk3588(com3)20221025-10:16:24]         Starting OpenBSD Secure Shell server...
[rk3588(com3)20221025-10:16:24][  OK  ] Started strongSwan IPsec I…IKEv2 daemon using ipsec.conf.
[rk3588(com3)20221025-10:16:24]         Starting Permit User Sessions...
[rk3588(com3)20221025-10:16:24]         Starting LSB: layer 2 tunelling protocol daemon...
[rk3588(com3)20221025-10:16:24][  OK  ] Finished OpenVPN service.
[rk3588(com3)20221025-10:16:24][  OK  ] Started Authorization Manager.
[rk3588(com3)20221025-10:16:24][  OK  ] Finished Permit User Sessions.
[rk3588(com3)20221025-10:16:24]         Starting Hostname Service...
[rk3588(com3)20221025-10:16:24][  OK  ] Started Hostname Service.
[rk3588(com3)20221025-10:16:24][  OK  ] Started LSB: layer 2 tunelling protocol daemon.
[rk3588(com3)20221025-10:16:24][  OK  ] Started Network Time Service.
[rk3588(com3)20221025-10:16:24][  OK  ] Started Mosquitto MQTT Broker.
[rk3588(com3)20221025-10:16:24][  OK  ] Started BMC Service.
[rk3588(com3)20221025-10:16:24][  OK  ] Started BMC Upgrade Service.
[rk3588(com3)20221025-10:16:24][    7.371167] bcmdhd: Unknown symbol dhd_wlan_mem_prealloc (err -2)
[rk3588(com3)20221025-10:16:24][  OK  ] Started Disk Manager.
[rk3588(com3)20221025-10:16:24][  OK  ] Started Setup rockchip platform environment.
[rk3588(com3)20221025-10:16:24][  OK  ] Started OpenBSD Secure Shell server.
[rk3588(com3)20221025-10:16:24][    5.414835] rc.local[715]: try to install bmc after reboot
[rk3588(com3)20221025-10:16:24]         Starting Network Manager Script Dispatcher Service...
[rk3588(com3)20221025-10:16:24][    5.444345] rc.local[720]:     706 ?        00:00:00 bmc-server
[rk3588(com3)20221025-10:16:24][    5.444579] rc.local[715]: bmc is running ...
[rk3588(com3)20221025-10:16:24][    5.487761] rc.local[737]: try to install live-server after reboot
[rk3588(com3)20221025-10:16:24][  OK  ] Started Network Manager Script Dispatcher Service.
[rk3588(com3)20221025-10:16:24][    5.498242] rc.local[737]: try to install live-server
[rk3588(com3)20221025-10:16:24][    7.513074] rk_gmac-dwmac fe1c0000.ethernet eth0: PHY [stmmac-1:01] driver [RTL8211F Gigabit Ethernet] (irq=POLL)
[rk3588(com3)20221025-10:16:24][    7.514815] dwmac4: Master AXI performs any burst length
[rk3588(com3)20221025-10:16:24][    7.514838] rk_gmac-dwmac fe1c0000.ethernet eth0: No Safety Features support found
[rk3588(com3)20221025-10:16:24][    7.514849] rk_gmac-dwmac fe1c0000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[rk3588(com3)20221025-10:16:24][    7.514987] rk_gmac-dwmac fe1c0000.ethernet eth0: registered PTP clock
[rk3588(com3)20221025-10:16:24][    7.515152] rk_gmac-dwmac fe1c0000.ethernet eth0: configuring for phy/rgmii-rxid link mode
[rk3588(com3)20221025-10:16:24][    5.610322] rc.local[828]:     706 ?        00:00:00 bmc-server
[rk3588(com3)20221025-10:16:24][    5.610847] rc.local[815]: 连接bmc-server之前,检测网络状态...
[rk3588(com3)20221025-10:16:24][    5.656836] rc.local[815]: 等待网络完成初始化...
[rk3588(com3)20221025-10:16:24][    7.836398] write power control reg 0x00 again
[rk3588(com3)20221025-10:16:24][  OK  ] Started Bluetooth management mechanism.
[rk3588(com3)20221025-10:16:25][    7.943071] write power control reg 0x00 again
[rk3588(com3)20221025-10:16:25][  OK  ] Started adbd for Debian.
[rk3588(com3)20221025-10:16:25]         Starting Light Display Manager...
[rk3588(com3)20221025-10:16:25][  OK  ] Started Light Display Manager.
[rk3588(com3)20221025-10:16:25][    8.049745] write power control reg 0x00 again
[rk3588(com3)20221025-10:16:25][    8.075349] ------------[ cut here ]------------
[rk3588(com3)20221025-10:16:25][    8.075368] WARNING: CPU: 1 PID: 190 at drivers/usb/dwc3/gadget.c:3701 dwc3_stop_active_transfer+0x84/0xe4
[rk3588(com3)20221025-10:16:25][    8.075371] Modules linked in:
[rk3588(com3)20221025-10:16:25][    8.075376] CPU: 1 PID: 190 Comm: kworker/1:2 Not tainted 5.10.66 #32
[rk3588(com3)20221025-10:16:25][    8.075379] Hardware name: Rockchip RK3588 NVR DEMO LP4 V10 Board (DT)
[rk3588(com3)20221025-10:16:25][    8.075385] Workqueue: pm pm_runtime_work
[rk3588(com3)20221025-10:16:25][    8.075389] pstate: 60c00089 (nZCv daIf +PAN +UAO -TCO BTYPE=--)
[rk3588(com3)20221025-10:16:25][    8.075392] pc : dwc3_stop_active_transfer+0x84/0xe4
[rk3588(com3)20221025-10:16:25][    8.075396] lr : dwc3_stop_active_transfer+0x80/0xe4
[rk3588(com3)20221025-10:16:25][    8.075398] sp : ffffffc012ffbb00
[rk3588(com3)20221025-10:16:25][    8.075400] x29: ffffffc012ffbb00 x28: 0000000000000000 
[rk3588(com3)20221025-10:16:25][    8.075404] x27: ffffff8102e025e0 x26: 0000000000000003 
[rk3588(com3)20221025-10:16:25][    8.075407] x25: 000000016ad338af x24: ffffff8100e40280 
[rk3588(com3)20221025-10:16:25][    8.075411] x23: 0000000000000000 x22: ffffff8102d8b080 
[rk3588(com3)20221025-10:16:25][    8.075414] x21: ffffffc011d3a720 x20: 0000000000000000 
[rk3588(com3)20221025-10:16:25][    8.075417] x19: ffffff8102e64000 x18: 0000000000000000 
[rk3588(com3)20221025-10:16:25][    8.075420] x17: 0000000000000000 x16: 0000000000000000 
[rk3588(com3)20221025-10:16:25][    8.075424] x15: 0000000000000000 x14: 0000000000000000 
[rk3588(com3)20221025-10:16:25][    8.075427] x13: 0000000000000000 x12: 0000000000000000 
[rk3588(com3)20221025-10:16:25][    8.075430] x11: 0000000000000000 x10: 00000000000009f0 
[rk3588(com3)20221025-10:16:25][    8.075434] x9 : ffffffc0108f8fc4 x8 : ffffff810242966c 
[rk3588(com3)20221025-10:16:25][    8.075437] x7 : fefefefefefefeff x6 : 0000000000000d1e 
[rk3588(com3)20221025-10:16:25][    8.075440] x5 : 000000000b8b5d5f x4 : 0000000000000000 
[rk3588(com3)20221025-10:16:25][    8.075443] x3 : 0000000000000808 x2 : 0000000000101448 
[rk3588(com3)20221025-10:16:25][    8.075446] x1 : 000000000000c200 x0 : 00000000ffffff92 
[rk3588(com3)20221025-10:16:25][    8.075450] Call trace:
[rk3588(com3)20221025-10:16:25][    8.075454]  dwc3_stop_active_transfer+0x84/0xe4
[rk3588(com3)20221025-10:16:25][    8.075457]  dwc3_remove_requests.constprop.0+0x2c/0xc8
[rk3588(com3)20221025-10:16:25][    8.075460]  __dwc3_gadget_ep_disable+0xbc/0xf0
[rk3588(com3)20221025-10:16:25][    8.075464]  __dwc3_gadget_stop+0x34/0x4c
[rk3588(com3)20221025-10:16:25][    8.075467]  dwc3_gadget_suspend+0x40/0x5c
[rk3588(com3)20221025-10:16:25][    8.075470]  dwc3_suspend_common+0xc8/0x144
[rk3588(com3)20221025-10:16:25][    8.075473]  dwc3_runtime_suspend+0x40/0x70
[rk3588(com3)20221025-10:16:25][    8.075476]  pm_generic_runtime_suspend+0x34/0x48
[rk3588(com3)20221025-10:16:25][    8.075480]  genpd_runtime_suspend+0xd4/0x204
[rk3588(com3)20221025-10:16:25][    8.075483]  __rpm_callback+0x4c/0x110
[rk3588(com3)20221025-10:16:25][    8.075485]  rpm_callback+0x7c/0x88
[rk3588(com3)20221025-10:16:25][    8.075488]  rpm_suspend+0x2ac/0x46c
[rk3588(com3)20221025-10:16:25][    8.075490]  pm_runtime_work+0x9c/0xbc
[rk3588(com3)20221025-10:16:25][    8.075495]  process_one_work+0x1e0/0x298
[rk3588(com3)20221025-10:16:25][    8.075498]  worker_thread+0x1e4/0x27c
[rk3588(com3)20221025-10:16:25][    8.075501]  kthread+0xf8/0x108
[rk3588(com3)20221025-10:16:25][    8.075504]  ret_from_fork+0x10/0x30
[rk3588(com3)20221025-10:16:25][    8.075507] 
[rk3588(com3)20221025-10:16:25][    8.075507] PC: 0xffffffc0108f8ec8:
[rk3588(com3)20221025-10:16:25][    8.075509] 8ec8  528aa662 b9442823 6b02007f 540000c1 b9442c23 5284c122 72aaa662 6b02007f
[rk3588(com3)20221025-10:16:25][    8.075517] 8ee8  54000249 f9419821 528100a2 b9404821 7100143f 528000a1 1a823021 910073e2
[rk3588(com3)20221025-10:16:25][    8.075525] 8f08  f801c3ff b90027ff 97ffff24 d5384101 f94017e2 f9428023 eb030042 d2800003
[rk3588(com3)20221025-10:16:25][    8.075532] 8f28  54000080 9416ba06 528000a1 17fffff4 a8c37bfd d50323bf d65f03c0 d503245f
[rk3588(com3)20221025-10:16:25][    8.075540] 8f48  aa1e03e9 d503201f d503233f a9bc7bfd 910003fd a90153f3 12001c54 d5384102
[rk3588(com3)20221025-10:16:25][    8.075548] 8f68  f9428043 f9001fe3 d2800003 b940a402 121d0442 7100205f 540003e1 12001c21
[rk3588(com3)20221025-10:16:25][    8.075555] 8f88  3942b002 7100003f aa0003f3 1a9f07e3 7100029f 1a9f07e1 53103c42 53155063
[rk3588(com3)20221025-10:16:25][    8.075563] 8fa8  f802c3ff 321d0063 2a012041 2a030021 9100b3e2 b90037ff 97fffef8 34000040
[rk3588(com3)20221025-10:16:25][    8.075570] 8fc8  d4210000 39433260 3902b27f 36080080 b940a660 32180000 b900a660 b940a660
[rk3588(com3)20221025-10:16:25][    8.075578] 8fe8  7100029f 121c7801 321c0000 1a811000 b900a660 d5384100 f9401fe1 f9428002
[rk3588(com3)20221025-10:16:25][    8.075585] 9008  eb020021 d2800002 54000040 9416b9cc a94153f3 a8c47bfd d50323bf d65f03c0
[rk3588(com3)20221025-10:16:25][    8.075593] 9028  aa1e03e9 d503201f d503233f a9b97bfd 910003fd a90153f3 aa0003f3 d5384100
[rk3588(com3)20221025-10:16:25][    8.075600] 9048  a9025bf5 a90363f7 2a0103f7 a9046bf9 f9428001 f90037e1 d2800001 b940a660
[rk3588(com3)20221025-10:16:25][    8.075607] 9068  f9401e76 f9404e74 37000f80 b9449a81 36500ce1 39c00ac1 36f80ca1 3942aa61
[rk3588(com3)20221025-10:16:25][    8.075615] 9088  7100043f 54000c49 37600e80 aa1403e0 97fffa18 2a0003f8 a9430a60 d3629800
[rk3588(com3)20221025-10:16:25][    8.075622] 90a8  7100041f 540000a9 39400c41 12000421 7100083f 54002520 39400c41 12000421
[rk3588(com3)20221025-10:16:25][    8.075630] 
[rk3588(com3)20221025-10:16:25][    8.075630] LR: 0xffffffc0108f8ec4:
[rk3588(com3)20221025-10:16:25][    8.075632] 8ec4  f9404c01 528aa662 b9442823 6b02007f 540000c1 b9442c23 5284c122 72aaa662
[rk3588(com3)20221025-10:16:25][    8.075639] 8ee4  6b02007f 54000249 f9419821 528100a2 b9404821 7100143f 528000a1 1a823021
[rk3588(com3)20221025-10:16:25][    8.075647] 8f04  910073e2 f801c3ff b90027ff 97ffff24 d5384101 f94017e2 f9428023 eb030042
[rk3588(com3)20221025-10:16:25][    8.075654] 8f24  d2800003 54000080 9416ba06 528000a1 17fffff4 a8c37bfd d50323bf d65f03c0
[rk3588(com3)20221025-10:16:25][    8.075662] 8f44  d503245f aa1e03e9 d503201f d503233f a9bc7bfd 910003fd a90153f3 12001c54
[rk3588(com3)20221025-10:16:25][    8.075670] 8f64  d5384102 f9428043 f9001fe3 d2800003 b940a402 121d0442 7100205f 540003e1
[rk3588(com3)20221025-10:16:25][    8.075677] 8f84  12001c21 3942b002 7100003f aa0003f3 1a9f07e3 7100029f 1a9f07e1 53103c42
[rk3588(com3)20221025-10:16:25][    8.075684] 8fa4  53155063 f802c3ff 321d0063 2a012041 2a030021 9100b3e2 b90037ff 97fffef8
[rk3588(com3)20221025-10:16:25][    8.075692] 8fc4  34000040 d4210000 39433260 3902b27f 36080080 b940a660 32180000 b900a660
[rk3588(com3)20221025-10:16:25][    8.075700] 8fe4  b940a660 7100029f 121c7801 321c0000 1a811000 b900a660 d5384100 f9401fe1
[rk3588(com3)20221025-10:16:25][    8.075707] 9004  f9428002 eb020021 d2800002 54000040 9416b9cc a94153f3 a8c47bfd d50323bf
[rk3588(com3)20221025-10:16:25][    8.075714] 9024  d65f03c0 aa1e03e9 d503201f d503233f a9b97bfd 910003fd a90153f3 aa0003f3
[rk3588(com3)20221025-10:16:25][    8.075722] 9044  d5384100 a9025bf5 a90363f7 2a0103f7 a9046bf9 f9428001 f90037e1 d2800001
[rk3588(com3)20221025-10:16:25][    8.075729] 9064  b940a660 f9401e76 f9404e74 37000f80 b9449a81 36500ce1 39c00ac1 36f80ca1
[rk3588(com3)20221025-10:16:25][    8.075737] 9084  3942aa61 7100043f 54000c49 37600e80 aa1403e0 97fffa18 2a0003f8 a9430a60
[rk3588(com3)20221025-10:16:25][    8.075744] 90a4  d3629800 7100041f 540000a9 39400c41 12000421 7100083f 54002520 39400c41
[rk3588(com3)20221025-10:16:25][    8.075753] 
[rk3588(com3)20221025-10:16:25][    8.075753] SP: 0xffffffc012ffba00:
[rk3588(com3)20221025-10:16:25][    8.075755] ba00  000009f0 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.075763] ba20  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.075770] ba40  00000000 00000000 02e64000 ffffff81 00000000 00000000 11d3a720 ffffffc0
[rk3588(com3)20221025-10:16:25][    8.075780] ba60  02d8b080 ffffff81 00000000 00000000 00e40280 ffffff81 6ad338af 00000001
[rk3588(com3)20221025-10:16:25][    8.075787] ba80  00000003 00000000 02e025e0 ffffff81 00000000 00000000 12ffbb00 ffffffc0
[rk3588(com3)20221025-10:16:25][    8.075795] baa0  108f8fc4 ffffffc0 12ffbb00 ffffffc0 108f8fc8 ffffffc0 60c00089 00000000
[rk3588(com3)20221025-10:16:25][    8.075802] bac0  11d3a720 ffffffc0 02d8b080 ffffff81 ffffffff ffffffff 00e40280 ffffff81
[rk3588(com3)20221025-10:16:25][    8.075810] bae0  12ffbb00 ffffffc0 108f8fc8 ffffffc0 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.075817] bb00  12ffbb40 ffffffc0 108fa70c ffffffc0 02e64000 ffffff81 02e64070 ffffff81
[rk3588(com3)20221025-10:16:25][    8.075825] bb20  12ffbb60 ffffffc0 108fb76c 00000000 00000000 00000000 29460100 a3813faa
[rk3588(com3)20221025-10:16:25][    8.075832] bb40  12ffbb60 ffffffc0 108fb784 ffffffc0 02e64000 ffffff81 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.075840] bb60  12ffbb90 ffffffc0 108fb7ec ffffffc0 02d8b080 ffffff81 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.075847] bb80  02d8b1c0 ffffff81 11d57568 ffffffc0 12ffbbb0 ffffffc0 108fc3dc ffffffc0
[rk3588(com3)20221025-10:16:25][    8.075855] bba0  02d8b080 ffffff81 00000000 00000000 12ffbbd0 ffffffc0 108f38a8 ffffffc0
[rk3588(com3)20221025-10:16:25][    8.075862] bbc0  02d8b080 ffffff81 02e02410 ffffff81 12ffbc00 ffffffc0 108f3964 ffffffc0
[rk3588(com3)20221025-10:16:25][    8.075870] bbe0  02e02410 ffffff81 02e02410 ffffff81 107aaad0 ffffffc0 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.075878] 
[rk3588(com3)20221025-10:16:25][    8.075878] X4: 0xffffffffffffff00:
[rk3588(com3)20221025-10:16:25][    8.075880] ff00  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.075890] ff20  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.075898] ff40  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.075907] ff60  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.075915] ff80  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.075923] ffa0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.075931] ffc0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.075940] ffe0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.075948] 0000  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.075956] 0020  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.075964] 0040  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.075973] 0060  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.075981] 0080  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.075990] 00a0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.075998] 00c0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076006] 00e0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076015] 
[rk3588(com3)20221025-10:16:25][    8.076015] X8: 0xffffff810242956c:
[rk3588(com3)20221025-10:16:25][    8.076017] 956c  00000000 00000000 00000000 02c07800 ffffff81 01c1f290 ffffff81 00000000
[rk3588(com3)20221025-10:16:25][    8.076024] 958c  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.076032] 95ac  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.076039] 95cc  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.076047] 95ec  00000000 00000000 00000000 00000000 00000000 00000000 00000000 fe6f3da8
[rk3588(com3)20221025-10:16:25][    8.076054] 960c  ffffff81 02e025c0 ffffff81 107a2c4c ffffffc0 fe6fbd00 ffffff81 02429628
[rk3588(com3)20221025-10:16:25][    8.076062] 962c  ffffff81 02429628 ffffff81 02f0e3c0 ffffff81 fe6f3c00 ffffff81 02f81d48
[rk3588(com3)20221025-10:16:25][    8.076069] 964c  ffffff81 00ca9448 ffffff81 fffea774 00000000 00000000 00000002 00000000
[rk3588(com3)20221025-10:16:25][    8.076076] 966c  00006d70 00000000 71775f75 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.076084] 968c  00000000 10ad19f0 ffffffc0 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.076092] 96ac  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.076099] 96cc  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.076106] 96ec  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.076114] 970c  dead4ead ffffffff 00000000 ffffffff ffffffff 00000000 00000000 02429728
[rk3588(com3)20221025-10:16:25][    8.076121] 972c  ffffff81 02429728 ffffff81 00000000 dead4ead ffffffff 00000000 ffffffff
[rk3588(com3)20221025-10:16:25][    8.076129] 974c  ffffffff 02429750 ffffff81 02429750 ffffff81 00000000 dead4ead ffffffff
[rk3588(com3)20221025-10:16:25][    8.076136] 
[rk3588(com3)20221025-10:16:25][    8.076136] X9: 0xffffffc0108f8ec4:
[rk3588(com3)20221025-10:16:25][    8.076138] 8ec4  f9404c01 528aa662 b9442823 6b02007f 540000c1 b9442c23 5284c122 72aaa662
[rk3588(com3)20221025-10:16:25][    8.076146] 8ee4  6b02007f 54000249 f9419821 528100a2 b9404821 7100143f 528000a1 1a823021
[rk3588(com3)20221025-10:16:25][    8.076153] 8f04  910073e2 f801c3ff b90027ff 97ffff24 d5384101 f94017e2 f9428023 eb030042
[rk3588(com3)20221025-10:16:25][    8.076161] 8f24  d2800003 54000080 9416ba06 528000a1 17fffff4 a8c37bfd d50323bf d65f03c0
[rk3588(com3)20221025-10:16:25][    8.076168] 8f44  d503245f aa1e03e9 d503201f d503233f a9bc7bfd 910003fd a90153f3 12001c54
[rk3588(com3)20221025-10:16:25][    8.076176] 8f64  d5384102 f9428043 f9001fe3 d2800003 b940a402 121d0442 7100205f 540003e1
[rk3588(com3)20221025-10:16:25][    8.076183] 8f84  12001c21 3942b002 7100003f aa0003f3 1a9f07e3 7100029f 1a9f07e1 53103c42
[rk3588(com3)20221025-10:16:25][    8.076190] 8fa4  53155063 f802c3ff 321d0063 2a012041 2a030021 9100b3e2 b90037ff 97fffef8
[rk3588(com3)20221025-10:16:25][    8.076198] 8fc4  34000040 d4210000 39433260 3902b27f 36080080 b940a660 32180000 b900a660
[rk3588(com3)20221025-10:16:25][    8.076206] 8fe4  b940a660 7100029f 121c7801 321c0000 1a811000 b900a660 d5384100 f9401fe1
[rk3588(com3)20221025-10:16:25][    8.076213] 9004  f9428002 eb020021 d2800002 54000040 9416b9cc a94153f3 a8c47bfd d50323bf
[rk3588(com3)20221025-10:16:25][    8.076221] 9024  d65f03c0 aa1e03e9 d503201f d503233f a9b97bfd 910003fd a90153f3 aa0003f3
[rk3588(com3)20221025-10:16:25][    8.076228] 9044  d5384100 a9025bf5 a90363f7 2a0103f7 a9046bf9 f9428001 f90037e1 d2800001
[rk3588(com3)20221025-10:16:25][    8.076236] 9064  b940a660 f9401e76 f9404e74 37000f80 b9449a81 36500ce1 39c00ac1 36f80ca1
[rk3588(com3)20221025-10:16:25][    8.076243] 9084  3942aa61 7100043f 54000c49 37600e80 aa1403e0 97fffa18 2a0003f8 a9430a60
[rk3588(com3)20221025-10:16:25][    8.076251] 90a4  d3629800 7100041f 540000a9 39400c41 12000421 7100083f 54002520 39400c41
[rk3588(com3)20221025-10:16:25][    8.076258] 
[rk3588(com3)20221025-10:16:25][    8.076258] X11: 0xffffffffffffff00:
[rk3588(com3)20221025-10:16:25][    8.076260] ff00  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076269] ff20  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076277] ff40  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076285] ff60  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076293] ff80  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076301] ffa0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076309] ffc0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076318] ffe0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076326] 0000  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076334] 0020  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076343] 0040  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076351] 0060  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076359] 0080  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076367] 00a0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076376] 00c0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076384] 00e0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076393] 
[rk3588(com3)20221025-10:16:25][    8.076393] X12: 0xffffffffffffff00:
[rk3588(com3)20221025-10:16:25][    8.076394] ff00  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076402] ff20  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076411] ff40  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076419] ff60  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076428] ff80  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076436] ffa0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076444] ffc0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076452] ffe0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076461] 0000  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076469] 0020  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076477] 0040  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076485] 0060  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076494] 0080  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076502] 00a0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076510] 00c0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076518] 00e0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076527] 
[rk3588(com3)20221025-10:16:25][    8.076527] X13: 0xffffffffffffff00:
[rk3588(com3)20221025-10:16:25][    8.076529] ff00  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076537] ff20  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076545] ff40  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8[  OK  ] Finishe.d Set console font 0and keymap.
[rk3588(com3)20221025-10:16:25]76553] ff60  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076562] ff80  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076570] ffa0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076578] ffc0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076586] ffe0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076594] 0000  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076603] 0020  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076611] 0040  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076619] 0060  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076627] 0080  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076636] 00a0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076644] 00c0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076652] 00e0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076660] 
[rk3588(com3)20221025-10:16:25][    8.076660] X14: 0xffffffffffffff00:
[rk3588(com3)20221025-10:16:25][    8.076662] ff00  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076670] ff20  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076678] ff40  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076687] ff60  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076695] ff80  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076703] ffa0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076712] ffc0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076720] ffe0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076729] 0000  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076737] 0020  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076746] 0040  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076757] 0060  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076765] 0080  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076773] 00a0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076781] 00c0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076789] 00e0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076798] 
[rk3588(com3)20221025-10:16:25][    8.076798] X15: 0xffffffffffffff00:
[rk3588(com3)20221025-10:16:25][    8.076800] ff00  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076808] ff20  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076816] ff40  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076824] ff60  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076832] ff80  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076840] ffa0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076848] ffc0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076857] ffe0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076865] 0000  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076874] 0020  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076882] 0040  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076890] 0060  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076898] 0080  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076906] 00a0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076915] 00c0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076923] 00e0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076932] 
[rk3588(com3)20221025-10:16:25][    8.076932] X16: 0xffffffffffffff00:
[rk3588(com3)20221025-10:16:25][    8.076934] ff00  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076942] ff20  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076950] ff40  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076958] ff60  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076966] ff80  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076974] ffa0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076983] ffc0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076991] ffe0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.076999] 0000  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077007] 0020  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077015] 0040  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077023] 0060  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077032] 0080  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077040] 00a0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077048] 00c0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077056] 00e0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077065] 
[rk3588(com3)20221025-10:16:25][    8.077065] X17: 0xffffffffffffff00:
[rk3588(com3)20221025-10:16:25][    8.077067] ff00  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077074] ff20  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077083] ff40  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077091] ff60  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077100] ff80  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077108] ffa0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077116] ffc0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077124] ffe0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077133] 0000  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077141] 0020  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077149] 0040  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077157] 0060  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077165] 0080  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077173] 00a0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077182] 00c0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077190] 00e0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077198] 
[rk3588(com3)20221025-10:16:25][    8.077198] X18: 0xffffffffffffff00:
[rk3588(com3)20221025-10:16:25][    8.077200] ff00  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077208] ff20  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077217] ff40  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077225] ff60  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077233] ff80  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077241] ffa0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077249] ffc0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077258] ffe0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077266] 0000  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077274] 0020  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077282] 0040  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077290] 0060  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077299] 0080  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077307] 00a0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077315] 00c0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077324] 00e0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077332] 
[rk3588(com3)20221025-10:16:25][    8.077332] X19: 0xffffff8102e63f00:
[rk3588(com3)20221025-10:16:25][    8.077334] 3f00  00000000 00000001 02e63f08 ffffff81 02e63f08 ffffff81 00000000 dead4ead
[rk3588(com3)20221025-10:16:25][    8.077342] 3f20  ffffffff 00000000 ffffffff ffffffff 00000000 00000000 10ee99c0 ffffffc0
[rk3588(com3)20221025-10:16:25][    8.077350] 3f40  10ee98c0 ffffffc0 10ee9840 ffffffc0 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077357] 3f60  00000000 00000000 00000000 f0000359 00000002 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077365] 3f80  00000000 00000000 02e63700 ffffff81 00000000 00000000 02e63a98 ffffff81
[rk3588(com3)20221025-10:16:25][    8.077372] 3fa0  00000000 00000000 00000000 00000000 02e63fbc ffffff81 1100416d 30386b72
[rk3588(com3)20221025-10:16:25][    8.077380] 3fc0  77705f35 79656b72 7369725f 00000065 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077387] 3fe0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077394] 4000  02ef2c58 ffffff81 02e640b8 ffffff81 11016f38 ffffffc0 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077401] 4020  00000000 00000000 00000021 02000000 00000200 00000004 11c90038 ffffffc0
[rk3588(com3)20221025-10:16:25][    8.077409] 4040  00000000 00000000 00000000 00000000 02e64050 ffffff81 02e64050 ffffff81
[rk3588(com3)20221025-10:16:25][    8.077416] 4060  02e64060 ffffff81 02e64060 ffffff81 02e64070 ffffff81 02e64070 ffffff81
[rk3588(com3)20221025-10:16:25][    8.077424] 4080  1340c900 ffffffc0 00000000 00000000 00000000 00000000 02d8b080 ffffff81
[rk3588(com3)20221025-10:16:25][    8.077432] 40a0  00000000 00000009 00000000 00000000 00000000 00000000 6f307065 00007475
[rk3588(com3)20221025-10:16:25][    8.077439] 40c0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077446] 40e0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077454] 
[rk3588(com3)20221025-10:16:25][    8.077454] X20: 0xffffffffffffff00:
[rk3588(com3)20221025-10:16:25][    8.077456] ff00  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077464] ff20  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077472] ff40  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077480] ff60  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077488] ff80  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077497] ffa0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077505] ffc0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077513] ffe0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077521] 0000  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077529] 0020  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077537] 0040  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077546] 0060  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077554] 0080  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077562] 00a0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077570] 00c0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077578] 00e0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077587] 
[rk3588(com3)20221025-10:16:25][    8.077587] X21: 0xffffffc011d3a620:
[rk3588(com3)20221025-10:16:25][    8.077589] a620  113df805 ffffffc0 00000000 00000000 11c8ffe0 ffffffc0 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077596] a640  108f515c ffffffc0 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077604] a660  113df7f4 ffffffc0 00000000 00000000 11c8ffd8 ffffffc0 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077612] a680  108f51dc ffffffc0 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077619] a6a0  113df7e2 ffffffc0 00000000 00000000 11c8ffd0 ffffffc0 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077627] a6c0  108f5244 ffffffc0 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077635] a6e0  113df7cc ffffffc0 00000000 00000000 11c8ffc8 ffffffc0 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077643] a700  108f52ac ffffffc0 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077651] a720  113df7b5 ffffffc0 00000000 00000000 11c8ffc0 ffffffc0 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077659] a740  108f5304 ffffffc0 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077667] a760  113dfd12 ffffffc0 00000000 00000000 11c93be8 ffffffc0 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077675] a780  109454f8 ffffffc0 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077682] a7a0  113dfcfa ffffffc0 00000000 00000000 11c93be0 ffffffc0 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077690] a7c0  10945550 ffffffc0 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077698] a7e0  113dfcea ffffffc0 00000000 00000000 11c93bd8 ffffffc0 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077708] a800  109455a8 ffffffc0 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077716] 
[rk3588(com3)20221025-10:16:25][    8.077716] X22: 0xffffff8102d8af80:
[rk3588(com3)20221025-10:16:25][    8.077718] af80  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077726] afa0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077733] afc0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077741] afe0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077748] b000  02dfad00 ffffff81 02e02718 ffffff81 1079857c ffffffc0 1132863b ffffffc0
[rk3588(com3)20221025-10:16:25][    8.077756] b020  000004b8 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077764] b040  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077771] b060  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077779] b080  00000040 00000000 02d8b088 ffffff81 02d8b088 ffffff81 108f3b1c ffffffc0
[rk3588(com3)20221025-10:16:25][    8.077786] b0a0  1280d000 ffffffc0 12815000 ffffffc0 00000000 00000000 02d83600 ffffff81
[rk3588(com3)20221025-10:16:25][    8.077794] b0c0  00315000 00000000 00316000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077801] b0e0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077808] b100  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077816] b120  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077823] b140  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077831] b160  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077839] 
[rk3588(com3)20221025-10:16:25][    8.077839] X23: 0xffffffffffffff00:
[rk3588(com3)20221025-10:16:25][    8.077840] ff00  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077849] ff20  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077857] ff40  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077865] ff60  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077874] ff80  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077882] ffa0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077891] ffc0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077899] ffe0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077907] 0000  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077915] 0020  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077923] 0040  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077931] 0060  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077940] 0080  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077948] 00a0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077956] 00c0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077965] 00e0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.077973] 
[rk3588(com3)20221025-10:16:25][    8.077973] X24: 0xffffff8100e40180:
[rk3588(com3)20221025-10:16:25][    8.077975] 0180  fd5d8000 00000000 fd5dbfff 00000000 fe7f6ab8 ffffff81 00000200 00000000
[rk3588(com3)20221025-10:16:25][    8.077983] 01a0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077991] 01c0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.077998] 01e0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.078006] 0200  00000000 dead4ead ffffffff 00000000 ffffffff ffffffff 00000002 00000000
[rk3588(com3)20221025-10:16:25][    8.078013] 0220  00e40220 ffffff81 00e40220 ffffff81 00e40280 ffffff81 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.078021] 0240  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.078028] 0260  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.078036] 0280  02db6e00 ffffff81 02daa900 ffffff81 02e02410 ffffff81 0002acbc 00000000
[rk3588(com3)20221025-10:16:25][    8.078043] 02a0  003cac73 00000000 fffffc18 000001f3 00000001 00000000 107aad18 ffffffc0
[rk3588(com3)20221025-10:16:25][    8.078051] 02c0  00000000 00000000 00000000 00000000 00000000 00000000 ffffffff 00000000
[rk3588(com3)20221025-10:16:25][    8.078058] 02e0  ffffffff 7fffffff 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.078066] 0300  64356466 30303038 7379732e 006e6f63 fdffffff ffffffff ffffffff feefffff
[rk3588(com3)20221025-10:16:25][    8.078073] 0320  ffffddff ffffffff ffff9fff ffffffff ffffffff ffffffff ffbfffdf ffffffff
[rk3588(com3)20221025-10:16:25][    8.078081] 0340  00e40380 ffffff81 ffffffff ffefffff fffffffe ffefffff ffffffff 7fffffff
[rk3588(com3)20221025-10:16:25][    8.078089] 0360  ffbffffb ffffffff fddfdfff ffffffff ff9fdffd ffefffff ffffffff fffbffff
[rk3588(com3)20221025-10:16:25][    8.078097] 
[rk3588(com3)20221025-10:16:25][    8.078097] X27: 0xffffff8102e024e0:
[rk3588(com3)20221025-10:16:25][    8.078099] 24e0  02e024d8 ffffff81 02e024e8 ffffff81 02e024e8 ffffff81 00000002 00000000
[rk3588(com3)20221025-10:16:25][    8.078106] 2500  00000000 00000105 00000000 00000000 00000000 dead4ead ffffffff 00000000
[rk3588(com3)20221025-10:16:25][    8.078113] 2520  ffffffff ffffffff 02e03d18 ffffff81 02e01d28 ffffff81 ffffffff 00000000
[rk3588(com3)20221025-10:16:25][    8.078121] 2540  00000000 dead4ead ffffffff 00000000 ffffffff ffffffff 02e02558 ffffff81
[rk3588(com3)20221025-10:16:25][    8.078129] 2560  02e02558 ffffff81 1057fe00 ffffff81 00000000 00000000 02e02578 ffffff81
[rk3588(com3)20221025-10:16:25][    8.078136] 2580  11dfaf08 ffffffc0 00000000 00000000 6ad30d0e 00000001 695594ce 00000001
[rk3588(com3)20221025-10:16:25][    8.078143] 25a0  107a2bc0 ffffffc0 fe6e9240 ffffff81 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.078151] 25c0  00000040 00000000 02e025c8 ffffff81 02e025c8 ffffff81 107a2c4c ffffffc0
[rk3588(com3)20221025-10:16:25][    8.078159] 25e0  00000000 dead4ead ffffffff 00000000 ffffffff ffffffff 02e025f8 ffffff81
[rk3588(com3)20221025-10:16:25][    8.078166] 2600  02e025f8 ffffff81 00000000 00000000 00000000 00000000 00001880 00000000
[rk3588(com3)20221025-10:16:25][    8.078174] 2620  00000000 00000003 00000000 00000064 635fb3ce 00000001 1acdc483 00000000
[rk3588(com3)20221025-10:16:25][    8.078182] 2640  26ec64af 00000001 6ad330b5 00000001 00e40200 ffffff81 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.078189] 2660  02d83200 ffffff81 00a18bc8 ffffff81 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.078196] 2680  00000000 00000000 02e02688 ffffff81 02e02688 ffffff81 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.078204] 26a0  02e02758 ffffff81 ffffffff 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.078211] 26c0  02e02760 ffffff81 02e026c8 ffffff81 02e026c8 ffffff81 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.078219] 
[rk3588(com3)20221025-10:16:25][    8.078219] X28: 0xffffffffffffff00:
[rk3588(com3)20221025-10:16:25][    8.078220] ff00  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.078229] ff20  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.078238] ff40  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.078246] ff60  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.078254] ff80  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.078262] ffa0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.078271] ffc0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.078279] ffe0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.078287] 0000  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.078295] 0020  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.078304] 0040  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.078312] 0060  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.078320] 0080  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.078328] 00a0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.078337] 00c0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.078345] 00e0  ******** ******** ******** ******** ******** ******** ******** ********
[rk3588(com3)20221025-10:16:25][    8.078353] 
[rk3588(com3)20221025-10:16:25][    8.078353] X29: 0xffffffc012ffba00:
[rk3588(com3)20221025-10:16:25][    8.078355] ba00  000009f0 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.078362] ba20  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.078370] ba40  00000000 00000000 02e64000 ffffff81 00000000 00000000 11d3a720 ffffffc0
[rk3588(com3)20221025-10:16:25][    8.078378] ba60  02d8b080 ffffff81 00000000 00000000 00e40280 ffffff81 6ad338af 00000001
[rk3588(com3)20221025-10:16:25][    8.078386] ba80  00000003 00000000 02e025e0 ffffff81 00000000 00000000 12ffbb00 ffffffc0
[rk3588(com3)20221025-10:16:25][    8.078393] baa0  108f8fc4 ffffffc0 12ffbb00 ffffffc0 108f8fc8 ffffffc0 60c00089 00000000
[rk3588(com3)20221025-10:16:25][    8.078401] bac0  11d3a720 ffffffc0 02d8b080 ffffff81 ffffffff ffffffff 00e40280 ffffff81
[rk3588(com3)20221025-10:16:25][    8.078408] bae0  12ffbb00 ffffffc0 108f8fc8 ffffffc0 00000000 00000000 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.078415] bb00  12ffbb40 ffffffc0 108fa70c ffffffc0 02e64000 ffffff81 02e64070 ffffff81
[rk3588(com3)20221025-10:16:25][    8.078423] bb20  12ffbb60 ffffffc0 108fb76c 00000000 00000000 00000000 29460100 a3813faa
[rk3588(com3)20221025-10:16:25][    8.078431] bb40  12ffbb60 ffffffc0 108fb784 ffffffc0 02e64000 ffffff81 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.078438] bb60  12ffbb90 ffffffc0 108fb7ec ffffffc0 02d8b080 ffffff81 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.078446] bb80  02d8b1c0 ffffff81 11d57568 ffffffc0 12ffbbb0 ffffffc0 108fc3dc ffffffc0
[rk3588(com3)20221025-10:16:25][    8.078453] bba0  02d8b080 ffffff81 00000000 00000000 12ffbbd0 ffffffc0 108f38a8 ffffffc0
[rk3588(com3)20221025-10:16:25][    8.078461] bbc0  02d8b080 ffffff81 02e02410 ffffff81 12ffbc00 ffffffc0 108f3964 ffffffc0
[rk3588(com3)20221025-10:16:25][    8.078469] bbe0  02e02410 ffffff81 02e02410 ffffff81 107aaad0 ffffffc0 00000000 00000000
[rk3588(com3)20221025-10:16:25][    8.078477] ---[ end trace b2d9d0caf1528086 ]---
[rk3588(com3)20221025-10:16:25][    8.078512] android_work: did not send uevent (0 0 0000000000000000)
[rk3588(com3)20221025-10:16:25][    8.206397] write power control reg 0x00 again
[rk3588(com3)20221025-10:16:25][    8.216268] mali fb000000.gpu: Loading Mali firmware 0x1010000
[rk3588(com3)20221025-10:16:25][    8.216739] mali fb000000.gpu: Protected memory allocator not found, Firmware protected mode entry will not be supported
[rk3588(com3)20221025-10:16:25][    8.216746] mali fb000000.gpu: Protected memory allocator not found, Firmware protected mode entry will not be supported
[rk3588(com3)20221025-10:16:25][    8.216750] mali fb000000.gpu: Protected memory allocator not found, Firmware protected mode entry will not be supported
[rk3588(com3)20221025-10:16:25][    8.313063] write power control reg 0x00 again
[rk3588(com3)20221025-10:16:25][    8.419723] write power control reg 0x00 again
[rk3588(com3)20221025-10:16:25][    8.579726] write power control reg 0x00 again
[rk3588(com3)20221025-10:16:25][    6.682375] rc.local[815]: 等待网络完成初始化...
[rk3588(com3)20221025-10:16:25][    8.686400] write power control reg 0x00 again
[rk3588(com3)20221025-10:16:25][    8.793079] write power control reg 0x00 again
[rk3588(com3)20221025-10:16:26][    9.452780] Freeing drm_logo memory: 10808K
[rk3588(com3)20221025-10:16:26][  OK  ] Created slice User Slice of UID 1000.
[rk3588(com3)20221025-10:16:26]         Starting User Runtime Directory /run/user/1000...
[rk3588(com3)20221025-10:16:26][  OK  ] Finished User Runtime Directory /run/user/1000.
[rk3588(com3)20221025-10:16:26]         Starting User Manager for UID 1000...
[rk3588(com3)20221025-10:16:26]         Starting Locale Service...
[rk3588(com3)20221025-10:16:26][    7.705029] rc.local[815]: 等待网络完成初始化...
[rk3588(com3)20221025-10:16:26][  OK  ] Started Locale Service.
[rk3588(com3)20221025-10:16:26][  OK  ] Started User Manager for UID 1000.
[rk3588(com3)20221025-10:16:26][  OK  ] Started Session c1 of user linaro.
[rk3588(com3)20221025-10:16:26]         Starting Time & Date Service...
[rk3588(com3)20221025-10:16:26][  OK  ] Started Time & Date Service.
[rk3588(com3)20221025-10:16:27]         Starting Bluetooth service...
[rk3588(com3)20221025-10:16:27][  OK  ] Started Bluetooth service.
[rk3588(com3)20221025-10:16:27][   10.342113] fan speed det: 0:0:0:0:0:0:0:0:0, fan_speed[0]:0
[rk3588(com3)20221025-10:16:27][   10.598562] rk_gmac-dwmac fe1c0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[rk3588(com3)20221025-10:16:27][   10.598624] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[rk3588(com3)20221025-10:16:27][    8.786517] rc.local[815]: 网络正常,开始连接bmc-server...
[rk3588(com3)20221025-10:16:27][    8.786799] rc.local[815]: live-server exec result:0
[rk3588(com3)20221025-10:16:27][    8.787136] rc.local[815]: live-server started
[rk3588(com3)20221025-10:16:27][    8.852766] rc.local[1214]: localIp:10.0.1.189
[rk3588(com3)20221025-10:16:27][    8.856252] rc.local[1214]: setting config.ini : LoginServerIP=10.0.1.189
[rk3588(com3)20221025-10:16:27][    8.865931] rc.local[1214]: setting config.ini : TcpServerIP=10.0.1.189
[rk3588(com3)20221025-10:16:27][    8.875318] rc.local[1214]: setting config.ini : WebServerIP=10.0.1.189
[rk3588(com3)20221025-10:16:27][    8.884426] rc.local[1214]: setting config.ini : PadServerIP=10.0.1.189
[rk3588(com3)20221025-10:16:27][    8.889847] rc.local[1214]: finish replacing local ip
[rk3588(com3)20221025-10:16:27][    8.890908] rc.local[1214]: start control-server
[rk3588(com3)20221025-10:16:27][    8.924930] rc.local[1248]: WARNING: Logging before InitGoogleLogging() is written to STDERR
[rk3588(com3)20221025-10:16:27][    8.925447] rc.local[1248]: I0321 03:55:32.146026  1248 main.cpp:312] appRootPath:/opt/control-server
[rk3588(com3)20221025-10:16:27][    8.926252] rc.local[1248]: I0321 03:55:32.149117  1248 main.cpp:318] CERTF:/opt/control-server/cert/gc.com.cn.crt
[rk3588(com3)20221025-10:16:27][    8.927128] rc.local[1248]: I0321 03:55:32.149996  1248 main.cpp:319] KEYF:/opt/control-server/cert/gc.com.cn.key
[rk3588(com3)20221025-10:16:27][    8.930261] rc.local[1248]: I0321 03:55:32.151049  1248 main.cpp:447] version:2.1.19
[rk3588(com3)20221025-10:16:27][    8.930693] rc.local[1248]: I0321 03:55:32.153548  1248 BlockWhiteList.cpp:57] init block list error : file open error.
[rk3588(com3)20221025-10:16:27][    8.931619] rc.local[1248]: I0321 03:55:32.154479  1248 BlockWhiteList.cpp:95] init white list error : file open error.
[rk3588(com3)20221025-10:16:28][    8.962325] rc.local[1248]: I0321 03:55:32.185112  1248 EventService.h:112] Start service PadService at 10.0.1.189:9906
[rk3588(com3)20221025-10:16:28][    8.963006] rc.local[1248]: I0321 03:55:32.185220  1248 EventService.h:112] Start service TcpPlayerService at 10.0.1.189:9905
[rk3588(com3)20221025-10:16:28][    8.963893] rc.local[1248]: I0321 03:55:32.185250  1248 EventService.h:112] Start service TcpPlayerService at 0.0.0.0:9904
[rk3588(com3)20221025-10:16:28][    8.964833] rc.local[1248]: I0321 03:55:32.185271  1248 EventService.h:112] Start service WebPlayerService at 10.0.1.189:9909
[rk3588(com3)20221025-10:16:28][    8.965796] rc.local[1248]: I0321 03:55:32.185292  1248 EventService.h:112] Start service WebPlayerService at 0.0.0.0:9908
[rk3588(com3)20221025-10:16:28][   11.559117] fan speed det: 0:0:0:0:0:0:0:0:0, fan_speed[0]:0
[rk3588(com3)20221025-10:16:29][   12.344435] of_dma_request_slave_channel: dma-names property of node '/serial@feb70000' missing or empty
[rk3588(com3)20221025-10:16:29][   12.344494] dw-apb-uart feb70000.serial: failed to request DMA, use interrupt mode
[rk3588(com3)20221025-10:16:29]         Starting Daemon for power management...
[rk3588(com3)20221025-10:16:29][  OK  ] Started Daemon for power management.
[rk3588(com3)20221025-10:16:29][   12.776577] fan speed det: 0:0:0:0:0:0:0:0:0, fan_speed[0]:0
[rk3588(com3)20221025-10:16:29][   10.964795] rc.local[1248]: I0321 03:55:34.187346  1248 ControlService.cpp:152] Connecting login server.
[rk3588(com3)20221025-10:16:30][   10.965298] rc.local[1248]: I0321 03:55:34.187521  1248 ControlService.cpp:178] Bufferevent_openssl_new : Operation now in progress
[rk3588(com3)20221025-10:16:30][   10.966280] rc.local[1248]: I0321 03:55:34.187546  1248 ControlService.cpp:220] m_UpdatePadList.clear 11111111111111111
[rk3588(com3)20221025-10:16:30][   10.967181] rc.local[1248]: I0321 03:55:34.187564  1248 ControlService.cpp:265] login server connected.
[rk3588(com3)20221025-10:16:30][   10.967993] rc.local[1248]: I0321 03:55:34.187577  1248 ControlService.cpp:314] OnConnected:{"version":"1.0.0", "serviceType":"nodeControl","nodeCode":"002"}
[rk3588(com3)20221025-10:16:30][   10.969193] rc.local[1248]: I0321 03:55:34.187585  1248 ControlService.cpp:331] m_UpdatePadList size OnShakeHand:0
[rk3588(com3)20221025-10:16:30][   13.156438] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_disable] Crtc atomic disable vp3
[rk3588(com3)20221025-10:16:30][   13.208100] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] Update mode to 720x1280p59, type: 16(if:40) for vp3 dclk: 62527000
[rk3588(com3)20221025-10:16:30][   13.208254] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] dclk_out3 div: 2 dclk_core3 div: 2
[rk3588(com3)20221025-10:16:30][   13.208261] rockchip-vop2 fdd90000.vop: [drm:vop2_crtc_atomic_enable] set dclk_vop3 to 62527000, get 62526316
[rk3588(com3)20221025-10:16:31][   13.994692] fan speed det: 0:0:0:0:0:0:0:0:0, fan_speed[0]:0
[rk3588(com3)20221025-10:16:32][   15.212018] fan speed det: 0:0:0:0:0:0:0:0:0, fan_speed[0]:0
[rk3588(com3)20221025-10:16:32][   15.729714] dw-mipi-dsi2 fde30000.dsi: [drm:dw_mipi_dsi2_encoder_enable] final DSI-Link bandwidth: 416846 x 4 Kbps
[rk3588(com3)20221025-10:16:33][   16.420804] fan speed det: 0:0:0:0:0:0:0:0:0, fan_speed[0]:0
[rk3588(com3)20221025-10:16:34][   17.655556] fan speed det: 0:0:0:0:0:0:0:0:0, fan_speed[0]:0
[rk3588(com3)20221025-10:16:34][   15.970265] rc.local[1248]: I0321 03:55:39.192662  1248 ControlService.cpp:645] Do HeartBeat to LoginServer: [0001|0041|{"controlCode":"002","time":"1647806139"}].
[rk3588(com3)20221025-10:16:35][   15.971244] rc.local[1248]: E0321 03:55:39.192745  1248 ControlService.cpp:661] m_UpdatePadList.size is 0
[rk3588(com3)20221025-10:16:35][   15.971991] rc.local[1248]: E0321 03:55:39.192921  1248 ControlService.cpp:663] UpdatePadListInfo 111111111111111111111111111111111
[rk3588(com3)20221025-10:16:35][   18.865128] fan speed det: 0:0:0:0:0:0:0:0:0, fan_speed[0]:0
[rk3588(com3)20221025-10:16:37][   20.074636] fan speed det: 0:0:0:0:0:0:0:0:0, fan_speed[0]:0
[rk3588(com3)20221025-10:16:38][   21.288649] fan speed det: 0:0:0:0:0:0:0:0:0, fan_speed[0]:0
[rk3588(com3)20221025-10:16:39][   22.497559] fan speed det: 0:0:0:0:0:0:0:0:0, fan_speed[0]:0
[rk3588(com3)20221025-10:16:39][   20.967351] rc.local[1248]: I0321 03:55:44.189635  1248 ControlService.cpp:645] Do HeartBeat to LoginServer: [0001|0041|{"controlCode":"002","time":"1647806144"}].
[rk3588(com3)20221025-10:16:40][   20.968308] rc.local[1248]: E0321 03:55:44.189718  1248 ControlService.cpp:661] m_UpdatePadList.size is 0
[rk3588(com3)20221025-10:16:40][   20.969073] rc.local[1248]: E0321 03:55:44.189749  1248 ControlService.cpp:663] UpdatePadListInfo 111111111111111111111111111111111
[rk3588(com3)20221025-10:16:40][   23.707670] fan speed det: 0:0:0:0:0:0:0:0:0, fan_speed[0]:0
[rk3588(com3)20221025-10:16:41][   24.783449] rk_gmac-dwmac fe1c0000.ethernet eth0: Link is Down
[rk3588(com3)20221025-10:16:41][   24.920560] fan speed det: 0:0:0:0:0:0:0:0:0, fan_speed[0]:0
[rk3588(com3)20221025-10:16:43][   26.131276] fan speed det: 0:0:0:0:0:0:0:0:0, fan_speed[0]:0
[rk3588(com3)20221025-10:16:44][   27.341946] fan speed det: 0:0:0:0:0:0:0:0:0, fan_speed[0]:0
[rk3588(com3)20221025-10:16:44][   25.969024] rc.local[1248]: I0321 03:55:49.191356  1248 ControlService.cpp:645] Do HeartBeat to LoginServer: [0001|0041|{"controlCode":"002","time":"1647806149"}].
[rk3588(com3)20221025-10:16:45][   25.970018] rc.local[1248]: E0321 03:55:49.191438  1248 ControlService.cpp:661] m_UpdatePadList.size is 0
[rk3588(com3)20221025-10:16:45][   25.970755] rc.local[1248]: E0321 03:55:49.191470  1248 ControlService.cpp:663] UpdatePadListInfo 111111111111111111111111111111111
[rk3588(com3)20221025-10:16:45][   28.556980] fan speed det: 0:0:0:0:0:0:0:0:0, fan_speed[0]:0
[rk3588(com3)20221025-10:16:46][   29.766906] fan speed det: 0:0:0:0:0:0:0:0:0, fan_speed[0]:0
[rk3588(com3)20221025-10:16:47]         Starting Network Manager Script Dispatcher Service...
[rk3588(com3)20221025-10:16:47][  OK  ] Started Network Manager Script Dispatcher Service.
[rk3588(com3)20221025-10:16:48][   30.978210] fan speed det: 0:0:0:0:0:0:0:0:0, fan_speed[0]:0
[rk3588(com3)20221025-10:16:49][   32.188385] fan speed det: 0:0:0:0:0:0:0:0:0, fan_speed[0]:0
[rk3588(com3)20221025-10:16:49][rk3588(com3)20221025-10:16:49]
分类: rk3588_bmc

0 条评论

发表回复

您的电子邮箱地址不会被公开。