工控机-调试模式-解决直接断电导致分区文件损坏并无法进入系统
1. 现象
系统断电重启时页面停留在启动页面,无法进入系统
2. 问题分析
使用专用的Console口转usb口数据线连接工控机和电脑
MobaXterm工具连接Console的连接方式(波特率 115200)

2.1 通过串口线连接工控机后输出日志如下**
紧急模式,需要输入密码进入维护模式
[ OK ] Finished Resize all internal mounted partitions.
[ OK ] Finished Raise network interfaces.
[ OK ] Reached target Network.
[ OK ] Reached target Network is Online.
You are in emergency mode. After logging in, type "journalctl -xb" to view
system logs, "systemctl reboot" to reboot, "systemctl default" or "exit"
to boot into default mode.
Give root password for maintenance
(or press Control-D to continue): [ 32.250588] vcc5v0_otg: disabling
[ 32.250699] vcc3v3_lcd1_n: disabling
[ 32.250751] vcc3v3_pcie: disabling
Login incorrect
Give root password for maintenance
(or press Control-D to continue):
Login incorrect
Give root password for maintenance
(or press Control-D to continue):
输入root
完整的日志见文末
2.2 针对日志文件搜索分析结果

解决方法
执行 mount | grep -i userdata
返回空,表示未挂载
cd userdata
ls
返回空,表示未挂载
尝试挂载
mount /dev/mmcblk0p8 /userdata
再次验证挂载
mount | grep -i userdata
返回/dev/mmcblk0p8 on /userdata type ext4 (rw,relatime) ,表示挂载成功
reboot 重启后依然进入紧急模式
mount | grep -i userdata 依然返回空
确认挂载配置
cat /etc/fstab
# UNCONFIGURED FSTAB FOR BASE SYSTEM
configfs /sys/kernel/config configfs defaults 0 0
PARTLABEL=oem /oem ext4 defaults 0 2
PARTLABEL=userdata /userdata ext4 defaults 0 2
proc /proc proc defaults 0 0
devtmpfs /dev devtmpfs defaults 0 0
devpts /dev/pts devpts mode=0620,ptmxmode=0666,gid=5 0 0
tmpfs /dev/shm tmpfs nosuid,nodev,noexec 0 0
sysfs /sys sysfs defaults 0 0
debugfs /sys/kernel/debug debugfs defaults 0 0
pstore /sys/fs/pstore pstore defaults 0 0
/var/swapfile none swap sw 0 0
/dev/mmcblk0p8 /userdata ext4 defaults 0 2
存在 userdata
进一步排查日志
[ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
Starting File System Check… /dev/disk/by-partlabel/oem...
Starting File System Check…/disk/by-partlabel/userdata...
[ OK ] Started File System Check Daemon to report status.
[ OK ] Finished Flush Journal to Persistent Storage.
[ OK ] Finished File System Check on /dev/disk/by-partlabel/oem.
Mounting /oem... disk (0.0% complete)
[ 5.283235] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
[ OK ] Mounted /oem.
[ OK ] Finished Helper to synchronize boot up for ifupdown.
[FAILED] Failed to start File Syste…ev/disk/by-partlabel/userdata.
[ 5.649736] Generic PHY stmmac-1:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=stmmac-1:00, irq=POLL)
See 'systemctl status "systemd-fsck@dev…rtlabel-userdata.service"' for details.
[ 5.666436] dwmac4: Master AXI performs any burst length
[DEPEND] Dependency failed for /userdata.
[ 5.666482] rk_gmac-dwmac fe010000.ethernet eth1: No Safety Features support found
[DEPEND] Dependency failed for Local File Systems.
尝试执行 fsck /dev/mmcblk0p8 修复文件系统(userdata分区)
fsck from util-linux 2.36.1
e2fsck 1.46.2 (28-Feb-2021)
userdata contains a file system with errors, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Unattached inode 20333
Connect to /lost+found<y>? yes
Inode 20333 ref count is 2, should be 1. Fix<y>? yes
Pass 5: Checking group summary information
Free blocks count wrong for group #7 (17292, counted=16798).
Fix<y>? yes
Free blocks count wrong (300080, counted=299586).
Fix<y>? yes
userdata: ***** FILE SYSTEM WAS MODIFIED *****
userdata: 3180/36960 files (3.7% non-contiguous), 774582/1074168 blocks
再次执行 fsck /dev/mmcblk0p8 ,返回:
fsck from util-linux 2.36.1
e2fsck 1.46.2 (28-Feb-2021)
userdata: clean, 3180/36960 files, 774582/1074168 blocks
表示文件无错误
再次reboot重启,系统运行正常。
3. 总结
结合设备通断电经历、开机停留在logo页、Console控制台日志及相关命名检查,判断是通过直接设备断电方式关机导致文件系统损坏。
后期注意,电子设备需要通过系统层面关机,不可直接断电。
4. . 完整启动失败日志
root@hd-rk3568:~# reboot
[ OK ] Removed slice system-getty.slice.
[ OK ] Removed slice system-modprobe.slice.
[ OK ] Removed slice system-postgresql.slice.
[ OK ] Removed slice system-serial\x2dgetty.slice.
[ OK ] Stopped target Local Encrypted Volumes.
[ OK ] Stopped target Emergency Mode.
[ OK ] Stopped target Login Prompts.
[ OK ] Stopped target Network is Online.
[ OK ] Stopped target Network.
[ OK ] Stopped target Paths.
[ OK ] Stopped target Remote File Systems.
[ OK ] Stopped target Slices.
[ OK ] Removed slice User and Session Slice.
[ OK ] Stopped target Sockets.
[ OK ] Stopped target Sound Card.
[ OK ] Stopped target Swap.
[ OK ] Stopped target System Time Synchronized.
[ OK ] Stopped target System Time Set.
[ OK ] Stopped target Timers.
[ OK ] Stopped target Hardware activated USB gadget.
[ OK ] Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Deactivating swap /var/swapfile...
Unmounting /oem...
Stopping Emergency Shell...
Stopping Raise network interfaces...
Stopping Load/Save Screen …ness of backlight:backlight...
Stopping Load/Save Screen …ess of backlight:backlight1...
Stopping Load/Save Random Seed...
Stopping Update UTMP about System Boot/Shutdown...
[ OK ] Stopped Emergency Shell.
[ OK ] Deactivated swap /var/swapfile.
[ OK ] Unmounted /oem.
[ OK ] Stopped Load/Save Screen B…htness of backlight:backlight.
[ OK ] Stopped Load/Save Screen B…tness of backlight:backlight1.
[ OK ] Stopped Load/Save Random Seed.
[ OK ] Removed slice system-systemd\x2dbacklight.slice.
[ OK ] Reached target Unmount All Filesystems.
[ OK ] Stopped File System Check on /dev/disk/by-partlabel/oem.
[ OK ] Removed slice system-systemd\x2dfsck.slice.
[ OK ] Stopped target Local File Systems (Pre).
[ OK ] Stopped Create Static Device Nodes in /dev.
[ OK ] Stopped Update UTMP about System Boot/Shutdown.
[ OK ] Stopped Create Volatile Files and Directories.
[ OK ] Stopped Create System Users.
[ 542.660315] watchdog: watchdog0: watchdog did not stop!
[ OK ] Stopped Remount Root and Kernel File Systems.
[ OK ] Stopped Raise network interfaces.
[ OK ] Stopped target Network (Pre).
[ OK ] Stopped Apply Kernel Variables.
[ OK ] Stopped Load Kernel Modules.
[ OK ] Reached target Shutdown.
[ OK ] Reached target Final Step.
[ OK ] Finished Reboot.
[ OK ] Reached target Reboot.
[ 542.727287] systemd-journald[154]: Received SIGTERM from PID 1 (systemd-shut dow).
[ 542.801025] EXT4-fs (mmcblk0p6): re-mounted. Opts: (null)
[ 542.824632] cpu cpu0: min=816000, max=816000
[ 542.840677] rk808 0-0020: reboot: not restore POWER_EN
[ 542.862585] cpu cpu0: min=816000, max=816000
[ 543.079427] rockchip-vop2 fe040000.vop: [drm:vop2_crtc_atomic_disable] Crtc atomic disable vp1
[ 543.106887] Freeing drm_logo memory: 736K
[ 543.110969] mpp_rkvdec2 fdf80200.rkvdec: shutdown device
[ 543.116325] mpp_rkvenc fdf40000.rkvenc: shutdown device
[ 543.121585] mpp_rkvenc fdf40000.rkvenc: shutdown success
[ 543.127048] rkisp_hw fdff0000.rkisp: rkisp_hw_shutdown
[ 543.132392] fan53555-regulator 0-001c: fan53555..... reset
[ 543.138956] fan53555-regulator 0-001c: reset: force fan53555_reset ok!
[ 543.145982] mpp_jpgdec fded0000.jpegd: shutdown device
[ 543.151153] mpp-iep2 fdef0000.iep: shutdown device
[ 543.155985] mpp_vepu2 fdee0000.vepu: shutdown device
[ 543.160982] mpp_vdpu2 fdea0400.vdpu: shutdown device
[ 543.167667] reboot: Restarting system
DDR 03ea844c5d typ 24/09/03-10:42:57,fwver: v1.23
In
wdqs_if: 0x1010100
LP4/4x derate en, other dram:1x trefi
SRX
ddrconfig:15
DDR4, 324MHz
BW=32 Col=10 Bk=4 BG=2 CS0 Row=16 CS=1 Die BW=16 Size=2048MB
tdqss_lf: cs0 dqs0: 144ps, dqs1: 96ps, dqs2: -24ps, dqs3: -24ps,
tdqss_hf: cs0 dqs0: 144ps, dqs1: 96ps, dqs2: -24ps, dqs3: -24ps,
change to: 324MHz
clk skew:0x75
PHY drv:clk:37,ca:37,DQ:37,odt:0
vrefinner:50%, vrefout:50%
dram drv:34,odt:0
change to: 528MHz
clk skew:0x75
PHY drv:clk:37,ca:37,DQ:37,odt:0
vrefinner:50%, vrefout:50%
dram drv:34,odt:0
change to: 780MHz
clk skew:0x75
PHY drv:clk:37,ca:37,DQ:37,odt:139
vrefinner:50%, vrefout:61%
dram drv:34,odt:120
rx vref: 48.0%
tx vref: 69.2%
change to: 1560MHz(final freq)
clk skew:0x75
PHY drv:clk:37,ca:37,DQ:37,odt:139
vrefinner:50%, vrefout:61%
dram drv:34,odt:120
rx vref: 50.0%
tx vref: 69.2%
cs 0:
rdtrn RS:
DQS0:0x33, DQS1:0x32, DQS2:0x29, DQS3:0x32,
min : 0x9 0xb 0xb 0x6 0x1 0x2 0x2 0x0 , 0xb 0xd 0x1 0xa 0xe 0x11 0x 14 0xe ,
0x3 0x6 0x5 0x5 0x4 0x7 0x3 0x4 , 0x7 0x6 0x6 0x2 0x8 0xb 0 x7 0x5 ,
mid :0x25 0x22 0x25 0x21 0x19 0x1c 0x1c 0x1a ,0x26 0x27 0x1d 0x24 0x27 0x29 0x 2d 0x28 ,
0x1c 0x21 0x1e 0x1f 0x1d 0x1f 0x1b 0x1d ,0x22 0x1f 0x20 0x1c 0x22 0x25 0x 21 0x20 ,
max :0x42 0x3a 0x40 0x3c 0x31 0x36 0x36 0x35 ,0x41 0x42 0x39 0x3e 0x41 0x42 0x 46 0x42 ,
0x36 0x3c 0x38 0x39 0x37 0x37 0x34 0x37 ,0x3e 0x39 0x3b 0x37 0x3d 0x3f 0x 3b 0x3c ,
range:0x39 0x2f 0x35 0x36 0x30 0x34 0x34 0x35 ,0x36 0x35 0x38 0x34 0x33 0x31 0x 32 0x34 ,
0x33 0x36 0x33 0x34 0x33 0x30 0x31 0x33 ,0x37 0x33 0x35 0x35 0x35 0x34 0x 34 0x37 ,
wrtrn RS:
DQS0:0x91, DQS1:0x88, DQS2:0x71, DQS3:0x71,
min :0x7c 0x7e 0x80 0x7b 0x73 0x74 0x75 0x75 0x78 ,0x76 0x7b 0x75 0x7d 0x7a 0x 7f 0x80 0x7f 0x70 ,
0x61 0x64 0x65 0x66 0x63 0x63 0x60 0x63 0x5e ,0x58 0x59 0x5b 0x58 0x59 0x 5e 0x5a 0x5b 0x5b ,
mid :0x97 0x96 0x99 0x93 0x8a 0x8c 0x8c 0x8d 0x94 ,0x91 0x95 0x8b 0x95 0x93 0x 98 0x98 0x99 0x8b ,
0x7a 0x7e 0x7d 0x7f 0x7d 0x7b 0x77 0x7b 0x77 ,0x71 0x6f 0x71 0x6e 0x70 0x 75 0x71 0x72 0x75 ,
max :0xb2 0xaf 0xb2 0xac 0xa2 0xa4 0xa4 0xa5 0xb1 ,0xac 0xb0 0xa2 0xad 0xad 0x b1 0xb1 0xb3 0xa6 ,
0x93 0x99 0x96 0x98 0x97 0x93 0x8e 0x94 0x91 ,0x8a 0x86 0x88 0x84 0x88 0x 8d 0x89 0x8a 0x8f ,
range:0x36 0x31 0x32 0x31 0x2f 0x30 0x2f 0x30 0x39 ,0x36 0x35 0x2d 0x30 0x33 0x 32 0x31 0x34 0x36 ,
0x32 0x35 0x31 0x32 0x34 0x30 0x2e 0x31 0x33 ,0x32 0x2d 0x2d 0x2c 0x2f 0x 2f 0x2f 0x2f 0x34 ,
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 12
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(f00656ef49...) + OK
## Checking fdt 0x00b41938 ... 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(4fcbcd3870...) + OK
Jumping to U-Boot(0x00a00000) via ARM Trusted Firmware(0x00040000)
Total: 201.607/440.11 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= 1560MHz
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-723-gdcfdd61d0 #hisping.lin (gcc version 10.2.1 20 201103 (GNU Toolchain for the A-profile Architecture 10.2-2020.11 (arm-10.16))) #2 Wed Jun 7 09:43:57 CST 2023 aarch64
I/TC: Primary CPU initializing
I/TC: Primary CPU switching to normal world boot
INFO: BL31: Preparing for EL3 exit to normal world
INFO: Entry point address = 0xa00000
INFO: SPSR = 0x3c9
U-Boot 2017.09-g4fbe3af1fc-230719 #vanxoak (Jan 21 2025 - 15:10:39 +0800)
Model: Rockchip RK3568 Evaluation Board
MPIDR: 0x81000000
PreSerial: 2, raw, 0xfe660000
DRAM: 2 GiB
Sysmem: init
Relocation Offset: 7d21e000
Relocation fdt: 7b9f8608 - 7b9fecd0
CR: M/C/I
Using default environment
DM: v1
dwmmc@fe2b0000: 1, dwmmc@fe2c0000: 2, sdhci@fe310000: 0
Card did not respond to voltage select!
mmc_init: -95, time 13
switch to partitions #0, OK
mmc0(part 0) is current device
Bootdev(scan): mmc 0
MMC0: HS200, 200Mhz
PartType: EFI
boot mode: normal
RESC: 'boot', blk@0x00013437
resource: sha256+
FIT: no signed, no conf required
DTB: rk-kernel.dtb
HASH(c): OK
I2c0 speed: 100000Hz
vsel-gpios- not found! Error: -2
vdd_cpu init 900000 uV
PMIC: RK8090 (on=0x40, off=0x00)
vdd_logic init 900000 uV
vdd_gpu init 900000 uV
vdd_npu init 900000 uV
io-domain: OK
INFO: ddr dmc_fsp already initialized in loader.
Could not find baseparameter partition
Model: Vanxoak RK3568 IOT DDR4 Board
MPIDR: 0x81000000
Rockchip UBOOT DRM driver version: v1.0.1
VOP have 2 active VP
vp0 have layer nr:3[1 3 5 ], primary plane: 5
vp1 have layer nr:3[0 2 4 ], primary plane: 4
vp2 have layer nr:0[], primary plane: 0
Using display timing dts
edp@fe0c0000: detailed mode clock 153000 kHz, flags[a]
H: 1920 2120 2150 2250
V: 1080 1100 1112 1132
bus_format: 1009
VOP update mode to: 1920x1080p60, type: eDP0 for VP1
VP1 set crtc_clock to 153000KHz
VOP VP1 enable Smart0[654x270->654x270@633x405] fmt[2] addr[0x7df04000]
Link Training success!
final link rate = 0x0a, lane count = 0x02
hdmi@fe0a0000 disconnected
CLK: (sync kernel. arm: enter 816000 KHz, init 816000 KHz, kernel 0N/A)
apll 1104000 KHz
dpll 780000 KHz
gpll 1188000 KHz
cpll 1000000 KHz
npll 1200000 KHz
vpll 612000 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: eth0: ethernet@fe2a0000, eth1: ethernet@fe010000
Hit key to stop autoboot('CTRL+C'): 0
ANDROID: reboot reason: "(none)"
optee api revision: 2.0
TEEC: Waring: Could not find security partition
Not AVB images, AVB skip
No valid android hdr
Android image load failed
Android boot failed, error -1.
## Booting FIT Image at 0x7a1707c0 with size 0x01686e00
Fdt Ramdisk skip relocation
## Loading kernel from FIT Image at 7a1707c0 ...
Using 'conf' configuration
## Verified-boot: 0
Trying 'kernel' kernel subimage
Description: unavailable
Type: Kernel Image
Compression: uncompressed
Data Start: 0x7a192bc0
Data Size: 23480328 Bytes = 22.4 MiB
Architecture: AArch64
OS: Linux
Load Address: 0x00280000
Entry Point: 0x00280000
Hash algo: sha256
Hash value: ebaae829eac2b224c6644bffec000478a274e1d315fee9131f8bcfa68d88 e038
Verifying Hash Integrity ... sha256+ OK
## Loading fdt from FIT Image at 7a1707c0 ...
Using 'conf' configuration
Trying 'fdt' fdt subimage
Description: unavailable
Type: Flat Device Tree
Compression: uncompressed
Data Start: 0x7a170fc0
Data Size: 138063 Bytes = 134.8 KiB
Architecture: AArch64
Load Address: 0x08300000
Hash algo: sha256
Hash value: 426eda36f07d69cf2442fe07a74b03e1a17f6e6404581311e72239597d7b 8f1b
Verifying Hash Integrity ... sha256+ OK
Loading fdt from 0x08300000 to 0x08300000
Booting using the fdt blob at 0x08300000
Loading Kernel Image from 0x7a192bc0 to 0x00280000 ... OK
kernel loaded at 0x00280000, end = 0x018e4808
Using Device Tree in place at 0000000008300000, end 0000000008324b4e
vp1 adjust cursor plane from 0 to 1
vp0, plane_mask:0x2a, primary-id:5, curser-id:1
vp1 adjust cursor plane from 1 to 0
vp1, plane_mask:0x15, primary-id:4, curser-id:0
vp2, plane_mask:0x0, primary-id:0, curser-id:-1
WARNING: could not set reg FDT_ERR_BADOFFSET.
## reserved-memory:
drm-logo@00000000: addr=7df00000 size=b8000
drm-cubic-lut@00000000: addr=7ff00000 size=8000
ramoops@110000: addr=110000 size=f0000
Adding bank: 0x00200000 - 0x08400000 (size: 0x08200000)
Adding bank: 0x09400000 - 0x80000000 (size: 0x76c00000)
Total: 1255.461/1374.330 ms
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[ 0.000000] Linux version 4.19.232 (vanxoak@1fabc50632f5) (gcc version 10.3. 1 20210621 (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.2 9)), GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10. 29)) 2.36.1.20210621) #18 SMP Mon Nov 20 18:46:43 CST 2023
[ 0.000000] Machine model: Vanxoak RK3568 IOT DDR4 Board
[ 0.000000] earlycon: uart8250 at MMIO32 0x00000000fe660000 (options '')
[ 0.000000] bootconsole [uart8250] enabled
[ 0.000000] cma: Reserved 16 MiB at 0x000000007ec00000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 23 pages/cpu s54440 r8192 d31576 u94208
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Virtualization Host Extensions
[ 0.000000] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 511496
[ 0.000000] 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
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes )
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 1999988K/2078720K available (14270K kernel code, 2066K r wdata, 4952K rodata, 1600K init, 534K bss, 62348K reserved, 16384K cma-reserved )
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 51475 entries in 202 pages
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: no VLPI support, no direct LPI support
[ 0.000000] ITS [mem 0xfd440000-0xfd45ffff]
[ 0.000000] ITS@0x00000000fd440000: allocated 8192 Devices @7e4f0000 (indire ct, esz 8, psz 64K, shr 0)
[ 0.000000] ITS@0x00000000fd440000: allocated 32768 Interrupt Collections @7 e500000 (flat, esz 2, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GIC: using LPI property table @0x000000007e510000
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fd460000
[ 0.000000] CPU0: using LPI pending table @0x000000007e520000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] random: random: get_random_bytes called from start_kernel+0x358/ 0x4e0 with crng_init=0
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles : 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000004] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398 046511097ns
[ 0.009862] Console: colour dummy device 80x25
[ 0.014775] Calibrating delay loop (skipped), value calculated using timer f requency.. 48.00 BogoMIPS (lpj=80000)
[ 0.026048] pid_max: default: 32768 minimum: 301
[ 0.031247] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.038620] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes )
[ 0.047759] ASID allocator initialised with 32768 entries
[ 0.053829] rcu: Hierarchical SRCU implementation.
[ 0.061147] Platform MSI: interrupt-controller@fd440000 domain created
[ 0.068730] PCI/MSI: /interrupt-controller@fd400000/interrupt-controller@fd4 40000 domain created
[ 0.079149] 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
[ 0.092460] Detected VIPT I-cache on CPU1
[ 0.092491] GICv3: CPU1: found redistributor 100 region 0:0x00000000fd480000
[ 0.092535] CPU1: using LPI pending table @0x000000007e6b0000
[ 0.092579] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[ 0.100966] Detected VIPT I-cache on CPU2
[ 0.100989] GICv3: CPU2: found redistributor 200 region 0:0x00000000fd4a0000
[ 0.101028] CPU2: using LPI pending table @0x000000007e710000
[ 0.101062] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
[ 0.109429] Detected VIPT I-cache on CPU3
[ 0.109452] GICv3: CPU3: found redistributor 300 region 0:0x00000000fd4c0000
[ 0.109496] CPU3: using LPI pending table @0x000000007e730000
[ 0.109529] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
[ 0.109649] smp: Brought up 1 node, 4 CPUs
[ 0.190942] SMP: Total of 4 processors activated.
[ 0.196107] CPU features: detected: GIC system register CPU interface
[ 0.203178] CPU features: detected: Privileged Access Never
[ 0.209294] CPU features: detected: LSE atomic instructions
[ 0.215412] CPU features: detected: User Access Override
[ 0.221244] CPU features: detected: 32-bit EL0 Support
[ 0.226884] CPU features: detected: RAS Extension Support
[ 0.232959] CPU: All CPU(s) started at EL2
[ 0.237487] alternatives: patching kernel code
[ 0.247226] devtmpfs: initialized
[ 0.270099] Registered cp15_barrier emulation handler
[ 0.275690] Registered setend emulation handler
[ 0.280919] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, m ax_idle_ns: 6370867519511994 ns
[ 0.291634] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.298966] pinctrl core: initialized pinctrl subsystem
[ 0.305564] NET: Registered protocol family 16
[ 0.313437] cpuidle: using governor menu
[ 0.317800] Registered FIQ tty driver
[ 0.322253] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.331157] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.340626] ramoops: dmesg-0 0x20000@0x0000000000110000
[ 0.347302] ramoops: console 0x80000@0x0000000000130000
[ 0.353057] ramoops: pmsg 0x50000@0x00000000001b0000
[ 0.358848] console [pstore-1] enabled
[ 0.362968] pstore: Registered ramoops as persistent store backend
[ 0.369759] ramoops: attached 0xf0000@0x110000, ecc: 0/0
[ 0.404309] rockchip-gpio fdd60000.gpio: probed gpio0 (fdd60000.gpio)
[ 0.411905] rockchip-gpio fe740000.gpio: probed gpio1 (fe740000.gpio)
[ 0.419474] rockchip-gpio fe750000.gpio: probed gpio2 (fe750000.gpio)
[ 0.427039] rockchip-gpio fe760000.gpio: probed gpio3 (fe760000.gpio)
[ 0.434598] rockchip-gpio fe770000.gpio: probed gpio4 (fe770000.gpio)
[ 0.441761] rockchip-pinctrl pinctrl: probed pinctrl
[ 0.457835] cryptd: max_cpu_qlen set to 1000
[[ 0.463991] console [ttyFIQ0] enabled
0.463991] console [ttyFIQ0] enabled
[ 0.471682] bootconsole [uart8250] disabled
[ 0.471682] bootconsole [uart8250] disabled
[ 0.476482] Registered fiq debugger ttyFIQ0
[ 0.477272] vcc3v3_sys: supplied by dc_12v
[ 0.477610] vcc5v0_sys: supplied by dc_12v
[ 0.477930] vcc5v0_usb: supplied by dc_12v
[ 0.478318] vcc5v0_host: supplied by vcc5v0_usb
[ 0.478851] vcc5v0_otg: supplied by vcc5v0_usb
[ 0.479073] vcc3v3_lcd0_n: supplied by vcc3v3_sys
[ 0.479434] vcc3v3_lcd1_n: supplied by vcc3v3_sys
[ 0.479804] vcc2v5-sys: supplied by vcc3v3_sys
[ 0.480143] vcc3v3_vga: supplied by vcc3v3_sys
[ 0.480477] pcie30_avdd0v9: supplied by vcc3v3_sys
[ 0.480802] pcie30_avdd1v8: supplied by vcc3v3_sys
[ 0.481249] vcc3v3_pcie: supplied by dc_12v
[ 0.481448] vcc3v3_bu: supplied by vcc5v0_sys
[ 0.483264] rk_iommu fde4b000.iommu: version = 2
[ 0.483759] rk_iommu fdea0800.iommu: version = 2
[ 0.484108] rk_iommu fded0480.iommu: version = 2
[ 0.484499] rk_iommu fdee0800.iommu: version = 2
[ 0.484845] rk_iommu fdef0800.iommu: version = 2
[ 0.485152] rk_iommu fdf40f00.iommu: version = 2
[ 0.485530] rk_iommu fdf80800.iommu: version = 2
[ 0.485869] rk_iommu fdff1a00.iommu: version = 2
[ 0.486189] rk_iommu fe043e00.iommu: version = 2
[ 0.487000] SCSI subsystem initialized
[ 0.487239] usbcore: registered new interface driver usbfs
[ 0.487292] usbcore: registered new interface driver hub
[ 0.487343] usbcore: registered new device driver usb
[ 0.487405] media: Linux media interface: v0.10
[ 0.487447] videodev: Linux video capture interface: v2.00
[ 0.487518] pps_core: LinuxPPS API ver. 1 registered
[ 0.487528] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giom etti <giometti@linux.it>
[ 0.487548] PTP clock support registered
[ 0.487827] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
[ 0.490162] Advanced Linux Sound Architecture Driver Initialized.
[ 0.490576] Bluetooth: Core ver 2.22
[ 0.490618] NET: Registered protocol family 31
[ 0.490627] Bluetooth: HCI device and connection manager initialized
[ 0.490642] Bluetooth: HCI socket layer initialized
[ 0.490652] Bluetooth: L2CAP socket layer initialized
[ 0.490684] Bluetooth: SCO socket layer initialized
[ 0.492529] rockchip-cpuinfo cpuinfo: SoC : 35682000
[ 0.492545] rockchip-cpuinfo cpuinfo: Serial : 710edc8ca6dbca23
[ 0.493479] clocksource: Switched to clocksource arch_sys_counter
[ 0.564459] thermal thermal_zone1: power_allocator: sustainable_power will b e estimated
[ 0.564753] NET: Registered protocol family 2
[ 0.564919] IP idents hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.565984] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 409 60 bytes)
[ 0.566033] TCP established hash table entries: 16384 (order: 5, 131072 byte s)
[ 0.566136] TCP bind hash table entries: 16384 (order: 7, 524288 bytes)
[ 0.566510] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.566637] UDP hash table entries: 1024 (order: 4, 98304 bytes)
[ 0.566731] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes)
[ 0.567007] NET: Registered protocol family 1
[ 0.567459] RPC: Registered named UNIX socket transport module.
[ 0.567470] RPC: Registered udp transport module.
[ 0.567478] RPC: Registered tcp transport module.
[ 0.567484] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.569759] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters a vailable
[ 0.571718] Initialise system trusted keyrings
[ 0.571904] workingset: timestamp_bits=61 max_order=19 bucket_order=0
[ 0.577647] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.578450] NFS: Registering the id_resolver key type
[ 0.578478] Key type id_resolver registered
[ 0.578487] Key type id_legacy registered
[ 0.578519] ntfs: driver 2.1.32 [Flags: R/O].
[ 0.578721] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 0.578898] fuse init (API version 7.27)
[ 0.579238] SGI XFS with security attributes, no debug enabled
[ 0.581533] NET: Registered protocol family 38
[ 0.581562] Key type asymmetric registered
[ 0.581572] Asymmetric key parser 'x509' registered
[ 0.581610] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ 0.581622] io scheduler noop registered
[ 0.581630] io scheduler deadline registered
[ 0.581735] io scheduler cfq registered (default)
[ 0.581747] io scheduler mq-deadline registered
[ 0.581755] io scheduler kyber registered
[ 0.582743] rockchip-csi2-dphy csi2-dphy0: csi2 dphy0 probe successfully!
[ 0.582891] rockchip-csi2-dphy-hw fe870000.csi2-dphy-hw: csi2 dphy hw probe successfully!
[ 0.585037] phy phy-fe8a0000.usb2-phy.0: Linked as a consumer to regulator.5
[ 0.585311] phy phy-fe8a0000.usb2-phy.1: Linked as a consumer to regulator.6
[ 0.586558] extcon extcon1: failed to create extcon usb2-phy link
[ 0.586679] phy phy-fe8b0000.usb2-phy.2: Linked as a consumer to regulator.5
[ 0.586898] phy phy-fe8b0000.usb2-phy.3: Linked as a consumer to regulator.5
[ 0.587016] phy phy-fe8b0000.usb2-phy.3: No vbus specified for otg port
[ 0.595064] pwm-backlight backlight: backlight supply power not found, using dummy regulator
[ 0.595142] pwm-backlight backlight: Linked as a consumer to regulator.0
[ 0.595389] pwm-backlight backlight1: backlight1 supply power not found, usi ng dummy regulator
[ 0.595463] pwm-backlight backlight1: Linked as a consumer to regulator.0
[ 0.595696] mpp_service mpp-srv: eaed5000bc68 author: Yandong Lin 2023-07-20 video: rockchip: mpp: stop vepu2 before reset
[ 0.595709] mpp_service mpp-srv: probe start
[ 0.597239] iommu: Adding device fdf40000.rkvenc to group 5
[ 0.597273] mpp_rkvenc fdf40000.rkvenc: Linked as a consumer to fdf40f00.iom mu
[ 0.597472] mpp_rkvenc fdf40000.rkvenc: probing start
[ 0.597792] mpp_rkvenc fdf40000.rkvenc: venc regulator not ready, retry
[ 0.597803] rkvenc_init:1213: failed to add venc devfreq
[ 0.599098] iommu: Adding device fdea0400.vdpu to group 1
[ 0.599129] mpp_vdpu2 fdea0400.vdpu: Linked as a consumer to fdea0800.iommu
[ 0.599283] mpp_vdpu2 fdea0400.vdpu: probe device
[ 0.599764] mpp_vdpu2 fdea0400.vdpu: probing finish
[ 0.600336] iommu: Adding device fdee0000.vepu to group 3
[ 0.600364] mpp_vepu2 fdee0000.vepu: Linked as a consumer to fdee0800.iommu
[ 0.600550] mpp_vepu2 fdee0000.vepu: probe device
[ 0.601014] mpp_vepu2 fdee0000.vepu: probing finish
[ 0.601546] iommu: Adding device fdef0000.iep to group 4
[ 0.601574] mpp-iep2 fdef0000.iep: Linked as a consumer to fdef0800.iommu
[ 0.601713] mpp-iep2 fdef0000.iep: probe device
[ 0.602040] mpp-iep2 fdef0000.iep: allocate roi buffer failed
[ 0.602248] mpp-iep2 fdef0000.iep: probing finish
[ 0.602752] iommu: Adding device fded0000.jpegd to group 2
[ 0.602779] mpp_jpgdec fded0000.jpegd: Linked as a consumer to fded0480.iomm u
[ 0.602916] mpp_jpgdec fded0000.jpegd: probe device
[ 0.603367] mpp_jpgdec fded0000.jpegd: probing finish
[ 0.603960] iommu: Adding device fdf80200.rkvdec to group 6
[ 0.603988] mpp_rkvdec2 fdf80200.rkvdec: Linked as a consumer to fdf80800.io mmu
[ 0.604213] mpp_rkvdec2 fdf80200.rkvdec: probing start
[ 0.604250] mpp_rkvdec2 fdf80200.rkvdec: 16 task capacity link mode detected
[ 0.604565] mpp_rkvdec2 fdf80200.rkvdec: shared_niu_a is not found!
[ 0.604576] rkvdec2_init:952: No niu aclk reset resource define
[ 0.604588] mpp_rkvdec2 fdf80200.rkvdec: shared_niu_h is not found!
[ 0.604596] rkvdec2_init:955: No niu hclk reset resource define
[ 0.604650] mpp_rkvdec2 fdf80200.rkvdec: vdec regulator not ready, retry
[ 0.604659] rkvdec2_init:969: failed to add vdec devfreq
[ 0.604859] mpp_rkvdec2 fdf80200.rkvdec: probe sub driver failed
[ 0.605688] mpp_service mpp-srv: probe success
[ 0.610262] dma-pl330 fe530000.dmac: Loaded driver for PL330 DMAC-241330
[ 0.610283] dma-pl330 fe530000.dmac: DBUFF-128x8bytes Num_Chans-8 Nu m_Peri-32 Num_Events-16
[ 0.612437] dma-pl330 fe550000.dmac: Loaded driver for PL330 DMAC-241330
[ 0.612455] dma-pl330 fe550000.dmac: DBUFF-128x8bytes Num_Chans-8 Nu m_Peri-32 Num_Events-16
[ 0.614088] rockchip-system-monitor rockchip-system-monitor: system monitor probe
[ 0.615052] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[ 0.615698] fdd50000.serial: ttyS0 at MMIO 0xfdd50000 (irq = 17, base_baud = 1500000) is a 16550A
[ 0.616347] fe670000.serial: ttyS3 at MMIO 0xfe670000 (irq = 62, base_baud = 1500000) is a 16550A
[ 0.616772] fe680000.serial: ttyS4 at MMIO 0xfe680000 (irq = 63, base_baud = 1500000) is a 16550A
[ 0.617278] fe690000.serial: ttyS5 at MMIO 0xfe690000 (irq = 64, base_baud = 1500000) is a 16550A
[ 0.617711] fe6b0000.serial: ttyS7 at MMIO 0xfe6b0000 (irq = 65, base_baud = 1500000) is a 16550A
[ 0.618141] fe6c0000.serial: ttyS8 at MMIO 0xfe6c0000 (irq = 66, base_baud = 1500000) is a 16550A
[ 0.618573] fe6d0000.serial: ttyS9 at MMIO 0xfe6d0000 (irq = 67, base_baud = 1500000) is a 16550A
[ 0.621350] random: fast init done
[ 0.621797] iommu: Adding device fe040000.vop to group 8
[ 0.621830] rockchip-vop2 fe040000.vop: Linked as a consumer to fe043e00.iom mu
[ 0.621893] random: crng init done
[ 0.626715] rockchip-drm display-subsystem: Linked as a consumer to fe040000 .vop
[ 0.627419] rockchip-drm display-subsystem: Linked as a consumer to fe0c0000 .edp
[ 0.627993] rockchip-drm display-subsystem: Linked as a consumer to fe0a0000 .hdmi
[ 0.634371] panel-simple edp-panel: Linked as a consumer to regulator.7
[ 0.634420] panel-simple edp-panel: edp-panel supply vsp not found, using du mmy regulator
[ 0.634471] panel-simple edp-panel: Linked as a consumer to regulator.0
[ 0.634509] panel-simple edp-panel: edp-panel supply vsn not found, using du mmy regulator
[ 0.635949] mali fde60000.gpu: Kernel DDK version g7p1-01bet0
[ 0.636036] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 0.636084] mali fde60000.gpu: Device initialization Deferred
[ 0.636696] brd: module loaded
[ 0.643573] loop: module loaded
[ 0.644001] zram: Added device: zram0
[ 0.644116] lkdtm: No crash points registered, enable through debugfs
[ 0.646367] ahci fc800000.sata: forcing port_map 0x0 -> 0x1
[ 0.646421] ahci fc800000.sata: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 i mpl platform mode
[ 0.646436] ahci fc800000.sata: flags: ncq sntf pm led clo only pmp fbs pio slum part ccc apst
[ 0.646456] ahci fc800000.sata: port 0 is not capable of FBS
[ 0.647429] scsi host0: ahci
[ 0.647803] ata1: SATA max UDMA/133 mmio [mem 0xfc800000-0xfc800fff] port 0x 100 irq 11
[ 0.649840] tun: Universal TUN/TAP device driver, 1.6
[ 0.650031] CAN device driver interface
[ 0.652073] rk_gmac-dwmac fe2a0000.ethernet: no regulator found
[ 0.652090] rk_gmac-dwmac fe2a0000.ethernet: clock input or output? (output) .
[ 0.652101] rk_gmac-dwmac fe2a0000.ethernet: TX delay(0x30).
[ 0.652110] rk_gmac-dwmac fe2a0000.ethernet: RX delay(0x10).
[ 0.652124] rk_gmac-dwmac fe2a0000.ethernet: integrated PHY? (no).
[ 0.652409] rk_gmac-dwmac fe2a0000.ethernet: init for RGMII
[ 0.652641] rk_gmac-dwmac fe2a0000.ethernet: User ID: 0x30, Synopsys ID: 0x5 1
[ 0.652656] rk_gmac-dwmac fe2a0000.ethernet: DWMAC4/5
[ 0.652668] rk_gmac-dwmac fe2a0000.ethernet: DMA HW capability register supp orted
[ 0.652677] rk_gmac-dwmac fe2a0000.ethernet: RX Checksum Offload Engine supp orted
[ 0.652684] rk_gmac-dwmac fe2a0000.ethernet: TX Checksum insertion supported
[ 0.652692] rk_gmac-dwmac fe2a0000.ethernet: Wake-Up On Lan supported
[ 0.652732] rk_gmac-dwmac fe2a0000.ethernet: TSO supported
[ 0.652742] rk_gmac-dwmac fe2a0000.ethernet: Enable RX Mitigation via HW Wat chdog Timer
[ 0.652753] rk_gmac-dwmac fe2a0000.ethernet: TSO feature enabled
[ 0.959975] ata1: SATA link down (SStatus 0 SControl 300)
[ 1.122284] rk_gmac-dwmac fe010000.ethernet: no regulator found
[ 1.122301] rk_gmac-dwmac fe010000.ethernet: clock input or output? (output) .
[ 1.122313] rk_gmac-dwmac fe010000.ethernet: TX delay(0x30).
[ 1.122322] rk_gmac-dwmac fe010000.ethernet: RX delay(0x10).
[ 1.122335] rk_gmac-dwmac fe010000.ethernet: integrated PHY? (no).
[ 1.122615] rk_gmac-dwmac fe010000.ethernet: init for RGMII
[ 1.122853] rk_gmac-dwmac fe010000.ethernet: User ID: 0x30, Synopsys ID: 0x5 1
[ 1.122868] rk_gmac-dwmac fe010000.ethernet: DWMAC4/5
[ 1.122879] rk_gmac-dwmac fe010000.ethernet: DMA HW capability register supp orted
[ 1.122888] rk_gmac-dwmac fe010000.ethernet: RX Checksum Offload Engine supp orted
[ 1.122896] rk_gmac-dwmac fe010000.ethernet: TX Checksum insertion supported
[ 1.122904] rk_gmac-dwmac fe010000.ethernet: Wake-Up On Lan supported
[ 1.122937] rk_gmac-dwmac fe010000.ethernet: TSO supported
[ 1.122946] rk_gmac-dwmac fe010000.ethernet: Enable RX Mitigation via HW Wat chdog Timer
[ 1.122956] rk_gmac-dwmac fe010000.ethernet: TSO feature enabled
[ 1.592296] PPP generic driver version 2.4.2
[ 1.592680] usbcore: registered new interface driver rndis_wlan
[ 1.592749] usbcore: registered new interface driver rtl8150
[ 1.592797] usbcore: registered new interface driver r8152
[ 1.592842] usbcore: registered new interface driver asix
[ 1.592891] usbcore: registered new interface driver ax88179_178a
[ 1.592941] usbcore: registered new interface driver cdc_ether
[ 1.592985] usbcore: registered new interface driver rndis_host
[ 1.593046] usbcore: registered new interface driver cdc_ncm
[ 1.593092] usbcore: registered new interface driver qmi_wwan_q
[ 1.593139] usbcore: registered new interface driver qmi_wwan
[ 1.593182] usbcore: registered new interface driver cdc_mbim
[ 1.594477] dwc3 fcc00000.dwc3: Failed to get clk 'ref': -2
[ 1.600180] dwc3 fd000000.dwc3: Failed to get clk 'ref': -2
[ 1.606070] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.606098] ehci-pci: EHCI PCI platform driver
[ 1.606177] ehci-platform: EHCI generic platform driver
[ 1.608442] ehci-platform fd800000.usb: EHCI Host Controller
[ 1.608632] ehci-platform fd800000.usb: new USB bus registered, assigned bus number 1
[ 1.608986] ehci-platform fd800000.usb: irq 12, io mem 0xfd800000
[ 1.620177] ehci-platform fd800000.usb: USB 2.0 started, EHCI 1.00
[ 1.620426] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, b cdDevice= 4.19
[ 1.620441] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber =1
[ 1.620450] usb usb1: Product: EHCI Host Controller
[ 1.620459] usb usb1: Manufacturer: Linux 4.19.232 ehci_hcd
[ 1.620467] usb usb1: SerialNumber: fd800000.usb
[ 1.620928] hub 1-0:1.0: USB hub found
[ 1.620974] hub 1-0:1.0: 1 port detected
[ 1.623545] ehci-platform fd880000.usb: EHCI Host Controller
[ 1.623731] ehci-platform fd880000.usb: new USB bus registered, assigned bus number 2
[ 1.624048] ehci-platform fd880000.usb: irq 14, io mem 0xfd880000
[ 1.636847] ehci-platform fd880000.usb: USB 2.0 started, EHCI 1.00
[ 1.637071] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, b cdDevice= 4.19
[ 1.637085] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber =1
[ 1.637094] usb usb2: Product: EHCI Host Controller
[ 1.637103] usb usb2: Manufacturer: Linux 4.19.232 ehci_hcd
[ 1.637111] usb usb2: SerialNumber: fd880000.usb
[ 1.637528] hub 2-0:1.0: USB hub found
[ 1.637571] hub 2-0:1.0: 1 port detected
[ 1.638342] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.638366] ohci-platform: OHCI generic platform driver
[ 1.638606] ohci-platform fd840000.usb: Generic Platform OHCI controller
[ 1.638809] ohci-platform fd840000.usb: new USB bus registered, assigned bus number 3
[ 1.639098] ohci-platform fd840000.usb: irq 13, io mem 0xfd840000
[ 1.697679] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, b cdDevice= 4.19
[ 1.697694] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber =1
[ 1.697704] usb usb3: Product: Generic Platform OHCI controller
[ 1.697712] usb usb3: Manufacturer: Linux 4.19.232 ohci_hcd
[ 1.697721] usb usb3: SerialNumber: fd840000.usb
[ 1.698163] hub 3-0:1.0: USB hub found
[ 1.698209] hub 3-0:1.0: 1 port detected
[ 1.698716] ohci-platform fd8c0000.usb: Generic Platform OHCI controller
[ 1.698914] ohci-platform fd8c0000.usb: new USB bus registered, assigned bus number 4
[ 1.699187] ohci-platform fd8c0000.usb: irq 15, io mem 0xfd8c0000
[ 1.757681] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, b cdDevice= 4.19
[ 1.757694] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber =1
[ 1.757704] usb usb4: Product: Generic Platform OHCI controller
[ 1.757712] usb usb4: Manufacturer: Linux 4.19.232 ohci_hcd
[ 1.757720] usb usb4: SerialNumber: fd8c0000.usb
[ 1.758181] hub 4-0:1.0: USB hub found
[ 1.758224] hub 4-0:1.0: 1 port detected
[ 1.759882] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 1.760073] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus n umber 5
[ 1.760611] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x11 0 quirks 0x0000011002010010
[ 1.760664] xhci-hcd xhci-hcd.0.auto: irq 82, io mem 0xfd000000
[ 1.761006] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, b cdDevice= 4.19
[ 1.761020] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber =1
[ 1.761029] usb usb5: Product: xHCI Host Controller
[ 1.761038] usb usb5: Manufacturer: Linux 4.19.232 xhci-hcd
[ 1.761046] usb usb5: SerialNumber: xhci-hcd.0.auto
[ 1.761481] hub 5-0:1.0: USB hub found
[ 1.761526] hub 5-0:1.0: 1 port detected
[ 1.761869] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 1.762053] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus n umber 6
[ 1.762076] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 1.762155] usb usb6: We don't know the algorithms for LPM for this host, di sabling LPM.
[ 1.762295] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, b cdDevice= 4.19
[ 1.762308] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber =1
[ 1.762317] usb usb6: Product: xHCI Host Controller
[ 1.762326] usb usb6: Manufacturer: Linux 4.19.232 xhci-hcd
[ 1.762334] usb usb6: SerialNumber: xhci-hcd.0.auto
[ 1.762771] hub 6-0:1.0: USB hub found
[ 1.762814] hub 6-0:1.0: 1 port detected
[ 1.763313] usbcore: registered new interface driver cdc_acm
[ 1.763323] cdc_acm: USB Abstract Control Model driver for USB modems and IS DN adapters
[ 1.763394] usbcore: registered new interface driver usblp
[ 1.763457] usbcore: registered new interface driver cdc_wdm
[ 1.763756] usbcore: registered new interface driver uas
[ 1.763900] usbcore: registered new interface driver usb-storage
[ 1.764004] usbcore: registered new interface driver usbserial_generic
[ 1.764040] usbserial: USB Serial support registered for generic
[ 1.764100] usbcore: registered new interface driver cp210x
[ 1.764128] usbserial: USB Serial support registered for cp210x
[ 1.764222] usbcore: registered new interface driver ftdi_sio
[ 1.764249] usbserial: USB Serial support registered for FTDI USB Serial Dev ice
[ 1.764481] usbcore: registered new interface driver keyspan
[ 1.764508] usbserial: USB Serial support registered for Keyspan - (without firmware)
[ 1.764535] usbserial: USB Serial support registered for Keyspan 1 port adap ter
[ 1.764560] usbserial: USB Serial support registered for Keyspan 2 port adap ter
[ 1.764592] usbserial: USB Serial support registered for Keyspan 4 port adap ter
[ 1.764652] usbcore: registered new interface driver option
[ 1.764680] usbserial: USB Serial support registered for GSM modem (1-port)
[ 1.765004] usbcore: registered new interface driver oti6858
[ 1.765033] usbserial: USB Serial support registered for oti6858
[ 1.765087] usbcore: registered new interface driver pl2303
[ 1.765114] usbserial: USB Serial support registered for pl2303
[ 1.765180] usbcore: registered new interface driver qcserial
[ 1.765215] usbserial: USB Serial support registered for Qualcomm USB modem
[ 1.765297] usbcore: registered new interface driver sierra
[ 1.765326] usbserial: USB Serial support registered for Sierra USB modem
[ 1.766706] usbcore: registered new interface driver usbtouchscreen
[ 1.766745] cyttsp5_loader_init: Parade TTSP FW Loader Driver (Built TTDA.03 .08.874312) rc=0
[ 1.766755] cyttsp5_device_access_init: Parade TTSP Device Access Driver (Bu ilt TTDA.03.08.874312) rc=0
[ 1.767198] .. rk pwm remotectl v2.0 init
[ 1.767491] input: fe6e0030.pwm as /devices/platform/fe6e0030.pwm/input/inpu t0
[ 1.767842] remotectl-pwm fe6e0030.pwm: pwm version is 0x2130000
[ 1.767923] remotectl-pwm fe6e0030.pwm: Controller support pwrkey capture
[ 1.768448] i2c /dev entries driver
[ 1.770301] fan53555-regulator 0-001c: FAN53555 Option[12] Rev[15] Detected!
[ 1.772080] vdd_cpu: supplied by vcc5v0_sys
[ 1.776909] rk808 0-0020: chip id: 0x8090
[ 1.776955] rk808 0-0020: No cache defaults, reading back from HW
[ 1.800659] rk808 0-0020: source: on=0x40, off=0x00
[ 1.800677] rk808 0-0020: support dcdc3 fb mode:-22, 63
[ 1.800689] rk808 0-0020: support pmic reset mode:0,0
[ 1.805445] rk808-regulator rk808-regulator: there is no dvs0 gpio
[ 1.805480] rk808-regulator rk808-regulator: there is no dvs1 gpio
[ 1.805558] vdd_logic: supplied by vcc3v3_sys
[ 1.805935] vdd_gpu: supplied by vcc3v3_sys
[ 1.806270] vcc_ddr: supplied by vcc3v3_sys
[ 1.806603] vdd_npu: supplied by vcc3v3_sys
[ 1.806994] vcc_1v8: supplied by vcc3v3_sys
[ 1.807286] vdda0v9_image: supplied by vcc3v3_sys
[ 1.807599] vdda_0v9: supplied by vcc3v3_sys
[ 1.807926] vdda0v9_pmu: supplied by vcc3v3_sys
[ 1.808234] vccio_acodec: supplied by vcc3v3_sys
[ 1.808549] vccio_sd: supplied by vcc3v3_sys
[ 1.808866] vcc3v3_pmu: supplied by vcc3v3_sys
[ 1.809183] vcca_1v8: supplied by vcc3v3_sys
[ 1.809484] vcca1v8_pmu: supplied by vcc3v3_sys
[ 1.809801] vcca1v8_image: supplied by vcc3v3_sys
[ 1.810114] vcc_3v3: supplied by vcc3v3_sys
[ 1.810450] vcc3v3_sd: supplied by vcc3v3_sys
[ 1.810883] rk817-battery rk817-battery: Failed to find matching dt id
[ 1.811136] rk817-charger rk817-charger: Failed to find matching dt id
[ 1.814368] input: rk805 pwrkey as /devices/platform/fdd40000.i2c/i2c-0/0-00 20/rk805-pwrkey/input/input1
[ 1.825237] rtc-isl1208 5-006f: registered as rtc0
[ 1.826735] rtc-isl1208 5-006f: setting system clock to 2025-12-24 02:50:37 UTC (1766544637)
[ 1.828897] iommu: Adding device fdff0000.rkisp to group 7
[ 1.828929] rkisp_hw fdff0000.rkisp: Linked as a consumer to fdff1a00.iommu
[ 1.829116] rkisp_hw fdff0000.rkisp: is_thunderboot: 0
[ 1.829130] rkisp_hw fdff0000.rkisp: max input:0x0@0fps
[ 1.829157] rkisp_hw fdff0000.rkisp: can't request region for resource [mem 0xfdff0000-0xfdffffff]
[ 1.829999] rkisp rkisp-vir0: rkisp driver version: v01.08.00
[ 1.830333] rkisp rkisp-vir0: Entity type for entity rkisp-isp-subdev was no t initialized!
[ 1.830354] rkisp rkisp-vir0: Entity type for entity rkisp-csi-subdev was no t initialized!
[ 1.832254] usbcore: registered new interface driver uvcvideo
[ 1.832266] USB Video Class driver (1.1.1)
[ 1.832571] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consum er to regulator.27
[ 1.832612] rockchip-iodomain fdc20000.syscon:io-domains: pmuio2(3300000 uV) supplied by vcc3v3_pmu
[ 1.832701] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consum er to regulator.25
[ 1.832734] rockchip-iodomain fdc20000.syscon:io-domains: vccio1(3000000 uV) supplied by vccio_acodec
[ 1.832897] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consum er to regulator.26
[ 1.832930] rockchip-iodomain fdc20000.syscon:io-domains: vccio3(3300000 uV) supplied by vccio_sd
[ 1.833019] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consum er to regulator.31
[ 1.833054] rockchip-iodomain fdc20000.syscon:io-domains: vccio4(3300000 uV) supplied by vcc_3v3
[ 1.833158] rockchip-iodomain fdc20000.syscon:io-domains: vccio5(3300000 uV) supplied by vcc_3v3
[ 1.833272] rockchip-iodomain fdc20000.syscon:io-domains: vccio6(3300000 uV) supplied by vcc_3v3
[ 1.833379] rockchip-iodomain fdc20000.syscon:io-domains: vccio7(3300000 uV) supplied by vcc_3v3
[ 1.836919] rockchip-thermal fe710000.tsadc: tsadc is probed successfully!
[ 1.838025] Bluetooth: HCI UART driver ver 2.3
[ 1.838041] Bluetooth: HCI UART protocol H4 registered
[ 1.838049] Bluetooth: HCI UART protocol ATH3K registered
[ 1.838135] usbcore: registered new interface driver bfusb
[ 1.838206] usbcore: registered new interface driver btusb
[ 1.838498] cpu cpu0: leakage=24
[ 1.838548] cpu cpu0: pvtm = 88790, from nvmem
[ 1.838566] cpu cpu0: pvtm-volt-sel=2
[ 1.839406] cpu cpu0: Linked as a consumer to regulator.16
[ 1.839464] cpu cpu0: Dropping the link to regulator.16
[ 1.840093] cpu cpu0: Linked as a consumer to regulator.16
[ 1.841000] cpu cpu0: avs=0
[ 1.841062] energy_model: pd0: hertz/watts ratio non-monotonically decreasin g: em_cap_state 2 >= em_cap_state1
[ 1.841307] cpu cpu0: l=0 h=2147483647 hyst=5000 l_limit=1800000000 h_limit= 0 h_table=0
[ 1.844742] cpu cpu0: failed to find power_model node
[ 1.846350] sdhci: Secure Digital Host Controller Interface driver
[ 1.846361] sdhci: Copyright(c) Pierre Ossman
[ 1.846369] Synopsys Designware Multimedia Card Interface Driver
[ 1.847334] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.847725] dwmmc_rockchip fe000000.dwmmc: No normal pinctrl state
[ 1.847741] dwmmc_rockchip fe000000.dwmmc: No idle pinctrl state
[ 1.847793] dwmmc_rockchip fe2b0000.dwmmc: No normal pinctrl state
[ 1.847807] dwmmc_rockchip fe2b0000.dwmmc: No idle pinctrl state
[ 1.847876] dwmmc_rockchip fe000000.dwmmc: IDMAC supports 32-bit address mod e.
[ 1.847941] dwmmc_rockchip fe2b0000.dwmmc: IDMAC supports 32-bit address mod e.
[ 1.848380] dwmmc_rockchip fe000000.dwmmc: Using internal DMA controller.
[ 1.848400] dwmmc_rockchip fe000000.dwmmc: Version ID is 270a
[ 1.848460] dwmmc_rockchip fe000000.dwmmc: DW MMC controller at irq 47,32 bi t host data width,256 deep fifo
[ 1.848593] dwmmc_rockchip fe2b0000.dwmmc: Using internal DMA controller.
[ 1.848612] dwmmc_rockchip fe2b0000.dwmmc: Version ID is 270a
[ 1.848662] dwmmc_rockchip fe000000.dwmmc: allocated mmc-pwrseq
[ 1.848672] dwmmc_rockchip fe2b0000.dwmmc: DW MMC controller at irq 49,32 bi t host data width,256 deep fifo
[ 1.848688] mmc_host mmc3: card is non-removable.
[ 1.848805] dwmmc_rockchip fe2b0000.dwmmc: Linked as a consumer to regulator .32
[ 1.848915] dwmmc_rockchip fe2b0000.dwmmc: Linked as a consumer to regulator .26
[ 1.849823] mmc0: Unknown controller version (5). You may experience problem s.
[ 1.850787] cryptodev: driver 1.12 loaded.
[ 1.850864] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.851305] usbcore: registered new interface driver usbhid
[ 1.851317] usbhid: USB HID core driver
[ 1.852500] rockchip,bus bus-npu: Linked as a consumer to regulator.17
[ 1.852526] rockchip,bus bus-npu: Failed to get leakage
[ 1.852592] rockchip,bus bus-npu: pvtm = 88790, from nvmem
[ 1.852610] rockchip,bus bus-npu: pvtm-volt-sel=1
[ 1.852938] rockchip,bus bus-npu: avs=0
[ 1.857750] rockchip-saradc fe720000.saradc: Linked as a consumer to regulat or.28
[ 1.859154] optee: probing for conduit method from DT.
[ 1.859185] optee: revision 3.13 (dcfdd61d)
[ 1.859603] optee: initialized driver
[ 1.859621] rksfc_base v1.1 2016-01-08
[ 1.860419] rksfc fe300000.sfc: rksfc_probe clk rate = 99000000
[ 1.860426] mmc_host mmc1: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
[ 1.860523] rkflash_dev_init enter
[ 1.860546] sfc nor id: 0 0 0
[ 1.860554] rkflash[1] is invalid
[ 1.860556] rkflash_dev_init enter
[ 1.860576] sfc_nand id: 0 0 0
[ 1.860582] rkflash[2] is invalid
[ 1.861530] usbcore: registered new interface driver snd-usb-audio
[ 1.863936] rk817-codec rk817-codec: DMA mask not set
[ 1.872228] Initializing XFRM netlink socket
[ 1.872729] NET: Registered protocol family 10
[ 1.873754] Segment Routing with IPv6
[ 1.873864] NET: Registered protocol family 17
[ 1.873890] NET: Registered protocol family 15
[ 1.873899] can: controller area network core (rev 20170425 abi 9)
[ 1.874045] NET: Registered protocol family 29
[ 1.874059] can: raw protocol (rev 20170425)
[ 1.874070] can: broadcast manager protocol (rev 20170425 t)
[ 1.874086] can: netlink gateway (rev 20170425) max_hops=1
[ 1.874387] Bluetooth: RFCOMM socket layer initialized
Welcome to Debian GNU/Linux 11 (bullseye)!
[ 1.874422] Bluetooth: RFCOMM ver 1.11
[ 1.874440] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 1.874458] Bluetooth: HIDP socket layer initialized
[ 1.874500] [BT_RFKILL]: Enter rfkill_rk_init
[ 1.874509] [WLAN_RFKILL]: Enter rfkill_wlan_init
[ 1.874970] [WLAN_RFKILL]: Enter rfkill_wlan_probe
[ 1.875018] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi_chip_type = ap6181
[ 1.875029] [WLAN_RFKILL]: wlan_platdata_parse_dt: enable wifi power control .
[ 1.875037] [WLAN_RFKILL]: wlan_platdata_parse_dt: wifi power controled by g pio.
[ 1.875075] [WLAN_RFKILL]: wlan_platdata_parse_dt: The ref_wifi_clk not foun d !
[ 1.875083] [WLAN_RFKILL]: rfkill_wlan_probe: init gpio
[ 1.875094] [WLAN_RFKILL]: rfkill_set_wifi_bt_power: 1
[ 1.875103] [WLAN_RFKILL]: Exit rfkill_wlan_probe
[ 1.875581] Key type dns_resolver registered
[ 1.875982] flash vendor_init_thread!
[ 1.875995] flash vendor storage:20170308 ret = -1
[ 1.878150] Loading compiled-in X.509 certificates
[ 1.878792] pstore: Using compression: deflate
[ 1.879968] rga: rga2, irq = 24, match scheduler
[ 1.880271] mmc0: SDHCI controller on fe310000.sdhci [fe310000.sdhci] using ADMA
[ 1.880549] rga: rga2 hardware loaded successfully, hw_version:3.2.63318.
[ 1.880580] rga: rga2 probe successfully
[ 1.880980] rga_iommu: IOMMU binding successfully, default mapping core[0x4]
[ 1.881271] rga: Module initialized. v1.2.26
[ 1.912637] mmc0: Host Software Queue enabled
[ 1.912680] mmc0: new HS200 MMC card at address 0001
[ 1.913896] mmcblk0: mmc0:0001 A3A551 14.6 GiB
[ 1.914498] mmcblk0boot0: mmc0:0001 A3A551 partition 1 4.00 MiB
[ 1.915118] mmcblk0boot1: mmc0:0001 A3A551 partition 2 4.00 MiB
[ 1.915353] mpp_rkvenc fdf40000.rkvenc: probing start
[ 1.915406] mmcblk0rpmb: mmc0:0001 A3A551 partition 3 16.0 MiB, chardev (237 :0)
[ 1.915776] mpp_rkvenc fdf40000.rkvenc: Linked as a consumer to regulator.17
[ 1.915801] mpp_rkvenc fdf40000.rkvenc: Failed to get leakage
[ 1.915875] mpp_rkvenc fdf40000.rkvenc: pvtm = 88790, from nvmem
[ 1.915890] mpp_rkvenc fdf40000.rkvenc: pvtm-volt-sel=1
[ 1.916102] mpp_rkvenc fdf40000.rkvenc: avs=0
[ 1.916258] mpp_rkvenc fdf40000.rkvenc: failed to find power_model node
[ 1.916278] mpp_rkvenc fdf40000.rkvenc: failed to initialize power model
[ 1.916299] mpp_rkvenc fdf40000.rkvenc: failed to get dynamic-coefficient
[ 1.916683] mpp_rkvenc fdf40000.rkvenc: probing finish
[ 1.917186] mpp_rkvdec2 fdf80200.rkvdec: probing start
[ 1.917266] mpp_rkvdec2 fdf80200.rkvdec: 16 task capacity link mode detected
[ 1.917668] mpp_rkvdec2 fdf80200.rkvdec: shared_niu_a is not found!
[ 1.917680] rkvdec2_init:952: No niu aclk reset resource define
[ 1.917690] mpp_rkvdec2 fdf80200.rkvdec: shared_niu_h is not found!
[ 1.917697] rkvdec2_init:955: No niu hclk reset resource define
[ 1.917868] mpp_rkvdec2 fdf80200.rkvdec: Linked as a consumer to regulator.1 7
[ 1.917931] mpp_rkvdec2 fdf80200.rkvdec: leakage=48
[ 1.917945] mpp_rkvdec2 fdf80200.rkvdec: leakage-volt-sel=0
[ 1.918016] mpp_rkvdec2 fdf80200.rkvdec: pvtm = 88790, from nvmem
[ 1.918037] mpp_rkvdec2 fdf80200.rkvdec: pvtm-volt-sel=1
[ 1.918326] mpp_rkvdec2 fdf80200.rkvdec: avs=0
[ 1.918397] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8
[ 1.918468] mpp_rkvdec2 fdf80200.rkvdec: failed to find power_model node
[ 1.918479] mpp_rkvdec2 fdf80200.rkvdec: failed to initialize power model
[ 1.918487] mpp_rkvdec2 fdf80200.rkvdec: failed to get dynamic-coefficient
[ 1.918594] mpp_rkvdec2 fdf80200.rkvdec: sram_start 0x00000000fdcc0000
[ 1.918603] mpp_rkvdec2 fdf80200.rkvdec: rcb_iova 0x0000000010000000
[ 1.918610] mpp_rkvdec2 fdf80200.rkvdec: sram_size 45056
[ 1.918616] mpp_rkvdec2 fdf80200.rkvdec: rcb_size 65536
[ 1.918624] mpp_rkvdec2 fdf80200.rkvdec: min_width 512
[ 1.918717] mpp_rkvdec2 fdf80200.rkvdec: link mode probe finish
[ 1.918775] mpp_rkvdec2 fdf80200.rkvdec: probing finish
[ 1.919212] rockchip-drm display-subsystem: defer getting devfreq
[ 1.919436] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp0 assign plane mas k: 0x2a, primary plane phy id: 5
[ 1.919449] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp1 assign plane mas k: 0x15, primary plane phy id: 4
[ 1.919461] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp2 assign plane mas k: 0x0, primary plane phy id: -1
[ 1.919527] [drm] unsupported AFBC format[3432564e]
[ 1.919566] rockchip-vop2 fe040000.vop: [drm:vop2_bind] Cluster1-win0 as cur sor plane for vp0
[ 1.919651] rockchip-vop2 fe040000.vop: [drm:vop2_bind] Cluster0-win0 as cur sor plane for vp1
[ 1.919707] [drm] failed to init overlay plane Cluster0-win1, ret:-13
[ 1.919714] [drm] failed to init overlay plane Cluster1-win1, ret:-13
[ 1.919816] rockchip-drm display-subsystem: bound fe040000.vop (ops 0xffffff 8008f51580)
[ 1.920901] rockchip-drm display-subsystem: bound fe0c0000.edp (ops 0xffffff 8008f589a0)
[ 1.921088] dwhdmi-rockchip fe0a0000.hdmi: Detected HDMI TX controller v2.11 a with HDCP (DWC HDMI 2.0 TX PHY)
[ 1.921713] dwhdmi-rockchip fe0a0000.hdmi: registered DesignWare HDMI I2C bu s driver
[ 1.922915] input: hdmi_cec_key as /devices/platform/fe0a0000.hdmi/dw-hdmi-c ec.4.auto/input/input2
[ 1.923454] rockchip-drm display-subsystem: bound fe0a0000.hdmi (ops 0xfffff f8008f59ad8)
[ 1.923499] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.923505] [drm] No driver support for vblank timestamp query.
[ 1.924023] get_framebuffer_by_node: failed to get logo,offset
[ 1.938001] rockchip-drm display-subsystem: fb0: frame buffer device
/lib/systemd/system/srs.service:7: Failed to parse service restart specifier, i gnoring: main
[ 1.938730] [drm] Initialized rockchip 2.0.0 20140818 for display-subsystem on minor 0
[ 1.939461] mali fde60000.gpu: Kernel DDK version g7p1-01bet0
[ 1.939507] input: adc-keys as /devices/platform/adc-keys/input/input3
[ 1.939631] mali fde60000.gpu: Linked as a consumer to regulator.18
/lib/systemd/system/bootanim.service:9: Unit configured to use KillMode=none. T his is unsafe, as it disables systemd's process lifecycle management for the se rvice. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
[ 1.939763] mali fde60000.gpu: dev_pm_opp_set_regulators: no regulator (shad ercores) found: -19
system-getty.slice: unit configures an IP firewall, but the local system does n ot support BPF/cgroup firewalling.
[ 1.939848] mali fde60000.gpu: leakage=7
(This warning is only shown for the first unit using IP firewalling.)
[ 1.939888] mali fde60000.gpu: pvtm = 88790, from nvmem
[ OK ] Created slice system-getty.slice.
[ 1.939909] mali fde60000.gpu: pvtm-volt-sel=2
[ OK ] Created slice system-modprobe.slice.
[ 1.940086] rockchip-dmc dmc: Linked as a consumer to regulator.17
[ OK ] Created slice system-postgresql.slice.
[ 1.940191] rockchip-dmc dmc: leakage=48
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 1.940204] rockchip-dmc dmc: leakage-volt-sel=0
[ OK ] Created slice system-systemd\x2dfsck.slice.
[ 1.940241] rockchip-dmc dmc: pvtm = 88790, from nvmem
[ OK ] Created slice User and Session Slice.
[ 1.940251] rockchip-dmc dmc: pvtm-volt-sel=1
[ OK ] Started Dispatch Password …ts to Console Directory Watch.
[ 1.940416] mali fde60000.gpu: avs=0
[ OK ] Started Forward Password R…uests to Wall Directory Watch.
[ 1.940429] W : [File] : drivers/gpu/arm/bifrost/platform/rk/mali_kbase_conf ig_rk.c; [Line] : 112; [Func] : kbase_platform_rk_init(); power-off-delay-ms no t available.
[ OK ] Reached target Local Encrypted Volumes.
[ 1.940435] rockchip-dmc dmc: avs=0
[ OK ] Reached target Remote File Systems.
[ 1.940446] rockchip-dmc dmc: current ATF version 0x102
[ OK ] Reached target Slices.
[ 1.940755] mali fde60000.gpu: GPU identified as 0x2 arch 7.4.0 r1p0 status 0
[ OK ] Reached target System Time Set.
[ 1.940827] mali fde60000.gpu: No priority control manager is configured
[ OK ] Listening on Syslog Socket.
[ 1.940836] mali fde60000.gpu: No memory group manager is configured
[ OK ] Listening on fsck to fsckd communication Socket.
[ 1.940950] rockchip-dmc dmc: normal_rate = 780000000
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 1.940964] rockchip-dmc dmc: reboot_rate = 1560000000
[ OK ] Listening on Journal Socket (/dev/log).
[ 1.940974] rockchip-dmc dmc: suspend_rate = 324000000
[ OK ] Listening on Journal Socket.
[ 1.940983] rockchip-dmc dmc: video_4k_rate = 780000000
[ OK ] Listening on udev Control Socket.
[ 1.940992] rockchip-dmc dmc: video_4k_10b_rate = 780000000
[ OK ] Listening on udev Kernel Socket.
[ 1.941001] rockchip-dmc dmc: boost_rate = 1560000000
Mounting /sys/kernel/config...
[ 1.941011] rockchip-dmc dmc: fixed_rate(isp|cif0|cif1|dualview) = 156000000 0
Mounting /sys/kernel/debug...
[ 1.941020] rockchip-dmc dmc: performance_rate = 1560000000
Mounting Kernel Trace File System...
[ 1.941044] rockchip-dmc dmc: failed to get vop pn to msch rl
Starting Set the console keyboard layout...
[ 1.941239] rockchip-dmc dmc: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
Starting Load Kernel Module drm...
[ 1.941281] rockchip-dmc dmc: could not find power_model node
Starting Load Kernel Module fuse...
[ 1.941299] mali fde60000.gpu: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit= 0 h_table=0
[ OK ] Started Nameserver information manager.
[ 1.941958] mali fde60000.gpu: Probed as mali0
[ OK ] Reached target Network (Pre).
[ 1.949246] rk-hdmi-sound hdmi-sound: i2s-hifi <-> fe400000.i2s mapping ok
Starting Journal Service...
[ 1.952377] iommu: Adding device fde40000.npu to group 0
Starting Load Kernel Modules...
[ 1.952413] RKNPU fde40000.npu: Linked as a consumer to fde4b000.iommu
Starting Remount Root and Kernel File Systems...
[ 1.952919] RKNPU fde40000.npu: RKNPU: rknpu iommu is enabled, using iommu m ode
Starting Coldplug All udev Devices...
[ 1.953042] RKNPU fde40000.npu: Linked as a consumer to regulator.20
[ OK ] Mounted /sys/kernel/config.
[ 1.953100] RKNPU fde40000.npu: can't request region for resource [mem 0xfde 40000-0xfde4ffff]
[ OK ] Mounted /sys/kernel/debug.
[ 1.953710] [drm] Initialized rknpu 0.8.2 20220829 for fde40000.npu on minor 1
[ OK ] Mounted Kernel Trace File System.
[ 1.953815] RKNPU fde40000.npu: leakage=3
[ OK ] Finished Load Kernel Module drm.
[ 1.953851] RKNPU fde40000.npu: pvtm = 88790, from nvmem
[ OK ] Finished Load Kernel Module fuse.
[ 1.953865] RKNPU fde40000.npu: pvtm-volt-sel=2
Mounting FUSE Control File System...
[ 1.954380] RKNPU fde40000.npu: avs=0
[ OK ] Finished Load Kernel Modules.
[ 1.955011] RKNPU fde40000.npu: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit =0 h_table=0
[ OK ] Mounted FUSE Control File System.
[ 1.955047] RKNPU fde40000.npu: failed to find power_model node
Starting Apply Kernel Variables...
[ 1.955055] RKNPU fde40000.npu: RKNPU: failed to initialize power model
[ OK ] Finished Remount Root and Kernel File Systems.
[ 1.955061] RKNPU fde40000.npu: RKNPU: failed to get dynamic-coefficient
Activating swap /var/swapfile...
[ 1.956247] cfg80211: Loading compiled-in X.509 certificates for regulatory database
Starting Platform Persistent Storage Archival...
[ 1.957375] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Starting Load/Save Random Seed...
[ 1.958294] rockchip-pm rockchip-suspend: not set pwm-regulator-config
Starting Create System Users...
[ 1.958311] rockchip-suspend not set sleep-mode-config for mem-lite
[ OK ] Finished Apply Kernel Variables.
[ 1.958317] rockchip-suspend not set wakeup-config for mem-lite
[ OK ] Finished Load/Save Random Seed.
[ 1.958324] rockchip-suspend not set sleep-mode-config for mem-ultra
[ OK ] Finished Create System Users.
[ 1.958329] rockchip-suspend not set wakeup-config for mem-ultra
Starting Create Static Device Nodes in /dev...
[ 1.959047] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linu x.c; [Line] : 414; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '18:46:16', on 'Nov 20 2023'.
[ OK ] Finished Platform Persistent Storage Archival.
[ 1.959390] Mali:
[ OK ] Finished Set the console keyboard layout.
[ 1.959391] Mali device driver loaded
[ OK ] Finished Create Static Device Nodes in /dev.
[ 1.959408] rkisp rkisp-vir0: clear unready subdev num: 3
[ OK ] Reached target Local File Systems (Pre).
[ 1.959417] rockchip-csi2-dphy0: No link between dphy and sensor
Starting Rule-based Manage…for Device Events and Files...
[ 1.959888] platform regulatory.0: Direct firmware load for regulatory.db fa iled with error -2
[ OK ] Activated swap /var/swapfile.
[ 1.959900] cfg80211: failed to load regulatory.db
[ OK ] Reached target Swap.
[ 1.959992] rockchip-csi2-dphy0: No link between dphy and sensor
[ OK ] Started Rule-based Manager for Device Events and Files.
[ 1.960000] rkisp-vir0: update sensor failed
[ 2.010314] usb 5-1: new high-speed USB device number 2 using xhci-hcd
[ 2.016864] vendor storage:20190527 ret = 0
[ 2.044975] devfreq fde60000.gpu: Couldn't update frequency transition infor mation.
[ 2.064474] mmc_host mmc3: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
[ 2.088056] mmc3 mmc_send_io_op_cond err: -110
[ 2.151645] usb 5-1: New USB device found, idVendor=1782, idProduct=4e00, bc dDevice= 0.00
[ 2.151678] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber= 0
[ 2.151694] usb 5-1: Product: UNISOC-8910
[ 2.151708] usb 5-1: Manufacturer: UNISOC
[ 2.173735] usb 3-1: new full-speed USB device number 2 using ohci-platform
[ 2.218847] rndis_host 5-1:1.0 eth2: register 'rndis_host' at usb-xhci-hcd.0 .auto-1, RNDIS device, ac:4b:b3:b9:eb:e5
[ 2.307108] mmc_host mmc3: Bus speed (slot 0) = 375000Hz (slot req 375000Hz, actual 375000HZ div = 0)
[ 2.331534] mmc3 mmc_send_io_op_cond err: -110
[ 2.404179] usb 3-1: New USB device found, idVendor=222a, idProduct=0001, bc dDevice= 0.02
[ 2.404224] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber= 0
[ 2.404253] usb 3-1: Product: ILITEK-TP
[ 2.404279] usb 3-1: Manufacturer: ILITEK
[ OK ] Finished Coldplug All udev Devices.
[ 2.424911] input: ILITEK ILITEK-TP as /devices/platform/fd840000.usb/usb3/3 -1/3-1:1.0/0003:222A:0001.0001/input/input4
Starting Helper to synchronize boot up for ifupdown...
[ 2.481936] hid-multitouch 0003:222A:0001.0001: input,hiddev96,hidraw0: USB HID v1.10 Mouse [ILITEK ILITEK-TP] on usb-fd840000.usb-1/input0
[ OK ] Created slice system-systemd\x2dbacklight.slice.
[ 2.574752] mmc3 mmc_send_io_op_cond err: -110
Starting Load/Save Screen …ness of backlight:backlight...
[ 2.777628] ALSA device list:
[ 2.777677] #0: rockchip,hdmi
[ 2.789870] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null)
Starting Load/Save Screen …ess of backlight:backlight1...
[ 2.789989] VFS: Mounted root (ext4 filesystem) on device 179:6.
[ OK ] Finished Load/Save Screen …htness of backlight:backlight.
[ 2.790665] devtmpfs: mounted
[ 2.794966] Freeing unused kernel memory: 1600K
[ 2.813614] Run /sbin/init as init process
[ 2.817244] mmc3 mmc_send_io_op_cond err: -110
[ OK ] Finished Load/Save Screen …tness of backlight:backlight1.
[ 3.013182] systemd[1]: Failed to look up module alias 'autofs4': Function n ot implemented
[ 3.017457] cgroup: cgroup2: unknown option "memory_recursiveprot"
[ 3.178194] systemd-rc-local-generator[127]: /etc/rc.local is not marked exe cutable, skipping.
[ 3.980731] Adding 1572860k swap on /var/swapfile. Priority:-2 extents:2 ac ross:1703932k SS
[ OK ] Started Journal Service.
Starting Flush Journal to Persistent Storage...
[ 4.690641] systemd-journald[154]: Received client request to flush runtime journal.
[ OK ] Found device /dev/disk/by-partlabel/oem.
[ OK ] Found device /dev/disk/by-partlabel/userdata.
Starting File System Check… /dev/disk/by-partlabel/oem...
Starting File System Check…/disk/by-partlabel/userdata...
[ OK ] Started File System Check Daemon to report status.
[ OK ] Found device /dev/ttyFIQ0.
[ OK ] Finished Flush Journal to Persistent Storage.
[ OK ] Reached target Hardware activated USB gadget.
[ OK ] Finished File System Check on /dev/disk/by-partlabel/oem.
Mounting /oem...
[ OK ] Mounted /oem.n 1 disk (36.1% complete)
[ 5.152529] rndis_host 5-1:1.0 enxac4bb3b9ebe5: renamed from eth2
[ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
[ 5.164091] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
[FAILED] Failed to start File Syste…ev/disk/by-partlabel/userdata.
[ 5.676448] Generic PHY stmmac-1:00: attached PHY driver [Generic PHY] (mii_ bus:phy_addr=stmmac-1:00, irq=POLL)
See 'systemctl status "systemd-fsck@dev…rtlabel-userdata.service"' for details.
[ 5.689768] dwmac4: Master AXI performs any burst length
[DEPEND] Dependency failed for /userdata.
[ 5.689810] rk_gmac-dwmac fe010000.ethernet eth1: No Safety Features support found
[DEPEND] Dependency failed for Local File Systems.
[ 5.689838] rk_gmac-dwmac fe010000.ethernet eth1: IEEE 1588-2008 Advanced Ti mestamp supported
[ OK ] Stopped Dispatch Password …ts to Console Directory Watch.
[ 5.690102] rk_gmac-dwmac fe010000.ethernet eth1: registered PTP clock
[ OK ] Stopped Forward Password R…uests to Wall Directory Watch.
[ 5.693700] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ OK ] Reached target Sound Card.
Starting Enable support fo…l executable binary formats...
Starting Boot time animation...
Starting Set console font and keymap...
[ OK ] Reached target Timers.
[ OK ] Reached target System Time Synchronized.
Starting Resize all internal mounted partitions...
[ OK ] Started Setup rockchip platform environment.
[ OK ] Closed Syslog Socket.
[ OK ] Reached target Login Prompts.
Starting Manage USB device functions...
[ OK ] Reached target Paths.
[ OK ] Reached target Sockets.
[ OK ] Started Emergency Shell.
[ OK ] Reached target Emergency Mode.
Starting Create Volatile Files and Directories...
[ OK ] Finished Helper to synchronize boot up for ifupdown.
[ OK ] Finished Enable support fo…nal executable binary formats.
[ OK ] Finished Set console font and keymap.
Starting Raise network interfaces...
[ OK ] Started Boot time animation.
[FAILED] Failed to start Manage USB device functions.
See 'systemctl status usbdevice.service' for details.
[ OK ] Finished Create Volatile Files and Directories.
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Finished Update UTMP about System Boot/Shutdown.
Starting Update UTMP about System Runlevel Changes...
[ OK ] Finished Update UTMP about System Runlevel Changes.
[ OK ] Finished Resize all internal mounted partitions.
[ OK ] Finished Raise network interfaces.
[ OK ] Reached target Network.
[ OK ] Reached target Network is Online.
You are in emergency mode. After logging in, type "journalctl -xb" to view
system logs, "systemctl reboot" to reboot, "systemctl default" or "exit"
to boot into default mode.
Give root password for maintenance
(or press Control-D to continue):
Login incorrect
Give root password for maintenance
(or press Control-D to continue):
Login incorrect
Give root password for maintenance
(or press Control-D to continue):
root@hd-rk3568:~# [ 32.250475] vcc5v0_otg: disabling
[ 32.250579] vcc3v3_lcd1_n: disabling
[ 32.250628] vcc3v3_pcie: disabling
正文到此结束