20250424让荣品的PRO-RK3566开发板在buildroot系统下使用内置命令测试UART7M2

root@rk3566-buildroot:/# udevadm info /dev/ttyS7
root@rk3566-buildroot:/# stty -F /dev/ttyS7
root@rk3566-buildroot:/# stty -F /dev/ttyS7
root@rk3566-buildroot:/# stty -F /dev/ttyS7 raw 115200 cs8 -parenb -cstopb
root@rk3566-buildroot:/# stty -F /dev/ttyS7
root@rk3566-buildroot:/# echo "hello" >> /dev/ttyS7
root@rk3566-buildroot:/# cat /dev/ttyS7

./uart_test /dev/ttyS7 115200 8 0 1


20250424让荣品的PRO-RK3566开发板在buildroot系统下使用内置命令测试UART7M2
2025/4/24 9:45


缘起:使用UART7M2【来控制SONY的9520机芯】,而不是荣品内置的UART7M0,结果就是需要关闭对应的GPIO的扩展了!【记得看好TX/RX线序。】


串口终端:
root@rk3566-buildroot:/# 
root@rk3566-buildroot:/# 
root@rk3566-buildroot:/# 
root@rk3566-buildroot:/# 
Display all 1021 possibilities? (y or n)^C
root@rk3566-buildroot:/# 
root@rk3566-buildroot:/# 
root@rk3566-buildroot:/# cd /dev
root@rk3566-buildroot:/dev# 
root@rk3566-buildroot:/dev# ll ttyS*
crw-rw---- 1 root dialout 4, 65 Aug  4 17:09 ttyS1
crw-rw---- 1 root dialout 4, 67 Aug  4 17:09 ttyS3
crw-rw---- 1 root dialout 4, 70 Aug  4 17:09 ttyS6
crw-rw---- 1 root dialout 4, 71 Aug  4 17:09 ttyS7
crw-rw---- 1 root dialout 4, 73 Aug  4 17:09 ttyS9
root@rk3566-buildroot:/dev# 
root@rk3566-buildroot:/dev# [   36.052816] vcc3v3_lcd0_n: disabling
[   36.052900] vcc3v3_lcd1_n: disabling

root@rk3566-buildroot:/dev# 
root@rk3566-buildroot:/dev# ll ttyS*
crw-rw---- 1 root dialout 4, 65 Aug  4 17:09 ttyS1
crw-rw---- 1 root dialout 4, 67 Aug  4 17:09 ttyS3
crw-rw---- 1 root dialout 4, 70 Aug  4 17:09 ttyS6
crw-rw---- 1 root dialout 4, 71 Aug  4 17:09 ttyS7

crw-rw---- 1 root dialout 4, 73 Aug  4 17:09 ttyS9
root@rk3566-buildroot:/dev# 
root@rk3566-buildroot:/dev# 


参考资料:
root@rk3566-buildroot:/# udevadm info /dev/ttyS1
root@rk3566-buildroot:/# stty -F /dev/ttyS1
root@rk3566-buildroot:/# stty -F /dev/ttyS1
root@rk3566-buildroot:/# stty -F /dev/ttyS1 raw 115200 cs8 -parenb -cstopb
root@rk3566-buildroot:/# stty -F /dev/ttyS1
root@rk3566-buildroot:/# echo "hello" >> /dev/ttyS1
root@rk3566-buildroot:/# cat /dev/ttyS1

./uart_test /dev/ttyS1 115200 8 0 1

root@rk3566-buildroot:/# udevadm info /dev/ttyS7
root@rk3566-buildroot:/# stty -F /dev/ttyS7
root@rk3566-buildroot:/# stty -F /dev/ttyS7
root@rk3566-buildroot:/# stty -F /dev/ttyS7 raw 115200 cs8 -parenb -cstopb
root@rk3566-buildroot:/# stty -F /dev/ttyS7
root@rk3566-buildroot:/# echo "hello" >> /dev/ttyS7
root@rk3566-buildroot:/# cat /dev/ttyS7

./uart_test /dev/ttyS7 115200 8 0 1


串口调试助手:
[  303.236409] of_dma_request_slave_channel: dma-names property of node '/serial@fe6b0000' missing or empty
[  303.236455] dw-apb-uart fe6b0000.serial: failed to request DMA, use interrupt mode
hello
cat /dev/ttyS7c


WIN10下的ADB终端:
Microsoft Windows [版本 10.0.19045.5487]
(c) Microsoft Corporation。保留所有权利。

C:\Users\QQ>adb shell
adb server version (40) doesn't match this client (41); killing...
* daemon started successfully
root@rk3566-buildroot:/#
root@rk3566-buildroot:/# ll /dev/ttyS*
crw-rw---- 1 root dialout 4, 65 Aug  4 17:09 /dev/ttyS1
crw-rw---- 1 root dialout 4, 67 Aug  4 17:09 /dev/ttyS3
crw-rw---- 1 root dialout 4, 70 Aug  4 17:09 /dev/ttyS6
crw-rw---- 1 root dialout 4, 71 Aug  4 17:09 /dev/ttyS7
crw-rw---- 1 root dialout 4, 73 Aug  4 17:09 /dev/ttyS9
root@rk3566-buildroot:/#
root@rk3566-buildroot:/# udevadm info /dev/ttyS7
P: /devices/platform/fe6b0000.serial/tty/ttyS7
N: ttyS7
E: DEVNAME=/dev/ttyS7
E: DEVPATH=/devices/platform/fe6b0000.serial/tty/ttyS7
E: MAJOR=4
E: MINOR=71
E: SUBSYSTEM=tty

root@rk3566-buildroot:/# stty -F /dev/ttyS7
speed 9600 baud; line = 0;
-brkint -imaxbel
root@rk3566-buildroot:/# stty -F /dev/ttyS7 raw 115200 cs8 -parenb -cstopb
root@rk3566-buildroot:/# stty -F /dev/ttyS7
speed 115200 baud; line = 0;
min = 1; time = 0;
-brkint -icrnl -imaxbel
-opost
-isig -icanon
root@rk3566-buildroot:/# echo "hello" >> /dev/ttyS7
root@rk3566-buildroot:/# root@rk3566-buildroot:/# echo "hello" >> /dev/ttyS7^C
root@rk3566-buildroot:/# cat /dev/ttyS7
cat /dev/ttyS7c


参考资料:
root@rk3566-buildroot:/# udevadm info /dev/ttyS1
root@rk3566-buildroot:/# stty -F /dev/ttyS1
root@rk3566-buildroot:/# stty -F /dev/ttyS1
root@rk3566-buildroot:/# stty -F /dev/ttyS1 raw 115200 cs8 -parenb -cstopb
root@rk3566-buildroot:/# stty -F /dev/ttyS1
root@rk3566-buildroot:/# echo "hello" >> /dev/ttyS1
root@rk3566-buildroot:/# cat /dev/ttyS1

./uart_test /dev/ttyS1 115200 8 0 1


参考资料:
https://blog.csdn.net/weixin_42098934/article/details/143893131
RK356x-10:串口(uart)配置与调试


https://zhuanlan.zhihu.com/p/644415360
瑞芯微Core 3566系列:使用UART


https://blog.csdn.net/luotuo28/article/details/125896180
Linux串口调试总结

完整的开机LOG:

[BEGIN] 2025/4/24 9:41:59
root@rk3566-buildroot:/# 
root@rk3566-buildroot:/# 
root@rk3566-buildroot:/# Stopping lighttpd: OK
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
viewlink_app stop
Stopping input-event-daemon: done
Starting mobilenet:OK
alsa-lib main.c:1541:(snd_use_case_mgr_open) error: failed to import hw:1 use case configuration -2
-i use default asound.conf
Not stop quntionstop auto-reboot finished
Stopping dnsmasq: OK
Stopping pulseaudio: E: [pulseaudio] main.c: Failed to kill daemon: No such process
OK
Stopping dropbear sshd: OK
stoping weston... killall: weston: no process killed
done.
Stopping ntpd: OK
Stopping dhcpcd...
no /sbin/dhcpcd found; none killed
killall: rkaiq_3A_server: no process killed
Stopping network: OK
Stopping bluetoothd: OK
Stopping Wi-Fi/BT...
[  484.213825] dwc3 fcc00000.dwc3: request 00000000a5812770 was not queued to ep0out
[  484.214005] android_work: sent uevent USB_STATE=DISCONNECTED
Stopping iptables: OK
Stopping system message bus: done
Saving random seed: OK
Stopping irqbalance: OK
Stopping klogd: OK
Stopping syslogd: OK
no stop function
[  484.409776] ffs_data_put(): freeing
umount: /var/log: target is busy.
umount: /run: target is busy.
umount: /tmp: target is busy.
[  484.430846] EXT4-fs (mmcblk0p6): re-mounted. Opts: (null)
The system is going down NOW!
Sent SIGTERM to all processes
[  484.439762] dwhdmi-rockchip fe0a0000.hdmi: Rate 0 missing; compute N dynamically
[  484.440125] dwhdmi-rockchip fe0a0000.hdmi: Rate 0 missing; compute N dynamically
[  484.637839] rk808 0-0020: reboot: not restore POWER_EN
[  484.638268] rk808 0-0020: reboot: force RK817_RST_FUNC_REG ok!
[  484.638672] mpp_rkvdec2 fdf80200.rkvdec: shutdown device
[  484.654198] mpp_rkvdec2 fdf80200.rkvdec: shutdown success
[  484.659613] mpp_rkvenc fdf40000.rkvenc: shutdown device
[  484.664848] mpp_rkvenc fdf40000.rkvenc: shutdown success
[  484.691363] [WLAN_RFKILL]: Enter rfkill_wlan_shutdown
[  484.696449] [WLAN_RFKILL]: rockchip_wifi_power: 0
[  484.701164] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
[  484.707001] [WLAN_RFKILL]: rockchip_wifi_power: toggle = false
[  484.712835] [WLAN_RFKILL]: wifi shut off power [GPIO-1-1]
[  484.718236] [WLAN_RFKILL]: rfkill_set_wifi_bt_power: 0
[  484.724146] mpp-iep2 fdef0000.iep: shutdown device
[  484.728956] mpp-iep2 fdef0000.iep: shutdown success
[  484.733871] mpp_vepu2 fdee0000.vepu: shutdown device
[  484.738844] mpp_vepu2 fdee0000.vepu: shutdown success
[  484.743937] mpp_jpgdec fded0000.jpegd: shutdown device
[  484.749088] mpp_jpgdec fded0000.jpegd: shutdown success
[  484.754354] mpp_vdpu2 fdea0400.vdpu: shutdown device
[  484.759328] mpp_vdpu2 fdea0400.vdpu: shutdown success
[  484.764659] xhci-hcd xhci-hcd.4.auto: remove, state 4
[  484.769737] usb usb6: USB disconnect, device number 1
[  484.775441] xhci-hcd xhci-hcd.4.auto: USB bus 6 deregistered
[  484.781378] xhci-hcd xhci-hcd.4.auto: remove, state 4
[  484.786481] usb usb5: USB disconnect, device number 1
[  484.792236] xhci-hcd xhci-hcd.4.auto: USB bus 5 deregistered
[  484.800493] reboot: Restarting system with command 'loader'
DDR V1.18 f366f69a7d typ 23/07/17-15:48:58
ln
LP4/4x derate en, other dram:1x trefi
SRX
ddrconfig:7
LPDDR4X, 324MHz
BW=32 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=4096MB
tdqss: cs0 dqs0: 48ps, dqs1: -96ps, dqs2: -48ps, dqs3: -168ps, 
tdqss: cs1 dqs0: 24ps, dqs1: -96ps, dqs2: -48ps, dqs3: -168ps, 

change to: 324MHz
clk skew:0x62

change to: 528MHz
clk skew:0x58

change to: 780MHz
clk skew:0x58

change to: 1056MHz(final freq)
PHY drv:clk:36,ca:36,DQ:29,odt:60
vrefinner:16%, vrefout:22%
dram drv:40,odt:80
vref_ca:00000071
clk skew:0x3c
cs 0:
the read training result:
DQS0:0x43, DQS1:0x44, DQS2:0x4b, DQS3:0x3c, 
min  : 0xe  0xe 0x10  0xd  0x2  0x4  0x7  0x7 , 0xa  0xb  0x3  0x1  0xb  0xd  0xe  0xb ,
      0x16 0x14 0x11  0xf  0x7  0x2  0x5  0x8 , 0xa  0x6  0x3  0x2  0xc  0xb  0x7  0xd ,
mid  :0x2e 0x2e 0x31 0x2e 0x22 0x25 0x27 0x26 ,0x2a 0x2b 0x24 0x23 0x2b 0x2d 0x2d 0x2b ,
      0x35 0x34 0x30 0x2e 0x27 0x22 0x24 0x28 ,0x2a 0x27 0x24 0x21 0x2c 0x2d 0x28 0x2e ,
max  :0x4e 0x4e 0x52 0x4f 0x43 0x46 0x48 0x45 ,0x4b 0x4b 0x46 0x45 0x4c 0x4d 0x4c 0x4c ,
      0x54 0x54 0x4f 0x4e 0x48 0x43 0x44 0x49 ,0x4b 0x48 0x45 0x40 0x4c 0x4f 0x4a 0x4f ,
range:0x40 0x40 0x42 0x42 0x41 0x42 0x41 0x3e ,0x41 0x40 0x43 0x44 0x41 0x40 0x3e 0x41 ,
      0x3e 0x40 0x3e 0x3f 0x41 0x41 0x3f 0x41 ,0x41 0x42 0x42 0x3e 0x40 0x44 0x43 0x42 ,
the write training result:
DQS0:0x42, DQS1:0x30, DQS2:0x36, DQS3:0x26, 
min  :0x64 0x68 0x68 0x68 0x5a 0x5b 0x5f 0x61 0x61 ,0x54 0x51 0x4d 0x4b 0x55 0x54 0x54 0x54 0x51 ,
      0x5a 0x59 0x58 0x58 0x50 0x4d 0x4e 0x53 0x55 ,0x50 0x4d 0x4c 0x4a 0x52 0x53 0x4f 0x54 0x4c ,
mid  :0x80 0x84 0x84 0x82 0x76 0x77 0x7b 0x7b 0x7c ,0x6f 0x6d 0x68 0x67 0x71 0x6f 0x70 0x6f 0x6c ,
      0x77 0x76 0x73 0x74 0x6c 0x68 0x69 0x6f 0x71 ,0x6c 0x68 0x64 0x64 0x6e 0x6e 0x6a 0x6f 0x68 ,
max  :0x9d 0xa0 0xa1 0x9d 0x92 0x93 0x97 0x96 0x97 ,0x8a 0x89 0x83 0x83 0x8d 0x8b 0x8c 0x8a 0x88 ,
      0x95 0x93 0x8e 0x90 0x88 0x83 0x85 0x8b 0x8e ,0x88 0x84 0x7d 0x7f 0x8a 0x8a 0x85 0x8a 0x85 ,
range:0x39 0x38 0x39 0x35 0x38 0x38 0x38 0x35 0x36 ,0x36 0x38 0x36 0x38 0x38 0x37 0x38 0x36 0x37 ,
      0x3b 0x3a 0x36 0x38 0x38 0x36 0x37 0x38 0x39 ,0x38 0x37 0x31 0x35 0x38 0x37 0x36 0x36 0x39 ,
cs 1:
the read training result:
DQS0:0x43, DQS1:0x44, DQS2:0x4b, DQS3:0x3e, 
min  : 0xe  0xf 0x11  0xd  0x2  0x4  0x7  0x7 , 0x9  0xb  0x3  0x1  0xb  0xd  0xe  0xb ,
      0x15 0x12  0xf  0xe  0x7  0x2  0x5  0x8 , 0xa  0x7  0x3  0x1  0xc  0xb  0x7  0xc ,
mid  :0x2e 0x2f 0x31 0x2e 0x22 0x25 0x27 0x26 ,0x2a 0x2b 0x24 0x23 0x2b 0x2d 0x2d 0x2b ,
      0x34 0x32 0x2e 0x2e 0x27 0x23 0x24 0x28 ,0x2b 0x27 0x24 0x20 0x2c 0x2d 0x28 0x2d ,
max  :0x4f 0x4f 0x52 0x4f 0x43 0x46 0x48 0x45 ,0x4b 0x4c 0x46 0x45 0x4c 0x4d 0x4c 0x4c ,
      0x54 0x53 0x4e 0x4e 0x48 0x44 0x44 0x49 ,0x4c 0x48 0x46 0x40 0x4d 0x4f 0x4a 0x4f ,
range:0x41 0x40 0x41 0x42 0x41 0x42 0x41 0x3e ,0x42 0x41 0x43 0x44 0x41 0x40 0x3e 0x41 ,
      0x3f 0x41 0x3f 0x40 0x41 0x42 0x3f 0x41 ,0x42 0x41 0x43 0x3f 0x41 0x44 0x43 0x43 ,
the write training result:
DQS0:0x42, DQS1:0x30, DQS2:0x36, DQS3:0x26, 
min  :0x66 0x67 0x68 0x66 0x5a 0x5b 0x5e 0x5f 0x5f ,0x52 0x52 0x4d 0x4b 0x56 0x54 0x56 0x54 0x52 ,
      0x59 0x57 0x56 0x56 0x50 0x4a 0x4c 0x51 0x54 ,0x4f 0x4b 0x4a 0x48 0x51 0x51 0x4f 0x52 0x4c ,
mid  :0x82 0x83 0x85 0x81 0x75 0x78 0x7b 0x7b 0x7b ,0x6e 0x6e 0x69 0x68 0x71 0x70 0x71 0x70 0x6e ,
      0x76 0x75 0x72 0x73 0x6b 0x65 0x68 0x6c 0x71 ,0x6b 0x66 0x64 0x62 0x6c 0x6c 0x69 0x6d 0x67 ,
max  :0x9e 0xa0 0xa3 0x9c 0x91 0x95 0x98 0x98 0x98 ,0x8b 0x8b 0x85 0x85 0x8d 0x8d 0x8c 0x8d 0x8a ,
      0x94 0x93 0x8e 0x90 0x87 0x81 0x84 0x88 0x8e ,0x87 0x81 0x7e 0x7d 0x87 0x88 0x83 0x89 0x83 ,
range:0x38 0x39 0x3b 0x36 0x37 0x3a 0x3a 0x39 0x39 ,0x39 0x39 0x38 0x3a 0x37 0x39 0x36 0x39 0x38 ,
      0x3b 0x3c 0x38 0x3a 0x37 0x37 0x38 0x37 0x3a ,0x38 0x36 0x34 0x35 0x36 0x37 0x34 0x37 0x37 ,
CA Training result:
cs:0 min  :0x46 0x43 0x3b 0x37 0x3d 0x38 0x3f ,0x44 0x3e 0x3a 0x34 0x38 0x32 0x3c ,
cs:0 mid  :0x83 0x84 0x79 0x78 0x7a 0x79 0x70 ,0x81 0x7f 0x76 0x75 0x75 0x73 0x6d ,
cs:0 max  :0xc0 0xc5 0xb7 0xb9 0xb8 0xbb 0xa2 ,0xbe 0xc0 0xb3 0xb7 0xb2 0xb5 0x9f ,
cs:0 range:0x7a 0x82 0x7c 0x82 0x7b 0x83 0x63 ,0x7a 0x82 0x79 0x83 0x7a 0x83 0x63 ,
cs:1 min  :0x42 0x47 0x3a 0x3c 0x3b 0x3c 0x3d ,0x40 0x40 0x36 0x37 0x35 0x35 0x3b ,
cs:1 mid  :0x83 0x85 0x7b 0x79 0x7b 0x7a 0x71 ,0x80 0x7e 0x76 0x75 0x76 0x74 0x6e ,
cs:1 max  :0xc4 0xc4 0xbc 0xb7 0xbb 0xb8 0xa5 ,0xc1 0xbc 0xb7 0xb4 0xb7 0xb3 0xa2 ,
cs:1 range:0x82 0x7d 0x82 0x7b 0x80 0x7c 0x68 ,0x81 0x7c 0x81 0x7d 0x82 0x7e 0x67 ,
out
U-Boot SPL board init
U-Boot SPL 2017.09-ge4e124926e-230922 #lxh (Sep 25 2023 - 11:07:45), fwver: v1.13
unknown raw ID 0 0 0
unrecognized JEDEC id bytes: 00, 00, 00
Trying to boot from MMC2
Card did not respond to voltage select!
mmc_init: -95, time 13
spl: mmc init failed with error: -95
Trying to boot from MMC1
SPL: A/B-slot: _a, successful: 0, tries-remain: 7
Trying fit image at 0x4000 sector
## Verified-boot: 0
## Checking atf-1 0x00040000 ... sha256(b5946ac63d...) + OK
## Checking uboot 0x00a00000 ... sha256(eb65270df2...) + OK
## Checking fdt 0x00b487d8 ... sha256(036cca5880...) + OK
## Checking atf-2 0xfdcc1000 ... sha256(b8dca786b4...) + OK
## Checking atf-3 0x0006b000 ... sha256(2f91089eb7...) + OK
## Checking atf-4 0xfdcce000 ... sha256(86ef885748...) + OK
## Checking atf-5 0xfdcd0000 ... sha256(0b2b146c60...) + OK
## Checking atf-6 0x00069000 ... sha256(a9a1e63bef...) + OK
## Checking optee 0x08400000 ... sha256(6c92ef6a0e...) + OK
Jumping to U-Boot(0x00a00000) via ARM Trusted Firmware(0x00040000)
Total: 206.970/688.177 ms

INFO:    Preloader serial: 2
NOTICE:  BL31: v2.3():v2.3-645-g8cea6ab0b:cl, fwver: v1.44
NOTICE:  BL31: Built : 16:36:43, Sep 19 2023
INFO:    GICv3 without legacy support detected.
INFO:    ARM GICv3 driver initialized in EL3
INFO:    pmu v1 is valid 220114
INFO:    l3 cache partition cfg-0
INFO:    dfs DDR fsp_param[0].freq_mhz= 1056MHz
INFO:    dfs DDR fsp_param[1].freq_mhz= 324MHz
INFO:    dfs DDR fsp_param[2].freq_mhz= 528MHz
INFO:    dfs DDR fsp_param[3].freq_mhz= 780MHz
INFO:    Using opteed sec cpu_context!
INFO:    boot cpu mask: 0
INFO:    BL31: Initializing runtime services
INFO:    BL31: Initializing BL32
I/TC: 
I/TC: OP-TEE version: 3.13.0-743-gb5340fd65 #hisping.lin (gcc version 10.2.1 20201103 (GNU Toolchain for the A-profile Architecture 10.2-2020.11 (arm-10.16))) #5 Mon Aug 28 15:15:17 CST 2023 aarch64
I/TC: Primary CPU initializing
E/TC:0 0 hal_algo_version_init:296 CRYPTO_CRYPTO_VERSION_NEW no support. Skip all algo mode check.
I/TC: Primary CPU switching to normal world boot
INFO:    BL31: Preparing for EL3 exit to normal world
INFO:    Entry point address = 0xa00000
INFO:    SPSR = 0x3c9


U-Boot 2017.09 (Apr 11 2025 - 11:46:40 +0800)

Model: Rockchip RK3568 Evaluation Board
MPIDR: 0x81000000
PreSerial: 2, raw, 0xfe660000
DRAM:  4 GiB
Sysmem: init
Relocation Offset: ed217000
Relocation fdt: eb9f94a8 - eb9fecd0
CR: M/C/I
Using default environment

optee api revision: 2.0
dwmmc@fe2b0000: 1, dwmmc@fe2c0000: 2, sdhci@fe310000: 0
Bootdev(atags): mmc 0
MMC0: HS200, 200Mhz
PartType: EFI
TEEC: Waring: Could not find security partition
DM: v1
boot mode: loader
RESC: 'boot', blk@0x0001c5de
resource: sha256+
FIT: no signed, no conf required
DTB: rk-kernel.dtb
HASH(c): OK
I2c0 speed: 100000Hz
PMIC:  RK8090 (on=0x40, off=0x00)
vdd_logic init 950000 uV
vdd_gpu init 900000 uV
vdd_npu init 900000 uV
vsel-gpios- not found! Error: -2
vdd_cpu init 1000000 uV
io-domain: OK
INFO:    ddr dmc_fsp already initialized in loader.
Could not find baseparameter partition
Model: pro-rk3566
MPIDR: 0x81000000
ethaddr = e6:0d:f6:05:7e:00
eth1addr = e2:0d:f6:05:7e:00
eth2addr = 46:be:72:36:5b:33
eth3addr = fe:97:a5:2b:ad:71
rp_power not have children !
rp_power have node! 
rp_power: pwr_5v_3v3 gpio set output
rp_power: led gpio function is 3, not realize!
rp_power: usb_pwr gpio set output
rp_power: otg_pwr gpio set output
rp_power: usb_rst gpio set output
rp_power: spk_en gpio set output
rp_power: spk_mute gpio set output
rp_power: usb_mode gpio set output
rp_power: Equipment_EN gpio set output
Rockchip UBOOT DRM driver version: v1.0.1
VOP have 1 active VP
vp0 have layer nr:6[0 2 4 1 3 5 ], primary plane: 4
vp1 have layer nr:0[], primary plane: 0
vp2 have layer nr:0[], primary plane: 0
hdmi@fe0a0000 disconnected
enter Rockusb!
RKUSB: LUN 0, dev 0, hwpart 0, sector 0x0, count 0x39ef6c0
\usb device is high-speed
/DDR V1.18 f366f69a7d typ 23/07/17-15:48:58
ln
LP4/4x derate en, other dram:1x trefi
SRX
ddrconfig:7
LPDDR4X, 324MHz
BW=32 Col=10 Bk=8 CS0 Row=16 CS1 Row=16 CS=2 Die BW=16 Size=4096MB
tdqss: cs0 dqs0: 48ps, dqs1: -96ps, dqs2: -48ps, dqs3: -192ps, 
tdqss: cs1 dqs0: 24ps, dqs1: -96ps, dqs2: -24ps, dqs3: -168ps, 

change to: 324MHz
clk skew:0x62

change to: 528MHz
clk skew:0x58

change to: 780MHz
clk skew:0x58

change to: 1056MHz(final freq)
PHY drv:clk:36,ca:36,DQ:29,odt:60
vrefinner:16%, vrefout:22%
dram drv:40,odt:80
vref_ca:00000071
clk skew:0x3f
cs 0:
the read training result:
DQS0:0x43, DQS1:0x45, DQS2:0x4b, DQS3:0x3c, 
min  : 0xd  0xe 0x10  0xc  0x1  0x4  0x7  0x6 , 0xa  0xd  0x4  0x2  0xd  0xe  0xf  0xd ,
      0x15 0x14 0x11  0xf  0x7  0x1  0x4  0x8 , 0xa  0x6  0x4  0x1  0xb  0xc  0x7  0xd ,
mid  :0x2d 0x2e 0x31 0x2d 0x22 0x25 0x27 0x25 ,0x2b 0x2d 0x25 0x24 0x2d 0x2e 0x2e 0x2d ,
      0x35 0x34 0x30 0x2f 0x28 0x22 0x24 0x29 ,0x2b 0x27 0x24 0x21 0x2c 0x2d 0x28 0x2e ,
max  :0x4e 0x4e 0x52 0x4f 0x43 0x46 0x48 0x45 ,0x4c 0x4d 0x47 0x47 0x4e 0x4e 0x4e 0x4d ,
      0x56 0x54 0x4f 0x4f 0x49 0x44 0x44 0x4a ,0x4c 0x48 0x45 0x41 0x4d 0x4f 0x4a 0x4f ,
range:0x41 0x40 0x42 0x43 0x42 0x42 0x41 0x3f ,0x42 0x40 0x43 0x45 0x41 0x40 0x3f 0x40 ,
      0x41 0x40 0x3e 0x40 0x42 0x43 0x40 0x42 ,0x42 0x42 0x41 0x40 0x42 0x43 0x43 0x42 ,
the write training result:
DQS0:0x45, DQS1:0x33, DQS2:0x39, DQS3:0x26, 
min  :0x68 0x6b 0x6c 0x6c 0x5d 0x5e 0x64 0x64 0x64 ,0x57 0x54 0x51 0x4e 0x58 0x57 0x57 0x57 0x54 ,
      0x5d 0x5c 0x5c 0x5b 0x54 0x50 0x50 0x56 0x58 ,0x50 0x4c 0x4c 0x4a 0x52 0x53 0x4e 0x54 0x4c ,
mid  :0x85 0x87 0x88 0x87 0x79 0x79 0x7e 0x7e 0x7f ,0x72 0x70 0x6b 0x6a 0x73 0x72 0x73 0x72 0x6f ,
      0x7a 0x79 0x76 0x76 0x6f 0x6b 0x6c 0x72 0x74 ,0x6b 0x67 0x64 0x64 0x6e 0x6e 0x69 0x6f 0x68 ,
max  :0xa2 0xa3 0xa4 0xa2 0x95 0x95 0x99 0x99 0x9a ,0x8d 0x8c 0x86 0x86 0x8f 0x8e 0x8f 0x8d 0x8b ,
      0x98 0x96 0x91 0x92 0x8b 0x86 0x88 0x8e 0x90 ,0x87 0x83 0x7c 0x7f 0x8a 0x89 0x85 0x8a 0x85 ,
range:0x3a 0x38 0x38 0x36 0x38 0x37 0x35 0x35 0x36 ,0x36 0x38 0x35 0x38 0x37 0x37 0x38 0x36 0x37 ,
      0x3b 0x3a 0x35 0x37 0x37 0x36 0x38 0x38 0x38 ,0x37 0x37 0x30 0x35 0x38 0x36 0x37 0x36 0x39 ,
cs 1:
the read training result:
DQS0:0x44, DQS1:0x45, DQS2:0x4b, DQS3:0x3e, 
min  : 0xe 0x10 0x11  0xe  0x2  0x5  0x7  0x7 , 0xa  0xb  0x3  0x1  0xd  0xe  0xe  0xb ,
      0x15 0x13  0xf  0xe  0x7  0x1  0x5  0x8 , 0xa  0x7  0x3  0x1  0xc  0xb  0x7  0xc ,
mid  :0x2f 0x2f 0x32 0x2f 0x23 0x26 0x28 0x26 ,0x2b 0x2c 0x25 0x23 0x2d 0x2e 0x2e 0x2c ,
      0x34 0x33 0x2e 0x2e 0x27 0x22 0x24 0x28 ,0x2b 0x27 0x24 0x20 0x2c 0x2d 0x28 0x2d ,
max  :0x50 0x4f 0x53 0x50 0x44 0x47 0x49 0x46 ,0x4c 0x4d 0x47 0x46 0x4e 0x4e 0x4e 0x4d ,
      0x54 0x53 0x4e 0x4e 0x48 0x44 0x44 0x49 ,0x4c 0x48 0x46 0x40 0x4d 0x4f 0x4a 0x4f ,
range:0x42 0x3f 0x42 0x42 0x42 0x42 0x42 0x3f ,0x42 0x42 0x44 0x45 0x41 0x40 0x40 0x42 ,
      0x3f 0x40 0x3f 0x40 0x41 0x43 0x3f 0x41 ,0x42 0x41 0x43 0x3f 0x41 0x44 0x43 0x43 ,
the write training result:
DQS0:0x45, DQS1:0x33, DQS2:0x39, DQS3:0x26, 
min  :0x67 0x68 0x6a 0x68 0x5b 0x5c 0x5f 0x62 0x61 ,0x56 0x56 0x50 0x4f 0x59 0x56 0x59 0x57 0x55 ,
      0x5f 0x5d 0x5b 0x5c 0x56 0x50 0x52 0x57 0x5b ,0x50 0x4e 0x4d 0x4b 0x54 0x54 0x52 0x55 0x4e ,
mid  :0x83 0x84 0x87 0x82 0x76 0x78 0x7b 0x7d 0x7c ,0x72 0x72 0x6c 0x6b 0x74 0x72 0x74 0x73 0x71 ,
      0x7c 0x7a 0x77 0x79 0x71 0x6b 0x6e 0x72 0x77 ,0x6d 0x69 0x68 0x66 0x6f 0x70 0x6c 0x71 0x69 ,
max  :0xa0 0xa1 0xa4 0x9d 0x92 0x95 0x98 0x98 0x98 ,0x8e 0x8e 0x89 0x88 0x8f 0x8f 0x8f 0x8f 0x8e ,
      0x99 0x98 0x94 0x96 0x8c 0x87 0x8a 0x8e 0x93 ,0x8a 0x85 0x83 0x81 0x8b 0x8d 0x87 0x8d 0x85 ,
range:0x39 0x39 0x3a 0x35 0x37 0x39 0x39 0x36 0x37 ,0x38 0x38 0x39 0x39 0x36 0x39 0x36 0x38 0x39 ,
      0x3a 0x3b 0x39 0x3a 0x36 0x37 0x38 0x37 0x38 ,0x3a 0x37 0x36 0x36 0x37 0x39 0x35 0x38 0x37 ,
CA Training result:
cs:0 min  :0x46 0x43 0x3b 0x38 0x3d 0x38 0x3f ,0x44 0x3e 0x3a 0x34 0x38 0x31 0x3d ,
cs:0 mid  :0x83 0x84 0x79 0x78 0x7a 0x7a 0x70 ,0x81 0x7f 0x76 0x75 0x75 0x73 0x6e ,
cs:0 max  :0xc0 0xc5 0xb7 0xb9 0xb8 0xbc 0xa2 ,0xbe 0xc0 0xb3 0xb7 0xb2 0xb5 0x9f ,
cs:0 range:0x7a 0x82 0x7c 0x81 0x7b 0x84 0x63 ,0x7a 0x82 0x79 0x83 0x7a 0x84 0x62 ,
cs:1 min  :0x42 0x48 0x3a 0x3c 0x3b 0x3b 0x3d ,0x40 0x40 0x36 0x37 0x35 0x35 0x3b ,
cs:1 mid  :0x83 0x86 0x7b 0x79 0x7b 0x79 0x71 ,0x80 0x7e 0x76 0x75 0x75 0x74 0x6e ,
cs:1 max  :0xc4 0xc4 0xbc 0xb7 0xbb 0xb8 0xa5 ,0xc1 0xbc 0xb7 0xb4 0xb6 0xb3 0xa2 ,
cs:1 range:0x82 0x7c 0x82 0x7b 0x80 0x7d 0x68 ,0x81 0x7c 0x81 0x7d 0x81 0x7e 0x67 ,
out
U-Boot SPL board init
U-Boot SPL 2017.09-ge4e124926e-230922 #lxh (Sep 25 2023 - 11:07:45), fwver: v1.13
unknown raw ID 0 0 0
unrecognized JEDEC id bytes: 00, 00, 00
Trying to boot from MMC2
Card did not respond to voltage select!
mmc_init: -95, time 13
spl: mmc init failed with error: -95
Trying to boot from MMC1
Magic is incorrect.
Error validating A/B metadata from disk. Resetting and writing new A/B metadata to disk.
SPL: A/B-slot: _a, successful: 0, tries-remain: 7
Trying fit image at 0x4000 sector
## Verified-boot: 0
## Checking atf-1 0x00040000 ... sha256(b5946ac63d...) + OK
## Checking uboot 0x00a00000 ... sha256(808412b983...) + OK
## Checking fdt 0x00b47c68 ... sha256(036cca5880...) + OK
## Checking atf-2 0xfdcc1000 ... sha256(b8dca786b4...) + OK
## Checking atf-3 0x0006b000 ... sha256(2f91089eb7...) + OK
## Checking atf-4 0xfdcce000 ... sha256(86ef885748...) + OK
## Checking atf-5 0xfdcd0000 ... sha256(0b2b146c60...) + OK
## Checking atf-6 0x00069000 ... sha256(a9a1e63bef...) + OK
## Checking optee 0x08400000 ... sha256(6c92ef6a0e...) + OK
Jumping to U-Boot(0x00a00000) via ARM Trusted Firmware(0x00040000)
Total: 218.686/699.925 ms

INFO:    Preloader serial: 2
NOTICE:  BL31: v2.3():v2.3-645-g8cea6ab0b:cl, fwver: v1.44
NOTICE:  BL31: Built : 16:36:43, Sep 19 2023
INFO:    GICv3 without legacy support detected.
INFO:    ARM GICv3 driver initialized in EL3
INFO:    pmu v1 is valid 220114
INFO:    l3 cache partition cfg-0
INFO:    dfs DDR fsp_param[0].freq_mhz= 1056MHz
INFO:    dfs DDR fsp_param[1].freq_mhz= 324MHz
INFO:    dfs DDR fsp_param[2].freq_mhz= 528MHz
INFO:    dfs DDR fsp_param[3].freq_mhz= 780MHz
INFO:    Using opteed sec cpu_context!
INFO:    boot cpu mask: 0
INFO:    BL31: Initializing runtime services
INFO:    BL31: Initializing BL32
I/TC: 
I/TC: OP-TEE version: 3.13.0-743-gb5340fd65 #hisping.lin (gcc version 10.2.1 20201103 (GNU Toolchain for the A-profile Architecture 10.2-2020.11 (arm-10.16))) #5 Mon Aug 28 15:15:17 CST 2023 aarch64
I/TC: Primary CPU initializing
E/TC:0 0 hal_algo_version_init:296 CRYPTO_CRYPTO_VERSION_NEW no support. Skip all algo mode check.
I/TC: Primary CPU switching to normal world boot
INFO:    BL31: Preparing for EL3 exit to normal world
INFO:    Entry point address = 0xa00000
INFO:    SPSR = 0x3c9


U-Boot 2017.09 (Apr 23 2025 - 19:41:01 +0800)

Model: Rockchip RK3568 Evaluation Board
MPIDR: 0x81000000
PreSerial: 2, raw, 0xfe660000
DRAM:  3.7 GiB
Sysmem: init
Relocation Offset: ed217000
Relocation fdt: eb9f8948 - eb9fece0
CR: M/C/I
Using default environment

optee api revision: 2.0
dwmmc@fe2b0000: 1, dwmmc@fe2c0000: 2, sdhci@fe310000: 0
Bootdev(atags): mmc 0
MMC0: HS200, 200Mhz
PartType: EFI
TEEC: Waring: Could not find security partition
DM: v1
boot mode: normal
RESC: 'boot', blk@0x0001c65d
resource: sha256+
FIT: no signed, no conf required
DTB: rk-kernel.dtb
HASH(c): OK
I2c0 speed: 100000Hz
PMIC:  RK8090 (on=0x40, off=0x00)
vdd_logic init 950000 uV
vdd_gpu init 900000 uV
vdd_npu init 900000 uV
vsel-gpios- not found! Error: -2
vdd_cpu init 1000000 uV
io-domain: OK
INFO:    ddr dmc_fsp already initialized in loader.
Could not find baseparameter partition
Model: pro-rk3566
MPIDR: 0x81000000
ethaddr = 86:db:0c:0a:a1:21
eth1addr = 12:e1:20:f9:43:ba
eth2addr = 82:30:c4:d4:ff:2a
eth3addr = 1a:c7:b8:11:01:7c
rp_power not have children !
rp_power have node! 
rp_power: pwr_5v_3v3 gpio set output
rp_power: led gpio function is 3, not realize!
rp_power: usb_pwr gpio set output
rp_power: otg_pwr gpio set output
rp_power: usb_rst gpio set output
rp_power: spk_en gpio function get error, set gpio default dir to output
rp_power: spk_en gpio get error
rp_power: spk_mute gpio set output
rp_power: usb_mode gpio set output
rp_power: Equipment_EN gpio set output
Rockchip UBOOT DRM driver version: v1.0.1
VOP have 1 active VP
vp0 have layer nr:6[0 2 4 1 3 5 ], primary plane: 4
vp1 have layer nr:0[], primary plane: 0
vp2 have layer nr:0[], primary plane: 0
hdmi@fe0a0000 disconnected
CLK: (sync kernel. arm: enter 816000 KHz, init 816000 KHz, kernel 0N/A)
  apll 1104000 KHz
  dpll 528000 KHz
  gpll 1188000 KHz
  cpll 1000000 KHz
  npll 1200000 KHz
  vpll 24000 KHz
  hpll 24000 KHz
  ppll 200000 KHz
  armclk 1104000 KHz
  aclk_bus 150000 KHz
  pclk_bus 100000 KHz
  aclk_top_high 500000 KHz
  aclk_top_low 400000 KHz
  hclk_top 150000 KHz
  pclk_top 100000 KHz
  aclk_perimid 300000 KHz
  hclk_perimid 150000 KHz
  pclk_pmu 100000 KHz
Net:   eth1: ethernet@fe010000
Hit key to stop autoboot('CTRL+C'):  0 
ANDROID: reboot reason: "(none)"
Not AVB images, AVB skip
No valid android hdr
Android image load failed
Android boot failed, error -1.
## Booting FIT Image at 0xe8f2bf00 with size 0x028cba00
Fdt Ramdisk skip relocation
## Loading kernel from FIT Image at e8f2bf00 ...
   Using 'conf' configuration
## Verified-boot: 0
   Trying 'kernel' kernel subimage
     Description:  unavailable
     Type:         Kernel Image
     Compression:  uncompressed
     Data Start:   0xe8f55f00
     Data Size:    42605056 Bytes = 40.6 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: 0x00280000
     Entry Point:  0x00280000
     Hash algo:    sha256
     Hash value:   b6ed8843e14b33ffe224b51fcfe921325a513adb5745d2ad8d5283c217485812
   Verifying Hash Integrity ... sha256+ OK
## Loading fdt from FIT Image at e8f2bf00 ...
   Using 'conf' configuration
   Trying 'fdt' fdt subimage
     Description:  unavailable
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0xe8f2c700
     Data Size:    169955 Bytes = 166 KiB
     Architecture: AArch64
     Load Address: 0x08300000
     Hash algo:    sha256
     Hash value:   aa03975c23e9ca53e194f3eaa8cf4f5c8980d2baebbd1e73626a72c309d954ca
   Verifying Hash Integrity ... sha256+ OK
   Loading fdt from 0x08300000 to 0x08300000
   Booting using the fdt blob at 0x08300000
   Loading Kernel Image from 0xe8f55f00 to 0x00280000 ... OK
   kernel loaded at 0x00280000, end = 0x02b21a00
   Using Device Tree in place at 0000000008300000, end 000000000832c7e2
vp0, plane_mask:0x3f, primary-id:4, curser-id:-1
vp1, plane_mask:0x0, primary-id:0, curser-id:-1
vp2, plane_mask:0x0, primary-id:0, curser-id:-1
WARNING: could not set reg FDT_ERR_BADOFFSET.
## reserved-memory:
  drm-logo@00000000: addr=edf00000 size=b8000
  drm-cubic-lut@00000000: addr=eff00000 size=8000
  ramoops@110000: addr=110000 size=f0000
Adding bank: 0x00200000 - 0x08400000 (size: 0x08200000)
Adding bank: 0x09400000 - 0xf0000000 (size: 0xe6c00000)
== DO RELOCATE == Kernel from 0x00280000 to 0x00200000
Total: 1256.792/1389.327 ms

Starting kernel ...

[    1.399205] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[    1.399232] Linux version 5.10.198 (rootroot@rootroot-X99-Turbo) (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) #1 SMP Wed Apr 23 19:41:17 CST 2025
[    1.401095] random: crng init done
[    1.405232] Machine model: pro-rk3566
[    1.448761] earlycon: uart8250 at MMIO32 0x00000000fe660000 (options '')
[    1.501034] printk: bootconsole [uart8250] enabled
[    1.507468] efi: UEFI not found.
[    1.567969] Zone ranges:
[    1.570753]   DMA      [mem 0x0000000000200000-0x00000000efffffff]
[    1.577533]   DMA32    empty
[    1.580685]   Normal   empty
[    1.583836] Movable zone start for each node
[    1.588512] Early memory node ranges
[    1.592425]   node   0: [mem 0x0000000000200000-0x00000000083fffff]
[    1.599295]   node   0: [mem 0x0000000009400000-0x00000000efffffff]
[    1.606168] Initmem setup node 0 [mem 0x0000000000200000-0x00000000efffffff]
[    1.631639] cma: Reserved 16 MiB at 0x00000000ee400000
[    1.637354] psci: probing for conduit method from DT.
[    1.642899] psci: PSCIv1.1 detected in firmware.
[    1.647958] psci: Using standard PSCI v0.2 function IDs
[    1.653686] psci: Trusted OS migration not required
[    1.659032] psci: SMC Calling Convention v1.2
[    1.664160] percpu: Embedded 31 pages/cpu s88344 r8192 d30440 u126976
[    1.671333] Detected VIPT I-cache on CPU0
[    1.675764] CPU features: detected: GIC system register CPU interface
[    1.682825] CPU features: detected: Virtualization Host Extensions
[    1.689605] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    1.697257] alternatives: patching kernel code
[    1.704193] Built 1 zonelists, mobility grouping on.  Total pages: 963080
[    1.711642] Kernel command line: storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normal  androidboot.verifiedbootstate=orange rw rootwait earlycon=uart8250,mmio32,0xfe660000 console=ttyFIQ0 root=PARTUUID=614e0000-0000 androidboot.fwver=spl-v1.13,bl31-v1.44,uboot-04/23/2025
[    1.741032] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    1.750208] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    1.758700] mem auto-init: stack:off, heap alloc:off, heap free:off
[    1.808295] Memory: 3777368K/3913728K available (22208K kernel code, 3846K rwdata, 7876K rodata, 7552K init, 878K bss, 119976K reserved, 16384K cma-reserved)
[    1.823865] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    1.831057] ftrace: allocating 67078 entries in 263 pages
[    1.924198] ftrace: allocated 263 pages with 4 groups
[    1.930039] rcu: Hierarchical RCU implementation.
[    1.935200] rcu:     RCU event tracing is enabled.
[    1.940162] rcu:     RCU dyntick-idle grace-period acceleration is enabled.
[    1.947509] rcu:     RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    1.954665]     Rude variant of Tasks RCU enabled.
[    1.959626]     Tracing variant of Tasks RCU enabled.
[    1.964874] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    1.973173] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    1.985271] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    1.992872] GICv3: GIC: Using split EOI/Deactivate mode
[    1.998609] GICv3: 320 SPIs implemented
[    2.002810] GICv3: 0 Extended SPIs implemented
[    2.007711] GICv3: Distributor has no Range Selector support
[    2.013921] GICv3: 16 PPIs implemented
[    2.018062] GICv3: CPU0: found redistributor 0 region 0:0x00000000fd460000
[    2.025712] ITS [mem 0xfd440000-0xfd45ffff]
[    2.030359] ITS@0x00000000fd440000: allocated 8192 Devices @2e00000 (indirect, esz 8, psz 64K, shr 0)
[    2.040503] ITS@0x00000000fd440000: allocated 32768 Interrupt Collections @2e10000 (flat, esz 2, psz 64K, shr 0)
[    2.051666] ITS: using cache flushing for cmd queue
[    2.057421] GICv3: using LPI property table @0x0000000002e20000
[    2.064024] GIC: using cache flushing for LPI property table
[    2.070230] GICv3: CPU0: using allocated LPI pending table @0x0000000002e30000
[    2.078211] rcu:     Offload RCU callbacks from CPUs: (none).
[    2.112957] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    2.119651] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    2.131487] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    2.141309] Console: colour dummy device 80x25
[    2.146228] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
[    2.157502] pid_max: default: 32768 minimum: 301
[    2.162658] LSM: Security Framework initializing
[    2.167788] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    2.175919] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    2.186018] rcu: Hierarchical SRCU implementation.
[    2.192058] Platform MSI: interrupt-controller@fd440000 domain created
[    2.199702] PCI/MSI: /interrupt-controller@fd400000/interrupt-controller@fd440000 domain created
[    2.209678] EFI services will not be available.
[    2.214971] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
[    2.228265] Detected VIPT I-cache on CPU1
[    2.228295] GICv3: CPU1: found redistributor 100 region 0:0x00000000fd480000
[    2.228315] GICv3: CPU1: using allocated LPI pending table @0x0000000002e40000
[    2.228368] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[    2.236716] Detected VIPT I-cache on CPU2
[    2.236740] GICv3: CPU2: found redistributor 200 region 0:0x00000000fd4a0000
[    2.236759] GICv3: CPU2: using allocated LPI pending table @0x0000000002e50000
[    2.236798] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
[    2.245089] Detected VIPT I-cache on CPU3
[    2.245113] GICv3: CPU3: found redistributor 300 region 0:0x00000000fd4c0000
[    2.245130] GICv3: CPU3: using allocated LPI pending table @0x0000000002e60000
[    2.245166] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
[    2.245258] smp: Brought up 1 node, 4 CPUs
[    2.331368] SMP: Total of 4 processors activated.
[    2.336529] CPU features: detected: Privileged Access Never
[    2.342641] CPU features: detected: LSE atomic instructions
[    2.348754] CPU features: detected: User Access Override
[    2.354580] CPU features: detected: 32-bit EL0 Support
[    2.360216] CPU features: detected: Common not Private translations
[    2.367091] CPU features: detected: RAS Extension Support
[    2.373013] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    2.382461] CPU features: detected: CRC32 instructions
[    2.388096] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    2.395734] CPU features: detected: RCpc load-acquire (LDAPR)
[    2.435551] CPU: All CPU(s) started at EL2
[    2.441575] devtmpfs: initialized
[    2.467020] Registered cp15_barrier emulation handler
[    2.472598] Registered setend emulation handler
[    2.477745] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    2.488444] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    2.496551] pinctrl core: initialized pinctrl subsystem
[    2.502824] DMI not present or invalid.
[    2.507311] NET: Registered protocol family 16
[    2.513766] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[    2.521683] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    2.530284] audit: initializing netlink subsys (disabled)
[    2.536384] audit: type=2000 audit(0.249:1): state=initialized audit_enabled=0 res=1
[    2.538407] Registered FIQ tty driver
[    2.549289] thermal_sys: Registered thermal governor 'fair_share'
[    2.549294] thermal_sys: Registered thermal governor 'step_wise'
[    2.555986] thermal_sys: Registered thermal governor 'user_space'
[    2.562577] thermal_sys: Registered thermal governor 'power_allocator'
[    2.569568] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[    2.585581] cpuidle: using governor menu
[    2.590189] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    2.597749] ASID allocator initialised with 65536 entries
[    2.605877] ramoops: dmesg-0    0x20000@0x0000000000110000
[    2.612847] ramoops: console    0x80000@0x0000000000130000
[    2.618600] ramoops: pmsg    0x50000@0x00000000001b0000
[    2.624400] printk: console [ramoops-1] enabled
[    2.629373] pstore: Registered ramoops as persistent store backend
[    2.636155] ramoops: using 0xf0000@0x110000, ecc: 0
[    2.678115] rockchip-gpio fdd60000.gpio0: probed /pinctrl/gpio0@fdd60000
[    2.685990] rockchip-gpio fe740000.gpio1: probed /pinctrl/gpio1@fe740000
[    2.693796] rockchip-gpio fe750000.gpio2: probed /pinctrl/gpio2@fe750000
[    2.701659] rockchip-gpio fe760000.gpio3: probed /pinctrl/gpio3@fe760000
[    2.709471] rockchip-gpio fe770000.gpio4: probed /pinctrl/gpio4@fe770000
[    2.716939] rockchip-pinctrl pinctrl: probed pinctrl
[    2.801932] raid6: neonx8   gen()  2429 MB/s
[    2.861998] raid6: neonx8   xor()  1929 MB/s
[    2.922087] raid6: neonx4   gen()  2488 MB/s
[    2.982165] raid6: neonx4   xor()  1907 MB/s
[    3.042249] raid6: neonx2   gen()  2263 MB/s
[    3.102324] raid6: neonx2   xor()  1747 MB/s
[    3.162404] raid6: neonx1   gen()  1847 MB/s
[    3.222486] raid6: neonx1   xor()  1407 MB/s
[    3.282572] raid6: int64x8  gen()  1649 MB/s
[    3.342653] raid6: int64x8  xor()   890 MB/s
[    3.402730] raid6: int64x4  gen()  1785 MB/s
[    3.462807] raid6: int64x4  xor()   958 MB/s
[    3.522888] raid6: int64x2  gen()  1586 MB/s
[    3.582966] raid6: int64x2  xor()   855 MB/s
[    3.643035] raid6: int64x1  gen()  1143 MB/s
[    3.703105] raid6: int64x1  xor()   580 MB/s
[    3.707791] raid6: using algorithm neonx4 gen() 2488 MB/s
[    3.713714] raid6: .... xor() 1907 MB/s, rmw enabled
[    3.719160] raid6: using neon recovery algorithm
[    3.725733] fiq_debugger fiq_debugger.0: IRQ fiq not found
[    3.732034] fiq_debugger fiq_debugger.0: IRQ wakeup not found
[    3.738354] fiq_debugger_probe: could not install nmi irq handler
[[    3.745128] printk: console [ttyFIQ0] enabled
    3.745128] printk: console [ttyFIQ0] enabled
[    3.754255] printk: bootconsole [[    3.754255] printk: bootconsole [uart8250] disabled
uart8250] disabled
[    3.764659] Registered fiq debugger ttyFIQ0
[    3.765371] vcc3v3_sys: supplied by dc_12v
[    3.765641] vcc5v0_sys: supplied by dc_12v
[    3.766140] vcc3v3_lcd0_n: supplied by vcc3v3_sys
[    3.766413] vcc3v3_lcd1_n: supplied by vcc3v3_sys
[    3.767283] iommu: Default domain type: Translated 
[    3.770643] SCSI subsystem initialized
[    3.770883] usbcore: registered new interface driver usbfs
[    3.770930] usbcore: registered new interface driver hub
[    3.770969] usbcore: registered new device driver usb
[    3.771057] mc: Linux media interface: v0.10
[    3.771085] videodev: Linux video capture interface: v2.00
[    3.771191] pps_core: LinuxPPS API ver. 1 registered
[    3.771200] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    3.771218] PTP clock support registered
[    3.771260] EDAC MC: Ver: 3.0.0
[    3.772168] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[    3.772235] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
[    3.774102] Advanced Linux Sound Architecture Driver Initialized.
[    3.774613] Bluetooth: Core ver 2.22
[    3.774658] NET: Registered protocol family 31
[    3.774667] Bluetooth: HCI device and connection manager initialized
[    3.774679] Bluetooth: HCI socket layer initialized
[    3.774689] Bluetooth: L2CAP socket layer initialized
[    3.774707] Bluetooth: SCO socket layer initialized
[    3.775060] rockchip-cpuinfo cpuinfo: SoC        : 35662000
[    3.775071] rockchip-cpuinfo cpuinfo: Serial        : 5a655501c85e6274
[    3.775786] clocksource: Switched to clocksource arch_sys_counter
[    4.220491] NET: Registered protocol family 2
[    4.220745] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    4.222547] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[    4.222606] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    4.222766] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    4.223165] TCP: Hash tables configured (established 32768 bind 32768)
[    4.223302] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    4.223360] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[    4.223550] NET: Registered protocol family 1
[    4.224073] RPC: Registered named UNIX socket transport module.
[    4.224084] RPC: Registered udp transport module.
[    4.224091] RPC: Registered tcp transport module.
[    4.224096] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    4.225005] PCI: CLS 0 bytes, default 64
[    4.227380] rockchip-thermal fe710000.tsadc: tsadc is probed successfully!
[    4.228337] hw perfevents: enabled with armv8_cortex_a55 PMU driver, 7 counters available
[    4.232410] Initialise system trusted keyrings
[    4.232606] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[    4.237568] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    4.238333] NFS: Registering the id_resolver key type
[    4.238366] Key type id_resolver registered
[    4.238374] Key type id_legacy registered
[    4.238409] ntfs: driver 2.1.32 [Flags: R/O].
[    4.238554] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    4.238764] fuse: init (API version 7.32)
[    4.239162] SGI XFS with security attributes, no debug enabled
[    4.270636] NET: Registered protocol family 38
[    4.270662] xor: measuring software checksum speed
[    4.274334]    8regs           :  2714 MB/sec
[    4.277329]    32regs          :  3309 MB/sec
[    4.280626]    arm64_neon      :  3000 MB/sec
[    4.280633] xor: using function: 32regs (3309 MB/sec)
[    4.280649] Key type asymmetric registered
[    4.280657] Asymmetric key parser 'x509' registered
[    4.280703] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    4.280852] io scheduler mq-deadline registered
[    4.280868] io scheduler kyber registered
[    4.281563] rockchip-csi2-dphy-hw fe870000.csi2-dphy-hw: csi2 dphy hw probe successfully!
[    4.282198] rockchip-csi2-dphy csi2-dphy0: csi2 dphy0 probe successfully!
[    4.291541] pwm-backlight backlight: supply power not found, using dummy regulator
[    4.291992] iep: Module initialized.
[    4.292055] mpp_service mpp-srv: 292c8a74f3 author: lixin 2024-02-20 update sdk to linux5.10-rkr7(v1.4.0_20231220). commit on 20240220
[    4.292066] mpp_service mpp-srv: probe start
[    4.293862] mpp_vdpu2 fdea0400.vdpu: Adding to iommu group 1
[    4.294056] mpp_vdpu2 fdea0400.vdpu: probe device
[    4.294523] mpp_vdpu2 fdea0400.vdpu: probing finish
[    4.294974] mpp_vepu2 fdee0000.vepu: Adding to iommu group 3
[    4.295155] mpp_vepu2 fdee0000.vepu: probing start
[    4.295584] mpp_vepu2 fdee0000.vepu: probing finish
[    4.296157] mpp-iep2 fdef0000.iep: Adding to iommu group 4
[    4.296333] mpp-iep2 fdef0000.iep: probe device
[    4.296598] mpp-iep2 fdef0000.iep: allocate roi buffer failed
[    4.296798] mpp-iep2 fdef0000.iep: probing finish
[    4.297235] mpp_jpgdec fded0000.jpegd: Adding to iommu group 2
[    4.297403] mpp_jpgdec fded0000.jpegd: probe device
[    4.297848] mpp_jpgdec fded0000.jpegd: probing finish
[    4.299048] mpp_service mpp-srv: probe success
[    4.303753] dma-pl330 fe530000.dmac: Loaded driver for PL330 DMAC-241330
[    4.303776] dma-pl330 fe530000.dmac:     DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    4.305601] dma-pl330 fe550000.dmac: Loaded driver for PL330 DMAC-241330
[    4.305615] dma-pl330 fe550000.dmac:     DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    4.306391] rockchip-pvtm fde00000.pvtm: pvtm@0 probed
[    4.306525] rockchip-pvtm fde80000.pvtm: pvtm@1 probed
[    4.306630] rockchip-pvtm fde90000.pvtm: pvtm@2 probed
[    4.307174] rockchip-system-monitor rockchip-system-monitor: system monitor probe
[    4.307758] arm-scmi firmware:scmi: Failed. SCMI protocol 22 not active.
[    4.308040] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[    4.308814] fe650000.serial: ttyS1 at MMIO 0xfe650000 (irq = 65, base_baud = 1500000) is a 16550A
[    4.309425] fe670000.serial: ttyS3 at MMIO 0xfe670000 (irq = 66, base_baud = 1500000) is a 16550A
[    4.309909] fe6a0000.serial: ttyS6 at MMIO 0xfe6a0000 (irq = 67, base_baud = 1500000) is a 16550A
[    4.310392] fe6b0000.serial: ttyS7 at MMIO 0xfe6b0000 (irq = 68, base_baud = 1500000) is a 16550A
[    4.310851] fe6d0000.serial: ttyS9 at MMIO 0xfe6d0000 (irq = 69, base_baud = 1500000) is a 16550A
[    4.313716] rockchip-vop2 fe040000.vop: Adding to iommu group 8
[    4.320058] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x3f, primary plane phy id: 4
[    4.320085] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp1 assign plane mask: 0x0, primary plane phy id: -1
[    4.320095] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x0, primary plane phy id: -1
[    4.320214] rockchip-vop2 fe040000.vop: [drm:vop2_bind] VP1 plane_mask is zero, so ignore register crtc
[    4.320227] rockchip-vop2 fe040000.vop: [drm:vop2_bind] VP2 plane_mask is zero, so ignore register crtc
[    4.320298] [drm] failed to init overlay plane Cluster0-win1
[    4.320385] rockchip-drm display-subsystem: bound fe040000.vop (ops 0xffffffc0096e8fb8)
[    4.320677] dwhdmi-rockchip fe0a0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
[    4.321244] dwhdmi-rockchip fe0a0000.hdmi: registered DesignWare HDMI I2C bus driver
[    4.321489] dwhdmi-rockchip fe0a0000.hdmi: IRQ index 1 not found
[    4.321855] rockchip-drm display-subsystem: bound fe0a0000.hdmi (ops 0xffffffc0096f7b48)
[    4.322171] rockchip-drm display-subsystem: route-hdmi: failed to get logo,offset
[    4.322186] rockchip-drm display-subsystem: can't not find any logo display
[    4.322196] rockchip-drm display-subsystem: failed to show kernel logo
[    4.322287] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes
[    4.322359] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes
[    4.323043] [drm] Initialized rockchip 3.0.0 20140818 for display-subsystem on minor 0
[    4.330080] input: hdmi_cec_key as /devices/platform/fe0a0000.hdmi/dw-hdmi-cec.1.auto/input/input0
[    4.330995] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    4.331694] brd: module loaded
[    4.336786] loop: module loaded
[    4.337208] zram: Added device: zram0
[    4.337478] lkdtm: No crash points registered, enable through debugfs
[    4.340150] ahci fc800000.sata: supply ahci not found, using dummy regulator
[    4.340285] ahci fc800000.sata: supply phy not found, using dummy regulator
[    4.340396] ahci fc800000.sata: supply target not found, using dummy regulator
[    4.340522] ahci fc800000.sata: forcing port_map 0x0 -> 0x1
[    4.340569] ahci fc800000.sata: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl platform mode
[    4.340582] ahci fc800000.sata: flags: ncq sntf pm led clo only pmp fbs pio slum part ccc apst 
[    4.340600] ahci fc800000.sata: port 0 is not capable of FBS
[    4.341650] scsi host0: ahci
[    4.341929] ata1: SATA max UDMA/133 mmio [mem 0xfc800000-0xfc800fff] port 0x100 irq 19
[    4.344629] rockchip-spi fe620000.spi: probed, poll=0, rsd=0, cs-inactive=0, ready=0
[    4.345909] rockchip-spi fe630000.spi: probed, poll=0, rsd=0, cs-inactive=0, ready=0
[    4.347547] register spi return v = :0
[    4.348766] CAN device driver interface
[    4.350632] rk_gmac-dwmac fe010000.ethernet: IRQ eth_lpi not found
[    4.350849] rk_gmac-dwmac fe010000.ethernet: supply phy not found, using dummy regulator
[    4.351006] rk_gmac-dwmac fe010000.ethernet: clock input or output? (input).
[    4.351019] rk_gmac-dwmac fe010000.ethernet: TX delay(0x38).
[    4.351028] rk_gmac-dwmac fe010000.ethernet: RX delay(0x34).
[    4.351043] rk_gmac-dwmac fe010000.ethernet: integrated PHY? (no).
[    4.351078] rk_gmac-dwmac fe010000.ethernet: clock input from PHY
[    4.351339] rk_gmac-dwmac fe010000.ethernet: init for RGMII
[    4.351593] rk_gmac-dwmac fe010000.ethernet: User ID: 0x30, Synopsys ID: 0x51
[    4.351606] rk_gmac-dwmac fe010000.ethernet:     DWMAC4/5
[    4.351616] rk_gmac-dwmac fe010000.ethernet: DMA HW capability register supported
[    4.351624] rk_gmac-dwmac fe010000.ethernet: RX Checksum Offload Engine supported
[    4.351631] rk_gmac-dwmac fe010000.ethernet: TX Checksum insertion supported
[    4.351636] rk_gmac-dwmac fe010000.ethernet: Wake-Up On Lan supported
[    4.351700] rk_gmac-dwmac fe010000.ethernet: TSO supported
[    4.351709] rk_gmac-dwmac fe010000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    4.351717] rk_gmac-dwmac fe010000.ethernet: TSO feature enabled
[    4.351725] rk_gmac-dwmac fe010000.ethernet: Using 32 bits DMA width
[    4.485231] PPP generic driver version 2.4.2
[    4.485438] PPP BSD Compression module registered
[    4.485449] PPP Deflate Compression module registered
[    4.485473] PPP MPPE Compression module registered
[    4.485487] NET: Registered protocol family 24
[    4.485699] usbcore: registered new interface driver rtl8150
[    4.485744] usbcore: registered new interface driver r8152
[    4.485811] usbcore: registered new interface driver asix
[    4.485862] usbcore: registered new interface driver ax88179_178a
[    4.485902] usbcore: registered new interface driver cdc_ether
[    4.485944] usbcore: registered new interface driver net1080
[    4.485983] usbcore: registered new interface driver cdc_subset
[    4.486021] usbcore: registered new interface driver zaurus
[    4.486086] usbcore: registered new interface driver cdc_ncm
[    4.486125] usbcore: registered new interface driver qmi_wwan_q
[    4.496015] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.496062] ehci-pci: EHCI PCI platform driver
[    4.496157] ehci-platform: EHCI generic platform driver
[    4.496589] phy phy-fe8b0000.usb2-phy.3: illegal mode
[    4.498633] ehci-platform fd800000.usb: EHCI Host Controller
[    4.498808] ehci-platform fd800000.usb: new USB bus registered, assigned bus number 1
[    4.498933] ehci-platform fd800000.usb: irq 20, io mem 0xfd800000
[    4.509168] ehci-platform fd800000.usb: USB 2.0 started, EHCI 1.00
[    4.509356] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    4.509368] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.509376] usb usb1: Product: EHCI Host Controller
[    4.509383] usb usb1: Manufacturer: Linux 5.10.198 ehci_hcd
[    4.509390] usb usb1: SerialNumber: fd800000.usb
[    4.509821] hub 1-0:1.0: USB hub found
[    4.509857] hub 1-0:1.0: 1 port detected
[    4.512549] ehci-platform fd880000.usb: EHCI Host Controller
[    4.512713] ehci-platform fd880000.usb: new USB bus registered, assigned bus number 2
[    4.512831] ehci-platform fd880000.usb: irq 22, io mem 0xfd880000
[    4.525808] ehci-platform fd880000.usb: USB 2.0 started, EHCI 1.00
[    4.525968] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    4.525979] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.525987] usb usb2: Product: EHCI Host Controller
[    4.525994] usb usb2: Manufacturer: Linux 5.10.198 ehci_hcd
[    4.526002] usb usb2: SerialNumber: fd880000.usb
[    4.526390] hub 2-0:1.0: USB hub found
[    4.526424] hub 2-0:1.0: 1 port detected
[    4.527102] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.527134] ohci-platform: OHCI generic platform driver
[    4.527453] phy phy-fe8b0000.usb2-phy.3: illegal mode
[    4.527465] ohci-platform fd840000.usb: Generic Platform OHCI controller
[    4.527647] ohci-platform fd840000.usb: new USB bus registered, assigned bus number 3
[    4.527761] ohci-platform fd840000.usb: irq 21, io mem 0xfd840000
[    4.586593] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[    4.586605] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.586613] usb usb3: Product: Generic Platform OHCI controller
[    4.586620] usb usb3: Manufacturer: Linux 5.10.198 ohci_hcd
[    4.586627] usb usb3: SerialNumber: fd840000.usb
[    4.587033] hub 3-0:1.0: USB hub found
[    4.587070] hub 3-0:1.0: 1 port detected
[    4.587575] ohci-platform fd8c0000.usb: Generic Platform OHCI controller
[    4.587729] ohci-platform fd8c0000.usb: new USB bus registered, assigned bus number 4
[    4.587826] ohci-platform fd8c0000.usb: irq 23, io mem 0xfd8c0000
[    4.646611] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[    4.646623] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.646631] usb usb4: Product: Generic Platform OHCI controller
[    4.646638] usb usb4: Manufacturer: Linux 5.10.198 ohci_hcd
[    4.646644] usb usb4: SerialNumber: fd8c0000.usb
[    4.647036] hub 4-0:1.0: USB hub found
[    4.647072] hub 4-0:1.0: 1 port detected
[    4.648313] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[    4.648516] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 5
[    4.648648] xhci-hcd xhci-hcd.4.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000800002010010
[    4.648706] xhci-hcd xhci-hcd.4.auto: irq 83, io mem 0xfd000000
[    4.648815] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[    4.648968] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 6
[    4.648988] xhci-hcd xhci-hcd.4.auto: Host supports USB 3.0 SuperSpeed
[    4.649152] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    4.649164] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.649172] usb usb5: Product: xHCI Host Controller
[    4.649178] usb usb5: Manufacturer: Linux 5.10.198 xhci-hcd
[    4.649185] usb usb5: SerialNumber: xhci-hcd.4.auto
[    4.649640] hub 5-0:1.0: USB hub found
[    4.649677] hub 5-0:1.0: 1 port detected
[    4.650021] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.650120] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    4.650131] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.650139] usb usb6: Product: xHCI Host Controller
[    4.650146] usb usb6: Manufacturer: Linux 5.10.198 xhci-hcd
[    4.650153] usb usb6: SerialNumber: xhci-hcd.4.auto
[    4.650517] hub 6-0:1.0: USB hub found
[    4.650554] hub 6-0:1.0: 1 port detected
[    4.650983] usbcore: registered new interface driver cdc_acm
mount: /oem: can't find PARTLABEL=oem.
[    4.650992] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
mount: /userdata: can't find PARTLABEL=userdata.
[    4.651071] usbcore: registered new interface driver usblp
[    4.651121] usbcore: registered new interface driver cdc_wdm
[    4.651370] usbcore: registered new interface driver uas
[    4.651456] usbcore: registered new interface driver usb-storage
[    4.651544] usbcore: registered new interface driver usbserial_generic
[    4.651570] usbserial: USB Serial support registered for generic
[    4.651615] usbcore: registered new interface driver ch341
[    4.651637] usbserial: USB Serial support registered for ch341-uart
[    4.651681] usbcore: registered new interface driver cp210x
[    4.651703] usbserial: USB Serial support registered for cp210x
[    4.651768] usbcore: registered new interface driver ftdi_sio
[    4.651790] usbserial: USB Serial support registered for FTDI USB Serial Device
[    4.651912] usbcore: registered new interface driver keyspan
Start mounting all internal partitions in /etc/fstab
[    4.651936] usbserial: USB Serial support registered for Keyspan - (without firmware)
Log saved to /var/log/mount-all.log
[    4.651958] usbserial: USB Serial support registered for Keyspan 1 port adapter
Note: Will skip fsck, remove /.skip_fsck to enable
[    4.651978] usbserial: USB Serial support registered for Keyspan 2 port adapter
[    4.651999] usbserial: USB Serial support registered for Keyspan 4 port adapter
[    4.652048] usbcore: registered new interface driver option
[    4.652072] usbserial: USB Serial support registered for GSM modem (1-port)
[0]: Handling /dev/mmcblk0p6 / ext4 rw,noauto 1
[    4.652229] usbcore: registered new interface driver oti6858
[    4.652253] usbserial: USB Serial support registered for oti6858
[    4.652298] usbcore: registered new interface driver pl2303
[    4.652324] usbserial: USB Serial support registered for pl2303
[    4.652374] usbcore: registered new interface driver qcserial
[    4.652397] usbserial: USB Serial support registered for Qualcomm USB modem
[    4.652494] usbcore: registered new interface driver sierra
[    4.652520] usbserial: USB Serial support registered for Sierra USB modem
[    4.653886] usbcore: registered new interface driver xpad
[0]: Resizing /dev/mmcblk0p6(ext4)
[    4.653969] <<-GTP-INFO->> GTP driver installing...
[    4.654222] usbcore: registered new interface driver usbtouchscreen
[    4.654753] i2c /dev entries driver
[    4.655581] ata1: SATA link down (SStatus 0 SControl 300)
resize2fs 1.46.5 (30-Dec-2021)
[    4.657914] rk808 0-0020: chip id: 0x8090
[    4.657967] rk808 0-0020: No cache defaults, reading back from HW
[    4.681655] rk808 0-0020: source: on=0x40, off=0x00
[    4.681671] rk808 0-0020: support dcdc3 fb mode:-22, 1
[    4.682022] rk808 0-0020: support pmic reset mode:0,0
[    4.686752] rk808-regulator rk808-regulator: there is no dvs0 gpio
[    4.686786] rk808-regulator rk808-regulator: there is no dvs1 gpio
[    4.686859] vdd_logic: supplied by vcc3v3_sys
[    4.687528] vdd_gpu: supplied by vcc3v3_sys
[    4.688118] vcc_ddr: supplied by vcc3v3_sys
[    4.688702] vdd_npu: supplied by vcc3v3_sys
[    4.689356] vcc_1v8: supplied by vcc3v3_sys
[    4.689917] vdda0v9_image: supplied by vcc3v3_sys
[    4.691011] vdda_0v9: supplied by vcc3v3_sys
[    4.692102] vdda0v9_pmu: supplied by vcc3v3_sys
[    4.693180] vccio_acodec: supplied by vcc3v3_sys
[    4.694268] vccio_sd: supplied by vcc3v3_sys
[    4.695368] vcc3v3_pmu: supplied by vcc3v3_sys
[    4.696454] vcca_1v8: supplied by vcc3v3_sys
[    4.697549] vcca1v8_pmu: supplied by vcc3v3_sys
[    4.698647] vcca1v8_image: supplied by vcc3v3_sys
[    4.699729] vcc_3v3: supplied by vcc3v3_sys
[    4.700289] vcc3v3_sd: supplied by vcc3v3_sys
[    4.700864] rk817-charger: Failed to locate of_node [id: -1]
[    4.701034] rk817-charger rk817-charger: Failed to find matching dt id
[    4.704200] input: rk805 pwrkey as /devices/platform/fdd40000.i2c/i2c-0/0-0020/rk805-pwrkey/input/input1
Filesystem at /dev/mmcblk0p6 is mounted on /; on-line resizing required
[    4.706117] fan53555 test 0x1c failed
old_desc_blocks = 1, new_desc_blocks = 2
[    4.706595] fan53555 test 0x40 succes
The filesystem on /dev/mmcblk0p6 is now 7532240 (4k) blocks long.
[    4.707518] fan53555-regulator 0-001c: FAN53555 Option[8] Rev[1] Detected!

[    4.709791] vdd_cpu: supplied by vcc5v0_sys
[    4.883044] rtc-hym8563 4-0051: could not init device, -6
/etc/init.d/S01boot-complete.sh: line 17: /proc/rp_system_flag/rp_boot_completed: No such file or directory
[    4.966282] ov5645 1-003c: OV5645 detected at address 0x3c
Starting syslogd: OK
[    4.966319] [ov5645_probe, 1742]: zhangpeng enter 
Starting klogd: [    4.967388] rkcifhw fdfe0000.rkcif: Adding to iommu group 7
OK
[    4.967869] rkcifhw fdfe0000.rkcif: can't request region for resource [mem 0xfdfe0000-0xfdfe7fff]
Running sysctl: [    4.967957] rkcifhw fdfe0000.rkcif: No reserved memory region assign to CIF
OK
[    4.968110] rkcif rkcif_mipi_lvds: rkcif driver version: v00.02.00
[    4.968238] rkcif rkcif_mipi_lvds: attach to cif hw node
[    4.968249] rkcif rkcif_mipi_lvds: rkcif wait line 0
Populating /dev using udev: [    4.968259] : terminal subdev does not exist
[    4.968267] : terminal subdev does not exist
[    4.968273] : terminal subdev does not exist
[    4.968279] : terminal subdev does not exist
[    4.969675] rkcif rkcif_mipi_lvds: No memory-region-thunderboot specified
[    4.970760] rockchip-mipi-csi2-hw fdfb0000.mipi-csi2-hw: enter mipi csi2 hw probe!
[    4.970917] rockchip-mipi-csi2-hw fdfb0000.mipi-csi2-hw: probe success, v4l2_dev:mipi-csi2-hw!
[    4.971313] rockchip-mipi-csi2 mipi-csi2: attach to csi2 hw node
[    4.971423] rkcif rkcif_mipi_lvds: Entity type for entity rockchip-mipi-csi2 was not initialized!
[    4.971437] rockchip-mipi-csi2: Async registered subdev
[    4.971460] rockchip-csi2-dphy csi2-dphy0: dphy0 matches m00_b_ov5645 1-003c:bus type 5
[    4.971947] rkcif_mipi_lvds: Async subdev notifier completed
[    4.971959] rockchip-mipi-csi2: probe success, v4l2_dev:rkcif_mipi_lvds!
[    4.973833] usbcore: registered new interface driver uvcvideo
[    4.973844] USB Video Class driver (1.1.1)
[    4.975610] device-mapper: ioctl: 4.44.0-ioctl (2021-02-01) initialised: dm-devel@redhat.com
[    4.976061] Bluetooth: HCI UART driver ver 2.3
[    4.976075] Bluetooth: HCI UART protocol H4 registered
[    4.976082] Bluetooth: HCI UART protocol ATH3K registered
[    4.976157] usbcore: registered new interface driver bfusb
[    4.976213] usbcore: registered new interface driver btusb
[    4.977179] cpu cpu0: bin=0
[    4.977242] cpu cpu0: leakage=22
[    4.977286] cpu cpu0: pvtm = 88110, from nvmem
[    4.977302] cpu cpu0: pvtm-volt-sel=2
[    4.977359] cpu cpu0: soc version=0, speed=2
[    4.978870] cpu cpu0: avs=0
[    4.979167] cpu cpu0: EM: created perf domain
[    4.979230] cpu cpu0: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
[    4.985013] sdhci: Secure Digital Host Controller Interface driver
[    4.985035] sdhci: Copyright(c) Pierre Ossman
[    4.985042] Synopsys Designware Multimedia Card Interface Driver
[    4.986193] sdhci-pltfm: SDHCI platform and OF driver helper
[    4.986669] dwmmc_rockchip fe2b0000.dwmmc: No normal pinctrl state
[    4.986688] dwmmc_rockchip fe2b0000.dwmmc: No idle pinctrl state
[    4.986763] dwmmc_rockchip fe000000.dwmmc: No normal pinctrl state
[    4.986777] dwmmc_rockchip fe000000.dwmmc: No idle pinctrl state
[    4.986812] dwmmc_rockchip fe2b0000.dwmmc: IDMAC supports 32-bit address mode.
[    4.986852] dwmmc_rockchip fe2b0000.dwmmc: Using internal DMA controller.
[    4.986867] dwmmc_rockchip fe2b0000.dwmmc: Version ID is 270a
[    4.986882] dwmmc_rockchip fe000000.dwmmc: IDMAC supports 32-bit address mode.
[    4.986912] dwmmc_rockchip fe000000.dwmmc: Using internal DMA controller.
[    4.986925] dwmmc_rockchip fe000000.dwmmc: Version ID is 270a
[    4.986933] dwmmc_rockchip fe2b0000.dwmmc: DW MMC controller at irq 50,32 bit host data width,256 deep fifo
[    4.986974] dwmmc_rockchip fe000000.dwmmc: DW MMC controller at irq 49,32 bit host data width,256 deep fifo
[    4.987413] dwmmc_rockchip fe000000.dwmmc: allocated mmc-pwrseq
[    4.987432] mmc_host mmc3: card is non-removable.
[    4.987944] arm-scmi firmware:scmi: Failed. SCMI protocol 17 not active.
[    4.988043] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    4.989039] cryptodev: driver 1.12 loaded.
[    4.989134] hid: raw HID events driver (C) Jiri Kosina
[    4.989512] usbcore: registered new interface driver usbhid
[    4.989522] usbhid: USB HID core driver
[    4.990506] rockchip,bus bus-npu: bin=0
[    4.990523] rockchip,bus bus-npu: Failed to get leakage
[    4.990576] rockchip,bus bus-npu: pvtm = 88110, from nvmem
[    4.990590] rockchip,bus bus-npu: pvtm-volt-sel=1
[    4.990806] rockchip,bus bus-npu: avs=0
[    4.994689] rp_power prepare build 9 gpio
[    4.994834] rp_power request pwr_5v_3v3
[    4.994859] success request gpio75 out
[    4.994875] rp_power request led
[    4.994887] success request gpio114 flash
[    4.994901] rp_power request usb_pwr
[    4.994913] success request gpio6 out
[    4.994930] rp_power request otg_pwr
[    4.994941] success request gpio5 out
done
[    4.994956] rp_power request usb_rst
[    4.994966] success request gpio8 out
[    4.994991] rp_power: probe of rp_power failed with error -1
Starting irqbalance: [    4.995202] rp_gpio prepare build 9 gpio
[    4.995291] rp_gpio request gpio1d0
[    4.995307] success request gpio56 out
[    4.995323] rp_gpio request gpio1d1
[    4.995334] success request gpio57 out
OK
[    4.995350] rp_gpio request gpio1d2
[    4.995361] success request gpio58 out
[    4.995381] rp_gpio request gpio1d3
[    4.995393] success request gpio59 out
[    4.995408] rp_gpio request gpio1d4
[    4.995419] success request gpio60 out
[    4.995463] rp_gpio request gpio4a0
[    4.995477] success request gpio128 out
[    4.995493] rp_gpio request gpio4a1
Saving random seed: [    4.995504] success request gpio129 out
[    4.995520] rp_gpio request gpio1a4
OK
[    4.995531] success request gpio36 out
[    4.995547] rp_gpio request gpio3c1
[    4.995559] success request gpio113 out
[    4.996061] mhi_init Quectel_Linux_PCIE_MHI_Driver_V1.3.1
[    4.996284] sprd_pci_ep_dev_init Quectel_Linux&Android_SPRD_PCIE_Driver_V1.1.8
Starting system message bus: [    4.996866] sipc: name=sprd,sipc
[    4.996876] sipc: type=1
[    4.996881] sipc: dst =1
[    4.996886] sipc: ep_dev=0
[    4.996891] sipc: smem_type = 0
[    4.997542] sipc: smem_base=0x5400000, dst_smem_base=0x5400000, smem_size=0x300000
[    4.997549] sipc: high_offset=0x0n
done
[    4.997552] smsg_ipc_create: sprd,sipc
[    4.997941] smem_init: pool addr = 0x5400000, size = 0x300000 added.
[    4.997957] smsg_ipc_smem_init: ring_base = 0x5400000, ring_size = 0x1000
Starting iptables: [    4.998918] spipe_probe!
[    4.998929] spipe: after parse device tree, name=spipe_nr, dst=1, channel=4, ringnr=15,  rxbuf_size=0x1000, txbuf_size=0x1000
OK
[    4.998940] sbuf_host_init: channel 1-4, offset = 0x0!
[    4.999173] smsg_ch_open: channel 1-4 send open msg!
[    4.999438] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
[    5.000414] spipe_probe!
Starting bluetoothd: [    5.000425] spipe: after parse device tree, name=sdiag_nr, dst=1, channel=21, ringnr=1,  rxbuf_size=0x8000, txbuf_size=0x40000
OK
[    5.000436] sbuf_host_init: channel 1-21, offset = 0x0!
Starting network: [    5.000660] smsg_ch_open: channel 1-21 send open msg!
[    5.000731] spipe_probe!
[    5.000739] spipe: after parse device tree, name=stty_nr, dst=1, channel=6, ringnr=32,  rxbuf_size=0x800, txbuf_size=0x800
[    5.000747] sbuf_host_init: channel 1-6, offset = 0x0!
[    5.000998] smsg_ch_open: channel 1-6 send open msg!
[    5.003286] spipe_probe!
[    5.003298] spipe: after parse device tree, name=snv_nr, dst=1, channel=40, ringnr=1,  rxbuf_size=0x1000, txbuf_size=0x40400
[    5.003307] sbuf_host_init: channel 1-40, offset = 0x0!
[    5.003520] smsg_ch_open: channel 1-40 send open msg!
ln: failed to create symbolic link '': No such file or directory
[    5.004039] spool: name=slog_nr, dst=1, channel=5, pre_cfg=0
[    5.004049] spool: tx_num=0, tx_size=0, rx_num=32, rx_size=65536
Failed to detect Wi-Fi/BT chip!
[    5.004220] smsg_ch_open: channel 1-5 send open msg!
[    5.004843] usbcore: registered new interface driver snd-usb-audio
[    5.007159] rk817-codec rk817-codec: DMA mask not set
[    5.012122] rk-multicodecs rk809-sound: Failed to get ADC channel
[    5.012252] rk-multicodecs rk809-sound: ASoC: Property 'rockchip,audio-routing' does not exist or its length is not even
OK
[    5.013493] rk817-codec rk817-codec: rk817_probe: chip_name:0x80, chip_ver:0x95
[    5.018144] rk-multicodecs rk809-sound: Don't need to map headset detect gpio to irq
[    5.018474] mmc0: SDHCI controller on fe310000.sdhci [fe310000.sdhci] using ADMA
Starting dhcpcd...
[    5.020591] IPVS: Registered protocols (TCP, UDP)
dhcpcd-9.4.1 starting
[    5.020637] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
dev: loaded udev
[    5.020734] IPVS: ipvs loaded.
[    5.020743] IPVS: [rr] scheduler registered.
[    5.020957] Initializing XFRM netlink socket
[    5.021263] NET: Registered protocol family 10
[    5.021954] Segment Routing with IPv6
[    5.022021] NET: Registered protocol family 17
[    5.022040] NET: Registered protocol family 15
[    5.022080] Bridge firewalling registered
[    5.022087] can: controller area network core
[    5.022117] NET: Registered protocol family 29
[    5.022129] can: raw protocol
[    5.022136] can: broadcast manager protocol
[    5.022146] can: netlink gateway - max_hops=1
[    5.022412] Bluetooth: RFCOMM socket layer initialized
[    5.022490] Bluetooth: RFCOMM ver 1.11
[    5.022504] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    5.022514] Bluetooth: HIDP socket layer initialized
[    5.022859] NET: Registered protocol family 41
[    5.023021] 8021q: 802.1Q VLAN Support v1.8
[    5.023049] [BT_RFKILL]: Enter rfkill_rk_init
[    5.023055] [WLAN_RFKILL]: Enter rfkill_wlan_init
[    5.023750] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[    5.023793] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6398s
[    5.023800] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control.
[    5.023805] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by gpio.
[    5.023833] [WLAN_RFKILL]: wlan_platdata_parse_dt: WIFI,host_wake_irq = 124, flags = 0.
[    5.023843] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not found !
no interfaces have a carrier
[    5.023848] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
forked to background, child pid 457
[    5.023854] [WLAN_RFKILL]: rfkill_set_wifi_bt_power: 1
Starting ntpd: [    5.023860] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[    5.024672] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: uart_rts_gpios = 142.
[    5.024699] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,reset_gpio = 133.
[    5.024710] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_gpio = 134.
[    5.024720] [BT_RFKILL]: bluetooth_platdata_parse_dt: get property: BT,wake_host_irq = 137.
[    5.024772] [BT_RFKILL]: Request irq for bt wakeup host
[    5.024851] [BT_RFKILL]: ** disable irq
OK
[    5.024933] [BT_RFKILL]: bt_default device registered.
[    5.025051] Key type dns_resolver registered
[    5.026615] Loading compiled-in X.509 certificates
starting weston... done.
[    5.028401] Btrfs loaded, crc32c=crc32c-generic
[    5.028590] pstore: Using crash dump compression: deflate
[    5.029516] rga: rga2, irq = 31, match scheduler
[    5.029988] rga: rga2 hardware loaded successfully, hw_version:3.2.63318.
Starting dropbear sshd: [    5.030015] rga: rga2 probe successfully
[    5.030272] rga_iommu: IOMMU binding successfully, default mapping core[0x4]
[    5.030490] rga: Module initialized. v1.3.1
OK
[    5.060131] mmc0: Host Software Queue enabled
Starting pulseaudio: OK
[    5.060163] mmc0: new HS200 MMC card at address 0001
[    5.060830] mmcblk0: mmc0:0001 SPeMMC 29.0 GiB 
[    5.061028] mmcblk0boot0: mmc0:0001 SPeMMC partition 1 4.00 MiB
[    5.061220] mmcblk0boot1: mmc0:0001 SPeMMC partition 2 4.00 MiB
[    5.061422] mmcblk0rpmb: mmc0:0001 SPeMMC partition 3 4.00 MiB, chardev (236:0)
Starting dnsmasq: [    5.064422]  mmcblk0: p1 p2 p3 p4 p5 p6
[    5.133066] vendor storage:20190527 ret = 0
[    5.206654] mmc_host mmc3: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
[    5.221926] mpp_rkvenc fdf40000.rkvenc: Adding to iommu group 5
OK
[    5.222523] mpp_rkvenc fdf40000.rkvenc: probing start
[    5.223677] mpp_rkvenc fdf40000.rkvenc: bin=0
    /bin/list-iodomain.sh version: V1.0.1 
[    5.223751] mpp_rkvenc fdf40000.rkvenc: Failed to get leakage
[    5.223861] mpp_rkvenc fdf40000.rkvenc: pvtm = 88110, from nvmem
[    5.223903] mpp_rkvenc fdf40000.rkvenc: pvtm-volt-sel=1
[    5.224387] mpp_rkvenc fdf40000.rkvenc: avs=0
[    5.224748] mpp_rkvenc fdf40000.rkvenc: failed to find power_model node
[    5.224783] mpp_rkvenc fdf40000.rkvenc: failed to initialize power model
    Get CHIP ID: rk356x 
[    5.224807] mpp_rkvenc fdf40000.rkvenc: failed to get dynamic-coefficient
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 
[    5.226378] mpp_rkvenc fdf40000.rkvenc: probing finish
    XXXXXXXXXX      PLEASE CHECK IO-DOMAIN !!!!!!!!!!!!!!! 
[    5.227682] mpp_rkvdec2 fdf80200.rkvdec: Adding to iommu group 6
    XXXXXXXXXX        请务必检查IO电源域配置  !!!!!!!!!!!!!!! 
[    5.228420] mpp_rkvdec2 fdf80200.rkvdec: rkvdec, probing start
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 
[    5.229233] mpp_rkvdec2 fdf80200.rkvdec: shared_niu_a is not found!
    Get IO DOMAIN VALUE: 
[    5.229244] rkvdec2_init:1022: No niu aclk reset resource define
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 
[    5.229253] mpp_rkvdec2 fdf80200.rkvdec: shared_niu_h is not found!
    注意事项:PMUIO1/PMUIO2 固定不可配 
[    5.229260] rkvdec2_init:1025: No niu hclk reset resource define
    VCCIO2电平由硬件FLASH_VOL_SEL决定: 
[    5.229468] mpp_rkvdec2 fdf80200.rkvdec: bin=0
    当VCCIo2供电是1.8V,则FLASH_VOL_SEL管脚必须保持为高电平; 
[    5.229567] mpp_rkvdec2 fdf80200.rkvdec: leakage=46
    当VCCIO2供电是3.3V,则FLASH_VOL_SEL管脚必须保持为低电平; 
[    5.229580] mpp_rkvdec2 fdf80200.rkvdec: leakage-volt-sel=0
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 
[    5.229615] mpp_rkvdec2 fdf80200.rkvdec: pvtm = 88110, from nvmem
W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).
[    5.229626] mpp_rkvdec2 fdf80200.rkvdec: pvtm-volt-sel=1
W: [pulseaudio] main.c: Compiled with DEPRECATED libsamplerate support!
[    5.229817] mpp_rkvdec2 fdf80200.rkvdec: avs=0
    pmuio2_vsel: 3.3V 
[    5.229944] mpp_rkvdec2 fdf80200.rkvdec: failed to find power_model node
    vccio7_vsel: 3.3V 
[    5.229953] mpp_rkvdec2 fdf80200.rkvdec: failed to initialize power model
    vccio6_vsel: 1.8V 
[    5.229960] mpp_rkvdec2 fdf80200.rkvdec: failed to get dynamic-coefficient
    vccio5_vsel: 3.3V 
[    5.230129] mpp_rkvdec2 fdf80200.rkvdec: sram_start 0x00000000fdcc0000
    vccio4_vsel: 3.3V 
[    5.230138] mpp_rkvdec2 fdf80200.rkvdec: rcb_iova 0x0000000010000000
    vccio3_vsel: 3.3V 
[    5.230146] mpp_rkvdec2 fdf80200.rkvdec: sram_size 45056
    vccio2_vsel: 3.3V 
[    5.230152] mpp_rkvdec2 fdf80200.rkvdec: rcb_size 65536
    vccio1_vsel: 3.3V 
[    5.230160] mpp_rkvdec2 fdf80200.rkvdec: min_width 512
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 
[    5.230219] mpp_rkvdec2 fdf80200.rkvdec: link mode probe finish
The camera soft link is automatically createdOK
[    5.230288] mpp_rkvdec2 fdf80200.rkvdec: probing finish
Date: 2017-08-04 CST
[    5.231223] rockchip-iodomain fdc20000.syscon:io-domains: pmuio2(3300000 uV) supplied by vcc3v3_pmu
[17:09:16.441] weston 13.0.0
[    5.231344] mali fde60000.gpu: Kernel DDK version g18p0-01eac0
               https://wayland.freedesktop.org
[    5.231373] rockchip-iodomain fdc20000.syscon:io-domains: vccio1(3000000 uV) supplied by vccio_acodec
               Bug reports to: https://gitlab.freedesktop.org/wayland/weston/issues/
[    5.231515] rockchip-iodomain fdc20000.syscon:io-domains: vccio3(3300000 uV) supplied by vccio_sd
               Build: linux5.10-rkr7.1(v1.4.0_20231220)-395-gad3330a33b+
[    5.231648] rockchip-iodomain fdc20000.syscon:io-domains: vccio4(3300000 uV) supplied by vcc_3v3
[17:09:16.442] Command line: /usr/bin/weston
[    5.231746] rockchip-iodomain fdc20000.syscon:io-domains: vccio5(3300000 uV) supplied by vcc_3v3
[17:09:16.442] OS: Linux, 5.10.198, #1 SMP Wed Apr 23 19:41:17 CST 2025, aarch64
[    5.231782] mali fde60000.gpu: bin=0
[17:09:16.442] Flight recorder: enabled
[    5.231831] mali fde60000.gpu: leakage=6
[17:09:16.443] warning: XDG_RUNTIME_DIR "/var/run" is not configured
[    5.231868] mali fde60000.gpu: pvtm = 88110, from nvmem
correctly.  Unix access mode must be 0700 (current mode is 0755),
[    5.231885] mali fde60000.gpu: pvtm-volt-sel=2
and must be owned by the user UID 0 (current owner is UID 0).
[    5.231899] mali fde60000.gpu: soc version=0, speed=2
Refer to your distribution on how to get it, or
[    5.231919] rockchip-iodomain fdc20000.syscon:io-domains: vccio6(1800000 uV) supplied by vcc_1v8
http://www.freedesktop.org/wiki/Specifications/basedir-spec
[    5.231981] rockchip-iodomain fdc20000.syscon:io-domains: vccio7(3300000 uV) supplied by vcc_3v3
on how to implement it.
[    5.232514] mali fde60000.gpu: avs=0
/etc/xdg/weston/weston.ini.d/02-desktop.ini: "shell/locking" from "false" to "true"
[    5.232540] W : [File] : drivers/gpu/arm/bifrost/platform/rk/mali_kbase_config_rk.c; [Line] : 143; [Func] : kbase_platform_rk_init(); power-off-delay-ms not available.
[17:09:16.445] Using config file '/etc/xdg/weston/weston.ini'
[    5.232635] input: adc-keys as /devices/platform/adc-keys/input/input2
[17:09:16.446] Output repaint window is -1 ms maximum.
[    5.233028] mali fde60000.gpu: GPU identified as 0x2 arch 7.4.0 r1p0 status 0
[17:09:16.447] Loading module '/usr/lib/libweston-13/drm-backend.so'
[    5.233127] mali fde60000.gpu: No priority control manager is configured
[17:09:16.450] initializing drm backend
[    5.233457] mali fde60000.gpu: No memory group manager is configured
[17:09:16.450] Entering mirror mode.
[    5.234846] mali fde60000.gpu: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
[17:09:16.450] Trying direct launcher...
[    5.236347] mali fde60000.gpu: Probed as mali0
[17:09:16.452] using /dev/dri/card0
[    5.244924] rk808-rtc rk808-rtc: registered as rtc0
[17:09:16.452] DRM: does not support atomic modesetting
[    5.246656] rk808-rtc rk808-rtc: setting system clock to 2017-08-04T09:09:14 UTC (1501837754)
[17:09:16.452] DRM: does not support GBM modifiers
[    5.246717] rkcif rkcif_mipi_lvds: clear unready subdev num: 0
[17:09:16.452] DRM: does not support async page flipping
[    5.247796] rockchip_headset rk-headset: Can not read property hook_gpio
[17:09:16.452] DRM: supports picture aspect ratio
[    5.247820] rockchip_headset rk-headset: have not set adc chan
[17:09:16.456] Loading module '/usr/lib/libweston-13/gl-renderer.so'
[    5.247829] rockchip_headset rk-headset: headset have no hook mode
arm_release_ver: g13p0-01eac0, rk_so_ver: 10
[    5.248022] input: rk-headset as /devices/platform/rk-headset/input/input3
[17:09:16.484] EGL version: 1.4 Bifrost-"g13p0-01eac0"
[    5.248805] RKNPU fde40000.npu: Adding to iommu group 0
[17:09:16.484] EGL vendor: ARM
[    5.249333] RKNPU fde40000.npu: RKNPU: rknpu iommu is enabled, using iommu mode
[17:09:16.484] EGL client APIs: OpenGL_ES
[    5.249605] RKNPU fde40000.npu: can't request region for resource [mem 0xfde40000-0xfde4ffff]
[17:09:16.484] EGL features:
[    5.250190] [drm] Initialized rknpu 0.9.3 20231121 for fde40000.npu on minor 1
               EGL Wayland extension: yes
[    5.250841] RKNPU fde40000.npu: bin=0
               context priority: yes
[    5.250902] RKNPU fde40000.npu: leakage=3
               buffer age: no
[    5.250940] RKNPU fde40000.npu: pvtm = 88110, from nvmem
               partial update: yes
[    5.250957] RKNPU fde40000.npu: pvtm-volt-sel=2
               swap buffers with damage: no
[    5.250971] RKNPU fde40000.npu: soc version=0, speed=2
               configless context: yes
[    5.251525] RKNPU fde40000.npu: avs=0
               surfaceless context: yes
[    5.251697] RKNPU fde40000.npu: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
               dmabuf support: modifiers
[    5.252171] RKNPU fde40000.npu: failed to find power_model node
[17:09:16.499] GL version: OpenGL ES 3.2 v1.g13p0-01eac0.98c5dad4e3309b873e3189000b74ea36
[    5.252182] RKNPU fde40000.npu: RKNPU: failed to initialize power model
[17:09:16.499] GLSL version: OpenGL ES GLSL ES 3.20
[    5.252190] RKNPU fde40000.npu: RKNPU: failed to get dynamic-coefficient
[17:09:16.499] GL vendor: ARM
[    5.253615] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[17:09:16.499] GL renderer: Mali-G52
[    5.255667] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
W: [pulseaudio] authkey.c: Failed to open cookie file '/userdata/.pulse/.config/pulse/cookie': No such file or directory
[    5.256690] rockchip-pm rockchip-suspend: not set pwm-regulator-config
W: [pulseaudio] authkey.c: Failed to load authentication key '/userdata/.pulse/.config/pulse/cookie': No such file or directory
[    5.257223] rockchip-suspend not set sleep-mode-config for mem-lite
W: [pulseaudio] authkey.c: Failed to open cookie file '/userdata/.pulse/.pulse-cookie': No such file or directory
[    5.257232] rockchip-suspend not set wakeup-config for mem-lite
W: [pulseaudio] authkey.c: Failed to load authentication key '/userdata/.pulse/.pulse-cookie': No such file or directory
[    5.257240] rockchip-suspend not set sleep-mode-config for mem-ultra
E: [pulseaudio] module-rescue-streams.c: module-rescue-stream is obsolete and should no longer be loaded. Please remove it from your configuration.
[    5.257245] rockchip-suspend not set wakeup-config for mem-ultra
E: [pulseaudio] module-console-kit.c: GetSessionsForUnixUser() call failed: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ConsoleKit was not provided by any .service files
[    5.258199] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 406; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '19:44:12', on 'Apr 23 2025'.
E: [pulseaudio] module.c: Failed to load module "module-console-kit" (argument: ""): initialization failed.
[    5.258611] Mali: 
W: [pulseaudio] server-lookup.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
[    5.258614] Mali device driver loaded
W: [pulseaudio] main.c: Unable to contact D-Bus: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
[    5.259012] ALSA device list:
[17:09:16.697] GL ES 3.2 - renderer features:
[    5.259023]   #0: rockchip-rk809
               read-back format: ARGB8888
[    5.259029]   #1: rockchip,hdmi
               glReadPixels supports y-flip: no
[    5.259621] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
               wl_shm 10 bpc formats: yes
[    5.259641] cfg80211: failed to load regulatory.db
               wl_shm 16 bpc formats: no
[    5.274500] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null)
               wl_shm half-float formats: no
[    5.274565] VFS: Mounted root (ext4 filesystem) on device 179:6.
               internal R and RG formats: yes
[    5.275124] devtmpfs: mounted
               OES_EGL_image_external: yes
[    5.279590] Freeing unused kernel memory: 7552K
               wl_shm sub-image to texture: yes
[    5.305971] Run /sbin/init as init process
[17:09:16.697] Using GL renderer
[    5.368417] EXT4-fs (mmcblk0p6): re-mounted. Opts: (null)
[17:09:16.718] event2  - adc-keys: is tagged by udev as: Keyboard
[    5.455876] mmc_host mmc3: Bus speed (slot 0) = 375000Hz (slot req 375000Hz, actual 375000HZ div = 0)
[17:09:16.718] event2  - adc-keys: device is a keyboard
[    5.751686] EXT4-fs (mmcblk0p6): resizing filesystem from 247552 to 7532240 blocks
[17:09:16.720] event1  - rk805 pwrkey: is tagged by udev as: Keyboard
[    5.759134] ---headsetobserve_work---
[17:09:16.720] event1  - rk805 pwrkey: device is a keyboard
[    5.854552] EXT4-fs (mmcblk0p6): resized filesystem to 7532240
[17:09:16.722] event0  - hdmi_cec_key: is tagged by udev as: Keyboard
[    5.869277] old_status == headset_info->headset_status
[17:09:16.722] event0  - hdmi_cec_key: device is a keyboard
[    6.014528] udevd[308]: starting version 3.2.10
[17:09:16.723] event3  - rk-headset: is tagged by udev as: Keyboard
[    6.045339] udevd[312]: starting eudev-3.2.10
[17:09:16.724] event3  - rk-headset: device is a keyboard
[    6.265898] stream_cif_mipi_id0: open video, entity use_countt 1
[17:09:16.768] libinput: configuring device "adc-keys".
[    6.266092] stream_cif_mipi_id0: close video, entity use_count 0
[17:09:16.768] libinput: configuring device "rk805 pwrkey".
[    6.267685] stream_cif_mipi_id1: open video, entity use_countt 1
[17:09:16.768] libinput: configuring device "hdmi_cec_key".
[    6.267868] stream_cif_mipi_id1: close video, entity use_count 0
[17:09:16.768] libinput: configuring device "rk-headset".
[    6.273111] stream_cif_mipi_id3: open video, entity use_countt 1
[17:09:16.768] Registered plugin API 'weston_drm_output_api_v1' of size 40
[    6.273510] stream_cif_mipi_id3: close video, entity use_count 0
[17:09:16.768] Color manager: no-op
[    6.289176] stream_cif_mipi_id2: open video, entity use_countt 1
[17:09:16.768] Compositor capabilities:
[    6.289381] stream_cif_mipi_id2: close video, entity use_count 0
               arbitrary surface rotation: yes
[    6.849303] rk_gmac-dwmac fe010000.ethernet eth0: PHY [stmmac-1:00] driver [RTL8211F Gigabit Ethernet] (irq=POLL)
               screen capture uses y-flip: yes
[    6.852131] dwmac4: Master AXI performs any burst length
               cursor planes: yes
[    6.852177] rk_gmac-dwmac fe010000.ethernet eth0: No Safety Features support found
               arbitrary resolutions: no
[    6.852205] rk_gmac-dwmac fe010000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
               view mask clipping: yes
[    6.853074] rk_gmac-dwmac fe010000.ethernet eth0: registered PTP clock
               explicit sync: yes
[    6.855415] rk_gmac-dwmac fe010000.ethernet eth0: configuring for phy/rgmii link mode
               color operations: no
[    7.182263] dwhdmi-rockchip fe0a0000.hdmi: Rate 0 missing; compute N dynamically
               presentation clock: CLOCK_MONOTONIC, id 1
[    7.183046] dwhdmi-rockchip fe0a0000.hdmi: Rate 0 missing; compute N dynamically
               presentation clock resolution: 0.000000001 s
[    7.199773] dwhdmi-rockchip fe0a0000.hdmi: Rate 0 missing; compute N dynamically
[17:09:16.769] Loading module '/usr/lib/weston/desktop-shell.so'
[    7.200200] dwhdmi-rockchip fe0a0000.hdmi: Rate 0 missing; compute N dynamically
[17:09:16.771] DRM: head 'HDMI-A-1' found, connector 114 is disconnected.
[    7.488732] file system registered
[17:09:16.771] Output 'DUMMY' attempts EOTF mode: SDR
[    7.564307] read descriptors
[17:09:16.771] Output 'DUMMY' using color profile: stock sRGB color profile
[    7.564343] read strings
[17:09:16.772] Chosen EGL config details: id:   9 rgba: 8 8 8 0 buf: 24 dep:  0 stcl: 0 int: 0-1 type: win|pbf|swap_preserved vis_id: XRGB8888 (0x34325258)
[    7.905962] dwc3 fcc00000.dwc3: device reset
[17:09:16.772] Output 'DUMMY' enabled with head(s) DUMMY
[    7.966925] android_work: sent uevent USB_STATE=CONNECTED
[17:09:16.772] launching '/usr/libexec/weston-keyboard'
[    7.972647] android_work: sent uevent USB_STATE=CONFIGURED
[17:09:16.774] launching '/usr/libexec/weston-desktop-shell'
Failed to process Wayland connection: Broken pipe
Failed to process Wayland connection: Broken pipe
failed to create display: Broken pipe
failed to create display: Broken pipe
alsa-lib main.c:1541:(snd_use_case_mgr_open) error: failed to import hw:1 use case configuration -2
-i use default asound.conf
Starting mobilenet:OK
Starting input-event-daemon: done
root@rk3566-buildroot:/# 
root@rk3566-buildroot:/# 
root@rk3566-buildroot:/# 
root@rk3566-buildroot:/# 
root@rk3566-buildroot:/# 
Display all 1021 possibilities? (y or n)^C
root@rk3566-buildroot:/# 
root@rk3566-buildroot:/# 
root@rk3566-buildroot:/# cd /dev
root@rk3566-buildroot:/dev# 
root@rk3566-buildroot:/dev# ll ttyS*
crw-rw---- 1 root dialout 4, 65 Aug  4 17:09 ttyS1
crw-rw---- 1 root dialout 4, 67 Aug  4 17:09 ttyS3
crw-rw---- 1 root dialout 4, 70 Aug  4 17:09 ttyS6
crw-rw---- 1 root dialout 4, 71 Aug  4 17:09 ttyS7
crw-rw---- 1 root dialout 4, 73 Aug  4 17:09 ttyS9
root@rk3566-buildroot:/dev# 
root@rk3566-buildroot:/dev# [   36.052816] vcc3v3_lcd0_n: disabling
[   36.052900] vcc3v3_lcd1_n: disabling

root@rk3566-buildroot:/dev# 
root@rk3566-buildroot:/dev# ll ttyS*
crw-rw---- 1 root dialout 4, 65 Aug  4 17:09 ttyS1
crw-rw---- 1 root dialout 4, 67 Aug  4 17:09 ttyS3
crw-rw---- 1 root dialout 4, 70 Aug  4 17:09 ttyS6
crw-rw---- 1 root dialout 4, 71 Aug  4 17:09 ttyS7
crw-rw---- 1 root dialout 4, 73 Aug  4 17:09 ttyS9
root@rk3566-buildroot:/dev# 
root@rk3566-buildroot:/dev# 
root@rk3566-buildroot:/dev# 
root@rk3566-buildroot:/dev# 
root@rk3566-buildroot:/dev# 

[END] 2025/4/24 9:47:42
 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值