热心市民小左 发表于 2023-1-11 17:15:18

rk3588 USB DEVICE

我们想将typec1配置为usb2-phy的usb device使用,使用rndis配置为网口,这边按照手册修改为device后配置randis只能看到typec0的网卡usb0,找不到typec1的网卡,请问一下该如何配置。

zhangzhenzhao 发表于 2023-1-12 10:00:45

你们用的是哪个3588的板子?是使用我们的核心板CORE-3588J,然后你们自行设计的底版?你描述的按照手册是哪份文档呢?另外还有的配置是如何配置的方便展示出来吗?

热心市民小左 发表于 2023-1-12 14:57:41

zhangzhenzhao 发表于 2023-1-12 10:00
你们用的是哪个3588的板子?是使用我们的核心板CORE-3588J,然后你们自行设计的底版?你描述的按照手册是哪 ...

使用的是你们的核心板CORE-3588J,搭载我们自己设计的底板,然后typec0就是全功能typec0,目前功能正常,typec1有特殊要求,现在就想用他都usb2.0的device功能,SDK默认配置的是host功能,可以挂载u盘,功能是正常的,我按照《Rockchip_RK3588_Developer_Guide_USB_CN.pdf》设备树进行配置的,配置为device模式后确实不能挂载U盘了,但配置rndis模式时,只能看到typc0一张网卡。我修改的设备树部分见图片,望解答一下。

zhangzhenzhao 发表于 2023-1-12 15:14:26

热心市民小左 发表于 2023-1-12 14:57
使用的是你们的核心板CORE-3588J,搭载我们自己设计的底板,然后typec0就是全功能typec0,目前功能正常, ...

可以复现问题抓份开机log,上层和内核的都提供看看

还有这个应该也要添加吧
&usbdrd3_1 {
        status = "okay";
};

热心市民小左 发表于 2023-1-16 14:45:05

zhangzhenzhao 发表于 2023-1-12 15:14
可以复现问题抓份开机log,上层和内核的都提供看看

还有这个应该也要添加吧


DDR Version V1.08 20220617
LPDDR4, 2112MHz
channel BW=16 Col=10 Bk=8 CS0 Row=17 CS=1 Die BW=16 Size=2048MB
channel BW=16 Col=10 Bk=8 CS0 Row=17 CS=1 Die BW=16 Size=2048MB
channel BW=16 Col=10 Bk=8 CS0 Row=17 CS=1 Die BW=16 Size=2048MB
channel BW=16 Col=10 Bk=8 CS0 Row=17 CS=1 Die BW=16 Size=2048MB
Manufacturer ID:0xff
CH0 RX Vref:28.7%, TX Vref:12.2%,0.0%
CH1 RX Vref:28.7%, TX Vref:12.2%,0.0%
CH2 RX Vref:29.7%, TX Vref:12.2%,0.0%
CH3 RX Vref:27.7%, TX Vref:12.2%,0.0%
change to F1: 528MHz
change to F2: 1068MHz
change to F3: 1560MHz
change to F0: 2112MHz
out
U-Boot SPL board init
U-Boot SPL 2017.09-gc060f28d70-220414 #zyf (Apr 18 2022 - 18:13:34)
Failed to set cpub01
Failed to set cpub23
unknown raw ID phN
unrecognized JEDEC id bytes: 00, 00, 00
Trying to boot from MMC2
MMC: no card present
mmc_init: -123, time 1
spl: mmc init failed with error: -123
Trying to boot from MMC1
Trying fit image at 0x4000 sector
## Verified-boot: 0
## Checking atf-1 0x00040000 ... sha256(ce2098067b...) + OK
## Checking uboot 0x00200000 ... sha256(2efcb2855d...) + OK
## Checking fdt 0x0035b2f8 ... sha256(c07f4a4d71...) + OK
## Checking atf-2 0x000f0000 ... sha256(ebc45c531e...) + OK
## Checking atf-3 0xff100000 ... sha256(9ded9f3bb5...) + OK
## Checking optee 0x08400000 ... sha256(fde0860845...) + OK
Jumping to U-Boot(0x00200000) via ARM Trusted Firmware(0x00040000)
Total: 118.721 ms

INFO:    Preloader serial: 2
NOTICE:BL31: v2.3():v2.3-444-g1450d21e8:derrick.huang
NOTICE:BL31: Built : 16:25:50, Oct 12 2022
INFO:    spec: 0x1
INFO:    ext 32k is not valid
INFO:    ddr: stride-en 4CH
INFO:    GICv3 without legacy support detected.
INFO:    ARM GICv3 driver initialized in EL3
INFO:    valid_cpu_msk=0xff bcore0_rst = 0x0, bcore1_rst = 0x0
INFO:    system boots from cpu-hwid-0
INFO:    idle_st=0x21fff, pd_st=0x11fff9, repair_st=0xfff70001
INFO:    dfs DDR fsp_params.freq_mhz= 2112MHz
INFO:    dfs DDR fsp_params.freq_mhz= 528MHz
INFO:    dfs DDR fsp_params.freq_mhz= 1068MHz
INFO:    dfs DDR fsp_params.freq_mhz= 1560MHz
INFO:    BL31: Initialising Exception Handling Framework
INFO:    BL31: Initializing runtime services
INFO:    BL31: Initializing BL32
INFO:    hdmirx_handler: dma not on, ret
I/TC:
I/TC: OP-TEE version: 3.13.0-652-g4542e1efd #derrick.huang (gcc version 10.2.1 20201103 (GNU Toolchain for the A-profile Architecture 10.2-2020.11 (arm-10.16))) #5 2022年 09月 20日 星期二 09:41:09 CST 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 = 0x200000
INFO:    SPSR = 0x3c9


U-Boot 2017.09(u-boot commit id: e8b5ef0c39)(sdk version: rk3588_linux_release_20221012_v1.0.2a)-ge8b5ef0c39 #root (Jan 16 2023 - 14:22:46 +0800)

Model: Rockchip RK3588 Evaluation Board
PreSerial: 2, raw, 0xfeb50000
DRAM:7.7 GiB
Sysmem: init
Relocation Offset: eda1c000
Relocation fdt: eb9f9fb8 - eb9fecc0
CR: M/C/I
Using default environment

mmc@fe2c0000: 1, mmc@fe2e0000: 0
Bootdev(atags): mmc 0
MMC0: HS200, 200Mhz
PartType: EFI
DM: v2
boot mode: None
=================begin===================
162343 bytes read in 7 ms (22.1 MiB/s)
DTB(Distro): rk-kernel.dtb
I2c0 speed: 100000Hz
vsel-gpios- not found!
en-gpios- not found!
vdd_cpu_big0_s0 800000 uV
vsel-gpios- not found!
en-gpios- not found!
vdd_cpu_big1_s0 800000 uV
I2c1 speed: 100000Hz
vsel-gpios- not found!
en-gpios- not found!
vdd_npu_s0 800000 uV
spi2: RK806: 2
ON=0x00, OFF=0x00
vdd_gpu_s0 750000 uV
vdd_cpu_lit_s0 750000 uV
vdd_log_s0 750000 uV
vdd_vdenc_s0 init 750000 uV
vdd_ddr_s0 850000 uV
I2c6 speed: 400000Hz
get vp0 plane mask:0x5, primary id:2, cursor_plane:-1, from dts
get vp1 plane mask:0xa, primary id:3, cursor_plane:-1, from dts
get vp2 plane mask:0x140, primary id:8, cursor_plane:-1, from dts
get vp3 plane mask:0x280, primary id:9, cursor_plane:-1, from dts
Could not find baseparameter partition
Model: Firefly ITX-3588J HDMI(Linux)
No resource partition
No file: logo.bmp
=================begin===================
512 bytes read in 2 ms (250 KiB/s)
logo(Distro): logo.bmp
=================begin===================
127818 bytes read in 4 ms (30.5 MiB/s)
logo(Distro): logo.bmp
Rockchip UBOOT DRM driver version: v1.0.1
vp0 have layer nr:2, primary plane: 2
vp1 have layer nr:2, primary plane: 3
vp2 have layer nr:2, primary plane: 8
vp3 have layer nr:2, primary plane: 9
hdmi@fde80000 disconnected
CLK: (uboot. arm: enter 1008000 KHz, init 1008000 KHz, kernel 0N/A)
b0pll 24000 KHz
b1pll 24000 KHz
lpll 24000 KHz
v0pll 24000 KHz
aupll 786431 KHz
cpll 1500000 KHz
gpll 1188000 KHz
npll 850000 KHz
ppll 1100000 KHz
aclk_center_root 702000 KHz
pclk_center_root 100000 KHz
hclk_center_root 396000 KHz
aclk_center_low_root 500000 KHz
aclk_top_root 594000 KHz
pclk_top_root 100000 KHz
aclk_low_top_root 396000 KHz
Net:   eth0: ethernet@fe1b0000
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 FIT: No fit blob
FIT: No FIT image
Unknown command 'bootrkp' - try 'help'
MMC: no card present
mmc_init: -123, time 0
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:3...
Found /extlinux/extlinux.conf
Retrieving file: /extlinux/extlinux.conf
=================begin===================
104 bytes read in 3 ms (33.2 KiB/s)
FIREFLY: use /rk-kernel.dtb
1:      rk-kernel.dtb linux-5.10.110
Retrieving file: /initrd-5.10.110
=================begin===================
9233322 bytes read in 54 ms (163.1 MiB/s)
Retrieving file: /Image-5.10.110
=================begin===================
41757184 bytes read in 263 ms (151.4 MiB/s)
Retrieving file: /rk-kernel.dtb
=================begin===================
162343 bytes read in 8 ms (19.4 MiB/s)
Fdt Ramdisk skip relocation
## Flattened Device Tree blob at 0x08300000
   Booting using the fdt blob at 0x08300000
'reserved-memory' cma: addr=10000000 size=10000000
'reserved-memory' ramoops@110000: addr=110000 size=f0000
   Using Device Tree in place at 0000000008300000, end 000000000832aa26
No resource partition
No file: logo_kernel.bmp
=================begin===================
512 bytes read in 3 ms (166 KiB/s)
logo(Distro): logo_kernel.bmp
=================begin===================
127818 bytes read in 4 ms (30.5 MiB/s)
logo(Distro): logo_kernel.bmp
Adding bank: 0x00200000 - 0x08400000 (size: 0x08200000)
Adding bank: 0x09400000 - 0xf0000000 (size: 0xe6c00000)
Adding bank: 0x100000000 - 0x200000000 (size: 0x100000000)
Total: 643.929 ms

Starting kernel ...

[    0.773385] Booting Linux on physical CPU 0x0000000000
[    0.773411] Linux version 5.10.110 (root@zh-virtual-machine) (kernel commit id: 4a55b55733a0) (sdk version: rk3588_linux_release_20221012_v1.0.2a) (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) #5 SMP Fri Jan 13 16:43:37 CST 2023
[    0.780968] Machine model: Firefly ITX-3588J HDMI(Linux)
[    0.781051] earlycon: uart8250 at MMIO32 0x00000000feb50000 (options '')
[    0.785895] printk: bootconsole enabled
[    0.788120] efi: UEFI not found.
[    0.792470] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-cubic-lut@00000000': base 0x0000000000000000, size 0 MiB
[    0.793622] Reserved memory: created CMA memory pool at 0x0000000010000000, size 256 MiB
[    0.794364] OF: reserved mem: initialized node cma, compatible id shared-dma-pool
[    0.910064] Zone ranges:
[    0.910303]   DMA      
[    0.910875]   DMA32    empty
[    0.911144]   Normal   
[    0.911713] Movable zone start for each node
[    0.912105] Early memory node ranges
[    0.912435]   node   0:
[    0.913011]   node   0:
[    0.913587]   node   0:
[    0.914165] Initmem setup node 0
[    0.961530] psci: probing for conduit method from DT.
[    0.962002] psci: PSCIv1.1 detected in firmware.
[    0.962426] psci: Using standard PSCI v0.2 function IDs
[    0.962907] psci: Trusted OS migration not required
[    0.963358] psci: SMC Calling Convention v1.2
[    0.964164] percpu: Embedded 32 pages/cpu s93160 r8192 d29720 u131072
[    0.964968] Detected VIPT I-cache on CPU0
[    0.965370] CPU features: detected: GIC system register CPU interface
[    0.965962] CPU features: detected: Virtualization Host Extensions
[    0.966534] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    0.967180] alternatives: patching kernel code
[    0.969773] Built 1 zonelists, mobility grouping on.Total pages: 1995336
[    0.970411] Kernel command line: storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normalstoragenode=/mmc@fe2e0000 androidboot.verifiedbootstate=orange ro rootwait earlycon=uart8250,mmio32,0xfeb50000 console=ttyFIQ0 irqchip.gicv3_pseudo_nmi=0 root=PARTLABEL=rootfs rootfstype=ext4 overlayroot=device:dev=PARTLABEL=userdata,fstype=ext4,mkfs=1 coherent_pool=1m systemd.gpt_auto=0 cgroup_enable=memory swapaccount=1
[    0.974935] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.976062] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.976782] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.983644] software IO TLB: mapped (64MB)
[    1.049296] Memory: 7571076K/8108032K available (22336K kernel code, 3786K rwdata, 6892K rodata, 7616K init, 656K bss, 274812K reserved, 262144K cma-reserved)
[    1.050719] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    1.051346] ftrace: allocating 67468 entries in 264 pages
[    1.150441] ftrace: allocated 264 pages with 2 groups
[    1.151173] rcu: Hierarchical RCU implementation.
[    1.151610] rcu:   RCU event tracing is enabled.
[    1.152027]Rude variant of Tasks RCU enabled.
[    1.152443]Tracing variant of Tasks RCU enabled.
[    1.152883] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    1.158684] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    1.161116] GICv3: GIC: Using split EOI/Deactivate mode
[    1.161600] GICv3: 480 SPIs implemented
[    1.161953] GICv3: 0 Extended SPIs implemented
[    1.162386] GICv3: Distributor has no Range Selector support
[    1.162911] GICv3: 16 PPIs implemented
[    1.163297] GICv3: CPU0: found redistributor 0 region 0:0x00000000fe680000
[    1.164031] ITS
[    1.164459] ITS@0x00000000fe640000: allocated 8192 Devices @100220000 (indirect, esz 8, psz 64K, shr 0)
[    1.165338] ITS@0x00000000fe640000: allocated 32768 Interrupt Collections @100230000 (flat, esz 2, psz 64K, shr 0)
[    1.166289] ITS: using cache flushing for cmd queue
[    1.166765] ITS
[    1.167187] ITS@0x00000000fe660000: allocated 8192 Devices @100250000 (indirect, esz 8, psz 64K, shr 0)
[    1.168066] ITS@0x00000000fe660000: allocated 32768 Interrupt Collections @100260000 (flat, esz 2, psz 64K, shr 0)
[    1.169015] ITS: using cache flushing for cmd queue
[    1.169593] GICv3: using LPI property table @0x0000000100270000
[    1.170248] GIC: using cache flushing for LPI property table
[    1.170771] GICv3: CPU0: using allocated LPI pending table @0x0000000100280000
[    1.171583] random: get_random_bytes called from start_kernel+0x3f0/0x65c with crng_init=0
[    1.281316] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    1.282586] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    1.283546] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    1.285161] Console: colour dummy device 80x25
[    1.285581] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
[    1.286496] pid_max: default: 32768 minimum: 301
[    1.286993] LSM: Security Framework initializing
[    1.287465] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.288154] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.290374] rcu: Hierarchical SRCU implementation.
[    1.291577] Platform MSI: msi-controller@fe640000 domain created
[    1.292125] Platform MSI: msi-controller@fe660000 domain created
[    1.292927] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe640000 domain created
[    1.293674] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe660000 domain created
[    1.294505] EFI services will not be available.
[    1.295180] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Secondary CPU 4 initializing
I/TC: Secondary CPU 4 switching to normal world boot
I/TC: Secondary CPU 5 initializing
I/TC: Secondary CPU 5 switching to normal world boot
I/TC: Secondary CPU 6 initializing
I/TC: Secondary CPU 6 switching to normal world boot
I/TC: Secondary CPU 7 initializing
I/TC: Secondary CPU 7 switching to normal world boot
[    1.296725] Detected VIPT I-cache on CPU1
[    1.296754] GICv3: CPU1: found redistributor 100 region 0:0x00000000fe6a0000
[    1.296769] GICv3: CPU1: using allocated LPI pending table @0x0000000100290000
[    1.296813] CPU1: Booted secondary processor 0x0000000100
[    1.298007] Detected VIPT I-cache on CPU2
[    1.298029] GICv3: CPU2: found redistributor 200 region 0:0x00000000fe6c0000
[    1.298043] GICv3: CPU2: using allocated LPI pending table @0x00000001002a0000
[    1.298080] CPU2: Booted secondary processor 0x0000000200
[    1.299238] Detected VIPT I-cache on CPU3
[    1.299256] GICv3: CPU3: found redistributor 300 region 0:0x00000000fe6e0000
[    1.299270] GICv3: CPU3: using allocated LPI pending table @0x00000001002b0000
[    1.299305] CPU3: Booted secondary processor 0x0000000300
[    1.300471] CPU features: detected: Spectre-v4
[    1.300473] CPU features: detected: Spectre-BHB
[    1.300475] Detected PIPT I-cache on CPU4
[    1.300486] GICv3: CPU4: found redistributor 400 region 0:0x00000000fe700000
[    1.300494] GICv3: CPU4: using allocated LPI pending table @0x00000001002c0000
[    1.300517] CPU4: Booted secondary processor 0x0000000400
[    1.301633] Detected PIPT I-cache on CPU5
[    1.301644] GICv3: CPU5: found redistributor 500 region 0:0x00000000fe720000
[    1.301652] GICv3: CPU5: using allocated LPI pending table @0x00000001002d0000
[    1.301676] CPU5: Booted secondary processor 0x0000000500
[    1.302805] Detected PIPT I-cache on CPU6
[    1.302817] GICv3: CPU6: found redistributor 600 region 0:0x00000000fe740000
[    1.302824] GICv3: CPU6: using allocated LPI pending table @0x00000001002e0000
[    1.302848] CPU6: Booted secondary processor 0x0000000600
[    1.303962] Detected PIPT I-cache on CPU7
[    1.303974] GICv3: CPU7: found redistributor 700 region 0:0x00000000fe760000
[    1.303981] GICv3: CPU7: using allocated LPI pending table @0x00000001002f0000
[    1.304004] CPU7: Booted secondary processor 0x0000000700
[    1.304060] smp: Brought up 1 node, 8 CPUs
[    1.320529] SMP: Total of 8 processors activated.
[    1.320952] CPU features: detected: Privileged Access Never
[    1.321448] CPU features: detected: User Access Override
[    1.321921] CPU features: detected: 32-bit EL0 Support
[    1.322376] CPU features: detected: Common not Private translations
[    1.322929] CPU features: detected: RAS Extension Support
[    1.323407] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    1.324170] CPU features: detected: CRC32 instructions
[    1.324631] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    1.325249] CPU features: detected: RCpc load-acquire (LDAPR)
[    1.325834] CPU: All CPU(s) started at EL2
[    1.328314] devtmpfs: initialized
[    1.336540] Registered cp15_barrier emulation handler
[    1.336996] Registered setend emulation handler
[    1.337468] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    1.338337] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    1.339064] pinctrl core: initialized pinctrl subsystem
[    1.339738] DMI not present or invalid.
[    1.340178] NET: Registered protocol family 16
[    1.341056] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    1.341755] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    1.342466] audit: initializing netlink subsys (disabled)
[    1.342999] audit: type=2000 audit(0.056:1): state=initialized audit_enabled=0 res=1
[    1.343421] thermal_sys: Registered thermal governor 'fair_share'
[    1.343691] thermal_sys: Registered thermal governor 'step_wise'
[    1.344238] thermal_sys: Registered thermal governor 'user_space'
[    1.344772] thermal_sys: Registered thermal governor 'power_allocator'
[    1.345420] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[    1.346728] thermal thermal_zone2: power_allocator: sustainable_power will be estimated
[    1.347460] thermal thermal_zone3: power_allocator: sustainable_power will be estimated
[    1.348198] thermal thermal_zone4: power_allocator: sustainable_power will be estimated
[    1.348933] thermal thermal_zone5: power_allocator: sustainable_power will be estimated
[    1.349665] thermal thermal_zone6: power_allocator: sustainable_power will be estimated
[    1.350390] cpuidle: using governor menu
[    1.350745] Registered FIQ tty driver
[    1.351179] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    1.351870] ASID allocator initialised with 65536 entries
[    1.353329] ramoops: dmesg-0 0x20000@0x0000000000110000
[    1.353802] ramoops: console 0x80000@0x0000000000130000
[    1.354280] ramoops: pmsg    0x50000@0x00000000001b0000
[    1.354950] printk: console enabled
[    1.355353] pstore: Registered ramoops as persistent store backend
[    1.355902] ramoops: using 0xf0000@0x110000, ecc: 0
[    1.387711] rockchip-gpio fd8a0000.gpio: probed /pinctrl/gpio@fd8a0000
[    1.388470] rockchip-gpio fec20000.gpio: probed /pinctrl/gpio@fec20000
[    1.389203] rockchip-gpio fec30000.gpio: probed /pinctrl/gpio@fec30000
[    1.389952] rockchip-gpio fec40000.gpio: probed /pinctrl/gpio@fec40000
[    1.390713] rockchip-gpio fec50000.gpio: probed /pinctrl/gpio@fec50000
[    1.391314] rockchip-pinctrl pinctrl: probed pinctrl
[    1.397828] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    1.398434] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    1.399033] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    1.399628] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    1.458139] raid6: neonx8   gen()5614 MB/s
[    1.514864] raid6: neonx8   xor()4430 MB/s
[    1.571589] raid6: neonx4   gen()5545 MB/s
[    1.628313] raid6: neonx4   xor()4636 MB/s
[    1.685041] raid6: neonx2   gen()5357 MB/s
[    1.741765] raid6: neonx2   xor()4423 MB/s
[    1.798490] raid6: neonx1   gen()4368 MB/s
[    1.855216] raid6: neonx1   xor()3628 MB/s
[    1.911941] raid6: int64x8gen()2630 MB/s
[    1.968668] raid6: int64x8xor()1558 MB/s
[    2.025397] raid6: int64x4gen()2946 MB/s
[    2.082121] raid6: int64x4xor()1567 MB/s
[    2.138847] raid6: int64x2gen()2513 MB/s
[    2.195575] raid6: int64x2xor()1355 MB/s
[    2.252301] raid6: int64x1gen()2060 MB/s
[    2.309020] raid6: int64x1xor()1082 MB/s
[    2.309399] raid6: using algorithm neonx8 gen() 5614 MB/s
[    2.309879] raid6: .... xor() 4430 MB/s, rmw enabled
[    2.310321] raid6: using neon recovery algorithm
[    2.311196] fiq_debugger fiq_debugger.0: IRQ fiq not found
[    2.311684] fiq_debugger fiq_debugger.0: IRQ wakeup not found
[    2.312198] fiq_debugger_probe: could not install nmi irq handler
[[    2.312782] printk: console enabled
    2.312782] printk: console enabled
[    2.313543] printk: bootconsole disabled
[    2.313543] printk: bootconsole disabled
[    2.314051] Registered fiq debugger ttyFIQ0
[    2.314329] vcc5v0_sys: supplied by vcc12v_dcin
[    2.314417] vcc5v0_usbdcin: supplied by vcc12v_dcin
[    2.314504] vcc5v0_usb: supplied by vcc12v_dcin
[    2.314585] vcc_1v1_nldo_s3: supplied by vcc5v0_sys
[    2.314871] iommu: Default domain type: Passthrough
[    2.314931] rk_iommu fdab9000.iommu: version = 2
[    2.315212] rk_iommu fdb50800.iommu: version = 2
[    2.315408] rk_iommu fdb60f00.iommu: version = 2
[    2.315548] rk_iommu fdb70f00.iommu: version = 2
[    2.315682] rk_iommu fdb90480.iommu: version = 2
[    2.315834] rk_iommu fdba0800.iommu: version = 2
[    2.315986] rk_iommu fdba4800.iommu: version = 2
[    2.316147] rk_iommu fdba8800.iommu: version = 2
[    2.316299] rk_iommu fdbac800.iommu: version = 2
[    2.316449] rk_iommu fdbb0800.iommu: version = 2
[    2.316602] rk_iommu fdbdf000.iommu: version = 2
[    2.316814] rk_iommu fdbef000.iommu: version = 2
[    2.317044] rk_iommu fdc38700.iommu: version = 2
[    2.317282] rk_iommu fdc48700.iommu: version = 2
[    2.317454] rk_iommu fdce0800.iommu: version = 2
[    2.317541] rk_iommu fdd97e00.iommu: version = 2
[    2.317779] usbcore: registered new interface driver usbfs
[    2.317793] usbcore: registered new interface driver hub
[    2.317806] usbcore: registered new device driver usb
[    2.317834] mc: Linux media interface: v0.10
[    2.317842] videodev: Linux video capture interface: v2.00
[    2.317863] pps_core: LinuxPPS API ver. 1 registered
[    2.317867] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.317872] PTP clock support registered
[    2.318071] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[    2.318101] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
[    2.318924] Advanced Linux Sound Architecture Driver Initialized.
[    2.319097] Bluetooth: Core ver 2.22
[    2.319108] NET: Registered protocol family 31
[    2.319111] Bluetooth: HCI device and connection manager initialized
[    2.319115] Bluetooth: HCI socket layer initialized
[    2.319119] Bluetooth: L2CAP socket layer initialized
[    2.319126] Bluetooth: SCO socket layer initialized
[    2.320391] rockchip-cpuinfo cpuinfo: SoC            : 35880000
[    2.320396] rockchip-cpuinfo cpuinfo: Serial         : b82e58b2f6342537
[    2.320653] clocksource: Switched to clocksource arch_sys_counter
[    2.583074] NET: Registered protocol family 2
[    2.583186] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    2.585101] tcp_listen_portaddr_hash hash table entries: 4096 (order: 5, 163840 bytes, linear)
[    2.585191] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    2.585521] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    2.586292] TCP: Hash tables configured (established 65536 bind 65536)
[    2.586336] UDP hash table entries: 4096 (order: 6, 393216 bytes, linear)
[    2.586490] UDP-Lite hash table entries: 4096 (order: 6, 393216 bytes, linear)
[    2.586682] NET: Registered protocol family 1
[    2.586866] RPC: Registered named UNIX socket transport module.
[    2.586869] RPC: Registered udp transport module.
[    2.586872] RPC: Registered tcp transport module.
[    2.586875] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.587185] PCI: CLS 0 bytes, default 64
[    2.587427] Trying to unpack rootfs image as initramfs...
[    2.792218] Freeing initrd memory: 9016K
[    2.792779] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    2.793156] kvm : IPA Size Limit: 40 bits
[    2.793168] kvm : GICv3: no GICV resource entry
[    2.793172] kvm : disabling GICv2 emulation
[    2.793176] kvm : GIC system register CPU interface enabled
[    2.793276] kvm : vgic interrupt IRQ9
[    2.793403] kvm : VHE mode initialized successfully
[    2.795146] Initialise system trusted keyrings
[    2.795193] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[    2.797090] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.797303] NFS: Registering the id_resolver key type
[    2.797319] Key type id_resolver registered
[    2.797323] Key type id_legacy registered
[    2.797329] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    2.797769] Key type cifs.spnego registered
[    2.797775] Key type cifs.idmap registered
[    2.797779] ntfs: driver 2.1.32 .
[    2.797828] jffs2: version 2.2. (NAND) ? 2001-2006 Red Hat, Inc.
[    2.797908] fuse: init (API version 7.32)
[    2.798042] SGI XFS with security attributes, no debug enabled
[    2.819005] NET: Registered protocol family 38
[    2.819013] xor: measuring software checksum speed
[    2.820421]    8regs         :7017 MB/sec
[    2.821597]    32regs          :8428 MB/sec
[    2.822474]    arm64_neon      : 11302 MB/sec
[    2.822478] xor: using function: arm64_neon (11302 MB/sec)
[    2.822483] Key type asymmetric registered
[    2.822487] Asymmetric key parser 'x509' registered
[    2.822504] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    2.822548] io scheduler mq-deadline registered
[    2.822554] io scheduler kyber registered
[    2.822951] rockchip-csi2-dphy-hw fedc0000.csi2-dphy0-hw: csi2 dphy hw probe successfully!
[    2.823141] rockchip-csi2-dphy csi2-dphy0: csi2 dphy0 probe successfully!
[    2.824826] rockchip-usb2phy fd5d8000.syscon:usb2-phy@8000: failed to create phy
[    2.825167] rockchip-usb2phy fd5dc000.syscon:usb2-phy@c000: failed to create phy
[    2.825622] rockchip-usb2phy fd5d4000.syscon:usb2-phy@4000: failed to create phy
[    2.827014] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy init success
[    2.827853] Firefly gpio driver init!
[    2.827927] Firefly gpio driver register return : 0
[    2.828784] iep: Module initialized.
[    2.828811] mpp_service mpp-srv: 75e32fd43421 author: daijh 2022-11-02 Merge branch 'rk3588/rockchip' into rk3588/firefly
[    2.828816] mpp_service mpp-srv: probe start
[    2.829753] mpp_vdpu2 fdb50400.vdpu: Adding to iommu group 1
[    2.829775] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.829946] mpp_vdpu2 fdb50400.vdpu: probe device
[    2.830030] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[    2.830038] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[    2.830111] mpp_vdpu2 fdb50400.vdpu: probing finish
[    2.830270] mpp_vepu2 jpege-ccu: probing start
[    2.830275] mpp_vepu2 jpege-ccu: probing finish
[    2.830357] mpp_vepu2 fdba0000.jpege-core: Adding to iommu group 5
[    2.830366] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.830491] mpp_vepu2 fdba0000.jpege-core: probing start
[    2.830568] mpp_vepu2 fdba0000.jpege-core: attach ccu success
[    2.830630] mpp_vepu2 fdba0000.jpege-core: probing finish
[    2.830715] mpp_vepu2 fdba4000.jpege-core: Adding to iommu group 6
[    2.830727] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.830850] mpp_vepu2 fdba4000.jpege-core: probing start
[    2.830929] mpp_vepu2 fdba4000.jpege-core: attach ccu success
[    2.830991] mpp_vepu2 fdba4000.jpege-core: probing finish
[    2.831064] mpp_vepu2 fdba8000.jpege-core: Adding to iommu group 7
[    2.831073] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.831211] mpp_vepu2 fdba8000.jpege-core: probing start
[    2.831287] mpp_vepu2 fdba8000.jpege-core: attach ccu success
[    2.831347] mpp_vepu2 fdba8000.jpege-core: probing finish
[    2.831420] mpp_vepu2 fdbac000.jpege-core: Adding to iommu group 8
[    2.831429] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.831547] mpp_vepu2 fdbac000.jpege-core: probing start
[    2.831621] mpp_vepu2 fdbac000.jpege-core: attach ccu success
[    2.831682] mpp_vepu2 fdbac000.jpege-core: probing finish
[    2.831885] mpp-iep2 fdbb0000.iep: Adding to iommu group 9
[    2.831894] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.832013] mpp-iep2 fdbb0000.iep: probe device
[    2.832109] mpp-iep2 fdbb0000.iep: allocate roi buffer failed
[    2.832164] mpp-iep2 fdbb0000.iep: probing finish
[    2.832322] mpp_jpgdec fdb90000.jpegd: Adding to iommu group 4
[    2.832332] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.832500] mpp_jpgdec fdb90000.jpegd: probe device
[    2.832643] mpp_jpgdec fdb90000.jpegd: probing finish
[    2.832921] mpp_rkvdec2 fdc30000.rkvdec-ccu: rkvdec-ccu, probing start
[    2.832962] mpp_rkvdec2 fdc30000.rkvdec-ccu: probing finish
[    2.833019] mpp_rkvdec2 fdc38100.rkvdec-core: Adding to iommu group 12
[    2.833029] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.833238] mpp_rkvdec2 fdc38100.rkvdec-core: rkvdec-core, probing start
[    2.833327] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_a is not found!
[    2.833330] rkvdec2_init:1008: No niu aclk reset resource define
[    2.833335] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_h is not found!
[    2.833338] rkvdec2_init:1011: No niu hclk reset resource define
[    2.833352] mpp_rkvdec2 fdc38100.rkvdec-core: no regulator, devfreq is disabled
[    2.833403] mpp_rkvdec2 fdc38100.rkvdec-core: core_mask=00010001
[    2.833406] mpp_rkvdec2 fdc38100.rkvdec-core: attach ccu as core 0
[    2.833544] mpp_rkvdec2 fdc38100.rkvdec-core: sram_start 0x00000000ff001000
[    2.833548] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_iova 0x00000000fff00000
[    2.833551] mpp_rkvdec2 fdc38100.rkvdec-core: sram_size 491520
[    2.833554] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_size 1048576
[    2.833558] mpp_rkvdec2 fdc38100.rkvdec-core: min_width 512
[    2.833580] mpp_rkvdec2 fdc38100.rkvdec-core: probing finish
[    2.833635] mpp_rkvdec2 fdc48100.rkvdec-core: Adding to iommu group 13
[    2.833645] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.833829] mpp_rkvdec2 fdc48100.rkvdec-core: rkvdec-core, probing start
[    2.833913] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_a is not found!
[    2.833917] rkvdec2_init:1008: No niu aclk reset resource define
[    2.833921] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_h is not found!
[    2.833924] rkvdec2_init:1011: No niu hclk reset resource define
[    2.833936] mpp_rkvdec2 fdc48100.rkvdec-core: no regulator, devfreq is disabled
[    2.833971] mpp_rkvdec2 fdc48100.rkvdec-core: core_mask=00020002
[    2.833994] mpp_rkvdec2 fdc48100.rkvdec-core: attach ccu as core 1
[    2.834153] mpp_rkvdec2 fdc48100.rkvdec-core: sram_start 0x00000000ff079000
[    2.834157] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_iova 0x00000000ffe00000
[    2.834161] mpp_rkvdec2 fdc48100.rkvdec-core: sram_size 487424
[    2.834165] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_size 1048576
[    2.834168] mpp_rkvdec2 fdc48100.rkvdec-core: min_width 512
[    2.834195] mpp_rkvdec2 fdc48100.rkvdec-core: probing finish
[    2.834325] mpp_rkvenc2 rkvenc-ccu: probing start
[    2.834330] mpp_rkvenc2 rkvenc-ccu: probing finish
[    2.834412] mpp_rkvenc2 fdbd0000.rkvenc-core: Adding to iommu group 10
[    2.834423] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.834575] mpp_rkvenc2 fdbd0000.rkvenc-core: probing start
[    2.834590] mpp_rkvenc2 fdbd0000.rkvenc-core: link mode task capacity 8
[    2.834696] mpp_rkvenc2 fdbd0000.rkvenc-core: attach ccu as core 0
[    2.834761] mpp_rkvenc2 fdbd0000.rkvenc-core: probing finish
[    2.834819] mpp_rkvenc2 fdbe0000.rkvenc-core: Adding to iommu group 11
[    2.834829] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.835028] mpp_rkvenc2 fdbe0000.rkvenc-core: probing start
[    2.835042] mpp_rkvenc2 fdbe0000.rkvenc-core: link mode task capacity 8
[    2.835171] mpp_rkvenc2 fdbe0000.rkvenc-core: attach ccu as core 1
[    2.835236] mpp_rkvenc2 fdbe0000.rkvenc-core: probing finish
[    2.835632] mpp_av1dec: Adding child /av1d@fdc70000
[    2.835688] mpp_av1dec: register device av1d-master
[    2.835712] mpp_av1dec av1d-master: av1_iommu_of_xlate,784
[    2.835728] av1_iommu_probe_device,736, consumer : av1d-master, supplier : fdca0000.iommu
[    2.835755] mpp_av1dec av1d-master: Adding to iommu group 16
[    2.835765] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.835948] mpp_av1dec av1d-master: probing start
[    2.836101] mpp_av1dec av1d-master: probing finish
[    2.836126] mpp_service mpp-srv: probe success
[    2.841870] dma-pl330 fea10000.dma-controller: Loaded driver for PL330 DMAC-241330
[    2.841877] dma-pl330 fea10000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    2.842558] dma-pl330 fea30000.dma-controller: Loaded driver for PL330 DMAC-241330
[    2.842564] dma-pl330 fea30000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    2.843243] dma-pl330 fed10000.dma-controller: Loaded driver for PL330 DMAC-241330
[    2.843249] dma-pl330 fed10000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    2.843548] rockchip-pvtm fda40000.pvtm: pvtm@0 probed
[    2.843592] rockchip-pvtm fda50000.pvtm: pvtm@1 probed
[    2.843631] rockchip-pvtm fda60000.pvtm: pvtm@2 probed
[    2.843671] rockchip-pvtm fdaf0000.pvtm: pvtm@3 probed
[    2.843708] rockchip-pvtm fdb30000.pvtm: pvtm@4 probed
[    2.844101] rockchip-system-monitor rockchip-system-monitor: system monitor probe
[    2.845016] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[    2.845316] fd890000.serial: ttyS0 at MMIO 0xfd890000 (irq = 28, base_baud = 1500000) is a 16550A
[    2.845593] feb40000.serial: ttyS1 at MMIO 0xfeb40000 (irq = 87, base_baud = 1500000) is a 16550A
[    2.845783] feb90000.serial: ttyS6 at MMIO 0xfeb90000 (irq = 88, base_baud = 1500000) is a 16550A
[    2.846702] random: fast init done
[    2.846798] random: crng init done
[    2.847288] rockchip-vop2 fdd90000.vop: Adding to iommu group 15
[    2.847302] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.851990] rockchip-vop2 fdd90000.vop: vp0 assign plane mask: 0x5, primary plane phy id: 2
[    2.852003] rockchip-vop2 fdd90000.vop: vp1 assign plane mask: 0xa, primary plane phy id: 3
[    2.852015] rockchip-vop2 fdd90000.vop: vp2 assign plane mask: 0x140, primary plane phy id: 8
[    2.852023] rockchip-vop2 fdd90000.vop: vp3 assign plane mask: 0x280, primary plane phy id: 9
[    2.852084] rockchip-drm display-subsystem: failed to get hdmi1_phy_pll: -517
[    2.852262] failed to init overlay plane Cluster0-win1
[    2.852288] failed to init overlay plane Cluster1-win1
[    2.852312] failed to init overlay plane Cluster2-win1
[    2.852335] failed to init overlay plane Cluster3-win1
[    2.860035] rockchip-drm display-subsystem: bound fdd90000.vop (ops 0xffffffc011721660)
[    2.860527] dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver
[    2.860664] rockchip-drm display-subsystem: bound fde80000.hdmi (ops 0xffffffc011729568)
[    2.860974] rockchip-drm display-subsystem: route-hdmi0: failed to get logo,offset
[    2.860981] rockchip-drm display-subsystem: can't not find any logo display
[    2.860986] rockchip-drm display-subsystem: failed to show kernel logo
[    2.861023] rockchip-drm display-subsystem: Cannot find any crtc or sizes
[    2.861062] rockchip-drm display-subsystem: Cannot find any crtc or sizes
[    2.861424] Initialized rockchip 3.0.0 20140818 for display-subsystem on minor 0
[    2.866408] brd: module loaded
[    2.869140] loop: module loaded
[    2.869322] zram: Added device: zram0
[    2.869438] lkdtm: No crash points registered, enable through debugfs
[    2.869737] system_heap: orders = 6
[    2.869741] system_heap: orders = 4
[    2.869744] system_heap: orders = 0
[    2.871103] rockchip-spi feb20000.spi: no high_speed pinctrl state
[    2.872010] rk806 spi2.0: chip id: RK806,ver:0x2, 0x1
[    2.872129] rk806 spi2.0: ON: 0x40 OFF:0x0
[    2.873736] vdd_gpu_s0: supplied by vcc5v0_sys
[    2.874730] vdd_cpu_lit_s0: supplied by vcc5v0_sys
[    2.875247] vdd_log_s0: supplied by vcc5v0_sys
[    2.875759] vdd_vdenc_s0: supplied by vcc5v0_sys
[    2.876326] vdd_ddr_s0: supplied by vcc5v0_sys
[    2.876659] vdd2_ddr_s3: supplied by vcc5v0_sys
[    2.877169] vdd_2v0_pldo_s3: supplied by vcc5v0_sys
[    2.877632] vcc_3v3_s3: supplied by vcc5v0_sys
[    2.878074] vddq_ddr_s0: supplied by vcc5v0_sys
[    2.878584] vcc_1v8_s3: supplied by vcc5v0_sys
[    2.879087] vdd_0v75_s3: supplied by vcc_1v1_nldo_s3
[    2.879603] vdd_ddr_pll_s0: supplied by vcc_1v1_nldo_s3
[    2.880059] avdd_0v75_s0: supplied by vcc_1v1_nldo_s3
[    2.880514] vdd_0v85_s0: supplied by vcc_1v1_nldo_s3
[    2.880970] vdd_0v75_s0: supplied by vcc_1v1_nldo_s3
[    2.881453] avcc_1v8_s0: supplied by vdd_2v0_pldo_s3
[    2.881978] vcc_1v8_s0: supplied by vdd_2v0_pldo_s3
[    2.882498] avdd_1v2_s0: supplied by vdd_2v0_pldo_s3
[    2.883017] vcc_3v3_s0: supplied by vcc5v0_sys
[    2.883460] vccio_sd_s0: supplied by vcc5v0_sys
[    2.883921] pldo6_s3: supplied by vcc5v0_sys
[    2.884317] rk806 spi2.0: no sleep-setting state
[    2.884322] rk806 spi2.0: no reset-setting pinctrl state
[    2.884326] rk806 spi2.0: no dvs-setting pinctrl state
[    2.885947] register firefly_spi_init spi return v = :0
[    2.886220] wireguard: allowedips self-tests: pass
[    2.890610] wireguard: nonce counter self-tests: pass
[    3.166108] wireguard: ratelimiter self-tests: pass
[    3.166198] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[    3.166203] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[    3.166554] tun: Universal TUN/TAP device driver, 1.6
[    3.166693] CAN device driver interface
[    3.167714] rk_gmac-dwmac fe1b0000.ethernet: IRQ eth_lpi not found
[    3.167859] rk_gmac-dwmac fe1b0000.ethernet: no regulator found
[    3.167865] rk_gmac-dwmac fe1b0000.ethernet: clock input or output? (output).
[    3.167871] rk_gmac-dwmac fe1b0000.ethernet: TX delay(0x45).
[    3.167875] rk_gmac-dwmac fe1b0000.ethernet: Can not read property: rx_delay.
[    3.167879] rk_gmac-dwmac fe1b0000.ethernet: set rx_delay to 0xffffffff
[    3.167892] rk_gmac-dwmac fe1b0000.ethernet: integrated PHY? (no).
[    3.167898] rk_gmac-dwmac fe1b0000.ethernet: cannot get clock mac_clk_rx
[    3.167903] rk_gmac-dwmac fe1b0000.ethernet: cannot get clock mac_clk_tx
[    3.167914] rk_gmac-dwmac fe1b0000.ethernet: cannot get clock clk_mac_speed
[    3.168131] rk_gmac-dwmac fe1b0000.ethernet: init for RGMII_RXID
[    3.168206] rk_gmac-dwmac fe1b0000.ethernet: User ID: 0x30, Synopsys ID: 0x51
[    3.168212] rk_gmac-dwmac fe1b0000.ethernet:         DWMAC4/5
[    3.168218] rk_gmac-dwmac fe1b0000.ethernet: DMA HW capability register supported
[    3.168222] rk_gmac-dwmac fe1b0000.ethernet: RX Checksum Offload Engine supported
[    3.168226] rk_gmac-dwmac fe1b0000.ethernet: TX Checksum insertion supported
[    3.168230] rk_gmac-dwmac fe1b0000.ethernet: Wake-Up On Lan supported
[    3.168267] rk_gmac-dwmac fe1b0000.ethernet: TSO supported
[    3.168271] rk_gmac-dwmac fe1b0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    3.168276] rk_gmac-dwmac fe1b0000.ethernet: Enabled Flow TC (entries=2)
[    3.168281] rk_gmac-dwmac fe1b0000.ethernet: TSO feature enabled
[    3.168286] rk_gmac-dwmac fe1b0000.ethernet: Using 32 bits DMA width
[    3.305173] usbcore: registered new interface driver asix
[    3.305208] usbcore: registered new interface driver ax88179_178a
[    3.305222] usbcore: registered new interface driver cdc_ether
[    3.305234] usbcore: registered new interface driver net1080
[    3.305247] usbcore: registered new interface driver cdc_subset
[    3.305260] usbcore: registered new interface driver zaurus
[    3.305277] usbcore: registered new interface driver cdc_ncm
[    3.305291] usbcore: registered new interface driver qmi_wwan_q
[    3.305303] usbcore: registered new interface driver qmi_wwan
[    3.312564] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.312583] ehci-pci: EHCI PCI platform driver
[    3.312612] ehci-platform: EHCI generic platform driver
[    3.312796] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.312803] ohci-platform: OHCI generic platform driver
[    3.313096] usbcore: registered new interface driver cdc_acm
[    3.313100] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    3.313114] usbcore: registered new interface driver cdc_wdm
[    3.313145] usbcore: registered new interface driver usbserial_generic
[    3.313157] usbserial: USB Serial support registered for generic
[    3.313170] usbcore: registered new interface driver ch341
[    3.313178] usbserial: USB Serial support registered for ch341-uart
[    3.313190] usbcore: registered new interface driver cp210x
[    3.313199] usbserial: USB Serial support registered for cp210x
[    3.313211] usbcore: registered new interface driver ftdi_sio
[    3.313220] usbserial: USB Serial support registered for FTDI USB Serial Device
[    3.313232] usbcore: registered new interface driver keyspan
[    3.313241] usbserial: USB Serial support registered for Keyspan - (without firmware)
[    3.313249] usbserial: USB Serial support registered for Keyspan 1 port adapter
[    3.313258] usbserial: USB Serial support registered for Keyspan 2 port adapter
[    3.313265] usbserial: USB Serial support registered for Keyspan 4 port adapter
[    3.313277] usbcore: registered new interface driver option
[    3.313285] usbserial: USB Serial support registered for GSM modem (1-port)
[    3.313298] usbcore: registered new interface driver oti6858
[    3.313307] usbserial: USB Serial support registered for oti6858
[    3.313318] usbcore: registered new interface driver pl2303
[    3.313327] usbserial: USB Serial support registered for pl2303
[    3.313339] usbcore: registered new interface driver qcserial
[    3.313348] usbserial: USB Serial support registered for Qualcomm USB modem
[    3.313359] usbcore: registered new interface driver sierra
[    3.313367] usbserial: USB Serial support registered for Sierra USB modem
[    3.313412] udc-core: couldn't find an available UDC - added to list of pending drivers
[    3.313416] udc-core: couldn't find an available UDC - added to list of pending drivers
[    3.313738] himax_hx83102_init
[    3.313742] himax_hx83102_probe:Enter
[    3.313746] Himax common touch panel driver init
[    3.313786] usbcore: registered new interface driver usbtouchscreen
[    3.315178] input: rk805 pwrkey as /devices/platform/feb20000.spi/spi_master/spi2/spi2.0/rk805-pwrkey.3.auto/input/input0
[    3.315788] i2c /dev entries driver
[    3.320013] vdd_cpu_big0_s0: supplied by vcc5v0_sys
[    3.329062] vdd_cpu_big1_s0: supplied by vcc5v0_sys
[    3.339105] vdd_npu_s0: supplied by vcc5v0_sys
[    3.347305] pca953x 6-0021: supply vcc not found, using dummy regulator
[    3.347461] pca953x 6-0021: using no AI
[    3.348973] rtc-hym8563 6-0051: could not init device, -6
[    3.351268] rkcifhw fdce0000.rkcif: Adding to iommu group 14
[    3.351324] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    3.351897] rkcifhw fdce0000.rkcif: No reserved memory region assign to CIF
[    3.353445] rockchip-mipi-csi2: probe success, v4l2_dev:(efault)!
[    3.356370] usbcore: registered new interface driver uvcvideo
[    3.356387] USB Video Class driver (1.1.1)
[    3.360495] rockchip-thermal fec00000.tsadc: Missing rockchip,grf property
[    3.361454] rockchip-thermal fec00000.tsadc: tsadc is probed successfully!
[    3.362650] device-mapper: ioctl: 4.44.0-ioctl (2021-02-01) initialised: dm-devel@redhat.com
[    3.362862] Bluetooth: HCI UART driver ver 2.3
[    3.362876] Bluetooth: HCI UART protocol H4 registered
[    3.362885] Bluetooth: HCI UART protocol ATH3K registered
[    3.362935] usbcore: registered new interface driver bfusb
[    3.364014] cpu cpu0: bin=0
[    3.364211] cpu cpu0: leakage=10
[    3.365766] cpu cpu0: pvtm=1428
[    3.365900] cpu cpu0: pvtm-volt-sel=1
[    3.367873] cpu cpu4: bin=0
[    3.368045] cpu cpu4: leakage=8
[    3.374493] cpu cpu4: pvtm=1671
[    3.378388] cpu cpu4: pvtm-volt-sel=3
[    3.381010] cpu cpu6: bin=0
[    3.381182] cpu cpu6: leakage=8
[    3.387643] cpu cpu6: pvtm=1658
[    3.391554] cpu cpu6: pvtm-volt-sel=3
[    3.393068] cpu cpu0: avs=0
[    3.393667] cpu cpu4: avs=0
[    3.394268] cpu cpu6: avs=0
[    3.394466] cpu cpu0: EM: created perf domain
[    3.394497] cpu cpu0: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=1608000000 h_table=0
[    3.39erf domain
[    3.395136] cpu cpu4: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 h_table=0
[    3.403604] cpu cpu6: EM: created perf domain
[    3.403949] cpu cpu6: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 h_table=0
[    3.417731] using random self ethernet address
[    3.417739] using random host ethernet address
[    3.417900] usb0: HOST MAC 52:e7:df:b9:7a:ba
[    3.417903] usb0: MAC 2e:35:0b:69:8b:13
[    3.417914] using random self ethernet address
[    3.417917] using random host ethernet 3] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
[    3.417947] g_ether gadget: g_ether ready
[    3.421462] sdhci: Secure Digital Host Controller Interface driver
[    3.421477] sdhci: Copyright(c) Pierre Ossman
[    3.421483] Synopsys Designware Multimedia Card Interface Driver
[    3.421717] sdhci-pltfm: SDHCI platform and OF driver helper
[    3.423419] arm-scmi firmware:scmi: Failed. SCMI protocol 17 not active.
[    3.423468] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    3.424126] cryptodev: driver 1.12 loaded.
[    3.424179] hid: raw HID events driver (C) Jiri Kosina
[    3.424396] usbcore: registered new interface driver usbhid
[    3.424402] usbhid: USB HID core driver
[    3.432141] Firefly adc init
[    3.432156] Firefly adc-->FIREFLY_ADC_SAMPLE_JIFFIES:16
[    3.432160] Firefly adc-->MSEC_PER_SEC:1000
[    3.432165] Firefly adc-->HZ:300
[    3.432322] Firefly adc-->ret:0
[    3.432451] optee: probing for conduit method.
[    3.432468] optee: revision 3.13 (4542e1ef)
[    3.432878] optee: initialized driver
[    3.433324] usbcore: registered new interface driver snd-usb-audio
[    3.439613] input: rockchip-hdmi0 rockchip-hdmi0 as /devices/platform/hdmi0-sound/sound/card0/input1
[    3.441369] Initializing XFRM netlink socket
[    3.441612] NET: Registered protocol family 10
[    3.442476] Segment Routing with IPv6
[    3.442717] NET: Registered protocol family 17
[    3.442769] NET: Registered protocol family 15
[    3.442804] Bridge firewalling registered
[    3.442811] can: controller area network core
[    3.442840] NET: Registered protocol family 29
[    3.442846] can: raw protocol
[    3.442853] can: broadcast manager protocol
[    3.442862] can: netlink gateway - max_hops=1
[    3.443034] Bluetooth: RFCOMM TTY layer initialized
[    3.443043] Bluetooth: RFCOMM socket layer initialized
[    3.443066] Bluetooth: RFCOMM ver 1.11
[    3.443075] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.443081] Bluetooth: BNEP filters: protocol multicast
[    3.443089] Bluetooth: BNEP socket layer initialized
[    3.443095] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    3.443102] Bluetooth: HIDP socket layer initialized
[    3.443135] 8021q: 802.1Q VLAN Support v1.8
[    3.443150] : Enter rfkill_rk_init
[    3.443155] : Enter rfkill_wlan_init
[    3.443552] Key type dns_resolver registered
[    3.444572] xc7160 3-001b: T-chip firefly camera driver version: 00.01.04
[    3.444611] xc7160 3-001b: Failed to get power-gpios, maybe no use
[    3.444698] xc7160 3-001b: supply avdd not found, using dummy regulator
[    3.444778] xc7160 3-001b: supply dovdd not found, using dummy regulator
[    3.444813] xc7160 3-001b: supply dvdd not found, using dummy regulator
[    3.444839] xc7160 3-001b: could not get default pinstate
[    3.444845] xc7160 3-001b: could not get sleep pinstate
[    3.444860] xc7160 3-001b: Success to get xc7160 endpoint data lanes, dts uses 4 lanes
[    3.454233] mmc0: SDHCI controller on fe2e0000.mmc using ADMA
[    3.488946] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[    3.489714] mmcblk0: mmc0:0001 Y2P064 58.2 GiB
[    3.489945] mmcblk0boot0: mmc0:0001 Y2P064 partition 1 4.00 MiB
[    3.490169] mmcblk0boot1: mmc0:0001 Y2P064 partition 2 4.00 MiB
[    3.490324] mmcblk0rpmb: mmc0:0001 Y2P064 partition 3 16.0 MiB, chardev (234:0)
[    3.494655]mmcblk0: p1 p2 p3 p4 p5 p6 p7
[    3.521688] dwc3 fc000000.usb: device reset
[    3.564194] rk3x-i2c feab0000.i2c: timeout, ipd: 0x90, state: 3
[    3.564221] xc7160 3-001b: write XC7160_REG_HIGH_SELECT failed
[    3.564498] xc7160: probe of 3-001b failed with error -5
[    3.564886] registered taskstats version 1
[    3.564895] Loading compiled-in X.509 certificates
[    3.565993] Btrfs loaded, crc32c=crc32c-generic
[    3.566087] pstore: Using crash dump compression: deflate
[    3.566587] rga3_core0 fdb60000.rga: Adding to iommu group 2
[    3.566619] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    3.566787] rga: rga3_core0_irq, irq = 34, match scheduler
[    3.567132] rga: rga3_core0 hardware loaded successfully, hw_version:3.0.76831.
[    3.567151] rga: rga3_core0 probe successfully
[    3.567482] rga3_core1 fdb70000.rga: Adding to iommu group 3
[    3.567497] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    3.567631] rga: rga3_core1_irq, irq = 35, match scheduler
[    3.568050] rga: rga3_core1 hardware loaded successfully, hw_version:3.0.76831.
[    3.568071] rga: rga3_core1 probe successfully
[    3.568386] rga: rga2_irq, irq = 36, match scheduler
[    3.568805] rga: rga2 hardware loaded successfully, hw_version:3.2.63318.
[    3.568818] rga: rga2 probe successfully
[    3.569006] rga2_mmu: IOMMU binding successfully, default mapping core
[    3.569150] rga: Module initialized. v1.2.20
[    3.569158]
[    3.569163] ********************************************************************
[    3.569169] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE         **
[    3.569174] **                                                                **
[    3.569179] **WRITEABLE clk DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL **
[    3.569184] **                                                                **
[    3.569188] ** This means that this kernel is built to expose clk operations**
[    3.569193] ** such as parent or rate setting, enabling, disabling, etc.      **
[    3.569198] ** to userspace, which may compromise security on your system.    **
[    3.569202] **                                                                **
[    3.569207] ** If you see this message and you are not debugging the          **
[    3.569211] ** kernel, report this immediately to your vendor!                **
[    3.569216] **                                                                **
[    3.569220] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE         **
[    3.569225] ********************************************************************
[    3.574901] vendor storage:20190527 ret = 0
[    3.604422] mali fb000000.gpu: Kernel DDK version g13p0-01eac0
[    3.604591] vcc5v0_host: supplied by vcc5v0_usb
[    3.605191] mali fb000000.gpu: leakage=14
[    3.605246] debugfs: Directory 'fb000000.gpu-mali' with parent 'vdd_gpu_s0' already present!
[    3.606041] vcc5v0_host3: supplied by vcc5v0_usb
[    3.607506] mali fb000000.gpu: pvtm=854
[    3.607588] mali fb000000.gpu: pvtm-volt-sel=2
[    3.608528] mali fb000000.gpu: avs=0
[    3.608641] W : : drivers/gpu/arm/bifrost/platform/rk/mali_kbase_config_rk.c; : 136; : kbase_platform_rk_init(); power-off-delay-ms not available.
[    3.609282] mali fb000000.gpu: GPU hardware issue table may need updating:
[    3.609282] r0p0 status 5 is unknown; treating as r0p0 status 0
[    3.609298] mali fb000000.gpu: GPU identified as 0x7 arch 1
                                                            [    3.609399] mali fb000000.gpu: No priority control manager is configured
[    3.609411] mali fb000000.gpu: No memory group manager is configured
[    3.609439] mali fb000000.gpu: Protected memory allocator not available
[    3.609972] mali fb000000.gpu: Capping CSF_FIRMWARE_TIMEOUT to CSF_FIRMWARE_PING_TIMEOUT
[    3.610426] pcie30_avdd1v8: supplied by avcc_1v8_s0
[    3.610816] mali fb000000.gpu: Couldn't find power_model DT node matching 'arm,mali-simple-power-model'
[    3.610832] mali fb000000.gpu: Error -22, no DT entry: mali-simple-power-model.static-coefficient = 1*
[    3.611096] mali fb000000.gpu: Error -22, no DT entry: mali-simple-power-model.dynamic-coefficient = 1*
[    3.611335] mali fb000000.gpu: Error -22, no DT entry: mali-simple-power-model.ts = 4*
[    3.611573] mali fb000000.gpu: Error -22, no DT entry: mali-simple-power-model.thermal-zone = ''
[    3.614267] pcie30_avdd0v75: supplied by avdd_0v75_s0
[    3.615149] mali fb000000.gpu: Using configured power model mali-lodx-power-model, and fallback mali-simple-power-model
[    3.615335] mali fb000000.gpu: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=800000000 h_table=0
[    3.616309] mali fb000000.gpu: Probed as mali0
[    3.625229] rockchip-dmc dmc: leakage=31
[    3.625268] rockchip-dmc dmc: leakage-volt-sel=0
[    3.625651] rockchip-dmc dmc: avs=0
[    3.625668] rockchip-dmc dmc: current ATF version 0x100
[    3.625787] rockchip-dmc dmc: normal_rate = 1560000000
[    3.625797] rockchip-dmc dmc: reboot_rate = 2112000000
[   : suspend_rate = 528000000
[    3.625814] rockchip-dmc dmc: video_4k_rate = 1560000000
[    3.625823] rockchip-dmc dmc: video_4k_10b_rate = 1560000000
[    3.625831] rockchip-dmc dmc: video_svep_rate = 1560000000
[    3.625840] rockchip-dmc dmc: boost_rate = 2112000000
[    3.625848] rockchip-dmc dmc: fixed_rate(isp|cif0|cif1|dualview) = 2112000000
[    3.625856] rockchip-dmc dmc: performance_rate = 2112000000
[    3.625865] rockchip-dmc dmc: hdmirx_rate = 2112000000
[    3.625877] rockchip-dmc dmc: failed to get vop bandwidth to dmc rate
[    3.625885] rockchip-dmc dmc: failed to get vop pn to msch rl
[    3.626025] rockchip-dmc dmc: l=10000 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
[    3.626670] rockchip-dmc dmc: could not find power_model node
[    3.640525] using random self ethernet address
[    3.640560] using random host ethernet address
[    3.641707] usb1: HOST MAC 5a:8d:f3:33:10:33
[    3.641738] usb1: MAC 72:46:a7:14:0a:e3
[    3.641787] g_cdc gadget: CDC Composite Gadget, version: King Kamehameha Day 2008
[    3.641798] g_cdc gadget: g_cdc ready
[    3.643033] input: adc-keys as /devices/platform/adc-keys/input/input2
[    3.650789] dwc3 fc000000.usb: device disconnect
[    3.653535] ohci-platform fc8c0000.usb: Generic Platform OHCI controller
[    3.653682] ohci-platform fc8c0000.usb: new USB bus registered, assigned bus number 1
[    3.653755] ohci-platform fc8c0000.usb: irq 23, io mem 0xfc8c0000
[    3.711858] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[    3.711916] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.711937] usb usb1: Product: Generic Platform OHCI controller
[    3.711954] usb usb1: Manufacturer: Linux 5.10.110 ohci_hcd
[    3.711971] usb usb1: SerialNumber: fc8c0000.usb
[    3.712907] hub 1-0:1.0: USB hub found
[    3.712978] hub 1-0:1.0: 1 port detected
[    3.715963] ehci-platform fc880000.usb: EHCI Host Controller
[    3.716189] ehci-platform fc880000.usb: new USB bus registered, assigned bus number 2
[    3.716267] ehci-platform fc880000.usb: irq 22, io mem 0xfc880000
[    3.727425] ehci-platform fc880000.usb: USB 2.0 started, EHCI 1.00
[    3.727559] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    3.727567] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.727576] usb usb2: Product: EHCI Host Controller
[    3.727585] usb usb2: Manufacturer: Linux 5.10.110 ehci_hcd
[    3.727592] usb usb2: SerialNumber: fc880000.usb
[    3.727941] hub 2-0:1.0: USB hub found
[    3.728040] hub 2-0:1.0: 1 port detected
[    3.732912] ohci-platform fc840000.usb: Generic Platform OHCI controller
[    3.733708] ohci-platform fc840000.usb: new USB bus registered, assigned bus number 3
[    3.733955] ohci-platform fc840000.usb: irq 21, io mem 0xfc840000
[    3.795388] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[    3.795468] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.795498] usb usb3: Product: Generic Platform OHCI controller
[    3.795525] usb usb3: Manufacturer: Linux 5.10.110 ohci_hcd
[    3.795552] usb usb3: SerialNumber: fc840000.usb
[    3.797175] hub 3-0:1.0: USB hub found
[    3.797277] hub 3-0:1.0: 1 port detected
[    3.800255] ehci-platform fc800000.usb: EHCI Host Controller
[    3.800992] ehci-platform fc800000.usb: new USB bus registered, assigned bus number 4
[    3.801495] ehci-platform fc800000.usb: irq 20, io mem 0xfc800000
[    3.814338] ehci-platform fc800000.usb: USB 2.0 started, EHCI 1.00
[    3.815008] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    3.815072] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.815104] usb usb4: Product: EHCI Host Controller
[    3.815131] usb usb4: Manufacturer: Linux 5.10.110 ehci_hcd
[    3.815158] usb usb4: SerialNumber: fc800000.usb
[    3.816804] hub 4-0:1.0: USB hub found
[    3.816891] hub 4-0:1.0: 1 port detected
[    3.821929] register spi return v = :0
[    3.824431] RKNPU fdab0000.npu: Adding to iommu group 0
[    3.824466] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    3.824624] RKNPU fdab0000.npu: RKNPU: rknpu iommu is enabled, using iommu mode
[    3.825680] dwmmc_rockchip fe2c0000.mmc: IDMAC supports 32-bit address mode.
[    3.825702] dwmmc_rockchip fe2c0000.mmc: Using internal DMA controller.
[    3.825716] dwmmc_rockchip fe2c0000.mmc: Version ID is 270a
[    3.825758] dwmmc_rockchip fe2c0000.mmc: DW MMC controller at irq 76,32 bit host data width,256 deep fifo
[    3.825846] RKNPU fdab0000.npu: can't request region for resource
[    3.825882] RKNPU fdab0000.npu: can't request region for resource
[    3.825899] RKNPU fdab0000.npu: can't request region for resource
[    3.826559] Initialized rknpu 0.8.2 20220829 for fdab0000.npu on minor 1
[    3.829908] RKNPU fdab0000.npu: leakage=8
[    3.829994] debugfs: Directory 'fdab0000.npu-rknpu' with parent 'vdd_npu_s0' already present!
[    3.836745] RKNPU fdab0000.npu: pvtm=849
[    3.840925] RKNPU fdab0000.npu: pvtm-volt-sel=2
[    3.842243] RKNPU fdab0000.npu: avs=0
[    3.842581] RKNPU fdab0000.npu: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=800000000 h_table=0
[    3.842662] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    3.853760] RKNPU fdab0000.npu: failed to find power_model node
[    3.853808] RKNPU fdab0000.npu: RKNPU: failed to initialize power model
[    3.853825] RKNPU fdab0000.npu: RKNPU: failed to get dynamic-coefficient
[    3.862572] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.869763] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.871253] rockchip-pm rockchip-suspend: not set pwm-regulator-config
[    3.872003] I : : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; : 405; : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '17:07:37', on 'Jan 12 2023'.
[    3.872329] Mali:
[    3.872332] Mali device driver loaded
[    3.873434] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    3.873446] cfg80211: failed to load regulatory.db
[    3.879093] ret 1024 0
[    3.879426] ALSA device list:
[    3.879442]   #0: rockchip-hdmi0
[    3.884419] Freeing unused kernel memory: 7616K
[    3.900833] Run /init as init process
Loading, please wait...
/dev/console is Ok
starting version 237
[    4.514860] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[    4.515093] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 5
[    4.515264] xhci-hcd xhci-hcd.5.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000082002010010
[    4.515307] xhci-hcd xhci-hcd.5.auto: irq 110, io mem 0xfc000000
[    4.515607] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    4.515620] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.515631] usb usb5: Product: xHCI Host Controller
[    4.515641] usb usb5: Manufacturer: Linux 5.10.110 xhci-hcd
[    4.515651] usb usb5: SerialNumber: xhci-hcd.5.auto
[    4.516143] hub 5-0:1.0: USB hub found
[    4.516180] hub 5-0:1.0: 1 port detected
[    4.516503] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[    4.516659] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 6
[    4.516679] xhci-hcd xhci-hcd.5.auto: Host supports USB 3.0 SuperSpeed
[    4.516739] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.516828] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    4.516840] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.516850] usb usb6: Product: xHCI Host Controller
[    4.516862] usb usb6: Manufacturer: Linux 5.10.110 xhci-hcd
[    4.516872] usb usb6: SerialNumber: xhci-hcd.5.auto
[    4.517258] hub 6-0:1.0: USB hub found
[    4.517289] hub 6-0:1.0: 1 port detected
[    4.827625] usb 5-1: new high-speed USB device number 2 using xhci-hcd
[    4.968675] usb 5-1: New USB device found, idVendor=23a9, idProduct=ef18, bcdDevice= 1.00
[    4.968774] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.968802] usb 5-1: Product: DISK
[    4.968827] usb 5-1: Manufacturer: USB
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Will now check root file system ... fsck from util-linux 2.36.1-4309-dirty
fsck.ext4 -a -C0 /dev/mmcblk0p6
Ubuntu20.04: clean, 100703/212992 files, 732188/832914 blocks
done.
[    5.814938] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... Warning: overlayroot: configuring overlayroot with driver=overlay mode=device opts='dev=PARTLABEL=userdata,fstype=ext4,mkfs=1' per kernel cmdline
[    5.984771] EXT4-fs (mmcblk0p7): 4 orphan inodes deleted
[    5.984814] EXT4-fs (mmcblk0p7): recovery complete
[    5.987508] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
Success: overlayroot: configured root with 'device:dev=PARTLABEL=userdata,fstype=ext4,mkfs=1' using overlay per kernel cmdline
Warning: Something odd, no /lib/modules/5.10.110 in initramfs.
done.
[    6.098363] EXT4-fs (mmcblk0p3): recovery complete
[    6.098860] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
[    6.269642] systemd: System time before build time, advancing clock.
[    6.282877] systemd: Failed to find module 'autofs4'
[    6.385878] systemd: systemd 245.4-4ubuntu4.0firefly1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    6.386620] systemd: Detected architecture arm64.

Welcome to Ubuntu 20.04.5 LTS!

[    6.389685] systemd: Set hostname to <firefly>.
[    6.626717] systemd: Created slice system-modprobe.slice.
Created slice system-modprobe.slice.
Created slice system-serial\x2dgetty.slice.
Created slice User and Session Slice.
Started Forward Password R…uests to Wall Directory Watch.
Reached target User and Group Name Lookups.
Reached target Remote File Systems.
Reached target Slices.
Reached target Swap.
Listening on Syslog Socket.
Listening on initctl Compatibility Named Pipe.
Listening on Journal Audit Socket.
Listening on Journal Socket (/dev/log).
Listening on Journal Socket.
Listening on udev Control Socket.
Listening on udev Kernel Socket.
[    6.627866] systemd: Created slice system-serial\x2dgetty.slice.
[    6.628416] systemd: Created slice User and Session Slice.
[    6.628696] systemd: Started Forward Password Requests to Wall Directory Watch.
[            Mounting Huge Pages File System...
6.629354] systemd: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
[    6.629444] systemd: Reached target User and Group Name Lookups.
[    6.629878] systemd: R         Mounting POSeIX Message Queue File System...
ached target Remote File Systems.
[    6.630421] systemd: Reached target Slices.
[    6.630843] systemd: Reached target Swap.
[    6.631472] systemd: Listening on Syslog Socket.
[         Mounting Kernel Debug File System...
    6.631799] systemd: Listening on initctl Compatibility Named Pipe.
[    6.632630] systemd: Listening on Journal Audit Socket.
[    6.632963] systemd: Listening on Journal Socket (/dev/log).
[          Mounting Ker nel Trace File System...
6.633538] systemd: Listening on Journal Socket.
[    6.634032] systemd: Listening on udev Control Socket.
[    6.634463] systemd: Listening on udev Kernel Socket.
[    6.636702] systemd: Mounting Huge Pages File System...
[    6.638927] systemd: Mounti         Starting Journal Service...
ng POSIX Message Queue File System...
[    6.640975] systemd: Mounting Kernel Debug File System...
[    6.642764] systemd: Mounting Kernel Trace File System...
[    6.645264] systemd: Starting Journ         Starting Set the console keyboard layout 0m...
l Service...
[    6.647366] systemd: Starting Set the console keyboard layout...
[    6.649687] systemd: Starting Create list of static device nod         Starting Creeate list of st…odes for the current kernel...
s for the current kernel...
[    6.650439] systemd: Condition check resulted in Load Kernel Module drm being skipped.
[    6.651421] systemd: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    6.653569] systemd: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
         Starting Remount Root and Kernel File Systems...
[    6.655529] systemd: Starting Remount Root and Kernel File Systems...
[    6.657247] systemd: Starting udev Coldplug   a l l   D e v iStarting udev Coldplug all Devices...
ces...
[    6.660372] systemd: Mounted Huge Pages File System.
Mounted Huge Pages File System.
POSIX Message Queue File SyMounted POSIX Message Queue File Sys Mounted
                           stem.
[    6.663251] systemd: Mounted Kernel Debug File System.
Mounted Kernel Debug File System.
Mounted Kernel Trace File System.
[    6.664378] systemd: Mounted Kernel Trace File System.
Finished Create list of st… nodes for the current kernel.
[    6.665481] systemd: Finished Create list of static device nodes for the current kernel.
[    6.673510] systemd: Finished Remount Root and Kernel File Sys Finished [0;1;39mRemount Root and Kerneel File Systems.
ms.
[    6.676625] systemd: Condition check resulted in Rebuild Hardware Database being skipped.
[    6.676726] systemd: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    6.678480] systemd: Starting Load/Save Random Seed...
         Starting Load/Save Random Seed...
[    6.680686] systemd: Starting Create System Users...
         Starting Create System Users...
[    6.682099] systemd: Finished Load Kernel Modules.
Finished Load Kernel Modules.
[    6.684633] systemd: Mounting FUSE Control File System...
         Mounting FUSE Control File System...
[    6.686832] systemd: Mounting Kernel Configuration File System         Mounting K.ernel Configuration File Sys..tem...

         Starting Apply Kernel Variables...
[    6.689051] systemd: Starting Apply Kernel Variables...
[    6.701734] systemd: Finished Load/Save Random Seed.
Finished Load/Save Random Seed.
Finished Create System Users.
Mounted FUSE Control File System.
Mounted Kernel Configuration File System.
Finished Apply Kernel Variables.
         Starting Create Static Device Nodes in /dev...
Finished Create Static Device Nodes in /dev.
         Starting udev Kernel Device Manager...
Started Journal Service.
         Starting Flush Journal to Persistent Storage...
Finished Set the console keyboard layout.
Reached target Local File Systems (Pre).
Reached target Local File Systems.
         Starting Set console font and keymap...
         Starting Tell Plymouth To Write Out Runtime Data...
Finished Set console font and keymap.
Finished Tell Plymouth To Write Out Runtime Data.
Finished Flush Journal to Persistent Storage.
         Starting Create Volatile Files and Directories...
Finished udev Coldplug all Devices.
Started udev Kernel Device Manager.
Started Dispatch Password …ts to Console Directory Watch.
Reached target Local Encrypted Volumes.
Finished Create Volatile Files and Directories.
         Starting Network Name Resolution...
         Starting Network Time Synchronization...
         Starting Update UTMP about System Boot/Shutdown...
Finished Update UTMP about System Boot/Shutdown.
Started Network Time Synchronization.
Reached target System Initialization.
Started CUPS Scheduler.
Started Daily Cleanup of Temporary Directories.
Started Ubuntu Advantage Timer for running repeated jobs.
Reached target Paths.
Reached target System Time Set.
Reached target System Time Synchronized.
Started Trigger anacron every hour.
Started Daily apt download activities.
Started Daily apt upgrade and clean activities.
Started Periodic ext4 Onli…ata Check for All Filesystems.
Started Discard unused blocks once a week.
Started Daily rotation of log files.
Started Daily man-db regeneration.
Reached target Timers.
Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Listening on CUPS Scheduler.
Listening on D-Bus System Message Bus Socket.
         Starting Socket activation for snappy daemon.
Listening on Socket activation for snappy daemon.
Reached target Sockets.
Reached target Basic System.
         Starting Accounts Service...
         Starting Adbd for linux...
Started Run anacron jobs.
         Starting LSB: automatic crash report generation...
         Starting enable ASYNC for Debian Display...
         Starting Avahi mDNS/DNS-SD Stack...
         Starting Bluetooth management mechanism...
Started CUPS Scheduler.
Started D-Bus System Message Bus.
         Starting Network Manager...
Started Save initial kernel messages after boot.
         Starting Remove Stale Onli…t4 Metadata Check Snapshots...
Started start firefly-fan service.
Started Set the CPU Frequency Scaling governor.
         Starting Authorization Manager...
         Starting Restore /etc/reso… the ppp link was shut down...
         Starting rkisp 3A engine...
Started start rknn_server service.
         Starting System Logging Service...
Reached target Login Prompts (Pre).
         Starting Snap Daemon...
         Starting Login Service...
         Starting Disk Manager...
         Starting WPA supplicant...
Finished Restore /etc/reso…re the ppp link was shut down.
Found device /dev/ttyFIQ0.
Started rkisp 3A engine.
Finished Remove Stale Onli…ext4 Metadata Check Snapshots.
Started Network Name Resolution.
Reached target Host and Network Name Lookups.
Listening on Load/Save RF …itch Status /dev/rfkill Watch.
         Starting Save/Restore Sound Card State...
Started enable ASYNC for Debian Display.
Started LSB: automatic crash report generation.
Started System Logging Service.
Finished Save/Restore Sound Card State.
Reached target Sound Card.
Started Login Service.
Started Avahi mDNS/DNS-SD Stack.
Started WPA supplicant.
Started Authorization Manager.
         Starting Modem Manager...
         Starting Hostname Service...
Started Hostname Service.
Started Accounts Service.
         Starting Network Manager Script Dispatcher Service...
Started Network Manager Script Dispatcher Service.
Started Network Manager.
Reached target Network.
         Starting Net-Smp-Affinity...
         Starting OpenVPN service...
         Starting OpenBSD Secure Shell server...
         Starting Permit User Sessions...
Started Net-Smp-Affinity.
Finished OpenVPN service.
Started Modem Manager.
Finished Permit User Sessions.
         Starting GNOME Display Manager...
         Starting Hold until boot process finishes up...
Started Disk Manager.
Finished Hold until boot process finishes up.
Started Serial Getty on ttyFIQ0.
Reached target Login Prompts.
         Starting Set console scheme...
Finished Set console scheme.
Created slice system-getty.slice.
Started Snap Daemon.
         Starting Wait until snapd is fully seeded...
Started OpenBSD Secure Shell server.
         Starting Time & Date Service...
Started GNOME Display Manager.
Started Time & Date Service.
Finished Wait until snapd is fully seeded.
[    8.217481] sd 0:0:0:0: No Caching mode page found
[    8.217497] sd 0:0:0:0: Assuming drive cache: write through
Failed to start Adbd for linux.
See 'systemctl status adbd.service' for details.
Started Setup rockchip platform environment.
Created slice User Slice of UID 1000.
         Starting User Runtime Directory /run/user/1000...
Finished User Runtime Directory /run/user/1000.
         Starting User Manager for UID 1000...
Started Bluetooth management mechanism.
Reached target Multi-User System.
Reached target Graphical Interface.
         Starting Update UTMP about System Runlevel Changes...
Finished Update UTMP about System Runlevel Changes.
Started User Manager for UID 1000.
Started Session 1 of user firefly.

Ubuntu 20.04.5 LTS firefly ttyFIQ0

firefly login: root (automatic login)

_____ _         __ _
|___(_)_ __ ___ / _| |_   _
| |_| | '__/ _ \ |_| | | | |
|_| | | | |__/_| | |_| |
|_|   |_|_|\___|_| |_|\__, |
                        |___/
Welcome to Ubuntu 20.04.5 LTS (GNU/Linux 5.10.110 aarch64)

* Documentation:http://wiki.t-firefly.com
* Management:   http://www.t-firefly.com

System information as of Mon Jun 28 09:40:31 UTC 2021

System load:   0.16 0.03 0.01   Up time:       0 min
Memory usage:3 % of 7409MB    IP:
Usage of /:    1% of 51G

Last login: Mon Jun 28 09:40:31 UTC 2021 on ttyFIQ0
root@firefly:~# ifconfig
eth0: flags=4099<UP,BROADCAST,MULTICAST>mtu 1500
      ether fa:98:db:46:3f:69txqueuelen 1000(Ethernet)
      RX packets 0bytes 0 (0.0 B)
      RX errors 0dropped 0overruns 0frame 0
      TX packets 0bytes 0 (0.0 B)
      TX errors 0dropped 0 overruns 0carrier 0collisions 0
      device interrupt 74

lo: flags=73<UP,LOOPBACK,RUNNING>mtu 65536
      inet 127.0.0.1netmask 255.0.0.0
      inet6 ::1prefixlen 128scopeid 0x10<host>
      looptxqueuelen 1000(Local Loopback)
      RX packets 241bytes 21071 (21.0 KB)
      RX errors 0dropped 0overruns 0frame 0
      TX packets 241bytes 21071 (21.0 KB)
      TX errors 0dropped 0 overruns 0carrier 0collisions 0

root@firefly:~# ifconfig -a
dummy0: flags=130<BROADCAST,NOARP>mtu 1500
      ether c6:35:36:24:9a:29txqueuelen 1000(Ethernet)
      RX packets 0bytes 0 (0.0 B)
      RX errors 0dropped 0overruns 0frame 0
      TX packets 0bytes 0 (0.0 B)
      TX errors 0dropped 0 overruns 0carrier 0collisions 0

eth0: flags=4099<UP,BROADCAST,MULTICAST>mtu 1500
      ether fa:98:db:46:3f:69txqueuelen 1000(Ethernet)
      RX packets 0bytes 0 (0.0 B)
      RX errors 0dropped 0overruns 0frame 0
      TX packets 0bytes 0 (0.0 B)
      TX errors 0dropped 0 overruns 0carrier 0collisions 0
      device interrupt 74

lo: flags=73<UP,LOOPBACK,RUNNING>mtu 65536
      inet 127.0.0.1netmask 255.0.0.0
      inet6 ::1prefixlen 128scopeid 0x10<host>
      looptxqueuelen 1000(Local Loopback)
      RX packets 242bytes 21138 (21.1 KB)
      RX errors 0dropped 0overruns 0frame 0
      TX packets 242bytes 21138 (21.1 KB)
      TX errors 0dropped 0 overruns 0carrier 0collisions 0

usb1: flags=4098<BROADCAST,MULTICAST>mtu 1500
      ether 72:46:a7:14:0a:e3txqueuelen 1000(Ethernet)
      RX packets 0bytes 0 (0.0 B)
      RX errors 0dropped 0overruns 0frame 0
      TX packets 0bytes 0 (0.0 B)
      TX errors 0dropped 0 overruns 0carrier 0collisions 0

root@firefly:~#


热心市民小左 发表于 2023-1-16 14:48:33

zhangzhenzhao 发表于 2023-1-12 15:14
可以复现问题抓份开机log,上层和内核的都提供看看

还有这个应该也要添加吧


DDR Version V1.08 20220617
LPDDR4, 2112MHz
channel BW=16 Col=10 Bk=8 CS0 Row=17 CS=1 Die BW=16 Size=2048MB
channel BW=16 Col=10 Bk=8 CS0 Row=17 CS=1 Die BW=16 Size=2048MB
channel BW=16 Col=10 Bk=8 CS0 Row=17 CS=1 Die BW=16 Size=2048MB
channel BW=16 Col=10 Bk=8 CS0 Row=17 CS=1 Die BW=16 Size=2048MB
Manufacturer ID:0xff
CH0 RX Vref:28.7%, TX Vref:12.2%,0.0%
CH1 RX Vref:27.7%, TX Vref:12.2%,0.0%
CH2 RX Vref:28.7%, TX Vref:12.2%,0.0%
CH3 RX Vref:27.7%, TX Vref:12.2%,0.0%
change to F1: 528MHz
change to F2: 1068MHz
change to F3: 1560MHz
change to F0: 2112MHz
out
U-Boot SPL board init
U-Boot SPL 2017.09-gc060f28d70-220414 #zyf (Apr 18 2022 - 18:13:34)
Failed to set cpub01
Failed to set cpub23
unknown raw ID phN
unrecognized JEDEC id bytes: 00, 00, 00
Trying to boot from MMC2
MMC: no card present
mmc_init: -123, time 0
spl: mmc init failed with error: -123
Trying to boot from MMC1
Trying fit image at 0x4000 sector
## Verified-boot: 0
## Checking atf-1 0x00040000 ... sha256(ce2098067b...) + OK
## Checking uboot 0x00200000 ... sha256(77b6741b0d...) + OK
## Checking fdt 0x0035b2f8 ... sha256(c07f4a4d71...) + OK
## Checking atf-2 0x000f0000 ... sha256(ebc45c531e...) + OK
## Checking atf-3 0xff100000 ... sha256(9ded9f3bb5...) + OK
## Checking optee 0x08400000 ... sha256(fde0860845...) + OK
Jumping to U-Boot(0x00200000) via ARM Trusted Firmware(0x00040000)
Total: 119.429 ms

INFO:    Preloader serial: 2
NOTICE:BL31: v2.3():v2.3-444-g1450d21e8:derrick.huang
NOTICE:BL31: Built : 16:25:50, Oct 12 2022
INFO:    spec: 0x1
INFO:    ext 32k is not valid
INFO:    ddr: stride-en 4CH
INFO:    GICv3 without legacy support detected.
INFO:    ARM GICv3 driver initialized in EL3
INFO:    valid_cpu_msk=0xff bcore0_rst = 0x0, bcore1_rst = 0x0
INFO:    system boots from cpu-hwid-0
INFO:    idle_st=0x21fff, pd_st=0x11fff9, repair_st=0xfff70001
INFO:    dfs DDR fsp_params.freq_mhz= 2112MHz
INFO:    dfs DDR fsp_params.freq_mhz= 528MHz
INFO:    dfs DDR fsp_params.freq_mhz= 1068MHz
INFO:    dfs DDR fsp_params.freq_mhz= 1560MHz
INFO:    BL31: Initialising Exception Handling Framework
INFO:    BL31: Initializing runtime services
INFO:    BL31: Initializing BL32
INFO:    hdmirx_handler: dma not on, ret
I/TC:
I/TC: OP-TEE version: 3.13.0-652-g4542e1efd #derrick.huang (gcc version 10.2.1 20201103 (GNU Toolchain for the A-profile Architecture 10.2-2020.11 (arm-10.16))) #5 2022年 09月 20日 星期二 09:41:09 CST 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 = 0x200000
INFO:    SPSR = 0x3c9


U-Boot 2017.09(u-boot commit id: e8b5ef0c39)(sdk version: rk3588_linux_release_20221012_v1.0.2a)-ge8b5ef0c39 #root (Jan 16 2023 - 14:04:55 +0800)

Model: Rockchip RK3588 Evaluation Board
PreSerial: 2, raw, 0xfeb50000
DRAM:7.7 GiB
Sysmem: init
Relocation Offset: eda1c000
Relocation fdt: eb9f9fb8 - eb9fecc0
CR: M/C/I
Using default environment

mmc@fe2c0000: 1, mmc@fe2e0000: 0
Bootdev(atags): mmc 0
MMC0: HS200, 200Mhz
PartType: EFI
DM: v2
boot mode: recovery (misc)
FIT: no signed, no conf required
=================begin===================
162383 bytes read in 8 ms (19.4 MiB/s)
DTB(Distro): rk-kernel.dtb
I2c0 speed: 100000Hz
vsel-gpios- not found!
en-gpios- not found!
vdd_cpu_big0_s0 800000 uV
vsel-gpios- not found!
en-gpios- not found!
vdd_cpu_big1_s0 800000 uV
I2c1 speed: 100000Hz
vsel-gpios- not found!
en-gpios- not found!
vdd_npu_s0 800000 uV
spi2: RK806: 2
ON=0x00, OFF=0x00
vdd_gpu_s0 750000 uV
vdd_cpu_lit_s0 750000 uV
vdd_log_s0 750000 uV
vdd_vdenc_s0 init 750000 uV
vdd_ddr_s0 850000 uV
I2c6 speed: 400000Hz
get vp0 plane mask:0x5, primary id:2, cursor_plane:-1, from dts
get vp1 plane mask:0xa, primary id:3, cursor_plane:-1, from dts
get vp2 plane mask:0x140, primary id:8, cursor_plane:-1, from dts
get vp3 plane mask:0x280, primary id:9, cursor_plane:-1, from dts
Could not find baseparameter partition
Model: Firefly ITX-3588J HDMI(Linux)
Rockchip UBOOT DRM driver version: v1.0.1
vp0 have layer nr:2, primary plane: 2
vp1 have layer nr:2, primary plane: 3
vp2 have layer nr:2, primary plane: 8
vp3 have layer nr:2, primary plane: 9
hdmi@fde80000 disconnected
CLK: (uboot. arm: enter 1008000 KHz, init 1008000 KHz, kernel 0N/A)
b0pll 24000 KHz
b1pll 24000 KHz
lpll 24000 KHz
v0pll 24000 KHz
aupll 786431 KHz
cpll 1500000 KHz
gpll 1188000 KHz
npll 850000 KHz
ppll 1100000 KHz
aclk_center_root 702000 KHz
pclk_center_root 100000 KHz
hclk_center_root 396000 KHz
aclk_center_low_root 500000 KHz
aclk_top_root 594000 KHz
pclk_top_root 100000 KHz
aclk_low_top_root 396000 KHz
Net:   eth0: ethernet@fe1b0000
Hit key to stop autoboot('CTRL+C'):0
ANDROID: reboot reason: "recovery"
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 0xe6cc5380 with size 0x04b33c00
Fdt Ramdisk skip relocation
## Loading kernel from FIT Image at e6cc5380 ...
   Using 'conf' configuration
## Verified-boot: 0
   Trying 'kernel' kernel subimage
   Description:unavailable
   Type:         Kernel Image
   Compression:uncompressed
   Data Start:   0xe6ced780
   Data Size:    41757184 Bytes = 39.8 MiB
   Architecture: AArch64
   OS:         Linux
   Load Address: 0x00400000
   Entry Point:0x00400000
   Hash algo:    sha256
   Hash value:   8c5f1989ad43740e2f4f95131c29e0748e28bd922166bd1e9997301f3a81e64a
   Verifying Hash Integrity ... sha256+ OK
## Loading ramdisk from FIT Image at e6cc5380 ...
   Using 'conf' configuration
   Trying 'ramdisk' ramdisk subimage
   Description:unavailable
   Type:         RAMDisk Image
   Compression:uncompressed
   Data Start:   0xe94c0180
   Data Size:    36932945 Bytes = 35.2 MiB
   Architecture: AArch64
   OS:         Linux
   Load Address: 0x0a200000
   Entry Point:unavailable
   Hash algo:    sha256
   Hash value:   993174280a559715c65c49c171ee705cba9c0043aa3dcea430d4bae4a474bb1e
   Verifying Hash Integrity ... sha256+ OK
   Loading ramdisk from 0xe94c0180 to 0x0a200000
## Loading fdt from FIT Image at e6cc5380 ...
   Using 'conf' configuration
   Trying 'fdt' fdt subimage
   Description:unavailable
   Type:         Flat Device Tree
   Compression:uncompressed
   Data Start:   0xe6cc5b80
   Data Size:    162383 Bytes = 158.6 KiB
   Architecture: AArch64
   Load Address: 0x08300000
   Hash algo:    sha256
   Hash value:   025c137c03bccb6717869dc032928c615dc2ead041d08e676cebce3337e96ff6
   Verifying Hash Integrity ... sha256+ OK
   Loading fdt from 0x08300000 to 0x08300000
   Booting using the fdt blob at 0x08300000
   Loading Kernel Image from 0xe6ced780 to 0x00400000 ... OK
   kernel loaded at 0x00400000, end = 0x02bd2a00
'reserved-memory' cma: addr=10000000 size=10000000
'reserved-memory' ramoops@110000: addr=110000 size=f0000
   Using Device Tree in place at 0000000008300000, end 000000000832aa4e
Adding bank: 0x00200000 - 0x08400000 (size: 0x08200000)
Adding bank: 0x09400000 - 0xf0000000 (size: 0xe6c00000)
Adding bank: 0x100000000 - 0x200000000 (size: 0x100000000)
Total: 999.728 ms

Starting kernel ...

[    1.129208] Booting Linux on physical CPU 0x0000000000
[    1.129233] Linux version 5.10.110 (root@zh-virtual-machine) (kernel commit id: 4a55b55733a0) (sdk version: rk3588_linux_release_20221012_v1.0.2a) (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) #5 SMP Fri Jan 13 16:43:37 CST 2023
[    1.136786] Machine model: Firefly ITX-3588J HDMI(Linux)
[    1.136867] earlycon: uart8250 at MMIO32 0x00000000feb50000 (options '')
[    1.141711] printk: bootconsole enabled
[    1.143925] efi: UEFI not found.
[    1.148275] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-cubic-lut@00000000': base 0x0000000000000000, size 0 MiB
[    1.149427] Reserved memory: created CMA memory pool at 0x0000000010000000, size 256 MiB
[    1.150167] OF: reserved mem: initialized node cma, compatible id shared-dma-pool
[    1.265745] Zone ranges:
[    1.265991]   DMA      
[    1.266565]   DMA32    empty
[    1.266833]   Normal   
[    1.267402] Movable zone start for each node
[    1.267794] Early memory node ranges
[    1.268125]   node   0:
[    1.268701]   node   0:
[    1.269277]   node   0:
[    1.269855] Initmem setup node 0
[    1.317216] psci: probing for conduit method from DT.
[    1.317686] psci: PSCIv1.1 detected in firmware.
[    1.318111] psci: Using standard PSCI v0.2 function IDs
[    1.318593] psci: Trusted OS migration not required
[    1.319044] psci: SMC Calling Convention v1.2
[    1.319845] percpu: Embedded 32 pages/cpu s93160 r8192 d29720 u131072
[    1.320648] Detected VIPT I-cache on CPU0
[    1.321054] CPU features: detected: GIC system register CPU interface
[    1.321646] CPU features: detected: Virtualization Host Extensions
[    1.322218] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    1.322864] alternatives: patching kernel code
[    1.325434] Built 1 zonelists, mobility grouping on.Total pages: 1995336
[    1.326072] Kernel command line: storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normalstoragenode=/mmc@fe2e0000 androidboot.verifiedbootstate=orange ro rootwait earlycon=uart8250,mmio32,0xfeb50000 console=ttyFIQ0 irqchip.gicv3_pseudo_nmi=0 root=PARTLABEL=rootfs rootfstype=ext4 overlayroot=device:dev=PARTLABEL=userdata,fstype=ext4,mkfs=1 coherent_pool=1m systemd.gpt_auto=0 cgroup_enable=memory swapaccount=1
[    1.330593] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    1.331722] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    1.332441] mem auto-init: stack:off, heap alloc:off, heap free:off
[    1.339332] software IO TLB: mapped (64MB)
[    1.404789] Memory: 7544028K/8108032K available (22336K kernel code, 3786K rwdata, 6892K rodata, 7616K init, 656K bss, 301860K reserved, 262144K cma-reserved)
[    1.406207] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    1.406834] ftrace: allocating 67468 entries in 264 pages
[    1.505959] ftrace: allocated 264 pages with 2 groups
[    1.506687] rcu: Hierarchical RCU implementation.
[    1.507124] rcu:   RCU event tracing is enabled.
[    1.507542]Rude variant of Tasks RCU enabled.
[    1.507958]Tracing variant of Tasks RCU enabled.
[    1.508399] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    1.514203] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    1.516652] GICv3: GIC: Using split EOI/Deactivate mode
[    1.517136] GICv3: 480 SPIs implemented
[    1.517489] GICv3: 0 Extended SPIs implemented
[    1.517922] GICv3: Distributor has no Range Selector support
[    1.518447] GICv3: 16 PPIs implemented
[    1.518833] GICv3: CPU0: found redistributor 0 region 0:0x00000000fe680000
[    1.519568] ITS
[    1.519997] ITS@0x00000000fe640000: allocated 8192 Devices @100220000 (indirect, esz 8, psz 64K, shr 0)
[    1.520876] ITS@0x00000000fe640000: allocated 32768 Interrupt Collections @100230000 (flat, esz 2, psz 64K, shr 0)
[    1.521827] ITS: using cache flushing for cmd queue
[    1.522303] ITS
[    1.522726] ITS@0x00000000fe660000: allocated 8192 Devices @100250000 (indirect, esz 8, psz 64K, shr 0)
[    1.523604] ITS@0x00000000fe660000: allocated 32768 Interrupt Collections @100260000 (flat, esz 2, psz 64K, shr 0)
[    1.524554] ITS: using cache flushing for cmd queue
[    1.525134] GICv3: using LPI property table @0x0000000100270000
[    1.525788] GIC: using cache flushing for LPI property table
[    1.526312] GICv3: CPU0: using allocated LPI pending table @0x0000000100280000
[    1.527122] random: get_random_bytes called from start_kernel+0x3f0/0x65c with crng_init=0
[    1.636977] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    1.638250] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    1.639209] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    1.640830] Console: colour dummy device 80x25
[    1.641249] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
[    1.642159] pid_max: default: 32768 minimum: 301
[    1.642657] LSM: Security Framework initializing
[    1.643128] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.643812] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.646038] rcu: Hierarchical SRCU implementation.
[    1.647255] Platform MSI: msi-controller@fe640000 domain created
[    1.648602] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe640000 domain created
[    1.649350] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe660000 domain created
[    1.650186] EFI services will not be available.
[    1.650862] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Secondary CPU 4 initializing
I/TC: Secondary CPU 4 switching to normal world boot
I/TC: Secondary CPU 5 initializing
I/TC: Secondary CPU 5 switching to normal world boot
I/TC: Secondary CPU 6 initializing
I/TC: Secondary CPU 6 switching to normal world boot
I/TC: Secondary CPU 7 initializing
I/TC: Secondary CPU 7 switching to normal world boot
[    1.652410] Detected VIPT I-cache on CPU1
[    1.652438] GICv3: CPU1: found redistributor 100 region 0:0x00000000fe6a0000
[    1.652453] GICv3: CPU1: using allocated LPI pending table @0x0000000100290000
[    1.652496] CPU1: Booted secondary processor 0x0000000100
[    1.653691] Detected VIPT I-cache on CPU2
[    1.653713] GICv3: CPU2: found redistributor 200 region 0:0x00000000fe6c0000
[    1.653727] GICv3: CPU2: using allocated LPI pending table @0x00000001002a0000
[    1.653764] CPU2: Booted secondary processor 0x0000000200
[    1.654924] Detected VIPT I-cache on CPU3
[    1.654942] GICv3: CPU3: found redistributor 300 region 0:0x00000000fe6e0000
[    1.654956] GICv3: CPU3: using allocated LPI pending table @0x00000001002b0000
[    1.654991] CPU3: Booted secondary processor 0x0000000300
[    1.656160] CPU features: detected: Spectre-v4
[    1.656163] CPU features: detected: Spectre-BHB
[    1.656165] Detected PIPT I-cache on CPU4
[    1.656176] GICv3: CPU4: found redistributor 400 region 0:0x00000000fe700000
[    1.656184] GICv3: CPU4: using allocated LPI pending table @0x00000001002c0000
[    1.656207] CPU4: Booted secondary processor 0x0000000400
[    1.657324] Detected PIPT I-cache on CPU5
[    1.657336] GICv3: CPU5: found redistributor 500 region 0:0x00000000fe720000
[    1.657343] GICv3: CPU5: using allocated LPI pending table @0x00000001002d0000
[    1.657367] CPU5: Booted secondary processor 0x0000000500
[    1.658496] Detected PIPT I-cache on CPU6
[    1.658508] GICv3: CPU6: found redistributor 600 region 0:0x00000000fe740000
[    1.658515] GICv3: CPU6: using allocated LPI pending table @0x00000001002e0000
[    1.658538] CPU6: Booted secondary processor 0x0000000600
[    1.659651] Detected PIPT I-cache on CPU7
[    1.659663] GICv3: CPU7: found redistributor 700 region 0:0x00000000fe760000
[    1.659670] GICv3: CPU7: using allocated LPI pending table @0x00000001002f0000
[    1.659693] CPU7: Booted secondary processor 0x0000000700
[    1.659747] smp: Brought up 1 node, 8 CPUs
[    1.676226] SMP: Total of 8 processors activated.
[    1.676649] CPU features: detected: Privileged Access Never
[    1.677144] CPU features: detected: User Access Override
[    1.677617] CPU features: detected: 32-bit EL0 Support
[    1.678076] CPU features: detected: Common not Private translations
[    1.678630] CPU features: detected: RAS Extension Support
[    1.679109] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    1.679874] CPU features: detected: CRC32 instructions
[    1.680335] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    1.680951] CPU features: detected: RCpc load-acquire (LDAPR)
[    1.681532] CPU: All CPU(s) started at EL2
[    1.684006] devtmpfs: initialized
[    1.692221] Registered cp15_barrier emulation handler
[    1.692677] Registered setend emulation handler
[    1.693151] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    1.694021] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    1.694749] pinctrl core: initialized pinctrl subsystem
[    1.695422] DMI not present or invalid.
[    1.695864] NET: Registered protocol family 16
[    1.696747] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    1.697446] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    1.698154] audit: initializing netlink subsys (disabled)
[    1.698688] audit: type=2000 audit(0.056:1): state=initialized audit_enabled=0 res=1
[    1.699118] thermal_sys: Registered thermal governor 'fair_share'
[    1.699381] thermal_sys: Registered thermal governor 'step_wise'
[    1.699928] thermal_sys: Registered thermal governor 'user_space'
[    1.700462] thermal_sys: Registered thermal governor 'power_allocator'
[    1.701112] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[    1.702422] thermal thermal_zone2: power_allocator: sustainable_power will be estimated
[    1.703155] thermal thermal_zone3: power_allocator: sustainable_power will be estimated
[    1.703892] thermal thermal_zone4: power_allocator: sustainable_power will be estimated
[    1.704626] thermal thermal_zone5: power_allocator: sustainable_power will be estimated
[    1.705358] thermal thermal_zone6: power_allocator: sustainable_power will be estimated
[    1.706084] cpuidle: using governor menu
[    1.706438] Registered FIQ tty driver
[    1.706872] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    1.707567] ASID allocator initialised with 65536 entries
[    1.709044] ramoops: dmesg-0 0x20000@0x0000000000110000
[    1.709517] ramoops: console 0x80000@0x0000000000130000
[    1.709995] ramoops: pmsg    0x50000@0x00000000001b0000
[    1.710665] printk: console enabled
[    1.711067] pstore: Registered ramoops as persistent store backend
[    1.711615] ramoops: using 0xf0000@0x110000, ecc: 0
[    1.743290] rockchip-gpio fd8a0000.gpio: probed /pinctrl/gpio@fd8a0000
[    1.744054] rockchip-gpio fec20000.gpio: probed /pinctrl/gpio@fec20000
[    1.744788] rockchip-gpio fec30000.gpio: probed /pinctrl/gpio@fec30000
[    1.745536] rockchip-gpio fec40000.gpio: probed /pinctrl/gpio@fec40000
[    1.746295] rockchip-gpio fec50000.gpio: probed /pinctrl/gpio@fec50000
[    1.746894] rockchip-pinctrl pinctrl: probed pinctrl
[    1.753492] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    1.754091] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    1.754685] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    1.755279] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    1.813846] raid6: neonx8   gen()5619 MB/s
[    1.870577] raid6: neonx8   xor()4438 MB/s
[    1.927313] raid6: neonx4   gen()5523 MB/s
[    1.984043] raid6: neonx4   xor()4718 MB/s
[    2.040774] raid6: neonx2   gen()5361 MB/s
[    2.097509] raid6: neonx2   xor()4429 MB/s
[    2.154243] raid6: neonx1   gen()4372 MB/s
[    2.210974] raid6: neonx1   xor()3630 MB/s
[    2.267704] raid6: int64x8gen()2633 MB/s
[    2.324441] raid6: int64x8xor()1559 MB/s
[    2.381172] raid6: int64x4gen()2948 MB/s
[    2.437906] raid6: int64x4xor()1568 MB/s
[    2.494637] raid6: int64x2gen()2515 MB/s
[    2.551370] raid6: int64x2xor()1358 MB/s
[    2.608100] raid6: int64x1gen()2061 MB/s
[    2.664832] raid6: int64x1xor()1083 MB/s
[    2.665212] raid6: using algorithm neonx8 gen() 5619 MB/s
[    2.665692] raid6: .... xor() 4438 MB/s, rmw enabled
[    2.666134] raid6: using neon recovery algorithm
[    2.667005] fiq_debugger fiq_debugger.0: IRQ fiq not found
[    2.667496] fiq_debugger fiq_debugger.0: IRQ wakeup not found
[    2.668009] fiq_debugger_probe: could not install nmi irq handler
[[    2.668595] printk: console enabled
    2.668595] printk: console enabled
[    2.669360] printk: bootconsole disabled
[    2.669360] printk: bootconsole disabled
[    2.669868] Registered fiq debugger ttyFIQ0
[    2.670147] vcc5v0_sys: supplied by vcc12v_dcin
[    2.670239] vcc5v0_usbdcin: supplied by vcc12v_dcin
[    2.670326] vcc5v0_usb: supplied by vcc12v_dcin
[    2.670409] vcc_1v1_nldo_s3: supplied by vcc5v0_sys
[    2.670695] iommu: Default domain type: Passthrough
[    2.670755] rk_iommu fdab9000.iommu: version = 2
[    2.671029] rk_iommu fdb50800.iommu: version = 2
[    2.671223] rk_iommu fdb60f00.iommu: version = 2
[    2.671363] rk_iommu fdb70f00.iommu: version = 2
[    2.671494] rk_iommu fdb90480.iommu: version = 2
[    2.671649] rk_iommu fdba0800.iommu: version = 2
[    2.671800] rk_iommu fdba4800.iommu: version = 2
[    2.671971] rk_iommu fdba8800.iommu: version = 2
[    2.672125] rk_iommu fdbac800.iommu: version = 2
[    2.672276] rk_iommu fdbb0800.iommu: version = 2
[    2.672427] rk_iommu fdbdf000.iommu: version = 2
[    2.672640] rk_iommu fdbef000.iommu: version = 2
[    2.672869] rk_iommu fdc38700.iommu: version = 2
[    2.673104] rk_iommu fdc48700.iommu: version = 2
[    2.673278] rk_iommu fdce0800.iommu: version = 2
[    2.673366] rk_iommu fdd97e00.iommu: version = 2
[    2.673605] usbcore: registered new interface driver usbfs
[    2.673619] usbcore: registered new interface driver hub
[    2.673631] usbcore: registered new device driver usb
[    2.673660] mc: Linux media interface: v0.10
[    2.673669] videodev: Linux video capture interface: v2.00
[    2.673689] pps_core: LinuxPPS API ver. 1 registered
[    2.673692] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.673698] PTP clock support registered
[    2.673899] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[    2.673929] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
[    2.674753] Advanced Linux Sound Architecture Driver Initialized.
[    2.674923] Bluetooth: Core ver 2.22
[    2.674933] NET: Registered protocol family 31
[    2.674936] Bluetooth: HCI device and connection manager initialized
[    2.674941] Bluetooth: HCI socket layer initialized
[    2.674945] Bluetooth: L2CAP socket layer initialized
[    2.674952] Bluetooth: SCO socket layer initialized
[    2.676211] rockchip-cpuinfo cpuinfo: SoC            : 35880000
[    2.676216] rockchip-cpuinfo cpuinfo: Serial         : b82e58b2f6342537
[    2.676471] clocksource: Switched to clocksource arch_sys_counter
[    2.938516] NET: Registered protocol family 2
[    2.938620] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    2.940534] tcp_listen_portaddr_hash hash table entries: 4096 (order: 5, 163840 bytes, linear)
[    2.940625] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    2.940955] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    2.941716] TCP: Hash tables configured (established 65536 bind 65536)
[    2.941761] UDP hash table entries: 4096 (order: 6, 393216 bytes, linear)
[    2.941912] UDP-Lite hash table entries: 4096 (order: 6, 393216 bytes, linear)
[    2.942106] NET: Registered protocol family 1
[    2.942360] RPC: Registered named UNIX socket transport module.
[    2.942364] RPC: Registered udp transport module.
[    2.942367] RPC: Registered tcp transport module.
[    2.942370] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.942681] PCI: CLS 0 bytes, default 64
[    2.942885] Trying to unpack rootfs image as initramfs...
[    3.491668] Freeing initrd memory: 36064K
[    3.492265] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    3.492716] kvm : IPA Size Limit: 40 bits
[    3.492728] kvm : GICv3: no GICV resource entry
[    3.492732] kvm : disabling GICv2 emulation
[    3.492735] kvm : GIC system register CPU interface enabled
[    3.492831] kvm : vgic interrupt IRQ9
[    3.492953] kvm : VHE mode initialized successfully
[    3.495326] Initialise system trusted keyrings
[    3.495402] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[    3.497285] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    3.497522] NFS: Registering the id_resolver key type
[    3.497531] Key type id_resolver registered
[    3.497535] Key type id_legacy registered
[    3.497541] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    3.498103] Key type cifs.spnego registered
[    3.498110] Key type cifs.idmap registered
[    3.498115] ntfs: driver 2.1.32 .
[    3.498165] jffs2: version 2.2. (NAND) ? 2001-2006 Red Hat, Inc.
[    3.498246] fuse: init (API version 7.32)
[    3.498384] SGI XFS with security attributes, no debug enabled
[    3.518980] NET: Registered protocol family 38
[    3.518989] xor: measuring software checksum speed
[    3.520386]    8regs         :7097 MB/sec
[    3.521544]    32regs          :8524 MB/sec
[    3.522413]    arm64_neon      : 11405 MB/sec
[    3.522418] xor: using function: arm64_neon (11405 MB/sec)
[    3.522423] Key type asymmetric registered
[    3.522427] Asymmetric key parser 'x509' registered
[    3.522441] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    3.522513] io scheduler mq-deadline registered
[    3.522519] io scheduler kyber registered
[    3.522980] rockchip-csi2-dphy-hw fedc0000.csi2-dphy0-hw: csi2 dphy hw probe successfully!
[    3.523205] rockchip-csi2-dphy csi2-dphy0: csi2 dphy0 probe successfully!
[    3.524897] rockchip-usb2phy fd5d8000.syscon:usb2-phy@8000: failed to create phy
[    3.525242] rockchip-usb2phy fd5dc000.syscon:usb2-phy@c000: failed to create phy
[    3.525697] rockchip-usb2phy fd5d4000.syscon:usb2-phy@4000: failed to create phy
[    3.527105] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy init success
[    3.527944] Firefly gpio driver init!
[    3.528017] Firefly gpio driver register return : 0
[    3.528869] iep: Module initialized.
[    3.528896] mpp_service mpp-srv: 75e32fd43421 author: daijh 2022-11-02 Merge branch 'rk3588/rockchip' into rk3588/firefly
[    3.528900] mpp_service mpp-srv: probe start
[    3.530193] mpp_vdpu2 fdb50400.vdpu: Adding to iommu group 1
[    3.530214] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    3.530383] mpp_vdpu2 fdb50400.vdpu: probe device
[    3.530470] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[    3.530476] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[    3.530578] mpp_vdpu2 fdb50400.vdpu: probing finish
[    3.530735] mpp_vepu2 jpege-ccu: probing start
[    3.530739] mpp_vepu2 jpege-ccu: probing finish
[    3.530818] mpp_vepu2 fdba0000.jpege-core: Adding to iommu group 5
[    3.530828] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    3.530951] mpp_vepu2 fdba0000.jpege-core: probing start
[    3.531029] mpp_vepu2 fdba0000.jpege-core: attach ccu success
[    3.531110] mpp_vepu2 fdba0000.jpege-core: probing finish
[    3.531184] mpp_vepu2 fdba4000.jpege-core: Adding to iommu group 6
[    3.531195] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    3.531316] mpp_vepu2 fdba4000.jpege-core: probing start
[    3.531393] mpp_vepu2 fdba4000.jpege-core: attach ccu success
[    3.531471] mpp_vepu2 fdba4000.jpege-core: probing finish
[    3.531542] mpp_vepu2 fdba8000.jpege-core: Adding to iommu group 7
[    3.531551] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    3.531689] mpp_vepu2 fdba8000.jpege-core: probing start
[    3.531763] mpp_vepu2 fdba8000.jpege-core: attach ccu success
[    3.531868] mpp_vepu2 fdba8000.jpege-core: probing finish
[    3.531941] mpp_vepu2 fdbac000.jpege-core: Adding to iommu group 8
[    3.531950] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    3.532069] mpp_vepu2 fdbac000.jpege-core: probing start
[    3.532142] mpp_vepu2 fdbac000.jpege-core: attach ccu success
[    3.532231] mpp_vepu2 fdbac000.jpege-core: probing finish
[    3.532432] mpp-iep2 fdbb0000.iep: Adding to iommu group 9
[    3.532442] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    3.532562] mpp-iep2 fdbb0000.iep: probe device
[    3.532655] mpp-iep2 fdbb0000.iep: allocate roi buffer failed
[    3.532740] mpp-iep2 fdbb0000.iep: probing finish
[    3.532896] mpp_jpgdec fdb90000.jpegd: Adding to iommu group 4
[    3.532905] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    3.533076] mpp_jpgdec fdb90000.jpegd: probe device
[    3.533255] mpp_jpgdec fdb90000.jpegd: probing finish
[    3.533531] mpp_rkvdec2 fdc30000.rkvdec-ccu: rkvdec-ccu, probing start
[    3.533575] mpp_rkvdec2 fdc30000.rkvdec-ccu: probing finish
[    3.533633] mpp_rkvdec2 fdc38100.rkvdec-core: Adding to iommu group 12
[    3.533643] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    3.533850] mpp_rkvdec2 fdc38100.rkvdec-core: rkvdec-core, probing start
[    3.533936] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_a is not found!
[    3.533940] rkvdec2_init:1008: No niu aclk reset resource define
[    3.533943] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_h is not found!
[    3.533946] rkvdec2_init:1011: No niu hclk reset resource define
[    3.533961] mpp_rkvdec2 fdc38100.rkvdec-core: no regulator, devfreq is disabled
[    3.534012] mpp_rkvdec2 fdc38100.rkvdec-core: core_mask=00010001
[    3.534015] mpp_rkvdec2 fdc38100.rkvdec-core: attach ccu as core 0
[    3.534157] mpp_rkvdec2 fdc38100.rkvdec-core: sram_start 0x00000000ff001000
[    3.534160] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_iova 0x00000000fff00000
[    3.534164] mpp_rkvdec2 fdc38100.rkvdec-core: sram_size 491520
[    3.534167] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_size 1048576
[    3.534171] mpp_rkvdec2 fdc38100.rkvdec-core: min_width 512
[    3.534195] mpp_rkvdec2 fdc38100.rkvdec-core: probing finish
[    3.534250] mpp_rkvdec2 fdc48100.rkvdec-core: Adding to iommu group 13
[    3.534260] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    3.534444] mpp_rkvdec2 fdc48100.rkvdec-core: rkvdec-core, probing start
[    3.534529] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_a is not found!
[    3.534533] rkvdec2_init:1008: No niu aclk reset resource define
[    3.534537] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_h is not found!
[    3.534540] rkvdec2_init:1011: No niu hclk reset resource define
[    3.534557] mpp_rkvdec2 fdc48100.rkvdec-core: no regulator, devfreq is disabled
[    3.534591] mpp_rkvdec2 fdc48100.rkvdec-core: core_mask=00020002
[    3.534606] mpp_rkvdec2 fdc48100.rkvdec-core: attach ccu as core 1
[    3.534764] mpp_rkvdec2 fdc48100.rkvdec-core: sram_start 0x00000000ff079000
[    3.534768] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_iova 0x00000000ffe00000
[    3.534771] mpp_rkvdec2 fdc48100.rkvdec-core: sram_size 487424
[    3.534774] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_size 1048576
[    3.534778] mpp_rkvdec2 fdc48100.rkvdec-core: min_width 512
[    3.534802] mpp_rkvdec2 fdc48100.rkvdec-core: probing finish
[    3.534932] mpp_rkvenc2 rkvenc-ccu: probing start
[    3.534936] mpp_rkvenc2 rkvenc-ccu: probing finish
[    3.535016] mpp_rkvenc2 fdbd0000.rkvenc-core: Adding to iommu group 10
[    3.535026] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    3.535175] mpp_rkvenc2 fdbd0000.rkvenc-core: probing start
[    3.535189] mpp_rkvenc2 fdbd0000.rkvenc-core: link mode task capacity 8
[    3.535296] mpp_rkvenc2 fdbd0000.rkvenc-core: attach ccu as core 0
[    3.535387] mpp_rkvenc2 fdbd0000.rkvenc-core: probing finish
[    3.535444] mpp_rkvenc2 fdbe0000.rkvenc-core: Adding to iommu group 11
[    3.535453] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    3.535650] mpp_rkvenc2 fdbe0000.rkvenc-core: probing start
[    3.535664] mpp_rkvenc2 fdbe0000.rkvenc-core: link mode task capacity 8
[    3.535798] mpp_rkvenc2 fdbe0000.rkvenc-core: attach ccu as core 1
[    3.535890] mpp_rkvenc2 fdbe0000.rkvenc-core: probing finish
[    3.536283] mpp_av1dec: Adding child /av1d@fdc70000
[    3.536338] mpp_av1dec: register device av1d-master
[    3.536360] mpp_av1dec av1d-master: av1_iommu_of_xlate,784
[    3.536375] av1_iommu_probe_device,736, consumer : av1d-master, supplier : fdca0000.iommu
[    3.536402] mpp_av1dec av1d-master: Adding to iommu group 16
[    3.536412] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    3.536605] mpp_av1dec av1d-master: probing start
[    3.536784] mpp_av1dec av1d-master: probing finish
[    3.536808] mpp_service mpp-srv: probe success
[    3.542477] dma-pl330 fea10000.dma-controller: Loaded driver for PL330 DMAC-241330
[    3.542484] dma-pl330 fea10000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    3.543173] dma-pl330 fea30000.dma-controller: Loaded driver for PL330 DMAC-241330
[    3.543179] dma-pl330 fea30000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    3.543861] dma-pl330 fed10000.dma-controller: Loaded driver for PL330 DMAC-241330
[    3.543867] dma-pl330 fed10000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    3.544167] rockchip-pvtm fda40000.pvtm: pvtm@0 probed
[    3.544212] rockchip-pvtm fda50000.pvtm: pvtm@1 probed
[    3.544252] rockchip-pvtm fda60000.pvtm: pvtm@2 probed
[    3.544294] rockchip-pvtm fdaf0000.pvtm: pvtm@3 probed
[    3.544338] rockchip-pvtm fdb30000.pvtm: pvtm@4 probed
[    3.544719] rockchip-system-monitor rockchip-system-monitor: system monitor probe
[    3.545637] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[    3.545930] fd890000.serial: ttyS0 at MMIO 0xfd890000 (irq = 28, base_baud = 1500000) is a 16550A
[    3.546206] feb40000.serial: ttyS1 at MMIO 0xfeb40000 (irq = 87, base_baud = 1500000) is a 16550A
[    3.546398] feb90000.serial: ttyS6 at MMIO 0xfeb90000 (irq = 88, base_baud = 1500000) is a 16550A
[    3.547359] random: fast init done
[    3.547448] random: crng init done
[    3.547946] rockchip-vop2 fdd90000.vop: Adding to iommu group 15
[    3.547960] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    3.552618] rockchip-vop2 fdd90000.vop: vp0 assign plane mask: 0x5, primary plane phy id: 2
[    3.552629] rockchip-vop2 fdd90000.vop: vp1 assign plane mask: 0xa, primary plane phy id: 3
[    3.552641] rockchip-vop2 fdd90000.vop: vp2 assign plane mask: 0x140, primary plane phy id: 8
[    3.552648] rockchip-vop2 fdd90000.vop: vp3 assign plane mask: 0x280, primary plane phy id: 9
[    3.552707] rockchip-drm display-subsystem: failed to get hdmi1_phy_pll: -517
[    3.552884] failed to init overlay plane Cluster0-win1
[    3.552909] failed to init overlay plane Cluster1-win1
[    3.552933] failed to init overlay plane Cluster2-win1
[    3.552956] failed to init overlay plane Cluster3-win1
[    3.560551] rockchip-drm display-subsystem: bound fdd90000.vop (ops 0xffffffc011721660)
[    3.561197] dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver
[    3.561333] rockchip-drm display-subsystem: bound fde80000.hdmi (ops 0xffffffc011729568)
[    3.561638] rockchip-drm display-subsystem: route-hdmi0: failed to get logo,offset
[    3.561645] rockchip-drm display-subsystem: can't not find any logo display
[    3.561650] rockchip-drm display-subsystem: failed to show kernel logo
[    3.561687] rockchip-drm display-subsystem: Cannot find any crtc or sizes
[    3.561727] rockchip-drm display-subsystem: Cannot find any crtc or sizes
[    3.562090] Initialized rockchip 3.0.0 20140818 for display-subsystem on minor 0
[    3.567066] brd: module loaded
[    3.569761] loop: module loaded
[    3.569961] zram: Added device: zram0
[    3.570078] lkdtm: No crash points registered, enable through debugfs
[    3.570378] system_heap: orders = 6
[    3.570382] system_heap: orders = 4
[    3.570386] system_heap: orders = 0
[    3.571739] rockchip-spi feb20000.spi: no high_speed pinctrl state
[    3.572636] rk806 spi2.0: chip id: RK806,ver:0x2, 0x1
[    3.572842] rk806 spi2.0: ON: 0x40 OFF:0x0
[    3.574389] vdd_gpu_s0: supplied by vcc5v0_sys
[    3.575451] vdd_cpu_lit_s0: supplied by vcc5v0_sys
[    3.576045] vdd_log_s0: supplied by vcc5v0_sys
[    3.576607] vdd_vdenc_s0: supplied by vcc5v0_sys
[    3.577179] vdd_ddr_s0: supplied by vcc5v0_sys
[    3.577512] vdd2_ddr_s3: supplied by vcc5v0_sys
[    3.578064] vdd_2v0_pldo_s3: supplied by vcc5v0_sys
[    3.578532] vcc_3v3_s3: supplied by vcc5v0_sys
[    3.578976] vddq_ddr_s0: supplied by vcc5v0_sys
[    3.579506] vcc_1v8_s3: supplied by vcc5v0_sys
[    3.580024] vdd_0v75_s3: supplied by vcc_1v1_nldo_s3
[    3.580548] vdd_ddr_pll_s0: supplied by vcc_1v1_nldo_s3
[    3.581001] avdd_0v75_s0: supplied by vcc_1v1_nldo_s3
[    3.581459] vdd_0v85_s0: supplied by vcc_1v1_nldo_s3
[    3.581915] vdd_0v75_s0: supplied by vcc_1v1_nldo_s3
[    3.582396] avcc_1v8_s0: supplied by vdd_2v0_pldo_s3
[    3.583029] vcc_1v8_s0: supplied by vdd_2v0_pldo_s3
[    3.583649] avdd_1v2_s0: supplied by vdd_2v0_pldo_s3
[    3.584258] vcc_3v3_s0: supplied by vcc5v0_sys
[    3.584711] vccio_sd_s0: supplied by vcc5v0_sys
[    3.585193] pldo6_s3: supplied by vcc5v0_sys
[    3.585575] rk806 spi2.0: no sleep-setting state
[    3.585580] rk806 spi2.0: no reset-setting pinctrl state
[    3.585584] rk806 spi2.0: no dvs-setting pinctrl state
[    3.587194] register firefly_spi_init spi return v = :0
[    3.587460] wireguard: allowedips self-tests: pass
[    3.591807] wireguard: nonce counter self-tests: pass
[    3.881778] wireguard: ratelimiter self-tests: pass
[    3.881878] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[    3.881882] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[    3.882230] tun: Universal TUN/TAP device driver, 1.6
[    3.882332] CAN device driver interface
[    3.883328] rk_gmac-dwmac fe1b0000.ethernet: IRQ eth_lpi not found
[    3.883470] rk_gmac-dwmac fe1b0000.ethernet: no regulator found
[    3.883476] rk_gmac-dwmac fe1b0000.ethernet: clock input or output? (output).
[    3.883480] rk_gmac-dwmac fe1b0000.ethernet: TX delay(0x45).
[    3.883485] rk_gmac-dwmac fe1b0000.ethernet: Can not read property: rx_delay.
[    3.883489] rk_gmac-dwmac fe1b0000.ethernet: set rx_delay to 0xffffffff
[    3.883501] rk_gmac-dwmac fe1b0000.ethernet: integrated PHYmac fe1b0000.ethernet: cannot get clock mac_clk_rx
[    3.883512] rk_gmac-dwmac fe1b0000.ethernet: cannot get clock mac_clk_tx
[    3.883523] rk_gmac-dwmac fe1b0000.ethernet: cannot get clock clk_mac_speed
[    3.883739] rk_gmac-dwmac fe1b0000.ethernet: init for RGMII_RXID
[    3.883847] rk_gmac-dwmac fe1b0000.ethernet: User ID: 0x30, Synopsys ID: 0x51
[    3.883853] rk_gmac-dwmac fe1b0000.ethernet:         DWMAC4/5
[    3.883858] rk_gmac-dwmac fe1b0000.ethernet: DMA HW capability register supported
[    3.883863] rk_gmac-dwmac fe1b0000.ethernet: RX Checksum Offload Engine supported
[    3.883866] rk_gmac-dwmac fe1b0000.ethernet: TX Checksum insertion supported
[    3.883870] rk_gmac-dwmac fe1b0000.ethernet: Wake-Up On Lan supported
[    3.883903] rk_gmac-dwmac fe1b0000.ethernet: TSO supported
[    3.883907] rk_gmac-dwmac fe1b0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    3.883912] rk_gmac-dwmac fe1b0000.ethernet: Enabled Flow TC (entries=2)
[    3.883916] rk_gmac-dwmac fe1b0000.ethernet: TSO feature enabled
[    3.883921] rk_gmac-dwmac fe1b0000.ethernet: Using 32 bits DMA width
[    4.020509] usbcore: registered new interface driver asix
[    4.020543] usbcore: registered new interface driver ax88179_178a
[    4.020555] usbcore: registered new interface driver cdc_ether
[    4.020568] usbcore: registered new interface driver net1080
[    4.020582] usbcore: registered new interface driver cdc_subset
[    4.020594] usbcore: registered new interface driver zaurus
[    4.020612] usbcore: registered new interface driver cdc_ncm
[    4.020626] usbcore: registered new interface driver qmi_wwan_q
[    4.020638] usbcore: registered new interface driver qmi_wwan
[    4.027760] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.027774] ehci-pci: EHCI PCI platform driver
[    4.027798] ehci-platform: EHCI generic platform driver
[    4.028016] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.028023] ohci-platform: OHCI generic platform driver
[    4.028320] usbcore: registered new interface driver cdc_acm
[    4.028325] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    4.028338] usbcore: registered new interface driver cdc_wdm
[    4.028371] usbcore: registered new interface driver usbserial_generic
[    4.028382] usbserial: USB Serial support registered for generic
[    4.028395] usbcore: registered new interface driver ch341
[    4.028403] usbserial: USB Serial support registered for ch341-uart
[    4.028415] usbcore: registered new interface driver cp210x
[    4.028423] usbserial: USB Serial support registered for cp210x
[    4.028435] usbcore: registered new interface driver ftdi_sio
[    4.028443] usbserial: USB Serial support registered for FTDI USB Serial Device
[    4.028455] usbcore: registered new interface driver keyspan
[    4.028464] usbserial: USB Serial support registered for Keyspan - (without firmware)
[    4.028473] usbserial: USB Serial support registered for Keyspan 1 port adapter
[    4.028481] usbserial: USB Serial support registered for Keyspan 2 port adapter
[    4.028488] usbserial: USB Serial support registered for Keyspan 4 port adapter
[    4.028500] usbcore: registered new interface driver option
[    4.028508] usbserial: USB Serial support registered for GSM modem (1-port)
[    4.028520] usbcore: registered new interface driver oti6858
[    4.028528] usbserial: USB Serial support registered for oti6858
[    4.028539] usbcore: registered new interface driver pl2303
[    4.028548] usbserial: USB Serial support registered for pl2303
[    4.028560] usbcore: registered new interface driver qcserial
[    4.028568] usbserial: USB Serial support registered for Qualcomm USB modem
[    4.028580] usbcore: registered new interface driver sierra
[    4.028588] usbserial: USB Serial support registered for Sierra USB modem
[    4.028632] udc-core: couldn't find an available UDC - added to list of pending drivers
[    4.028637] udc-core: couldn't find an available UDC - added to list of pending drivers
[    4.028952] himax_hx83102_init
[    4.028957] himax_hx83102_probe:Enter
[    4.028960] Himax common touch panel driver init
[    4.029001] usbcore: registered new interface driver usbtouchscreen
[    4.029882] input: rk805 pwrkey as /devices/platform/feb20000.spi/spi_master/spi2/spi2.0/rk805-pwrkey.3.auto/input/input0
[    4.030088] i2c /dev entries driver
[    4.033462] vdd_cpu_big0_s0: supplied by vcc5v0_sys
[    4.041895] vdd_cpu_big1_s0: supplied by vcc5v0_sys
[    4.050736] vdd_npu_s0: supplied by vcc5v0_sys
[    4.058420] pca953x 6-0021: supply vcc not found, using dummy regulator
[    4.058553] pca953x 6-0021: using no AI
[    4.059509] rtc-hym8563 6-0051: could not init device, -6
[    4.060402] rkcifhw fdce0000.rkcif: Adding to iommu group 14
[    4.060427] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    4.060707] rkcifhw fdce0000.rkcif: No reserved memory region assign to CIF
[    4.061315] rockchip-mipi-csi2: probe success, v4l2_dev:(efault)!
[    4.062369] usbcore: registered new interface driver uvcvideo
[    4.062373] USB Video Class driver (1.1.1)
[    4.063969] rockchip-thermal fec00000.tsadc: Missing rockchip,grf property
[    4.064961] rockchip-thermal fec00000.tsadc: tsadc is probed successfully!
[    4.065888] device-mapper: ioctl: 4.44.0-ioctl (2021-02-01) initialised: dm-devel@redhat.com
[    4.065991] Bluetooth: HCI UART driver ver 2.3
[    4.065996] Bluetooth: HCI UART protocol H4 registered
[    4.066000] Bluetooth: HCI UART protocol ATH3K registered
[    4.066020] usbcore: registered new interface driver bfusb
[    4.066618] cpu cpu0: bin=0
[    4.066791] cpu cpu0: leakage=10
[    4.068206] cpu cpu0: pvtm=1428
[    4.068259] cpu cpu0: pvtm-volt-sel=1
[    4.070125] cpu cpu4: bin=0
[    4.070296] cpu cpu4: leakage=8
[    4.076760] cpu cpu4: pvtm=1672
[    4.080673] cpu cpu4: pvtm-volt-sel=3
[    4.083308] cpu cpu6: bin=0
[    4.083480] cpu cpu6: leakage=8
[    4.089920] cpu cpu6: pvtm=1657
[    4.093818] cpu cpu6: pvtm-volt-sel=3
[    4.095321] cpu cpu0: avs=0
[    4.095918] cpu cpu4: avs=0
[    4.096515] cpu cpu6: avs=0
[    4.096719] cpu cpu0: EM: created perf domain
[    4.096751] cpu cpu0: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=1608000000 h_table=0
[    4.097407] cpu cpu4: EM: created perf domain
[    4.097433] cpu cpu4: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 h_table=0
[    4.105683] cpu cpu6: EM: created perf domain
[    4.106033] cpu cpu6: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 h_table=0
[    4.115960] sdhci: Secure Digital Host Controller Interface driver
[    4.115975] sdhci: Copyright(c) Pierre Ossman
[    4.115980] Synopsys Designware Multimedia Card Interface Driver
[    4.116165] sdhci-pltfm: SDHCI platform and OF driver helper
[    4.117794] arm-scmi firmware:scmi: Failed. SCMI protocol 17 not active.
[    4.117851] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    4.118527] cryptodev: driver 1.12 loaded.
[    4.118564] hid: raw HID events driver (C) Jiri Kosina
[    4.118676] usbcore: registered new interface driver usbhid
[    4.118681] usbhid: USB HID core driver
[    4.122933] Firefly adc init
[    4.122948] Firefly adc-->FIREFLY_ADC_SAMPLE_JIFFIES:16
[    4.122952] Firefly adc-->MSEC_PER_SEC:1000
[    4.122956] Firefly adc-->HZ:300
[    4.123113] Firefly adc-->ret:0
[    4.123238] optee: probing for conduit method.
[    4.123253] optee: revision 3.13 (4542e1ef)
[    4.123837] optee: initialized driver
[    4.124389] usbcore: registered new interface driver snd-usb-audio
[    4.129560] input: rockchip-hdmi0 rockchip-hdmi0 as /devices/platform/hdmi0-sound/sound/card0/input1
[    4.131156] Initializing XFRM netlink socket
[    4.131360] NET: Registered protocol family 10
[    4.132029] Segment Routing with IPv6
[    4.132171] NET: Registered protocol family 17
[    4.132235] NET: Registered protocol family 15
[    4.132266] Bridge firewalling registered
[    4.132271] can: controller area network core
[    4.132311] NET: Registered protocol family 29
[    4.132316] can: raw protocol
[    4.132321] can: broadcast manager protocol
[    4.132328] can: netlink gateway - max_hops=1
[    4.132528] Bluetooth: RFCOMM TTY layer initialized
[    4.132535] Bluetooth: RFCOMM socket layer initialized
[    4.132546] Bluetooth: RFCOMM ver 1.11
[    4.132553] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.132557] Bluetooth: BNEP filters: protocol multicast
[    4.132563] Bluetooth: BNEP socket layer initialized
[    4.132568] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    4.132574] Bluetooth: HIDP socket layer initialized
[    4.132601] 8021q: 802.1Q VLAN Support v1.8
[    4.132613] : Enter rfkill_rk_init
[    4.132617] : Enter rfkill_wlan_init
[    4.132897] Key type dns_resolver registered
[    4.133711] using random self ethernet address
[    4.133718] using random host ethernet address
[    4.133971] usb0: HOST MAC ba:7c:1e:f3:96:2a
[    4.133977] usb0: MAC 06:09:74:27:87:c2
[    4.133989] using random self ethernet address
[    4.133993] using random host ethernet address
[    4.134024] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
[    4.134028] g_ether gadget: g_ether ready
[    4.134600] xc7160 3-001b: T-chip firefly camera driver version: 00.01.04
[    4.134625] xc7160 3-001b: Failed to get power-gpios, maybe no use
[    4.134668] xc7160 3-001b: supply avdd not found, using dummy regulator
[    4.134721] xc7160 3-001b: supply dovdd not found, using dummy regulator
[    4.134742] xc7160 3-001b: supply dvdd not found, using dummy regulator
[    4.134757] xc7160 3-001b: could not get default pinstate
[    4.134761] xc7160 3-001b: could not get sleep pinstate
[    4.134772] xc7160 3-001b: Success to get xc7160 endpoint data lanes, dts uses 4 lanes
[    4.143273] mmc0: SDHCI controller on fe2e0000.mmc using ADMA
[    4.176809] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[    4.177463] mmcblk0: mmc0:0001 Y2P064 58.2 GiB
[    4.177630] mmcblk0boot0: mmc0:0001 Y2P064 partition 1 4.00 MiB
[    4.177795] mmcblk0boot1: mmc0:0001 Y2P064 partition 2 4.00 MiB
[    4.178037] mmcblk0rpmb: mmc0:0001 Y2P064 partition 3 16.0 MiB, chardev (234:0)
[    4.181381]mmcblk0: p1 p2 p3 p4 p5 p6 p7
[    4.237930] dwc3 fc000000.usb: device reset
[    4.253322] rk3x-i2c feab0000.i2c: timeout, ipd: 0x90, state: 3
[    4.253354] xc7160 3-001b: write XC7160_REG_HIGH_SELECT failed
[    4.253557] xc7160: probe of 3-001b failed with error -5
[    4.253764] registered taskstats version 1
[    4.253771] Loading compiled-in X.509 certificates
[    4.254751] Btrfs loaded, crc32c=crc32c-generic
[    4.254868] pstore: Using crash dump compression: deflate
[    4.255181] rga3_core0 fdb60000.rga: Adding to iommu group 2
[    4.255196] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    4.255341] rga: rga3_core0_irq, irq = 34, match scheduler
[    4.255700] rga: rga3_core0 hardware loaded successfully, hw_version:3.0.76831.
[    4.255731] rga: rga3_core0 probe successfully
[    4.255964] rga3_core1 fdb70000.rga: Adding to iommu group 3
[    4.255976] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    4.256103] rga: rga3_core1_irq, irq = 35, match scheduler
[    4.256438] rga: rga3_core1 hardware loaded successfully, hw_version:3.0.76831.
[    4.256496] rga: rga3_core1 probe successfully
[    4.256710] rga: rga2_irq, irq = 36, match scheduler
[    4.257176] rga: rga2 hardware loaded successfully, hw_version:3.2.63318.
[    4.257191] rga: rga2 probe successfully
[    4.257386] rga2_mmu: IOMMU binding successfully, default mapping core
[    4.257488] rga: Module initialized. v1.2.20
[    4.257493]
[    4.257496] ********************************************************************
[    4.257500] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE         **
[    4.257503] **                                                                **
[    4.257507] **WRITEABLE clk DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL **
[    4.257509] **                                                                **
[    4.257513] ** This means that this kernel is built to expose clk operations**
[    4.257516] ** such as parent or rate setting, enabling, disabling, etc.      **
[    4.257519] ** to userspace, which may compromise security on your system.    **
[    4.257523] **                                                                **
[    4.257526] ** If you see this message and you are not debugging the          **
[    4.257529] ** kernel, report this immediately to your vendor!                **
[    4.257532] **                                                                **
[    4.257535] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE         **
[    4.257538] ********************************************************************
[    4.266610] vendor storage:20190527 ret = 0
[    4.285390] mali fb000000.gpu: Kernel DDK version g13p0-01eac0
[    4.285613] vcc5v0_host: supplied by vcc5v0_usb
[    4.286585] mali fb000000.gpu: leakage=14
[    4.286685] debugfs: Directory 'fb000000.gpu-mali' with parent 'vdd_gpu_s0' already present!
[    4.286854] vcc5v0_host3: supplied by vcc5v0_usb
[    4.288567] mali fb000000.gpu: pvtm=854
[    4.288688] mali fb000000.gpu: pvtm-volt-sel=2
[    4.290421] mali fb000000.gpu: avs=0
[    4.290619] W : : drivers/gpu/arm/bifrost/platform/rk/mali_kbase_config_rk.c; : 136; : kbase_platform_rk_init(); power-off-delay-ms not available.
[    4.291816] mali fb000000.gpu: GPU hardware issue table may need updating:
[    4.291816] r0p0 status 5 is unknown; treating as r0p0 status 0
[    4.291844] mali fb000000.gpu: GPU identified as 0x7 arch 10.8.6 r0p0 status 0
[    4.292065] mali fb000000.gpu: No priority control manager is configured
[    4.292089] mali fb000000.gpu: No memory group manager is configured
[    4.292142] mali fb000000.gpu: Protected memory allocator not available
[    4.292905] mali fb000000.gpu: Capping CSF_FIRMWARE_TIMEOUT to CSF_FIRMWARE_PING_TIMEOUT
[    4.293008] pcie30_avdd1v8: supplied by avcc_1v8_s0
[    4.294599] mali fb000000.gpu: Couldn't find power_model DT node matching 'arm,mali-simple-power-model'
[    4.294612] mali fb000000.gpu: Error -22, no DT entry: mali-simple-power-model.static-coefficient = 1*
[    4.294740] mali fb000000.gpu: Error -22, no DT entry: mali-simple-power-model.dynamic-coefficient = 1*
[    4.294860] mali fb000000.gpu: Error -22, no DT entry: mali-simple-power-model.ts = 4*
[    4.294977] mali fb000000.gpu: Error -22, no DT entry: mali-simple-power-model.thermal-zone = ''
[    4.296139] pcie30_avdd0v75: supplied by avdd_0v75_s0
[    4.296828] mali fb000000.gpu: Using configured power model mali-lodx-power-model, and fallback mali-simple-power-model
[    4.296995] mali fb000000.gpu: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=800000000 h_table=0
[    4.297946] mali fb000000.gpu: Probed as mali0
[    4.298952] rockchip-dmc dmc: leakage=31
[    4.298969] rockchip-dmc dmc: leakage-volt-sel=0
[    4.299330] rockchip-dmc dmc: avs=0
[    4.299346] rockchip-dmc dmc: current ATF version 0x100
[    4.299444] rockchip-dmc dmc: normal_rate = 1560000000
[    4.299451] rockchip-dmc dmc: reboot_rate = 2112000000
[    4.299458] rockchip-dmc dmc: suspend_rate = 528000000
[    4.299464] rockchip-dmc dmc: video_4k_rate = 1560000000
[    4.299471] rockchip-dmc dmc: video_4k_10b_rate = 1560000000
[    4.299478] rockchip-dmc dmc: video_svep_rate = 1560000000
[    4.299484] rockchip-dmc dmc: boost_rate = 2112000000
[    4.299492] rockchip-dmc dmc: fixed_rate(isp|cif0|cif1|dualview) = 2112000000
[    4.299498] rockchip-dmc dmc: performance_rate = 2112000000
[    4.299506] rockchip-dmc dmc: hdmirx_rate = 2112000000
[    4.299517] rockchip-dmc dmc: failed to get vop bandwidth to dmc rate
[    4.299523] rockchip-dmc dmc: failed to get vop pn to msch rl
[    4.299627] rockchip-dmc dmc: l=10000 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
[    4.299897] rockchip-dmc dmc: could not find power_model node
[    4.320700] using random self ethernet address
[    4.320717] using random host ethernet address
[    4.321282] usb1: HOST MAC 46:1a:db:b5:fd:87
[    4.321290] usb1: MAC 2a:34:a6:57:eb:d5
[    4.321321] g_cdc gadget: CDC Composite Gadget, version: King Kamehameha Day 2008
[    4.321328] g_cdc gadget: g_cdc ready
[    4.322202] input: adc-keys as /devices/platform/adc-keys/input/input2
[    4.330147] dwc3 fc000000.usb: device disconnect
[    4.337676] ohci-platform fc8c0000.usb: Generic Platform OHCI controller
[    4.338019] ohci-platform fc8c0000.usb: new USB bus registered, assigned bus number 1
[    4.338197] ohci-platform fc8c0000.usb: irq 23, io mem 0xfc8c0000
[    4.397542] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[    4.397577] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.397591] usb usb1: Product: Generic Platform OHCI controller
[    4.397606] usb usb1: Manufacturer: Linux 5.10.110 ohci_hcd
[    4.397619] usb usb1: SerialNumber: fc8c0000.usb
[    4.398459] hub 1-0:1.0: USB hub found
[    4.398530] hub 1-0:1.0: 1 port detected
[    4.400306] ehci-platform fc880000.usb: EHCI Host Controller
[    4.400896] ehci-platform fc880000.usb: new USB bus registered, assigned bus number 2
[    4.401092] ehci-platform fc880000.usb: irq 22, io mem 0xfc880000
[    4.413486] ehci-platform fc880000.usb: USB 2.0 started, EHCI 1.00
[    4.413938] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    4.413972] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.413997] usb usb2: Product: EHCI Host Controller
[    4.414024] usb usb2: Manufacturer: Linux 5.10.110 ehci_hcd
[    4.414048] usb usb2: SerialNumber: fc880000.usb
[    4.415486] hub 2-0:1.0: USB hub found
[    4.415587] hub 2-0:1.0: 1 port detected
[    4.420218] ohci-platform fc840000.usb: Generic Platform OHCI controller
[    4.421040] ohci-platform fc840000.usb: new USB bus registered, assigned bus number 3
[    4.421347] ohci-platform fc840000.usb: irq 21, io mem 0xfc840000
[    4.432962] dwc3 fc400000.usb: device reset
[    4.481133] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[    4.481208] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.481237] usb usb3: Product: Generic Platform OHCI controller
[    4.481262] usb usb3: Manufacturer: Linux 5.10.110 ohci_hcd
[    4.481288] usb usb3: SerialNumber: fc840000.usb
[    4.482658] hub 3-0:1.0: USB hub found
[    4.482752] hub 3-0:1.0: 1 port detected
[    4.485899] ehci-platform fc800000.usb: EHCI Host Controller
[    4.486403] ehci-platform fc800000.usb: new USB bus registered, assigned bus number 4
[    4.486499] ehci-platform fc800000.usb: irq 20, io mem 0xfc800000
[    4.500039] ehci-platform fc800000.usb: USB 2.0 started, EHCI 1.00
[    4.500566] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    4.500604] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.500631] usb usb4: Product: EHCI Host Controller
[    4.500657] usb usb4: Manufacturer: Linux 5.10.110 ehci_hcd
[    4.500680] usb usb4: SerialNumber: fc800000.usb
[    4.501737] hub 4-0:1.0: USB hub found
[    4.501757] hub 4-0:1.0: 1 port detected
[    4.503692] register spi return v = :0
[    4.505713] RKNPU fdab0000.npu: Adding to iommu group 0
[    4.505749] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    4.505770] dwmmc_rockchip fe2c0000.mmc: IDMAC supports 32-bit address mode.
[    4.505820] dwmmc_rockchip fe2c0000.mmc: Using internal DMA controller.
[    4.505832] dwmmc_rockchip fe2c0000.mmc: Version ID is 270a
[    4.505868] dwmmc_rockchip fe2c0000.mmc: DW MMC controller at irq 76,32 bit host data width,256 deep fifo
[    4.505896] RKNPU fdab0000.npu: RKNPU: rknpu iommu is enabled, using iommu mode
[    4.509430] RKNPU fdab0000.npu: can't request region for resource
[    4.509461] RKNPU fdab0000.npu: can't request region for resource
[    4.509480] RKNPU fdab0000.npu: can't request region for resource
[    4.510231] Initialized rknpu 0.8.2 20220829 for fdab0000.npu on minor 1
[    4.514235] RKNPU fdab0000.npu: leakage=8
[    4.514315] debugfs: Directory 'fdab0000.npu-rknpu' with parent 'vdd_npu_s0' already present!
[    4.521748] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    4.522434] RKNPU fdab0000.npu: pvtm=849
[    4.527688] RKNPU fdab0000.npu: pvtm-volt-sel=2
[    4.528959] RKNPU fdab0000.npu: avs=0
[    4.529187] RKNPU fdab0000.npu: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=800000000 h_table=0
[    4.542220] RKNPU fdab0000.npu: failed to find power_model node
[    4.542275] RKNPU fdab0000.npu: RKNPU: failed to initialize power model
[    4.542296] RKNPU fdab0000.npu: RKNPU: failed to get dynamic-coefficient
[    4.544211] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    4.553234] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    4.554889] rockchip-pm rockchip-suspend: not set pwm-regulator-config
[    4.555925] I : : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; : 405; : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '17:07:37', on 'Jan 12 2023'.
[    4.556333] Mali:
[    4.556336] Mali device driver loaded
[    4.557530] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    4.557627] cfg80211: failed to load regulatory.db
[    4.563474] ret 1024 0
[    4.563837] ALSA device list:
[    4.563858]   #0: rockchip-hdmi0
[    4.569662] Freeing unused kernel memory: 7616K
[    4.603588] Run /init as init process
Starting syslogd: OK
Starting klogd: OK
Running sysctl: OK
Populating /dev using udev: [    4.658950] udevd: starting version 3.2.10
[    4.664410] udevd: starting eudev-3.2.10
done
Saving random seed: OK
Will now mount all partitions in /etc/fstab
Note: Will skip fsck, remove /.skip_fsck to enable
Handling misc: /dev/mmcblk0p2 /misc emmc defaults 0
Unsupported file system emmc for /dev/mmcblk0p2
Handling userdata: /dev/mmcblk0p7 /userdata ext4 defaults 0
Resizing /dev/mmcblk0p7(ext4)
[    5.175664] EXT4-fs (mmcblk0p7): recovery complete
[    5.175714] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
resize2fs 1.46.4 (18-Aug-2021)
The filesystem is already 13583352 (4k) blocks long.Nothing to do!

tune2fs 1.46.4 (18-Aug-2021)
Mounting /dev/mmcblk0p7(ext4) on /userdata
[    5.206705] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
Handling userdata: /dev/mmcblk0p7 /userdata ext4 defaults 2
[    5.303929] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[    5.304229] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 5
[    5.304423] xhci-hcd xhci-hcd.5.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000082002010010
[    5.304470] xhci-hcd xhci-hcd.5.auto: irq 110, io mem 0xfc000000
[    5.304803] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    5.304817] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.304827] usb usb5: Product: xHCI Host Controller
[    5.304837] usb usb5: Manufacturer: Linux 5.10.110 xhci-hcd
[    5.304847] usb usb5: SerialNumber: xhci-hcd.5.auto
[    5.305397] hub 5-0:1.0: USB hub found
[    5.305461] hub 5-0:1.0: 1 port detected
[    5.305804] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[    5.305992] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 6
[    5.306012] xhci-hcd xhci-hcd.5.auto: Host supports USB 3.0 SuperSpeed
[    5.306077] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    5.306181] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    5.306204] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.306215] usb usb6: Product: xHCI Host Controller
[    5.306224] usb usb6: Manufacturer: Linux 5.10.110 xhci-hcd
[    5.306233] usb usb6: SerialNumber: xhci-hcd.5.auto
[    5.306746] hub 6-0:1.0: USB hub found
[    5.306802] hub 6-0:1.0: 1 port detected
Mounting /dev/mmcblk0p7(ext4) on /userdata
[    5.326759] dwc3 fc400000.usb: device reset
[    5.330097] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
Log saved to /tmp/mountall.log
Starting network: cmdline=storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normalstoragenode=/mmc@fe2e0000 androidboot.verifiedbootstate=orange ro rootwait earlycon=uart8250,mmio32,0xfeb50000 console=ttyFIQ0 irqchip.gicv3_pseudo_nmi=0 root=PARTLABEL=rootfs rootfstype=ext4 overlayroot=device:dev=PARTLABEL=userdata,fstype=ext4,mkfs=1 coherent_pool=1m systemd.gpt_auto=0 cgroup_enable=memory swapaccount=1

read console from cmdline is /dev/ttyFIQ0
Starting recovery on Thu Jan1 00:00:03 1970

Recovery System have UI defined.
failed to read font: res=-1, fall back to the compiled-in font
cannot find/open a drm device: No such file or directory
recovery filesystem table
=========================
0 (null) /tmp ramdisk (null) (null) (null)
1 /dev/root / ext4 rw,noauto 0 1
2 proc /proc proc defaults 0 0
3 devpts /dev/pts devpts defaults,gid=5,mode=620 0 0
4 tmpfs /dev/shm tmpfs mode=0777 0 0
5 tmpfs /tmp tmpfs mode=1777 0 0
6 tmpfs /run tmpfs mode=0755,nosuid,nodev 0 0
7 sysfs /sys sysfs defaults 0 0
8 /dev/block/by-name/misc /misc emmc defaults 0 0
9 /dev/block/by-name/userdata /userdata ext4 defaults 0 0
10 /dev/block/by-name/oem /oem ext2 defaults 0 0
11 /dev/sda1 /mnt/usb_storage vfat defaults 0 0
12 /dev/mmcblk1p1 /mnt/external_sd vfat defaults 0 0
13 /dev/block/by-name/oem /oem ext2 defaults 0 2
14 /dev/block/by-name/userdata /userdata ext4 defaults 0 2

executing '/usr/bin/relink-block.sh'
OK
Debug: configfs_init
mkdir: can't create directory '/sys/kernel/config/usb_gadget/rockchip/functions/uac1.gs0': No such file or directory
mkdir: can't create directory '/sys/kernel/config/usb_gadget/rockchip/functions/uac2.gs0': No such file or directory
[    5.388593] file system registered
mkdir: can't create directory '/sys/kernel/config/usb_gadget/rockchip/functions/mtp.gs0': No such file or directory
[    5.394845] using random self ethernet address
[    5.394882] using random host ethernet address
[    5.398984] Mass Storage Function, version: 2009/09/11
[    5.399030] LUN: removable file: (no medium)
mkdir: can't create directory '/sys/kernel/config/usb_gadget/rockchip/functions/hid.usb0': No such file or directory
[    5.430915] read descriptors
[    5.430967] read strings
executed '/usr/bin/relink-block.sh' done
executed '/usr/bin/relink-block.sh' return 0
emmc_point is /dev/mmcblk0
sd_point is (null)
sd_point_2 is (null)
Recovery start....................
read cmdline
>>> Boot from non-SDcard
executing '/usr/bin/relink-block.sh'
executed '/usr/bin/relink-block.sh' done
executed '/usr/bin/relink-block.sh' return 0
RECOVERY devices is not MTD.
RECOVERY Boot command: boot-recovery
RECOVERY Got arguments from boot message
executing '/usr/bin/relink-block.sh'
[    5.619860] usb 5-1: new high-speed USB device number 2 using xhci-hcd
executed '/usr/bin/relink-block.sh' done
executed '/usr/bin/relink-block.sh' return 0
RECOVERY devices is not MTD.
Command: "recovery" "--wipe_all"

firefly: umount sdcard
[    5.664643] dwc3 fc400000.usb: device reset
[    5.764204] usb 5-1: New USB device found, idVendor=23a9, idProduct=ef18, bcdDevice= 1.00
[    5.764301] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.764328] usb 5-1: Product: DISK
[    5.764353] usb 5-1: Manufacturer: USB
sh: write error: Device or resource busy
[    6.439454] udc-core: couldn't find an available UDC or it's busy
Starting input-event-daemon: input-event-daemon: Start parsing /etc/input-event-daemon.conf...
input-event-daemon: Adding device: /dev/input/event0...
input-event-daemon: Adding device: /dev/input/event1...
input-event-daemon: Adding device: /dev/input/event2...
input-event-daemon: Start listening on 3 devices...
done
# Formatting /userdata...
executing '/usr/bin/relink-block.sh'
executed '/usr/bin/relink-block.sh' done
executed '/usr/bin/relink-block.sh' return 0
executing '/usr/bin/relink-block.sh'
executed '/usr/bin/relink-block.sh' done
executed '/usr/bin/relink-block.sh' return 0
format '/dev/block/by-name/userdata' to ext4 filesystem
executing '/sbin/mke2fs'
executed '/sbin/mke2fs' done
executed '/sbin/mke2fs' return 0
executing '/sbin/e2fsck'
e2fsck 1.46.4 (18-Aug-2021)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/block/by-name/userdata: 11/3399680 files (0.0% non-contiguous), 292268/13583352 blocks
executed '/sbin/e2fsck' done
executed '/sbin/e2fsck' return 0
Data wipe done.
userdata wipe done.
resize oem done.
finish_recovery Enter.....
[    9.694425] executing '/usr/bin/relink-block.sh'
EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts:
executed '/usr/bin/relink-block.sh' done
executed '/usr/bin/relink-block.sh' return 0
RECOVERY Can't open /tmp/recovery.log
executing '/usr/bin/relink-block.sh'
executed '/usr/bin/relink-block.sh' done
executed '/usr/bin/relink-block.sh' return 0
RECOVERY Can't open /tmp/recovery.log
executing '/usr/bin/relink-block.sh'
executed '/usr/bin/relink-block.sh' done
executed '/usr/bin/relink-block.sh' return 0
RECOVERY devices is not MTD.
executing '/usr/bin/relink-block.sh'
executed '/usr/bin/relink-block.sh' done
executed '/usr/bin/relink-block.sh' return 0
Rebooting...
Reboot...
[   10.079971] kvm: exiting hardware virtualization
[   10.180880] rk860-regulator 1-0042: rk860..... reset
[   10.182276] rk860-regulator 1-0042: force rk860x_reset ok!
[   10.182775] rk860-regulator 0-0043: rk860..... reset
[   10.184247] rk860-regulator 0-0043: force rk860x_reset ok!
[   10.184741] rk860-regulator 0-0042: rk860..... reset
[   10.186081] rk860-regulator 0-0042: force rk860x_reset ok!
[   10.186984] mpp_av1dec av1d-master: shutdown device
[   10.187420] mpp_av1dec av1d-master: shutdown success
[   10.237492] mpp_rkvdec2 fdc48100.rkvdec-core: shutdown device
[   10.238099] mpp_rkvdec2 fdc48100.rkvdec-core: shutdown success
[   10.238629] mpp_rkvdec2 fdc38100.rkvdec-core: shutdown device
[   10.239135] mpp_rkvdec2 fdc38100.rkvdec-core: shutdown success
[   10.239652] mpp_rkvenc2 fdbe0000.rkvenc-core: shutdown device
[   10.240169] mpp_rkvenc2 fdbe0000.rkvenc-core: shutdown success
[   10.240689] mpp_rkvenc2 fdbd0000.rkvenc-core: shutdown device
[   10.241194] mpp_rkvenc2 fdbd0000.rkvenc-core: shutdown success
[   10.241712] mpp-iep2 fdbb0000.iep: shutdown device
[   10.242130] mpp-iep2 fdbb0000.iep: shutdown success
[   10.242566] mpp_vepu2 fdbac000.jpege-core: shutdown device
[   10.243050] mpp_vepu2 fdbac000.jpege-core: shutdown success
[   10.243555] mpp_vepu2 fdba8000.jpege-core: shutdown device
[   10.244038] mpp_vepu2 fdba8000.jpege-core: shutdown success
[   10.244529] mpp_vepu2 fdba4000.jpege-core: shutdown device
[   10.245013] mpp_vepu2 fdba4000.jpege-core: shutdown success
[   10.245505] mpp_vepu2 fdba0000.jpege-core: shutdown device
[   10.245989] mpp_vepu2 fdba0000.jpege-core: shutdown success
[   10.246485] mpp_jpgdec fdb90000.jpegd: shutdown device
[   10.246935] mpp_jpgdec fdb90000.jpegd: shutdown success
[   10.247418] mpp_vdpu2 fdb50400.vdpu: shutdown device
[   10.247848] mpp_vdpu2 fdb50400.vdpu: shutdown success
[   10.248411] xhci-hcd xhci-hcd.5.auto: remove, state 4
[   10.248855] usb usb6: USB disconnect, device number 1
[   10.249778] xhci-hcd xhci-hcd.5.auto: USB bus 6 deregistered
[   10.250802] xhci-hcd xhci-hcd.5.auto: remove, state 1
[   10.251254] usb usb5: USB disconnect, device number 1
[   10.251701] usb 5-1: USB disconnect, device number 2
[   10.253652] xhci-hcd xhci-hcd.5.auto: USB bus 5 deregistered
[   10.255215] reboot: Restarting system
DDR Version V1.08 20220617
LPDDR4, 2112MHz
channel BW=16 Col=10 Bk=8 CS0 Row=17 CS=1 Die BW=16 Size=2048MB
channel BW=16 Col=10 Bk=8 CS0 Row=17 CS=1 Die BW=16 Size=2048MB
channel BW=16 Col=10 Bk=8 CS0 Row=17 CS=1 Die BW=16 Size=2048MB
channel BW=16 Col=10 Bk=8 CS0 Row=17 CS=1 Die BW=16 Size=2048MB
Manufacturer ID:0xff
CH0 RX Vref:28.7%, TX Vref:12.2%,0.0%
CH1 RX Vref:28.7%, TX Vref:12.2%,0.0%
CH2 RX Vref:28.7%, TX Vref:12.2%,0.0%
CH3 RX Vref:27.7%, TX Vref:12.2%,0.0%
change to F1: 528MHz
change to F2: 1068MHz
change to F3: 1560MHz
change to F0: 2112MHz
out
U-Boot SPL board init
U-Boot SPL 2017.09-gc060f28d70-220414 #zyf (Apr 18 2022 - 18:13:34)
Failed to set cpub01
Failed to set cpub23
unknown raw ID phN
unrecognized JEDEC id bytes: 00, 00, 00
Trying to boot from MMC2
MMC: no card present
mmc_init: -123, time 0
spl: mmc init failed with error: -123
Trying to boot from MMC1
Trying fit image at 0x4000 sector
## Verified-boot: 0
## Checking atf-1 0x00040000 ... sha256(ce2098067b...) + OK
## Checking uboot 0x00200000 ... sha256(77b6741b0d...) + OK
## Checking fdt 0x0035b2f8 ... sha256(c07f4a4d71...) + OK
## Checking atf-2 0x000f0000 ... sha256(ebc45c531e...) + OK
## Checking atf-3 0xff100000 ... sha256(9ded9f3bb5...) + OK
## Checking optee 0x08400000 ... sha256(fde0860845...) + OK
Jumping to U-Boot(0x00200000) via ARM Trusted Firmware(0x00040000)
Total: 118.482 ms

INFO:    Preloader serial: 2
NOTICE:BL31: v2.3():v2.3-444-g1450d21e8:derrick.huang
NOTICE:BL31: Built : 16:25:50, Oct 12 2022
INFO:    spec: 0x1
INFO:    ext 32k is not valid
INFO:    ddr: stride-en 4CH
INFO:    GICv3 without legacy support detected.
INFO:    ARM GICv3 driver initialized in EL3
INFO:    valid_cpu_msk=0xff bcore0_rst = 0x0, bcore1_rst = 0x0
INFO:    system boots from cpu-hwid-0
INFO:    idle_st=0x21fff, pd_st=0x11fff9, repair_st=0xfff70001
INFO:    dfs DDR fsp_params.freq_mhz= 2112MHz
INFO:    dfs DDR fsp_params.freq_mhz= 528MHz
INFO:    dfs DDR fsp_params.freq_mhz= 1068MHz
INFO:    dfs DDR fsp_params.freq_mhz= 1560MHz
INFO:    BL31: Initialising Exception Handling Framework
INFO:    BL31: Initializing runtime services
INFO:    BL31: Initializing BL32
INFO:    hdmirx_handler: dma not on, ret
I/TC:
I/TC: OP-TEE version: 3.13.0-652-g4542e1efd #derrick.huang (gcc version 10.2.1 20201103 (GNU Toolchain for the A-profile Architecture 10.2-2020.11 (arm-10.16))) #5 2022年 09月 20日 星期二 09:41:09 CST 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 = 0x200000
INFO:    SPSR = 0x3c9


U-Boot 2017.09(u-boot commit id: e8b5ef0c39)(sdk version: rk3588_linux_release_20221012_v1.0.2a)-ge8b5ef0c39 #root (Jan 16 2023 - 14:04:55 +0800)

Model: Rockchip RK3588 Evaluation Board
PreSerial: 2, raw, 0xfeb50000
DRAM:7.7 GiB
Sysmem: init
Relocation Offset: eda1c000
Relocation fdt: eb9f9fb8 - eb9fecc0
CR: M/C/I
Using default environment

mmc@fe2c0000: 1, mmc@fe2e0000: 0
Bootdev(atags): mmc 0
MMC0: HS200, 200Mhz
PartType: EFI
DM: v2
boot mode: normal
=================begin===================
162383 bytes read in 7 ms (22.1 MiB/s)
DTB(Distro): rk-kernel.dtb
I2c0 speed: 100000Hz
vsel-gpios- not found!
en-gpios- not found!
vdd_cpu_big0_s0 800000 uV
vsel-gpios- not found!
en-gpios- not found!
vdd_cpu_big1_s0 800000 uV
I2c1 speed: 100000Hz
vsel-gpios- not found!
en-gpios- not found!
vdd_npu_s0 800000 uV
spi2: RK806: 2
ON=0x00, OFF=0x00
vdd_gpu_s0 750000 uV
vdd_cpu_lit_s0 750000 uV
vdd_log_s0 750000 uV
vdd_vdenc_s0 init 750000 uV
vdd_ddr_s0 850000 uV
I2c6 speed: 400000Hz
get vp0 plane mask:0x5, primary id:2, cursor_plane:-1, from dts
get vp1 plane mask:0xa, primary id:3, cursor_plane:-1, from dts
get vp2 plane mask:0x140, primary id:8, cursor_plane:-1, from dts
get vp3 plane mask:0x280, primary id:9, cursor_plane:-1, from dts
Could not find baseparameter partition
Model: Firefly INo resource partition
No file: logo.bmp
=================begin===================
512 bytes read in 3 ms (166 KiB/s)
logo(Distro): logo.bmp
=================begin===================
127818 bytes read in 4 ms (30.5 MiB/s)
logo(Distro): logo.bmp
Rockchip UBOOT DRM driver version: v1.0.1
vp0 have layer nr:2, primary plane: 2
vp1 have layer nr:2, primary plane: 3
vp2 have layer nr:2, primary plane: 8
vp3 have layer nr:2, primary plane: 9
hdmi@fde80000 disconnected
CLK: (uboot. arm: enter 1008000 KHz, init 1008000 KHz, kernel 0N/A)
b0pll 24000 KHz
b1pll 24000 KHz
lpll 24000 KHz
v0pll 24000 KHz
aupll 786431 KHz
cpll 1500000 KHz
gpll 1188000 KHz
npll 850000 KHz
ppll 1100000 KHz
aclk_center_root 702000 KHz
pclk_center_root 100000 KHz
hclk_center_root 396000 KHz
aclk_center_low_root 500000 KHz
aclk_top_root 594000 KHz
pclk_top_root 100000 KHz
aclk_low_top_root 396000 KHz
Net:   eth0: ethernet@fe1b0000
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 FIT: No fit blob
FIT: No FIT image
Unknown command 'bootrkp' - try 'help'
MMC: no card present
mmc_init: -123, time 1
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:3...
Found /extlinux/extlinux.conf
Retrieving file: /extlinux/extlinux.conf
=================begin===================
104 bytes read in 3 ms (33.2 KiB/s)
FIREFLY: use /rk-kernel.dtb
1:      rk-kernel.dtb linux-5.10.110
Retrieving file: /initrd-5.10.110
=================begin===================
9233322 bytes read in 54 ms (163.1 MiB/s)
Retrieving file: /Image-5.10.110
=================begin===================
41757184 bytes read in 262 ms (152 MiB/s)
Retrieving file: /rk-kernel.dtb
=================begin===================
162383 bytes read in 8 ms (19.4 MiB/s)
Fdt Ramdisk skip relocation
## Flattened Device Tree blob at 0x08300000
   Booting using the fdt blob at 0x08300000
'reserved-memory' cma: addr=10000000 size=10000000
'reserved-memory' ramoops@110000: addr=110000 size=f0000
   Using Device Tree in place at 0000000008300000, end 000000000832aa4e
No resource partition
No file: logo_kernel.bmp
=================begin===================
512 bytes read in 3 ms (166 KiB/s)
logo(Distro): logo_kernel.bmp
=================begin===================
127818 bytes read in 3 ms (40.6 MiB/s)
logo(Distro): logo_kernel.bmp
Adding bank: 0x00200000 - 0x08400000 (size: 0x08200000)
Adding bank: 0x09400000 - 0xf0000000 (size: 0xe6c00000)
Adding bank: 0x100000000 - 0x200000000 (size: 0x100000000)
Total: 641.781 ms

Starting kernel ...

[    0.771200] Booting Linux on physical CPU 0x0000000000
[    0.771226] Linux version 5.10.110 (root@zh-virtual-machine) (kernel commit id: 4a55b55733a0) (sdk version: rk3588_linux_release_20221012_v1.0.2a) (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) #5 SMP Fri Jan 13 16:43:37 CST 2023
[    0.778750] Machine model: Firefly ITX-3588J HDMI(Linux)
[    0.778832] earlycon: uart8250 at MMIO32 0x00000000feb50000 (options '')
[    0.783676] printk: bootconsole enabled
[    0.785890] efi: UEFI not found.
[    0.790238] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-cubic-lut@00000000': base 0x0000000000000000, size 0 MiB
[    0.791390] Reserved memory: created CMA memory pool at 0x0000000010000000, size 256 MiB
[    0.792132] OF: reserved mem: initialized node cma, compatible id shared-dma-pool
[    0.907811] Zone ranges:
[    0.908050]   DMA      
[    0.908622]   DMA32    empty
[    0.908890]   Normal   
[    0.909460] Movable zone start for each node
[    0.909852] Early memory node ranges
[    0.910182]   node   0:
[    0.910758]   node   0:
[    0.911335]   node   0:
[    0.911913] Initmem setup node 0
[    0.959262] psci: probing for conduit method from DT.
[    0.959733] psci: PSCIv1.1 detected in firmware.
[    0.960157] psci: Using standard PSCI v0.2 function IDs
[    0.960640] psci: Trusted OS migration not required
[    0.961090] psci: SMC Calling Convention v1.2
[    0.961888] percpu: Embedded 32 pages/cpu s93160 r8192 d29720 u131072
[    0.962692] Detected VIPT I-cache on CPU0
[    0.963096] CPU features: detected: GIC system register CPU interface
[    0.963688] CPU features: detected: Virtualization Host Extensions
[    0.964259] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    0.964907] alternatives: patching kernel code
[    0.967472] Built 1 zonelists, mobility grouping on.Total pages: 1995336
[    0.968110] Kernel command line: storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normalstoragenode=/mmc@fe2e0000 androidboot.verifiedbootstate=orange ro rootwait earlycon=uart8250,mmio32,0xfeb50000 console=ttyFIQ0 irqchip.gicv3_pseudo_nmi=0 root=PARTLABEL=rootfs rootfstype=ext4 overlayroot=device:dev=PARTLABEL=userdata,fstype=ext4,mkfs=1 coherent_pool=1m systemd.gpt_auto=0 cgroup_enable=memory swapaccount=1
[    0.972627] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.973750] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.974470] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.981298] software IO TLB: mapped (64MB)
[    1.045070] Memory: 7571076K/8108032K available (22336K kernel code, 3786K rwdata, 6892K rodata, 7616K init, 656K bss, 274812K reserved, 262144K cma-reserved)
[    1.046489] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    1.047117] ftrace: allocating 67468 entries in 264 pages
[    1.145986] ftrace: allocated 264 pages with 2 groups
[    1.146712] rcu: Hierarchical RCU implementation.
[    1.147148] rcu:   RCU event tracing is enabled.
[    1.147566]Rude variant of Tasks RCU enabled.
[    1.147982]Tracing variant of Tasks RCU enabled.
[    1.148423] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    1.154213] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    1.156641] GICv3: GIC: Using split EOI/Deactivate mode
[    1.157125] GICv3: 480 SPIs implemented
[    1.157478] GICv3: 0 Extended SPIs implemented
[    1.157911] GICv3: Distributor has no Range Selector support
[    1.158436] GICv3: 16 PPIs implemented
[    1.158822] GICv3: CPU0: found redistributor 0 region 0:0x00000000fe680000
[    1.159557] ITS
[    1.159984] ITS@0x00000000fe640000: allocated 8192 Devices @100220000 (indirect, esz 8, psz 64K, shr 0)
[    1.160863] ITS@0x00000000fe640000: allocated 32768 Interrupt Collections @100230000 (flat, esz 2, psz 64K, shr 0)
[    1.161814] ITS: using cache flushing for cmd queue
[    1.162290] ITS
[    1.162713] ITS@0x00000000fe660000: allocated 8192 Devices @100250000 (indirect, esz 8, psz 64K, shr 0)
[    1.163592] ITS@0x00000000fe660000: allocated 32768 Interrupt Collections @100260000 (flat, esz 2, psz 64K, shr 0)
[    1.164543] ITS: using cache flushing for cmd queue
[    1.165118] GICv3: using LPI property table @0x0000000100270000
[    1.165772] GIC: using cache flushing for LPI property table
[    1.166296] GICv3: CPU0: using allocated LPI pending table @0x0000000100280000
[    1.167107] random: get_random_bytes called from start_kernel+0x3f0/0x65c with crng_init=0
[    1.276871] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    1.278141] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    1.279101] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    1.280713] Console: colour dummy device 80x25
[    1.281131] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
[    1.282043] pid_max: default: 32768 minimum: 301
[    1.282540] LSM: Security Framework initializing
[    1.283011] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.283700] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.285916] rcu: Hierarchical SRCU implementation.
[    1.287120] Platform MSI: msi-controller@fe640000 domain created
[    1.287666] Platform MSI: msi-controller@fe660000 domain created
[    1.288465] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe640000 domain created
[    1.289209] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe660000 domain created
[    1.290038] EFI services will not be available.
[    1.290712] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Secondary CPU 4 initializing
I/TC: Secondary CPU 4 switching to normal world boot
I/TC: Secondary CPU 5 initializing
I/TC: Secondary CPU 5 switching to normal world boot
I/TC: Secondary CPU 6 initializing
I/TC: Secondary CPU 6 switching to normal world boot
I/TC: Secondary CPU 7 initializing
I/TC: Secondary CPU 7 switching to normal world boot
[    1.292254] Detected VIPT I-cache on CPU1
[    1.292284] GICv3: CPU1: found redistributor 100 region 0:0x00000000fe6a0000
[    1.292299] GICv3: CPU1: using allocated LPI pending table @0x0000000100290000
[    1.292342] CPU1: Booted secondary processor 0x0000000100
[    1.293536] Detected VIPT I-cache on CPU2
[    1.293558] GICv3: CPU2: found redistributor 200 region 0:0x00000000fe6c0000
[    1.293572] GICv3: CPU2: using allocated LPI pending table @0x00000001002a0000
[    1.293609] CPU2: Booted secondary processor 0x0000000200
[    1.294768] Detected VIPT I-cache on CPU3
[    1.294787] GICv3: CPU3: found redistributor 300 region 0:0x00000000fe6e0000
[    1.294800] GICv3: CPU3: using allocated LPI pending table @0x00000001002b0000
[    1.294834] CPU3: Booted secondary processor 0x0000000300
[    1.296008] CPU features: detected: Spectre-v4
[    1.296011] CPU features: detected: Spectre-BHB
[    1.296013] Detected PIPT I-cache on CPU4
[    1.296024] GICv3: CPU4: found redistributor 400 region 0:0x00000000fe700000
[    1.296032] GICv3: CPU4: using allocated LPI pending table @0x00000001002c0000
[    1.296055] CPU4: Booted secondary processor 0x0000000400
[    1.297170] Detected PIPT I-cache on CPU5
[    1.297182] GICv3: CPU5: found redistributor 500 region 0:0x00000000fe720000
[    1.297189] GICv3: CPU5: using allocated LPI pending table @0x00000001002d0000
[    1.297213] CPU5: Booted secondary processor 0x0000000500
[    1.298341] Detected PIPT I-cache on CPU6
[    1.298352] GICv3: CPU6: found redistributor 600 region 0:0x00000000fe740000
[    1.298360] GICv3: CPU6: using allocated LPI pending table @0x00000001002e0000
[    1.298383] CPU6: Booted secondary processor 0x0000000600
[    1.299494] Detected PIPT I-cache on CPU7
[    1.299506] GICv3: CPU7: found redistributor 700 region 0:0x00000000fe760000
[    1.299514] GICv3: CPU7: using allocated LPI pending table @0x00000001002f0000
[    1.299537] CPU7: Booted secondary processor 0x0000000700
[    1.299592] smp: Brought up 1 node, 8 CPUs
[    1.316080] SMP: Total of 8 processors activated.
[    1.316504] CPU features: detected: Privileged Access Never
[    1.316999] CPU features: detected: User Access Override
[    1.317470] CPU features: detected: 32-bit EL0 Support
[    1.317928] CPU features: detected: Common not Private translations
[    1.318486] CPU features: detected: RAS Extension Support
[    1.318967] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    1.319729] CPU features: detected: CRC32 instructions
[    1.320192] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    1.320811] CPU features: detected: RCpc load-acquire (LDAPR)
[    1.321391] CPU: All CPU(s) started at EL2
[    1.323874] devtmpfs: initialized
[    1.332096] Registered cp15_barrier emulation handler
[    1.332551] Registered setend emulation handler
[    1.333025] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    1.333893] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    1.334618] pinctrl core: initialized pinctrl subsystem
[    1.335289] DMI not present or invalid.
[    1.335735] NET: Registered protocol family 16
[    1.336620] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    1.337320] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    1.338029] audit: initializing netlink subsys (disabled)
[    1.338563] audit: type=2000 audit(0.056:1): state=initialized audit_enabled=0 res=1
[    1.338992] thermal_sys: Registered thermal governor 'fair_share'
[    1.339253] thermal_sys: Registered thermal governor 'step_wise'
[    1.339800] thermal_sys: Registered thermal governor 'user_space'
[    1.340332] thermal_sys: Registered thermal governor 'power_allocator'
[    1.340982] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[    1.342294] thermal thermal_zone2: power_allocator: sustainable_power will be estimated
[    1.343025] thermal thermal_zone3: power_allocator: sustainable_power will be estimated
[    1.343758] thermal thermal_zone4: power_allocator: sustainable_power will be estimated
[    1.344494] thermal thermal_zone5: power_allocator: sustainable_power will be estimated
[    1.345228] thermal thermal_zone6: power_allocator: sustainable_power will be estimated
[    1.345952] cpuidle: using governor menu
[    1.346306] Registered FIQ tty driver
[    1.346740] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    1.347433] ASID allocator initialised with 65536 entries
[    1.348910] ramoops: dmesg-0 0x20000@0x0000000000110000
[    1.349490] ramoops: console 0x80000@0x0000000000130000
[    1.349973] ramoops: pmsg    0x50000@0x00000000001b0000
[    1.350648] printk: console enabled
[    1.351052] pstore: Registered ramoops as persistent store backend
[    1.351602] ramoops: using 0xf0000@0x110000, ecc: 0
[    1.383343] rockchip-gpio fd8a0000.gpio: probed /pinctrl/gpio@fd8a0000
[    1.384104] rockchip-gpio fec20000.gpio: probed /pinctrl/gpio@fec20000
[    1.384833] rockchip-gpio fec30000.gpio: probed /pinctrl/gpio@fec30000
[    1.385577] rockchip-gpio fec40000.gpio: probed /pinctrl/gpio@fec40000
[    1.386334] rockchip-gpio fec50000.gpio: probed /pinctrl/gpio@fec50000
[    1.386940] rockchip-pinctrl pinctrl: probed pinctrl
[    1.393524] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    1.394127] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[    1.394723] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    1.395319] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[    1.453701] raid6: neonx8   gen()5617 MB/s
[    1.510425] raid6: neonx8   xor()4437 MB/s
[    1.567153] raid6: neonx4   gen()5548 MB/s
[    1.623877] raid6: neonx4   xor()4717 MB/s
[    1.680602] raid6: neonx2   gen()5289 MB/s
[    1.737326] raid6: neonx2   xor()4187 MB/s
[    1.794053] raid6: neonx1   gen()4370 MB/s
[    1.850780] raid6: neonx1   xor()3630 MB/s
[    1.907509] raid6: int64x8gen()2632 MB/s
[    1.964234] raid6: int64x8xor()1558 MB/s
[    2.020956] raid6: int64x4gen()2944 MB/s
[    2.077682] raid6: int64x4xor()1567 MB/s
[    2.134411] raid6: int64x2gen()2515 MB/s
[    2.191140] raid6: int64x2xor()1359 MB/s
[    2.247863] raid6: int64x1gen()2061 MB/s
[    2.304585] raid6: int64x1xor()1082 MB/s
[    2.304967] raid6: using algorithm neonx8 gen() 5617 MB/s
[    2.305447] raid6: .... xor() 4437 MB/s, rmw enabled
[    2.305886] raid6: using neon recovery algorithm
[    2.306761] fiq_debugger fiq_debugger.0: IRQ fiq not found
[    2.307251] fiq_debugger fiq_debugger.0: IRQ wakeup not found
[    2.307761] fiq_debugger_probe: could not install nmi irq handler
[[    2.308348] printk: console enabled
    2.308348] printk: console enabled
[    2.309111] printk: bootconsole disabled
[    2.309111] printk: bootconsole disabled
[    2.309622] Registered fiq debugger ttyFIQ0
[    2.309900] vcc5v0_sys: supplied by vcc12v_dcin
[    2.309991] vcc5v0_usbdcin: supplied by vcc12v_dcin
[    2.310079] vcc5v0_usb: supplied by vcc12v_dcin
[    2.310157] vcc_1v1_nldo_s3: supplied by vcc5v0_sys
[    2.310445] iommu: Default domain type: Passthrough
[    2.310504] rk_iommu fdab9000.iommu: version = 2
[    2.310786] rk_iommu fdb50800.iommu: version = 2
[    2.310983] rk_iommu fdb60f00.iommu: version = 2
[    2.311125] rk_iommu fdb70f00.iommu: version = 2
[    2.311257] rk_iommu fdb90480.iommu: version = 2
[    2.311409] rk_iommu fdba0800.iommu: version = 2
[    2.311560] rk_iommu fdba4800.iommu: version = 2
[    2.311719] rk_iommu fdba8800.iommu: version = 2
[    2.311871] rk_iommu fdbac800.iommu: version = 2
[    2.312022] rk_iommu fdbb0800.iommu: version = 2
[    2.312174] rk_iommu fdbdf000.iommu: version = 2
[    2.312388] rk_iommu fdbef000.iommu: version = 2
[    2.312618] rk_iommu fdc38700.iommu: version = 2
[    2.312855] rk_iommu fdc48700.iommu: version = 2
[    mmu: version = 2
[    2.313116] rk_iommu fdd97e00.iommu: version = 2
[    2.313351] usbcore: registered new interface driver usbfs
[    2.313364] usbcore: registered new interface driver hub
[    2.313377] usbcore: registered new device driver usb
[    2.313407] mc: Linux media interface: v0.10
[    2.313415] videodev: Linux video capture interface: v2.00
[    2.313435] pps_core: LinuxPPS API ver. 1 registered
[    2.313438] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.313444] PTP clock support registered
[    2.313644] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[    2.313674] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
[    2.314499] Advanced Linux Sound Architecture Driver Initialized.
[    2.314665] Bluetooth: Core ver 2.22
[    2.314676] NET: Registered protocol family 31
[    2.314680] Bluetooth: HCI device and connection manager initialized
[    2.314685] Bluetooth: HCI socket layer initialized
[    2.314689] Bluetooth: L2CAP socket layer initialized
[    2.314695] Bluetooth: SCO socket layer initialized
[    2.315962] rockchip-cpuinfo cpuinfo: SoC            : 35880000
[    2.315966] rockchip-cpuinfo cpuinfo: Serial         : b82e58b2f6342537
[    2.316217] clocksource: Switched to clocksource arch_sys_counter
[    2.578189] NET: Registered protocol family 2
[    2.578292] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    2.580206] tcp_listen_portaddr_hash hash table entries: 4096 (order: 5, 163840 bytes, linear)
[    2.580296] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    2.580627] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    2.581395] TCP: Hash tables configured (established 65536 bind 65536)
[    2.581441] UDP hash table entries: 4096 (order: 6, 393216 bytes, linear)
[    2.581593] UDP-Lite hash table entries: 4096 (order: 6, 393216 bytes, linear)
[    2.581786] NET: Registered protocol family 1
[    2.582028] RPC: Registered named UNIX socket transport module.
[    2.582032] RPC: Registered udp transport module.
[    2.582034] RPC: Registered tcp transport module.
[    2.582037] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.582352] PCI: CLS 0 bytes, default 64
[    2.582562] Trying to unpack rootfs image as initramfs...
[    2.787260] Freeing initrd memory: 9016K
[    2.787828] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    2.788204] kvm : IPA Size Limit: 40 bits
[    2.788216] kvm : GICv3: no GICV resource entry
[    2.788220] kvm : disabling GICv2 emulation
[    2.788223] kvm : GIC system register CPU interface enabled
[    2.788328] kvm : vgic interrupt IRQ9
[    2.788455] kvm : VHE mode initialized successfully
[    2.790804] Initialise system trusted keyrings
[    2.790899] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[    2.792817] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.793067] NFS: Registering the id_resolver key type
[    2.793076] Key type id_resolver registered
[    2.793079] Key type id_legacy registered
[    2.793085] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    2.793662] Key type cifs.spnego registered
[    2.793669] Key type cifs.idmap registered
[    2.793673] ntfs: driver 2.1.32 .
[    2.793722] jffs2: version 2.2. (NAND) ? 2001-2006 Red Hat, Inc.
[    2.793804] fuse: init (API version 7.32)
[    2.793933] SGI XFS with security attributes, no debug enabled
[    2.814730] NET: Registered protocol family 38
[    2.814737] xor: measuring software checksum speed
[    2.816144]    8regs         :7017 MB/sec
[    2.817319]    32regs          :8428 MB/sec
[    2.818194]    arm64_neon      : 11313 MB/sec
[    2.818198] xor: using function: arm64_neon (11313 MB/sec)
[    2.818203] Key type asymmetric registered
[    2.818207] Asymmetric key parser 'x509' registered
[    2.818221] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    2.818297] io scheduler mq-deadline registered
[    2.818303] io scheduler kyber registered
[    2.818697] rockchip-csi2-dphy-hw fedc0000.csi2-dphy0-hw: csi2 dphy hw probe successfully!
[    2.818884] rockchip-csi2-dphy csi2-dphy0: csi2 dphy0 probe successfully!
[    2.820629] rockchip-usb2phy fd5d8000.syscon:usb2-phy@8000: failed to create phy
[    2.820973] rockchip-usb2phy fd5dc000.syscon:usb2-phy@c000: failed to create phy
[    2.821430] rockchip-usb2phy fd5d4000.syscon:usb2-phy@4000: failed to create phy
[    2.822851] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy init success
[    2.823708] Firefly gpio driver init!
[    2.823783] Firefly gpio driver register return : 0
[    2.824642] iep: Module initialized.
[    2.824670] mpp_service mpp-srv: 75e32fd43421 author: daijh 2022-11-02 Merge branch 'rk3588/rockchip' into rk3588/firefly
[    2.824674] mpp_service mpp-srv: probe start
[    2.825983] mpp_vdpu2 fdb50400.vdpu: Adding to iommu group 1
[    2.826004] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.826180] mpp_vdpu2 fdb50400.vdpu: probe device
[    2.826277] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[    2.826284] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[    2.826383] mpp_vdpu2 fdb50400.vdpu: probing finish
[    2.826542] mpp_vepu2 jpege-ccu: probing start
[    2.826547] mpp_vepu2 jpege-ccu: probing finish
[    2.826627] mpp_vepu2 fdba0000.jpege-core: Adding to iommu group 5
[    2.826637] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.826761] mpp_vepu2 fdba0000.jpege-core: probing start
[    2.826846] mpp_vepu2 fdba0000.jpege-core: attach ccu success
[    2.826936] mpp_vepu2 fdba0000.jpege-core: probing finish
[    2.827010] mpp_vepu2 fdba4000.jpege-core: Adding to iommu group 6
[    2.827020] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.827141] mpp_vepu2 fdba4000.jpege-core: probing start
[    2.827217] mpp_vepu2 fdba4000.jpege-core: attach ccu success
[    2.827302] mpp_vepu2 fdba4000.jpege-core: probing finish
[    2.827374] mpp_vepu2 fdba8000.jpege-core: Adding to iommu group 7
[    2.827383] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.827521] mpp_vepu2 fdba8000.jpege-core: probing start
[    2.827596] mpp_vepu2 fdba8000.jpege-core: attach ccu success
[    2.827679] mpp_vepu2 fdba8000.jpege-core: probing finish
[    2.827751] mpp_vepu2 fdbac000.jpege-core: Adding to iommu group 8
[    2.827760] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.827877] mpp_vepu2 fdbac000.jpege-core: probing start
[    2.827951] mpp_vepu2 fdbac000.jpege-core: attach ccu success
[    2.828037] mpp_vepu2 fdbac000.jpege-core: probing finish
[    2.828238] mpp-iep2 fdbb0000.iep: Adding to iommu group 9
[    2.828248] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.828364] mpp-iep2 fdbb0000.iep: probe device
[    2.828461] mpp-iep2 fdbb0000.iep: allocate roi buffer failed
[    2.828542] mpp-iep2 fdbb0000.iep: probing finish
[    2.828700] mpp_jpgdec fdb90000.jpegd: Adding to iommu group 4
[    2.828709] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.828882] mpp_jpgdec fdb90000.jpegd: probe device
[    2.829051] mpp_jpgdec fdb90000.jpegd: probing finish
[    2.829328] mpp_rkvdec2 fdc30000.rkvdec-ccu: rkvdec-ccu, probing start
[    2.829371] mpp_rkvdec2 fdc30000.rkvdec-ccu: probing finish
[    2.829430] mpp_rkvdec2 fdc38100.rkvdec-core: Adding to iommu group 12
[    2.829440] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.829653] mpp_rkvdec2 fdc38100.rkvdec-core: rkvdec-core, probing start
[    2.829743] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_a is not found!
[    2.829746] rkvdec2_init:1008: No niu aclk reset resource define
[    2.829750] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_h is not found!
[    2.829753] rkvdec2_init:1011: No niu hclk reset resource define
[    2.829767] mpp_rkvdec2 fdc38100.rkvdec-core: no regulator, devfreq is disabled
[    2.829820] mpp_rkvdec2 fdc38100.rkvdec-core: core_mask=00010001
[    2.829823] mpp_rkvdec2 fdc38100.rkvdec-core: attach ccu as core 0
[    2.829972] mpp_rkvdec2 fdc38100.rkvdec-core: sram_start 0x00000000ff001000
[    2.829977] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_iova 0x00000000fff00000
[    2.829980] mpp_rkvdec2 fdc38100.rkvdec-core: sram_size 491520
[    2.829984] mpp_rkvdec2 fdc38100.rkvdec-core: rcb_size 1048576
[    2.829988] mpp_rkvdec2 fdc38100.rkvdec-core: min_width 512
[    2.830011] mpp_rkvdec2 fdc38100.rkvdec-core: probing finish
[    2.830065] mpp_rkvdec2 fdc48100.rkvdec-core: Adding to iommu group 13
[    2.830074] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.830267] mpp_rkvdec2 fdc48100.rkvdec-core: rkvdec-core, probing start
[    2.830353] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_a is not found!
[    2.830357] rkvdec2_init:1008: No niu aclk reset resource define
[    2.830360] mpp_rkvdec2 fdc48100.rkvdec-core: shared_niu_h is not found!
[    2.830363] rkvdec2_init:1011: No niu hclk reset resource define
[    2.830376] mpp_rkvdec2 fdc48100.rkvdec-core: no regulator, devfreq is disabled
[    2.830410] mpp_rkvdec2 fdc48100.rkvdec-core: core_mask=00020002
[    2.830425] mpp_rkvdec2 fdc48100.rkvdec-core: attach ccu as core 1
[    2.830584] mpp_rkvdec2 fdc48100.rkvdec-core: sram_start 0x00000000ff079000
[    2.830588] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_iova 0x00000000ffe00000
[    2.830591] mpp_rkvdec2 fdc48100.rkvdec-core: sram_size 487424
[    2.830594] mpp_rkvdec2 fdc48100.rkvdec-core: rcb_size 1048576
[    2.830598] mpp_rkvdec2 fdc48100.rkvdec-core: min_width 512
[    2.830622] mpp_rkvdec2 fdc48100.rkvdec-core: probing finish
[    2.830754] mpp_rkvenc2 rkvenc-ccu: probing start
[    2.830758] mpp_rkvenc2 rkvenc-ccu: probing finish
[    2.830840] mpp_rkvenc2 fdbd0000.rkvenc-core: Adding to iommu group 10
[    2.830849] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.831001] mpp_rkvenc2 fdbd0000.rkvenc-core: probing start
[    2.831016] mpp_rkvenc2 fdbd0000.rkvenc-core: link mode task capacity 8
[    2.831123] mpp_rkvenc2 fdbd0000.rkvenc-core: attach ccu as core 0
[    2.831218] mpp_rkvenc2 fdbd0000.rkvenc-core: probing finish
[    2.831273] mpp_rkvenc2 fdbe0000.rkvenc-core: Adding to iommu group 11
[    2.831282] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.831479] mpp_rkvenc2 fdbe0000.rkvenc-core: probing start
[    2.831492] mpp_rkvenc2 fdbe0000.rkvenc-core: link mode task capacity 8
[    2.831622] mpp_rkvenc2 fdbe0000.rkvenc-core: attach ccu as core 1
[    2.831719] mpp_rkvenc2 fdbe0000.rkvenc-core: probing finish
[    2.832118] mpp_av1dec: Adding child /av1d@fdc70000
[    2.832175] mpp_av1dec: register device av1d-master
[    2.832198] mpp_av1dec av1d-master: av1_iommu_of_xlate,784
[    2.832213] av1_iommu_probe_device,736, consumer : av1d-master, supplier : fdca0000.iommu
[    2.832241] mpp_av1dec av1d-master: Adding to iommu group 16
[    2.832251] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.832432] mpp_av1dec av1d-master: probing start
[    2.832611] mpp_av1dec av1d-master: probing finish
[    2.832636] mpp_service mpp-srv: probe success
[    2.838389] dma-pl330 fea10000.dma-controller: Loaded driver for PL330 DMAC-241330
[    2.838396] dma-pl330 fea10000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    2.839075] dma-pl330 fea30000.dma-controller: Loaded driver for PL330 DMAC-241330
[    2.839081] dma-pl330 fea30000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    2.839768] dma-pl330 fed10000.dma-controller: Loaded driver for PL330 DMAC-241330
[    2.839774] dma-pl330 fed10000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[    2.840077] rockchip-pvtm fda40000.pvtm: pvtm@0 probed
[    2.840119] rockchip-pvtm fda50000.pvtm: pvtm@1 probed
[    2.840158] rockchip-pvtm fda60000.pvtm: pvtm@2 probed
[    2.840197] rockchip-pvtm fdaf0000.pvtm: pvtm@3 probed
[    2.840237] rockchip-pvtm fdb30000.pvtm: pvtm@4 probed
[    2.840621] rockchip-system-monitor rockchip-system-monitor: system monitor probe
[    2.841537] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[    2.841830] fd890000.serial: ttyS0 at MMIO 0xfd890000 (irq = 28, base_baud = 1500000) is a 16550A
[    2.842111] feb40000.serial: ttyS1 at MMIO 0xfeb40000 (irq = 87, base_baud = 1500000) is a 16550A
[    2.842307] feb90000.serial: ttyS6 at MMIO 0xfeb90000 (irq = 88, base_baud = 1500000) is a 16550A
[    2.843271] random: fast init done
[    2.843359] random: crng init done
[    2.843862] rockchip-vop2 fdd90000.vop: Adding to iommu group 15
[    2.843875] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    2.848552] rockchip-vop2 fdd90000.vop: vp0 assign plane mask: 0x5, primary plane phy id: 2
[    2.848564] rockchip-vop2 fdd90000.vop: vp1 assign plane mask: 0xa, primary plane phy id: 3
[    2.848577] rockchip-vop2 fdd90000.vop: vp2 assign plane mask: 0x140, primary plane phy id: 8
[    2.848584] rockchip-vop2 fdd90000.vop: vp3 assign plane mask: 0x280, primary plane phy id: 9
[    2.848643] rockchip-drm display-subsystem: failed to get hdmi1_phy_pll: -517
[    2.848819] failed to init overlay plane Cluster0-win1
[    2.848845] failed to init overlay plane Cluster1-win1
[    2.848871] failed to init overlay plane Cluster2-win1
[    2.848895] failed to init overlay plane Cluster3-win1
[    2.856552] rockchip-drm display-subsystem: bound fdd90000.vop (ops 0xffffffc011721660)
[    2.857215] dwhdmi-rockchip fde80000.hdmi: registered ddc I2C bus driver
[    2.857342] rockchip-drm display-subsystem: bound fde80000.hdmi (ops 0xffffffc011729568)
[    2.857782] rockchip-drm display-subsystem: route-hdmi0: failed to get logo,offset
[    2.857788] rockchip-drm display-subsystem: can't not find any logo display
[    2.857794] rockchip-drm display-subsystem: failed to show kernel logo
[    2.857834] rockchip-drm display-subsystem: Cannot find any crtc or sizes
[    2.857875] rockchip-drm display-subsystem: Cannot find any crtc or sizes
[    2.858251] Initialized rockchip 3.0.0 20140818 for display-subsystem on minor 0
[    2.863248] brd: module loaded
[    2.865960] loop: module loaded
[    2.866145] zram: Added device: zram0
[    2.866269] lkdtm: No crash points registered, enable through debugfs
[    2.866616] system_heap: orders = 6
[    2.866620] system_heap: orders = 4
[    2.866624] system_heap: orders = 0
[    2.868113] rockchip-spi feb20000.spi: no high_speed pinctrl state
[    2.869054] rk806 spi2.0: chip id: RK806,ver:0x2, 0x1
[    2.869280] rk806 spi2.0: ON: 0x40 OFF:0x0
[    2.870900] vdd_gpu_s0: supplied by vcc5v0_sys
[    2.871888] vdd_cpu_lit_s0: supplied by vcc5v0_sys
[    2.872403] vdd_log_s0: supplied by vcc5v0_sys
[    2.872921] vdd_vdenc_s0: supplied by vcc5v0_sys
[    2.873489] vdd_ddr_s0: supplied by vcc5v0_sys
[    2.873824] vdd2_ddr_s3: supplied by vcc5v0_sys
[    2.874336] vdd_2v0_pldo_s3: supplied by vcc5v0_sys
[    2.874794] vcc_3v3_s3: supplied by vcc5v0_sys
[    2.875239] vddq_ddr_s0: supplied by vcc5v0_sys
[    2.875746] vcc_1v8_s3: supplied by vcc5v0_sys
[    2.876260] vdd_0v75_s3: supplied by vcc_1v1_nldo_s3
[    2.876780] vdd_ddr_pll_s0: supplied by vcc_1v1_nldo_s3
[    2.877232] avdd_0v75_s0: supplied by vcc_1v1_nldo_s3
[    2.877685] vdd_0v85_s0: supplied by vcc_1v1_nldo_s3
[    2.878132] vdd_0v75_s0: supplied by vcc_1v1_nldo_s3
[    2.878612] avcc_1v8_s0: supplied by vdd_2v0_pldo_s3
[    2.879131] vcc_1v8_s0: supplied by vdd_2v0_pldo_s3
[    2.879648] avdd_1v2_s0: supplied by vdd_2v0_pldo_s3
[    2.880168] vcc_3v3_s0: supplied by vcc5v0_sys
[    2.880611] vccio_sd_s0: supplied by vcc5v0_sys
[    2.881072] pldo6_s3: supplied by vcc5v0_sys
[    2.881458] rk806 spi2.0: no sleep-setting state
[    2.881463] rk806 spi2.0: no reset-setting pinctrl state
[    2.881467] rk806 spi2.0: no dvs-setting pinctrl state
[    2.883064] register firefly_spi_init spi return v = :0
[    2.883336] wireguard: allowedips self-tests: pass
[    2.887744] wireguard: nonce counter self-tests: pass
[    3.159120] wireguard: ratelimiter self-tests: pass
[    3.159210] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[    3.159215] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[    3.159572] tun: Universal TUN/TAP device driver, 1.6
[    3.159714] CAN device driver interface
[    3.160697] rk_gmac-dwmac fe1b0000.ethernet: IRQ eth_lpi not found
[    3.160842] rk_gmac-dwmac fe1b0000.ethernet: no regulator found
[    3.160847] rk_gmac-dwmac fe1b0000.ethernet: clock input or output? (output).
[    3.160853] rk_gmac-dwmac fe1b0000.ethernet: TX delay(0x45).
[    3.160857] rk_gmac-dwmac fe1b0000.ethernet: Can not read property: rx_delay.
[    3.160861] rk_gmac-dwmac fe1b0000.ethernet: set rx_delay to 0xffffffff
[    3.160874] rk_gmac-dwmac fe1b0000.ethernet: integrated PHY? (no).
[    3.160879] rk_gmac-dwmac fe1b0000.ethernet: cannot get clock mac_clk_rx
[    3.160884] rk_gmac-dwmac fe1b0000.ethernet: cannot get clock mac_clk_tx
[    3.160895] rk_gmac-dwmac fe1b0000.ethernet: cannot get clock clk_mac_speed
[    3.161112] rk_gmac-dwmac fe1b0000.ethernet: init for RGMII_RXID
[    3.161247] rk_gmac-dwmac fe1b0000.ethernet: User ID: 0x30, Synopsys ID: 0x51
[    3.161253] rk_gmac-dwmac fe1b0000.ethernet:         DWMAC4/5
[    3.161258] rk_gmac-dwmac fe1b0000.ethernet: DMA HW capability register supported
[    3.161262] rk_gmac-dwmac fe1b0000.ethernet: RX Checksum Offload Engine supported
[    3.161266] rk_gmac-dwmac fe1b0000.ethernet: TX Checksum insertion supported
[    3.161270] rk_gmac-dwmac fe1b0000.ethernet: Wake-Up On Lan supported
[    3.161305] rk_gmac-dwmac fe1b0000.ethernet: TSO supported
[    3.161309] rk_gmac-dwmac fe1b0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    3.161314] rk_gmac-dwmac fe1b0000.ethernet: Enabled Flow TC (entries=2)
[    3.161318] rk_gmac-dwmac fe1b0000.ethernet: TSO feature enabled
[    3.161323] rk_gmac-dwmac fe1b0000.ethernet: Using 32 bits DMA width
[    3.297359] usbcore: registered new interface driver asix
[    3.297391] usbcore: registered new interface driver ax88179_178a
[    3.297404] usbcore: registered new interface driver cdc_ether
[    3.297417] usbcore: registered new interface driver net1080
[    3.297432] usbcore: registered new interface driver cdc_subset
[    3.297444] usbcore: registered new interface driver zaurus
[    3.297463] usbcore: registered new interface driver cdc_ncm
[    3.297477] usbcore: registered new interface driver qmi_wwan_q
[    3.297489] usbcore: registered new interface driver qmi_wwan
[    3.304678] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.304729] ehci-pci: EHCI PCI platform driver
[    3.304790] ehci-platform: EHCI generic platform driver
[    3.305335] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.305357] ohci-platform: OHCI generic platform driver
[    3.306246] usbcore: registered new interface driver cdc_acm
[    3.306258] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[    3.306301] usbcore: registered new interface driver cdc_wdm
[    3.306383] usbcore: registered new interface driver usbserial_generic
[    3.306411] usbserial: USB Serial support registered for generic
[    3.306451] usbcore: registered new interface driver ch341
[    3.306476] usbserial: USB Serial support registered for ch341-uart
[    3.306513] usbcore: registered new interface driver cp210x
[    3.306538] usbserial: USB Serial support registered for cp210x
[    3.306573] usbcore: registered new interface driver ftdi_sio
[    3.306599] usbserial: USB Serial support registered for FTDI USB Serial Device
[    3.306635] usbcore: registered new interface driver keyspan
[    3.306660] usbserial: USB Serial support registered for Keyspan - (without firmware)
[    3.306686] usbserial: USB Serial support registered for Keyspan 1 port adapter
[    3.306713] usbserial: USB Serial support registered for Keyspan 2 port adapter
[    3.306738] usbserial: USB Serial support registered for Keyspan 4 port adapter
[    3.306774] usbcore: registered new interface driver option
[    3.306799] usbserial: USB Serial support registered for GSM modem (1-port)
[    3.306834] usbcore: registered new interface driver oti6858
[    3.306858] usbserial: USB Serial support registered for oti6858
[    3.306893] usbcore: registered new interface driver pl2303
[    3.306918] usbserial: USB Serial support registered for pl2303
[    3.306954] usbcore: registered new interface driver qcserial
[    3.306978] usbserial: USB Serial support registered for Qualcomm USB modem
[    3.307017] usbcore: registered new interface driver sierra
[    3.307043] usbserial: USB Serial support registered for Sierra USB modem
[    3.307147] udc-core: couldn't find an available UDC - added to list of pending drivers
[    3.307159] udc-core: couldn't find an available UDC - added to list of pending drivers
[    3.308006] himax_hx83102_init
[    3.308018] himax_hx83102_probe:Enter
[    3.308027] Himax common touch panel driver init
[    3.308134] usbcore: registered new interface driver usbtouchscreen
[    3.309722] input: rk805 pwrkey as /devices/platform/feb20000.spi/spi_master/spi2/spi2.0/rk805-pwrkey.3.auto/input/input0
[    3.310265] i2c /dev entries driver
[    3.314414] vdd_cpu_big0_s0: supplied by vcc5v0_sys
[    3.323421] vdd_cpu_big1_s0: supplied by vcc5v0_sys
[    3.333446] vdd_npu_s0: supplied by vcc5v0_sys
[    3.341639] pca953x 6-0021: supply vcc not found, using dummy regulator
[    3.341782] pca953x 6-0021: using no AI
[    3.343330] rtc-hym8563 6-0051: could not init device, -6
[    3.345603] rkcifhw fdce0000.rkcif: Adding to iommu group 14
[    3.345662] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    3.346254] rkcifhw fdce0000.rkcif: No reserved memory region assign to CIF
[    3.347815] rockchip-mipi-csi2: probe success, v4l2_dev:(efault)!
[    3.350747] usbcore: registered new interface driver uvcvideo
[    3.350767] USB Video Class driver (1.1.1)
[    3.354910] rockchip-thermal fec00000.tsadc: Missing rockchip,grf property
[    3.355885] rockchip-thermal fec00000.tsadc: tsadc is probed successfully!
[    3.357093] device-mapper: ioctl: 4.44.0-ioctl (2021-02-01) initialised: dm-devel@redhat.com
[    3.357269] Bluetooth: HCI UART driver ver 2.3
[    3.357284] Bluetooth: HCI UART protocol H4 registered
[    3.357293] Bluetooth: HCI UART protocol ATH3K registered
[    3.357351] usbcore: registered new interface driver bfusb
[    3.358391] cpu cpu0: bin=0
[    3.358587] cpu cpu0: leakage=10
[    3.360157] cpu cpu0: pvtm=1428
[    3.360331] cpu cpu0: pvtm-volt-sel=1
[    3.362709] cpu cpu4: bin=0
[    3.362910] cpu cpu4: leakage=8
[    3.369574] cpu cpu4: pvtm=1672
[    3.373690] cpu cpu4: pvtm-volt-sel=3
[    3.376791] cpu cpu6: bin=0
[    3.376989] cpu cpu6: leakage=8
[    3.383677] cpu cpu6: pvtm=1658
[    3.387789] cpu cpu6: pvtm-volt-sel=3
[    3.390321] cpu cpu0: avs=0
[    3.391927] cpu cpu4: avs=0
[    3.393542] cpu cpu6: avs=0
[    3.394065] cpu cpu0: EM: created perf domain
[    3.394146] cpu cpu0: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=1608000000 h_table=0
[    3.394831] cpu cpu4: EM: created perf domain
[    3.394862] cpu cpu4: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 h_table=0
[    3.403424] cpu cpu6: EM: created perf domain
[    3.403461] cpu cpu6: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=2208000000 h_table=0
[    3.413436] using random self ethernet address
[    3.413450] using random host ethernet address
[    3.413653] usb0: HOST MAC ba:35:55:f0:9c:92
[    3.413658] usb0: MAC d6:17:2a:d0:e0:65
[    3.413671] using random self ethernet address
[    3.413675] using random host ethernet address
[    3.413707] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
[    3.413712] g_ether gadget: g_ether ready
[    3.417624] sdhci: Secure Digital Host Controller Interface driver
[    3.417649] sdhci: Copyright(c) Pierre Ossman
[    3.417654] Synopsys Designware Multimedia Card Interface Driver
[    3.417968] sdhci-pltfm: SDHCI platform and OF driver helper
[    3.420033] arm-scmi firmware:scmi: Failed. SCMI protocol 17 not active.
[    3.420105] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    3.421159] cryptodev: driver 1.12 loaded.
[    3.421223] hid: raw HID events driver (C) Jiri Kosina
[    3.421534] usbcore: registered new interface driver usbhid
[    3.421543] usbhid: USB HID core driver
[    3.425345] Firefly adc init
[    3.425360] Firefly adc-->FIREFLY_ADC_SAMPLE_JIFFIES:16
[    3.425367] Firefly adc-->MSEC_PER_SEC:1000
[    3.425374] Firefly adc-->HZ:300
[    3.425607] Firefly adc-->ret:0
[    3.425792] optee: probing for conduit method.
[    3.425815] optee: revision 3.13 (4542e1ef)
[    3.426223] optee: initialized driver
[    3.426830] usbcore: registered new interface driver snd-usb-audio
[    3.433634] input: rockchip-hdmi0 rockchip-hdmi0 as /devices/platform/hdmi0-sound/sound/card0/input1
[    3.435392] Initializing XFRM netlink socket
[    3.435576] NET: Registered protocol family 10
[    3.436179] Segment Routing with IPv6
[    3.436312] NET: Registered protocol family 17
[    3.436324] NET: Registered protocol family 15
[    3.436350] Bridge firewalling registered
[    3.436354] can: controller area network core
[    3.436379] NET: Registered protocol family 29
[    3.436384] can: raw protocol
[    3.436388] can: broadcast manager protocol
[    3.436395] can: netlink gateway - max_hops=1
[    3.436797] Bluetooth: RFCOMM TTY layer initialized
[    3.436812] Bluetooth: RFCOMM socket layer initialized
[    3.436827] Bluetooth: RFCOMM ver 1.11
[    3.436835] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.436839] Bluetooth: BNEP filters: protocol multicast
[    3.436845] Bluetooth: BNEP socket layer initialized
[    3.436850] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    3.436855] Bluetooth: HIDP socket layer initialized
[    3.436886] 8021q: 802.1Q VLAN Support v1.8
[    3.436902] : Enter rfkill_rk_init
[    3.436906] : Enter rfkill_wlan_init
[    3.437186] Key type dns_resolver registered
[    3.438090] xc7160 3-001b: T-chip firefly camera driver version: 00.01.04
[    3.438120] xc7160 3-001b: Failed to get power-gpios, maybe no use
[    3.438164] xc7160 3-001b: supply avdd not found, using dummy regulator
[    3.438232] xc7160 3-001b: supply dovdd not found, using dummy regulator
[    3.438258] xc7160 3-001b: supply dvdd not found, using dummy regulator
[    3.438283] xc7160 3-001b: could not get default pinstate
[    3.438288] xc7160 3-001b: could not get sleep pinstate
[    3.438300] xc7160 3-001b: Success to get xc7160 endpoint data lanes, dts uses 4 lanes
[    3.446292] mmc0: SDHCI controller on fe2e0000.mmc using ADMA
[    3.478551] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[    3.479278] mmcblk0: mmc0:0001 Y2P064 58.2 GiB
[    3.479497] mmcblk0boot0: mmc0:0001 Y2P064 partition 1 4.00 MiB
[    3.479748] mmcblk0boot1: mmc0:0001 Y2P064 partition 2 4.00 MiB
[    3.479986] mmcblk0rpmb: mmc0:0001 Y2P064 partition 3 16.0 MiB, chardev (234:0)
[    3.483238]mmcblk0: p1 p2 p3 p4 p5 p6 p7
[    3.517413] dwc3 fc000000.usb: device reset
[    3.553080] rk3x-i2c feab0000.i2c: timeout, ipd: 0x90, state: 3
[    3.553111] xc7160 3-001b: write XC7160_REG_HIGH_SELECT failed
[    3.553382] xc7160: probe of 3-001b failed with error -5
[    3.553722] registered taskstats version 1
[    3.553731] Loading compiled-in X.509 certificates
[    3.554995] Btrfs loaded, crc32c=crc32c-generic
[    3.555134] pstore: Using crash dump compression: deflate
[    3.555921] rga3_core0 fdb60000.rga: Adding to iommu group 2
[    3.555947] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    3.556159] rga: rga3_core0_irq, irq = 34, match scheduler
[    3.556589] rga: rga3_core0 hardware loaded successfully, hw_version:3.0.76831.
[    3.556654] rga: rga3_core0 probe successfully
[    3.557068] rga3_core1 fdb70000.rga: Adding to iommu group 3
[    3.557090] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    3.557270] rga: rga3_core1_irq, irq = 35, match scheduler
[    3.557670] rga: rga3_core1 hardware loaded successfully, hw_version:3.0.76831.
[    3.557726] rga: rga3_core1 probe successfully
[    3.558103] rga: rga2_irq, irq = 36, match scheduler
[    3.558616] rga: rga2 hardware loaded successfully, hw_version:3.2.63318.
[    3.558632] rga: rga2 probe successfully
[    3.558877] rga2_mmu: IOMMU binding successfully, default mapping core
[    3.559110] rga: Module initialized. v1.2.20
[    3.559120]
[    3.559126] ********************************************************************
[    3.559133] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE         **
[    3.559138] **                                                                **
[    3.559145] **WRITEABLE clk DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL **
[    3.559150] **                                                                **
[    3.559156] ** This means that this kernel is built to expose clk operations**
[    3.559162] ** such as parent or rate setting, enabling, disabling, etc.      **
[    3.559167] ** to userspace, which may compromise security on your system.    **
[    3.559173] **                                                                **
[    3.559178] ** If you see this message and you are not debugging the          **
[    3.559184] ** kernel, report this immediately to your vendor!                **
[    3.559189] **                                                                **
[    3.559195] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE         **
[    3.559200] ********************************************************************
[    3.567541] vendor storage:20190527 ret = 0
[    3.596896] mali fb000000.gpu: Kernel DDK version g13p0-01eac0
[    3.597076] vcc5v0_host: supplied by vcc5v0_usb
[    3.597592] mali fb000000.gpu: leakage=14
[    3.597651] debugfs: Directory 'fb000000.gpu-mali' with parent 'vdd_gpu_s0' already present!
[    3.597745] vcc5v0_host3: supplied by vcc5v0_usb
[    3.599012] mali fb000000.gpu: pvtm=853
[    3.599048] mali fb000000.gpu: pvtm-volt-sel=2
[    3.599798] mali fb000000.gpu: avs=0
[    3.599898] W : : drivers/gpu/arm/bifrost/platform/rk/mali_kbase_config_rk.c; : 136; : kbase_platform_rk_init(); power-off-delay-ms not available.
[    3.600432] mali fb000000.gpu: GPU hardware issue table may need updating:
[    3.600432] r0p0 status 5 is unknown; treating as r0p0 status 0
[    3.600446] mali fb000000.gpu: GPU identified as 0x7 arch 10.8.6 r0p0 status 0
[    3.600547] mali fb000000.gpu: No priority control manager is configured
[    3.600559] mali fb000000.gpu: No memory group manager is configured
[    3.600587] mali fb000000.gpu: Protected memory allocator not available
[    3.601029] mali fb000000.gpu: Capping CSF_FIRMWARE_TIMEOUT to CSF_FIRMWARE_PING_TIMEOUT
[    3.601419] pcie30_avdd1v8: supplied by avcc_1v8_s0
[    3.601883] mali fb000000.gpu: Couldn't find power_model DT node matching 'arm,mali-simple-power-model'
[    3.601898] mali fb000000.gpu: Error -22, no DT entry: mali-simple-power-model.static-coefficient = 1*
[    3.602102] mali fb000000.gpu: Error -22, no DT entry: mali-simple-power-model.dynamic-coefficient = 1*
[    3.602281] mali fb000000.gpu: Error -22, no DT entry: mali-simple-power-model.ts = 4*
[    3.602463] mali fb000000.gpu: Error -22, no DT entry: mali-simple-power-model.thermal-zone = ''
[    3.604308] pcie30_avdd0v75: supplied by avdd_0v75_s0
[    3.605154] mali fb000000.gpu: Using configured power model mali-lodx-power-model, and fallback mali-simple-power-model
[    3.605344] mali fb000000.gpu: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=800000000 h_table=0
[    3.606177] mali fb000000.gpu: Probed as mali0
[    3.606612] rockchip-dmc dmc: leakage=31
[    3.606630] rockchip-dmc dmc: leakage-volt-sel=0
[    3.607079] rockchip-dmc dmc: avs=0
[    3.607097] rockchip-dmc dmc: current ATF version 0x100
[    3.607214] rockchip-dmc dmc: normal_rate = 1560000000
[    3.607225] rockchip-dmc dmc: reboot_rate = 2112000000
[    3.607234] rockchip-dmc dmc: suspend_rate = 528000000
[    3.607242] rockchip-dmc dmc: video_4k_rate = 1560000000
[    3.607250] rockchip-dmc dmc: video_4k_10b_rate = 1560000000
[    3.607259] rockchip-dmc dmc: video_svep_rate = 1560000000
[    3.607267] rockchip-dmc dmc: boost_rate = 2112000000
[    3.607275] rockchip-dmc dmc: fixed_rate(isp|cif0|cif1|dualview) = 2112000000
[    3.607283] rockchip-dmc dmc: performance_rate = 2112000000
[    3.607292] rockchip-dmc dmc: hdmirx_rate = 2112000000
[    3.607304] rockchip-dmc dmc: failed to get vop bandwidth to dmc rate
[    3.607311] rockchip-dmc dmc: failed to get vop pn to msch rl
[    3.607440] rockchip-dmc dmc: l=10000 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
[    3.607745] rockchip-dmc dmc: could not find power_model node
[    3.625182] using random self ethernet address
[    3.625200] using random host ethernet address
[    3.625892] usb1: HOST MAC fe:bc:54:b0:fd:62
[    3.625901] usb1: MAC 16:f5:20:f7:02:e0
[    3.625936] g_cdc gadget: CDC Composite Gadget, version: King Kamehameha Day 2008
[    3.625943] g_cdc gadget: g_cdc ready
[    3.626780] input: adc-keys as /devices/platform/adc-keys/input/input2
[    3.631896] dwc3 fc000000.usb: device disconnect
[    3.635043] ohci-platform fc8c0000.usb: Generic Platform OHCI controller
[    3.635270] ohci-platform fc8c0000.usb: new USB bus registered, assigned bus number 1
[    3.635396] ohci-platform fc8c0000.usb: irq 23, io mem 0xfc8c0000
[    3.694381] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[    3.694458] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.694486] usb usb1: Product: Generic Platform OHCI controller
[    3.694512] usb usb1: Manufacturer: Linux 5.10.110 ohci_hcd
[    3.694541] usb usb1: SerialNumber: fc8c0000.usb
[    3.695835] hub 1-0:1.0: USB hub found
[    3.695945] hub 1-0:1.0: 1 port detected
[    3.698159] ehci-platform fc880000.usb: EHCI Host Controller
[    3.698466] ehci-platform fc880000.usb: new USB bus registered, assigned bus number 2
[    3.698658] ehci-platform fc880000.usb: irq 22, io mem 0xfc880000
[    3.709752] ehci-platform fc880000.usb: USB 2.0 started, EHCI 1.00
[    3.710250] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    3.710284] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.710311] usb usb2: Product: EHCI Host Controller
[    3.710339] usb usb2: Manufacturer: Linux 5.10.110 ehci_hcd
[    3.710366] usb usb2: SerialNumber: fc880000.usb
[    3.711773] hub 2-0:1.0: USB hub found
[    3.711871] hub 2-0:1.0: 1 port detected
[    3.716622] ohci-platform fc840000.usb: Generic Platform OHCI controller
[    3.717454] ohci-platform fc840000.usb: new USB bus registered, assigned bus number 3
[    3.717758] ohci-platform fc840000.usb: irq 21, io mem 0xfc840000
[    3.737882] dwc3 fc400000.usb: device reset
[    3.777066] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[    3.777085] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.777093] usb usb3: Product: Generic Platform OHCI controller
[    3.777101] usb usb3: Manufacturer: Linux 5.10.110 ohci_hcd
[    3.777108] usb usb3: SerialNumber: fc840000.usb
[    3.777590] hub 3-0:1.0: USB hub found
[    3.777616] hub 3-0:1.0: 1 port detected
[    3.779523] ehci-platform fc800000.usb: EHCI Host Controller
[    3.779733] ehci-platform fc800000.usb: new USB bus registered, assigned bus number 4
[    3.779815] ehci-platform fc800000.usb: irq 20, io mem 0xfc800000
[    3.793141] ehci-platform fc800000.usb: USB 2.0 started, EHCI 1.00
[    3.793598] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    3.793636] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.793664] usb usb4: Product: EHCI Host Controller
[    3.793691] usb usb4: Manufacturer: Linux 5.10.110 ehci_hcd
[    3.793715] usb usb4: SerialNumber: fc800000.usb
[    3.795067] hub 4-0:1.0: USB hub found
[    3.795159] hub 4-0:1.0: 1 port detected
[    3.800650] register spi return v = :0
[    3.802772] RKNPU fdab0000.npu: Adding to iommu group 0
[    3.802815] iommu: Failed to allocate default IOMMU domain of type 4 for group (null) - Falling back to IOMMU_DOMAIN_DMA
[    3.802978] RKNPU fdab0000.npu: RKNPU: rknpu iommu is enabled, using iommu mode
[    3.803836] dwmmc_rockchip fe2c0000.mmc: IDMAC supports 32-bit address mode.
[    3.803860] dwmmc_rockchip fe2c0000.mmc: Using internal DMA controller.
[    3.803872] dwmmc_rockchip fe2c0000.mmc: Version ID is 270a
[    3.803902] dwmmc_rockchip fe2c0000.mmc: DW MMC controller at irq 76,32 bit host data width,256 deep fifo
[    3.804161] RKNPU fdab0000.npu: can't request region for resource
[    3.804183] RKNPU fdab0000.npu: can't request region for resource
[    3.804199] RKNPU fdab0000.npu: can't request region for resource
[    3.804628] Initialized rknpu 0.8.2 20220829 for fdab0000.npu on minor 1
[    3.811343] RKNPU fdab0000.npu: leakage=8
[    3.811445] debugfs: Directory 'fdab0000.npu-rknpu' with parent 'vdd_npu_s0' already present!
[    3.818217] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[    3.819334] RKNPU fdab0000.npu: pvtm=849
[    3.824845] RKNPU fdab0000.npu: pvtm-volt-sel=2
[    3.826145] RKNPU fdab0000.npu: avs=0
[    3.826420] RKNPU fdab0000.npu: l=10000 h=85000 hyst=5000 l_limit=0 h_limit=800000000 h_table=0
[    3.838441] RKNPU fdab0000.npu: failed to find power_model node
[    3.838483] RKNPU fdab0000.npu: RKNPU: failed to initialize power model
[    3.838500] RKNPU fdab0000.npu: RKNPU: failed to get dynamic-coefficient
[    3.840087] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    3.848552] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    3.850221] rockchip-pm rockchip-suspend: not set pwm-regulator-config
[    3.851549] I : : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; : 405; : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '17:07:37', on 'Jan 12 2023'.
[    3.852035] Mali:
[    3.852040] Mali device driver loaded
[    3.853376] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    3.853392] cfg80211: failed to load regulatory.db
[    3.859467] ret 1024 0
[    3.859640] ALSA device list:
[    3.859651]   #0: rockchip-hdmi0
[    3.865297] Freeing unused kernel memory: 7616K
[    3.883130] Run /init as init process
Loading, please wait...
/dev/console is Ok
starting version 237
[    4.597041] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[    4.597554] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 5
[    4.597755] xhci-hcd xhci-hcd.5.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000082002010010
[    4.597805] xhci-hcd xhci-hcd.5.auto: irq 110, io mem 0xfc000000
[    4.598183] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    4.598197] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.598209] usb usb5: Product: xHCI Host Controller
[    4.598219] usb usb5: Manufacturer: Linux 5.10.110 xhci-hcd
[    4.598230] usb usb5: SerialNumber: xhci-hcd.5.auto
[    4.598993] hub 5-0:1.0: USB hub found
[    4.599031] hub 5-0:1.0: 1 port detected
[    4.599406] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
[    4.599644] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 6
[    4.599665] xhci-hcd xhci-hcd.5.auto: Host supports USB 3.0 SuperSpeed
[    4.599729] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.599872] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    4.599884] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.599895] usb usb6: Product: xHCI Host Controller
[    4.599904] usb usb6: Manufacturer: Linux 5.10.110 xhci-hcd
[    4.599913] usb usb6: SerialNumber: xhci-hcd.5.auto
[    4.600403] hub 6-0:1.0: USB hub found
[    4.600431] hub 6-0:1.0: 1 port detected
[    4.646823] dwc3 fc400000.usb: device reset
[    4.913159] usb 5-1: new high-speed USB device number 2 using xhci-hcd
[    4.982008] dwc3 fc400000.usb: device reset
[    5.054283] usb 5-1: New USB device found, idVendor=23a9, idProduct=ef18, bcdDevice= 1.00
[    5.054367] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.054398] usb 5-1: Product: DISK
[    5.054424] usb 5-1: Manufacturer: USB
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... done.
Begin: Will now check root file system ... fsck from util-linux 2.36.1-4309-dirty
fsck.ext4 -a -C0 /dev/mmcblk0p6
Ubuntu20.04: clean, 100703/212992 files, 732188/832914 blocks
done.
[    5.614859] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null)
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... Warning: overlayroot: configuring overlayroot with driver=overlay mode=device opts='dev=PARTLABEL=userdata,fstype=ext4,mkfs=1' per kernel cmdline
[    5.756283] EXT4-fs (mmcblk0p7): recovery complete
[    5.756712] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
Success: overlayroot: configured root with 'device:dev=PARTLABEL=userdata,fstype=ext4,mkfs=1' using overlay per kernel cmdline
Warning: Something odd, no /lib/modules/5.10.110 in initramfs.
done.
[    5.849178] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
[    6.011758] systemd: System time before build time, advancing clock.
[    6.024669] systemd: Failed to find module 'autofs4'
[    6.126997] systemd: systemd 245.4-4ubuntu4.0firefly1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    6.127690] systemd: Detected architecture arm64.

Welcome to Ubuntu 20.04.5 LTS!

[    6.130726] systemd: Set hostname to <firefly>.
[    6.421491] systemd: Created slice system-modprobe[. Created slice 0;1;39msystem-modprobe.slice.

Created slice system-serial\x2dgetty.slice.
Created slice User and Session Slice.
Started Forward Password R…uests to Wall Directory Watch.
Reached target User and Group Name Lookups.
Reached target Remote File Systems.
Reached target Slices.
Reached target Swap.
Listening on Syslog Socket.
Listening on initctl Compatibility Named Pipe.
Listening on Journal Audit Socket.
Listening on Journal Socket (/dev/log).
Listening on Journal Socket.
Listening on udev Control Socket.
Listening on udev Kernel Socket.
[    6.422617] systemd: Created slice system-serial\x2dgetty.slice.
[    6.423153] systemd: Created slice User and Session Slice.
[    6.423438] systemd: Started Forward Password Requ         Mounting Huge Pages File System...
ests to Wall Directory Watch.
[    6.424097] systemd: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
         Mounting POSIX Message Queue File System..Group Name Lookups.
                                                   .
[    6.424627] systemd: Reached target Remote File Systems.
[    6.425155] systemd: Reached target Slices.
[    6.425587] systemd: Reached target Swap.
g    6.426220] systemd: Listening on Sysl       o gMSooucnkteitn.
[0;1;39mKernel Debug File System...
   6.426536] systemd: Listening on initctl Compatibility Named Pipe.
[    6.427355] systemd: Listening on Journal Audit Socket.
         Mounting Kerd: Listening on Journal Socket (/dev/log).
                     nel Trace File System...
[    6.428276] systemd: Listening on Journal Socket.
[    6.428762] systemd: Listening on udev Control Socket.
[    6.429201] systemd: Listening on udev Kernel Socket.
[    6.431406] systemd: Mounting Huge Pages File System...
[    6.433490] systemd[1         Starting Journal Service...
]: Mounting POSIX Message Queue File System...
[    6.435715] systemd: Mounting Kernel Debug File System...
[    6.437580] systemd: Mounting Kernel Trace File System...
[    6.440108] systemd: Starting          Starting SeJt the console keyboard layouout...
rnal Service...
[    6.442060] systemd: Starting Set the console keyboard layout...
[    6.444438] systemd: Starting Create list of static device n         Starting Create list of std…odes for the current kernel[0m...
s for the current kernel...
[    6.445202] systemd: Condition check resulted in Load Kernel Module drm being skipped.
[    6.446045] systemd: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    6.448133] systemd: Starting Loa d   K e r n e lSMtoadrutlng Load Kernel Modules...
es...
[    6.450034] systemd: Starting Remount Root and Kernel File Sys         Starting Remtount Root and Kernel File Systems...
ems...
[    6.453105] systemd: Starting   u d e v   C o lSdtpalrutgi na udev Coldplug all Devices...
ll Devices...
[    6.457368] systemd: Mounted Huge Pages File System.
Mounted Huge Pages File System.
Mounted POSIX Message Queue File System.
Mounted Kernel Debug File System.
Mounted Kernel Trace File System.
[    6.458199] systemd: Mounted POSIX Message Queue File System.
[    6.458670] systemd: Moun Finished Create list of st… tnodes for the current kernele.
d Kernel Debug File System.
[    6.459180] systemd: Mounted Kernel Trace File System.
[    6.460431] systemd: Finished Create list of static device nodes for the current kernel.
[    6.468622] systemd: Finished Remount Root and Ker Finished 39mRemount Root and Kernel Fiele Systems.
Systems.
[    6.470107] systemd: Condition check resulted in Rebuild Hardware Database being skipped.
[    6.471795] systemd: Starting Platform Persistent Storage Arch         Starting Plaitform Persistent Storage Archival...
val...
[    6.474261] systemd: Starting Load/Save Random Seed...
         Starting Load/Save Random Seed...
         Starting Create System Users...
[    6.476312] systemd: Starting Create System Users...
0 ms]y sFtienmidsd:[i0n;is1;39mLoad Kernel Modules.
hed Load Kernel Modules.
[    6.479968] systemd: Mounting FUSE Control File System...
         Mounting FUSE Control File System...
[    6.482418] systemd: Mounting Kernel Configuration File System         Mounting Ke.rnel Configuration File Syst.em...
.
[    6.484770] systemd: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[    6.486994] systemd: Finished Platform Persistent Storage Archiv Finished aPlatform Persistentl Storage Archival.
.
[    6.490454] systemd: Finished Load/Save Random Seed.
Finished Load/Save Random Seed.
Mounted FUSE Control File System.
[    6.491299] systemd: Mounted FUSE Control File System.
Mounted Kernel Configurati[o n   F i6l. System.
495707] systemd: Mounted Kernel Configuration File System.
Finished Apply Kernel Variables.
Finished Create System Users.
Started Journal Service.
         Starting Flush Journal to Persistent Storage...
         Starting Create Static Device Nodes in /dev...
Finished Set the console keyboard layout.
Finished Create Static Device Nodes in /dev.
Reached target Local File Systems (Pre).
Reached target Local File Systems.
         Starting Set console font and keymap...
         Starting Tell Plymouth To Write Out Runtime Data...
         Starting udev Kernel Device Manager...
Finished Flush Journal to Persistent Storage.
Finished Set console font and keymap.
         Starting Create Volatile Files and Directories...
Finished Tell Plymouth To Write Out Runtime Data.
Finished Create Volatile Files and Directories.
         Starting Network Name Resolution...
         Starting Network Time Synchronization...
         Starting Update UTMP about System Boot/Shutdown...
Finished udev Coldplug all Devices.
Started udev Kernel Device Manager.
Finished Update UTMP about System Boot/Shutdown.
Started Dispatch Password …ts to Console Directory Watch.
Reached target Local Encrypted Volumes.
Started Network Time Synchronization.
Reached target System Initialization.
Started CUPS Scheduler.
Started Daily Cleanup of Temporary Directories.
Started Ubuntu Advantage Timer for running repeated jobs.
Reached target Paths.
Reached target System Time Set.
Reached target System Time Synchronized.
Started Trigger anacron every hour.
Started Daily apt download activities.
Started Daily apt upgrade and clean activities.
Started Periodic ext4 Onli…ata Check for All Filesystems.
Started Discard unused blocks once a week.
Started Daily rotation of log files.
Started Daily man-db regeneration.
Reached target Timers.
Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Listening on CUPS Scheduler.
Listening on D-Bus System Message Bus Socket.
         Starting Socket activation for snappy daemon.
Listening on Socket activation for snappy daemon.
Reached target Sockets.
Reached target Basic System.
         Starting Accounts Service...
         Starting Adbd for linux...
Started Run anacron jobs.
         Starting LSB: automatic crash report generation...
         Starting enable ASYNC for Debian Display...
         Starting Avahi mDNS/DNS-SD Stack...
         Starting Bluetooth management mechanism...
Started D-Bus System Message Bus.
         Starting Network Manager...
Started Save initial kernel messages after boot.
         Starting Remove Stale Onli…t4 Metadata Check Snapshots...
Started start firefly-fan service.
Started Set the CPU Frequency Scaling governor.
         Starting Authorization Manager...
         Starting Restore /etc/reso… the ppp link was shut down...
         Starting Resize root files…to fit available disk space...
         Starting rkisp 3A engine...
Started start rknn_server service.
         Starting System Logging Service...
Reached target Login Prompts (Pre).
         Starting Snap Daemon...
         Starting Login Service...
         Starting Disk Manager...
         Starting WPA supplicant...
Started Network Name Resolution.
Finished Restore /etc/reso…re the ppp link was shut down.
Started rkisp 3A engine.
Found device /dev/ttyFIQ0.
Reached target Host and Network Name Lookups.
         Starting Save/Restore Sound Card State...
Finished Remove Stale Onli…ext4 Metadata Check Snapshots.
Listening on Load/Save RF …itch Status /dev/rfkill Watch.
Started enable ASYNC for Debian Display.
Started System Logging Service.
Started LSB: automatic crash report generation.
Finished Save/Restore Sound Card State.
Reached target Sound Card.
Finished Resize root files…m to fit available disk space.
Started WPA supplicant.
Started Accounts Service.
Started Login Service.
Started Avahi mDNS/DNS-SD Stack.
Started Authorization Manager.
         Starting Modem Manager...
         Starting Setup rockchip platform environment...
         Starting Hostname Service...
Started Hostname Service.
Started Disk Manager.
         Starting Network Manager Script Dispatcher Service...
Started Network Manager Script Dispatcher Service.
Started Network Manager.
Started Modem Manager.
Reached target Network.
         Starting Net-Smp-Affinity...
         Starting OpenVPN service...
         Starting OpenBSD Secure Shell server...
         Starting Permit User Sessions...
Started Net-Smp-Affinity.
Finished OpenVPN service.
Finished Permit User Sessions.
         Starting GNOME Display Manager...
         Starting Hold until boot process finishes up...
Finished Hold until boot process finishes up.
Finished Setup rockchip platform environment.
Failed to start Adbd for linux.
See 'systemctl status adbd.service' for details.
Started Setup rockchip platform environment.
Started Serial Getty on ttyFIQ0.
Reached target Login Prompts.
         Starting Set console scheme...
Started Snap Daemon.
         Starting Wait until snapd is fully seeded...
Finished Set console scheme.
Created slice system-getty.slice.
Started OpenBSD Secure Shell server.
[    8.154926] sd 0:0:0:0: No Caching mode page found
[    8.154960] sd 0:0:0:0: Assuming drive cache: write through
Started GNOME Display Manager.
         Starting Time & Date Service...
Started Time & Date Service.
Created slice User Slice of UID 1000.
         Starting User Runtime Directory /run/user/1000...
Started Bluetooth management mechanism.
Finished User Runtime Directory /run/user/1000.
         Starting User Manager for UID 1000...
Started User Manager for UID 1000.
Started Session 1 of user firefly.
         Starting Bluetooth service...
Started Bluetooth service.
         Starting Daemon for power management...
Started Daemon for power management.

Ubuntu 20.04.5 LTS firefly ttyFIQ0

firefly login: root (automatic login)

_____ _         __ _
|___(_)_ __ ___ / _| |_   _
| |_| | '__/ _ \ |_| | | | |
|_| | | | |__/_| | |_| |
|_|   |_|_|\___|_| |_|\__, |
                        |___/
Welcome to Ubuntu 20.04.5 LTS (GNU/Linux 5.10.110 aarch64)

* Documentation:http://wiki.t-firefly.com
* Management:   http://www.t-firefly.com

System information as of Mon Jun 28 09:40:35 UTC 2021

System load:   0.23 0.05 0.02   Up time:       0 min
Memory usage:4 % of 7409MB    IP:
Usage of /:    1% of 51G


The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.

root@firefly:~# ifconfig
eth0: flags=4099<UP,BROADCAST,MULTICAST>mtu 1500
      ether fa:98:db:46:3f:69txqueuelen 1000(Ethernet)
      RX packets 0bytes 0 (0.0 B)
      RX errors 0dropped 0overruns 0frame 0
      TX packets 0bytes 0 (0.0 B)
      TX errors 0dropped 0 overruns 0carrier 0collisions 0
      device interrupt 74

lo: flags=73<UP,LOOPBACK,RUNNING>mtu 65536
      inet 127.0.0.1netmask 255.0.0.0
      inet6 ::1prefixlen 128scopeid 0x10<host>
      looptxqueuelen 1000(Local Loopback)
      RX packets 356bytes 30094 (30.0 KB)
      RX errors 0dropped 0overruns 0frame 0
      TX packets 356bytes 30094 (30.0 KB)
      TX errors 0dropped 0 overruns 0carrier 0collisions 0

root@firefly:~# ifconfig -a
dummy0: flags=130<BROADCAST,NOARP>mtu 1500
      ether d6:8b:e2:6e:06:93txqueuelen 1000(Ethernet)
      RX packets 0bytes 0 (0.0 B)
      RX errors 0dropped 0overruns 0frame 0
      TX packets 0bytes 0 (0.0 B)
      TX errors 0dropped 0 overruns 0carrier 0collisions 0

eth0: flags=4099<UP,BROADCAST,MULTICAST>mtu 1500
      ether fa:98:db:46:3f:69txqueuelen 1000(Ethernet)
      RX packets 0bytes 0 (0.0 B)
      RX errors 0dropped 0overruns 0frame 0
      TX packets 0bytes 0 (0.0 B)
      TX errors 0dropped 0 overruns 0carrier 0collisions 0
      device interrupt 74

lo: flags=73<UP,LOOPBACK,RUNNING>mtu 65536
      inet 127.0.0.1netmask 255.0.0.0
      inet6 ::1prefixlen 128scopeid 0x10<host>
      looptxqueuelen 1000(Local Loopback)
      RX packets 404bytes 34462 (34.4 KB)
      RX errors 0dropped 0overruns 0frame 0
      TX packets 404bytes 34462 (34.4 KB)
      TX errors 0dropped 0 overruns 0carrier 0collisions 0

usb1: flags=4098<BROADCAST,MULTICAST>mtu 1500
      ether 16:f5:20:f7:02:e0txqueuelen 1000(Ethernet)
      RX packets 0bytes 0 (0.0 B)
      RX errors 0dropped 0overruns 0frame 0
      TX packets 0bytes 0 (0.0 B)
      TX errors 0dropped 0 overruns 0carrier 0collisions 0

root@firefly:~# ifconfig usb1 192.168.1.6 netmask 255.255.255.0 up
root@firefly:~# ping 192.168.1.3 -I usb1
PING 192.168.1.3 (192.168.1.3) from 192.168.1.6 usb1: 56(84) bytes of data.
From 192.168.1.6 icmp_seq=1 Destination Host Unreachable
^C
--- 192.168.1.3 ping statistics ---
6 packets transmitted, 0 received, +1 errors, 100% packet loss, time 5067ms
pipe 4
root@firefly:~# ifconfig
eth0: flags=4099<UP,BROADCAST,MULTICAST>mtu 1500
      ether fa:98:db:46:3f:69txqueuelen 1000(Ethernet)
      RX packets 0bytes 0 (0.0 B)
      RX errors 0dropped 0overruns 0frame 0
      TX packets 0bytes 0 (0.0 B)
      TX errors 0dropped 0 overruns 0carrier 0collisions 0
      device interrupt 74

lo: flags=73<UP,LOOPBACK,RUNNING>mtu 65536
      inet 127.0.0.1netmask 255.0.0.0
      inet6 ::1prefixlen 128scopeid 0x10<host>
      looptxqueuelen 1000(Local Loopback)
      RX packets 1063bytes 89054 (89.0 KB)
      RX errors 0dropped 0overruns 0frame 0
      TX packets 1063bytes 89054 (89.0 KB)
      TX errors 0dropped 0 overruns 0carrier 0collisions 0

usb1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>mtu 1500
      inet 192.168.1.6netmask 255.255.255.0broadcast 192.168.1.255
      inet6 fe80::14f5:20ff:fef7:2e0prefixlen 64scopeid 0x20<link>
      ether 16:f5:20:f7:02:e0txqueuelen 1000(Ethernet)
      RX packets 0bytes 0 (0.0 B)
      RX errors 0dropped 0overruns 0frame 0
      TX packets 0bytes 0 (0.0 B)
      TX errors 0dropped 0 overruns 0carrier 0collisions 0

root@firefly:~#


热心市民小左 发表于 2023-1-16 14:56:35

zhangzhenzhao 发表于 2023-1-12 15:14
可以复现问题抓份开机log,上层和内核的都提供看看

还有这个应该也要添加吧


我这边尝试了两种调试方法,在3588端可以看到usb网卡,通过方式1在电脑端检测不到usb设备,而使用方式2在电脑端能够检测到usb设备,但是配置ip后网络不通,且方式2开机会显示usb2phy无法创建等错误,求帮助。

板蓝根 发表于 2023-1-29 10:58:42

请先单独使能一个typec ,调通 rndis 功能。

根据以往调试经验,USB Gadget 驱动只支持一个usb device 设备,如果你是通过 /etc/init.d/adbd.sh 来配置 rndis 功能,脚本会默认绑定 /sys/kernel/config/usb_gadget/rockchip/UDC 设备为 typec0,你可以追踪一下脚本。

由于USB Gadget 框架的特性,“typec0 全功能 ,typec1 device 虚拟 rndis”,这个可能做不到,typec0otg 无法和 typec1 同时切换成 device 模式

热心市民小左 发表于 2023-1-30 09:55:21

板蓝根 发表于 2023-1-29 10:58
请先单独使能一个typec ,调通 rndis 功能。

根据以往调试经验,USB Gadget 驱动只支持一个usb device ...

您好,我这边调试typec0虚拟rndis功能一切正常,但是把typec0禁掉后,typec1虚拟的rndis只能在windows下可以ping通,ubuntu下网络不通,sdk中默认是将typec1配置为host模式的,请教一下该如何配置typec1。

feixiang3839 发表于 2023-5-9 19:21:41

正在调dwc3_1的otg,参考下楼主的~
页: [1] 2
查看完整版本: rk3588 USB DEVICE