rdkx5故障

现象描述:上电后,有时候能进入到Ubuntu界面,然后过一段时间就会卡住,然后手机热点连接也会断掉,大部分时候重新插拔电源会重新连上网络但是进不去ubuntu界面

你好 @22399086,根据你描述的「上电后间歇性进入Ubuntu,运行一段时间后卡死,网络断开,需断电重启」现象,这是 RDK X5 典型的供电不足或系统崩溃问题。结合社区类似案例,请按以下优先级排查:


:bullseye: 问题根因分析

现象 指向原因
间歇性启动成功 供电处于临界状态
运行一段时间后卡死 供电不足/过热/看门狗触发
网络断开 + 无法Ping 系统级死机,非网络配置问题
必须断电重启 软重启失效,硬件锁死

:wrench: 排查步骤(按优先级)

第一步:检查电源(最关键!)

RDK X5 对供电要求极高,供电不足是 80% 类似问题的根因

检查清单:

  1. 电源规格:必须使用 5V/5A(最低 5V/3A)Type-C 电源适配器

    • :cross_mark: 不能用电脑 USB 口供电(仅 0.5A-0.9A)
    • :cross_mark: 不能用 12V 电源(会烧毁板子!社区有案例)
    • :white_check_mark: 推荐使用地瓜官方电源
  2. USB 外设负载

    # 登录后查看 USB 设备(如果还能连上)
    lsusb
    
    • 拔掉所有非必要 USB 设备(摄像头、键盘、雷达等)
    • 只保留电源和网线测试
  3. 电源线缆质量:更换高质量 Type-C 线(劣质线电阻大导致压降)

快速验证

  • 拔掉所有 USB 设备 → 只接官方 5V/5A 电源 → 测试是否还会卡死

第二步:检查散热

X5 运行一段时间后芯片过热会触发保护性关机。

# 登录后查看温度
cat /sys/class/thermal/thermal_zone0/temp
# 或
hobot-temp

温度标准

  • 空闲:40-60°C
  • 负载:60-85°C
  • >85°C:可能触发降频或关机

解决方案

  • 加装散热片/风扇
  • 避免密闭环境
  • 临时降低 CPU 频率:sudo cpufreq-set -g powersave

第三步:查看系统日志(定位崩溃原因)

下次卡死并重新上电后,立即执行

# 查看上一次启动的日志(死机前的记录)
journalctl -b -1 -n 100 --no-pager

# 查看内核日志,筛选关键错误
dmesg | grep -iE "error|fail|watchdog|reset|power" --color

# 特别关注看门狗、网卡、电源相关错误
journalctl -b -1 | grep -iE "watchdog|eth0|regulator" --color

重点观察

  • 是否有 watchdog 超时复位
  • 网卡 eth0 是否有 link downtimeout
  • 是否有 Out of memory 或电压异常

第四步:关闭看门狗和节能模式

# 1. 临时关闭看门狗测试
sudo systemctl stop watchdog
sudo systemctl disable watchdog

# 2. 禁用系统休眠
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target

# 3. 关闭网卡节能
sudo ethtool -s eth0 wol d

第五步:最小化系统测试

  1. 拔掉所有 USB 设备
  2. 只接电源 + 网线(不接 HDMI)
  3. 关闭 WiFi:sudo nmcli radio wifi off
  4. 重新烧录最新官方镜像(排除系统文件损坏)
  5. 更换高质量 TF 卡(SanDisk/Samsung Class 10 以上)

:clipboard: 需要你补充的信息

请提供以下关键参数,方便进一步定位:

  1. 电源规格:用的什么电源适配器?(电压/电流,是否官方?)
  2. USB 外设:接了哪些设备?(键盘、摄像头、雷达等)
  3. 散热情况:有没有装散热片/风扇?卡死前摸起来烫不烫?
  4. 系统日志:卡死后重新上电,执行 journalctl -b -1 -n 100 的输出

:books: 社区相关案例参考


:white_check_mark: 建议行动

  1. 立即检查电源规格(最可能的根因)
  2. 拔掉所有 USB 外设,用官方 5V/5A 电源测试
  3. 卡死后立即抓取日志 journalctl -b -1
  4. 将日志和硬件配置补充到本帖,方便进一步协助

优先排查供电! 根据社区经验,这类「运行几分钟后死机」的问题,80% 以上是供电不足导致的。

-Boot 2022.10+ (Apr 08 2026 - 17:22:29 +0800)

Model: Horizon X5
DRAM: 3.9 GiB
console out start addr:0x0000000087ffc000, end addr:0x0000000087ffe000
horizon_aon_pinctrl aon_iomuxc@31040000: Initialized D-Robotics pinctrl driver
optee optee: OP-TEE: revision 3.20 (05a6c9de)
ADC calibration: 0
ADC trimming: 9
horizon_lsio_pinctrl lsio_iomuxc@34180000: Initialized D-Robotics pinctrl driver
horizon_hsio_pinctrl hsio_iomuxc@35050000: Initialized D-Robotics pinctrl driver
horizon_dsp_pinctrl dsp_iomuxc@31040014: Initialized D-Robotics pinctrl driver
Core: 154 devices, 26 uclasses, devicetree: separate
WDT: Started watchdog@34250000 with servicing (10s timeout)
stop watchdog
MMC: sdio-host@35040000: 0, sdio-host@35020000: 1
Loading Environment from UBI… dw_spi spi@35000000: max-frequency=50000000
spi-nand: spi_nand spi-flash@0: GigaDevice SPI NAND was found.
spi-nand: spi_nand spi-flash@0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 128
Read 196608 bytes from volume ubootenv to 000000008be6d4c0
*** Warning - bad CRC, using default environment

In: serial@32120000
Out: serial@32120000
Err: serial@32120000
Net:
Warning: gmac-tsn@35010000 (eth0) using random MAC address - c6:18:3d:e6:04:e2
eth0: gmac-tsn@35010000
Hit key to stop autoboot in 1s
switch to partitions #0, OK
mmc1 is current device
SD Card detected, entering UMS update system on mmc 1
argv[1] 1
button no press,pass
eMMC or SD Card not detected on mmchost 0
switch to partitions #0, OK
mmc1 is current device
eMMC or SD Card detected on mmchost 1
Scanning mmc 1:2…
Found U-Boot script /boot/boot.scr
1522 bytes read in 18 ms (82 KiB/s)

Executing script at 84100000

Boot script loaded from devtype:mmc devnum:1 devplist:2
Board is X5 RDK V1.0
fdtfile = x5-rdk-v1p0.dtb
bootargs = console=tty1 console=ttyS0,115200 rootfstype=ext4 rw rootwait root=/dev/mmcblk1p2
Loading fdt file: /boot/hobot/x5-rdk-v1p0.dtb
141469 bytes read in 29 ms (4.7 MiB/s)
Apply device tree overlay
** File not found /boot/config.txt **
DTOVERLAY[error]: can’t load config file(/boot/config.txt)

Loading kernel: /boot/Image
23212040 bytes read in 1092 ms (20.3 MiB/s)
Boot kernel from 0x85800000, devices tree from 0x84000000

Flattened Device Tree blob at 84000000

Booting using the fdt blob at 0x84000000
Loading Device Tree to 0000000087fd6000, end 0000000087ffb89c … OK
prop (-1) doesn’t fit in scratchpad!
prop (-1) doesn’t fit in scratchpad!
prop (-1) doesn’t fit in scratchpad!
prop (-1) doesn’t fit in scratchpad!
prop (-1) doesn’t fit in scratchpad!
Start of ion_reserved not found!
ION fdt parse failed!
Use default ION size ion_reserved_size_dft:0x14000000, ion_carveout_size_dft:0x14000000, ion_cma_size_dft:0x8000000, ion_region_start:0xa4100000
Set Mem[ion_reserved_rdk] Size to 0x0000000014000000@0xa4100000
Set Mem[ion_carveout_rdk] Size to 0x0000000014000000@0xb8100000
Set Mem[ion_cma_rdk] Size to 0x0000000008000000@0xcc100000
enable qspi boot!
enable CPU 1.8G!

Starting kernel …

[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[ 0.000000] Linux version 6.1.83 (root@hobot) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the Arm Architecture 11.2-2022.02 (arm-11.14)) 11.2.1 20220111, GNU ld (GNU Toolchain for the Arm Architecture 11.2-2022.02 (arm-11.14)) 2.37.20220122) #10 SMP PREEMPT Sun Sep 29 11:23:43 CST 2024
[ 0.000000] Machine model: D-Robotics RDK X5 V1.0
[ 0.000000] OF: reserved mem: OVERLAP DETECTED!
[ 0.000000] ion_reserved_rdk (0x00000000a4100000–0x00000000b8100000) overlaps with ion_reserved@A4100000 (0x00000000a4100000–0x00000000c4100000)
[ 0.000000] OF: reserved mem: OVERLAP DETECTED!
[ 0.000000] ion_reserved@A4100000 (0x00000000a4100000–0x00000000c4100000) overlaps with ion_carveout_rdk (0x00000000b8100000–0x00000000cc100000)
[ 0.000000] OF: reserved mem: OVERLAP DETECTED!
[ 0.000000] ion_carveout_rdk (0x00000000b8100000–0x00000000cc100000) overlaps with ion_carveout@C4100000 (0x00000000c4100000–0x00000000e4100000)
[ 0.000000] OF: reserved mem: OVERLAP DETECTED!
[ 0.000000] ion_carveout@C4100000 (0x00000000c4100000–0x00000000e4100000) overlaps with ion_cma_rdk (0x00000000cc100000–0x00000000d4100000)
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000088000000, size 382 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma@88000000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2080000, size 16 MiB
[ 0.000000] OF: reserved mem: initialized node audio@A2080000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3080000, size 8 MiB
[ 0.000000] OF: reserved mem: initialized node audio@A3080000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3880000, size 8 MiB
[ 0.000000] OF: reserved mem: initialized node audio@A3880000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000084000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x000000017fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000084000000-0x000000009fe7efff]
[ 0.000000] node 0: [mem 0x000000009fe7f000-0x00000000a407ffff]
[ 0.000000] node 0: [mem 0x00000000a4080000-0x000000017fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000084000000-0x000000017fffffff]
[ 0.000000] On node 0, zone DMA: 16384 pages in unavailable ranges
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 23 pages/cpu s53880 r8192 d32136 u94208
[ 0.000000] pcpu-alloc: s53880 r8192 d32136 u94208 alloc=23*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Virtualization Host Extensions
[ 0.000000] CPU features: kernel page table isolation disabled by kernel configuration
[ 0.000000] CPU features: detected: Qualcomm erratum 1009, or ARM erratum 1286807, 2441009
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1016064
[ 0.000000] Kernel command line: console=tty1 console=ttyS0,115200 rootfstype=ext4 rw rootwait root=/dev/mmcblk1p2
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 8.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[ 0.000000] Memory: 2258984K/4128768K available (14144K kernel code, 1036K rwdata, 4836K rodata, 2560K init, 3533K bss, 1478616K reserved, 391168K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 256 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000030140000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000740] Console: colour dummy device 80x25
[ 0.001299] printk: console [tty1] enabled
[ 0.001343] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[ 0.001367] pid_max: default: 32768 minimum: 301
[ 0.001422] LSM: Security Framework initializing
[ 0.001563] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.001592] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.003174] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.003193] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.003278] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.003294] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.003445] rcu: Hierarchical SRCU implementation.
[ 0.003457] rcu: Max phase no-delay instances is 1000.
[ 0.004666] smp: Bringing up secondary CPUs …
[ 0.016102] Detected VIPT I-cache on CPU1
[ 0.016195] GICv3: CPU1: found redistributor 100 region 0:0x0000000030160000
[ 0.016231] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[ 0.027695] Detected VIPT I-cache on CPU2
[ 0.027767] GICv3: CPU2: found redistributor 200 region 0:0x0000000030180000
[ 0.027791] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
[ 0.039218] Detected VIPT I-cache on CPU3
[ 0.039294] GICv3: CPU3: found redistributor 300 region 0:0x00000000301a0000
[ 0.039316] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
[ 0.050731] Detected VIPT I-cache on CPU4
[ 0.050805] GICv3: CPU4: found redistributor 400 region 0:0x00000000301c0000
[ 0.050826] CPU4: Booted secondary processor 0x0000000400 [0x412fd050]
[ 0.062244] Detected VIPT I-cache on CPU5
[ 0.062319] GICv3: CPU5: found redistributor 500 region 0:0x00000000301e0000
[ 0.062342] CPU5: Booted secondary processor 0x0000000500 [0x412fd050]
[ 0.073754] Detected VIPT I-cache on CPU6
[ 0.073834] GICv3: CPU6: found redistributor 600 region 0:0x0000000030200000
[ 0.073855] CPU6: Booted secondary processor 0x0000000600 [0x412fd050]
[ 0.085284] Detected VIPT I-cache on CPU7
[ 0.085373] GICv3: CPU7: found redistributor 700 region 0:0x0000000030220000
[ 0.085395] CPU7: Booted secondary processor 0x0000000700 [0x412fd050]
[ 0.085464] smp: Brought up 1 node, 8 CPUs
[ 0.085633] SMP: Total of 8 processors activated.
[ 0.085645] CPU features: detected: 32-bit EL0 Support
[ 0.085655] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.085671] CPU features: detected: Common not Private translations
[ 0.085682] CPU features: detected: CRC32 instructions
[ 0.085695] CPU features: detected: RCpc load-acquire (LDAPR)
[ 0.085705] CPU features: detected: LSE atomic instructions
[ 0.085717] CPU features: detected: Privileged Access Never
[ 0.085728] CPU features: detected: RAS Extension Support
[ 0.085739] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.085823] CPU: All CPU(s) started at EL2
[ 0.085834] alternatives: applying system-wide alternatives
[ 0.090445] devtmpfs: initialized
[ 0.108409] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.108444] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.116774] pinctrl core: initialized pinctrl subsystem
[ 0.117045] regulator-dummy: no parameters, enabled
[ 0.117798] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.118607] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.118743] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.118928] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.118989] audit: initializing netlink subsys (disabled)
[ 0.119154] audit: type=2000 audit(0.100:1): state=initialized audit_enabled=0 res=1
[ 0.119576] thermal_sys: Registered thermal governor ‘step_wise’
[ 0.119582] thermal_sys: Registered thermal governor ‘user_space’
[ 0.119632] cpuidle: using governor menu
[ 0.119775] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.119928] ASID allocator initialised with 65536 entries
[ 0.122756] printk: console [ramoops-1] enabled
[ 0.122774] pstore: Registered ramoops as persistent store backend
[ 0.122789] ramoops: using 0x40000@0xa4080000, ecc: 0
[ 0.139402] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d740000
[ 0.139445] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d640000
[ 0.139474] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d540000
[ 0.139506] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d440000
[ 0.139535] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d340000
[ 0.139563] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d240000
[ 0.139591] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d140000
[ 0.139622] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d040000
[ 0.139659] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etf@2c002000
[ 0.139789] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etf@2c002000
[ 0.139880] amba 2c002000.etf: Fixed dependency cycle(s) with /soc/replicator@2c004000
[ 0.139937] amba 2c002000.etf: Fixed dependency cycle(s) with /soc/funnel@2c001000
[ 0.140120] amba 2c003000.etr: Fixed dependency cycle(s) with /soc/replicator@2c004000
[ 0.140261] amba 2c003000.etr: Fixed dependency cycle(s) with /soc/replicator@2c004000
[ 0.140345] amba 2c002000.etf: Fixed dependency cycle(s) with /soc/replicator@2c004000
[ 0.140442] amba 2c004000.replicator: Fixed dependency cycle(s) with /soc/etf@2c002000
[ 0.140521] amba 2c004000.replicator: Fixed dependency cycle(s) with /soc/etr@2c003000
[ 0.140593] amba 2c004000.replicator: Fixed dependency cycle(s) with /soc/tpiu@2c005000
[ 0.140705] amba 2c004000.replicator: Fixed dependency cycle(s) with /soc/tpiu@2c005000
[ 0.140809] amba 2c005000.tpiu: Fixed dependency cycle(s) with /soc/replicator@2c004000
[ 0.141088] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d040000
[ 0.141203] amba 2d040000.etm: Fixed dependency cycle(s) with /soc/funnel@2c001000
[ 0.141416] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d140000
[ 0.141522] amba 2d140000.etm: Fixed dependency cycle(s) with /soc/funnel@2c001000
[ 0.141753] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d240000
[ 0.141859] amba 2d240000.etm: Fixed dependency cycle(s) with /soc/funnel@2c001000
[ 0.142066] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d340000
[ 0.142174] amba 2d340000.etm: Fixed dependency cycle(s) with /soc/funnel@2c001000
[ 0.142388] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d440000
[ 0.142497] amba 2d440000.etm: Fixed dependency cycle(s) with /soc/funnel@2c001000
[ 0.142712] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d540000
[ 0.142817] amba 2d540000.etm: Fixed dependency cycle(s) with /soc/funnel@2c001000
[ 0.143028] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d640000
[ 0.143133] amba 2d640000.etm: Fixed dependency cycle(s) with /soc/funnel@2c001000
[ 0.143348] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d740000
[ 0.143458] amba 2d740000.etm: Fixed dependency cycle(s) with /soc/funnel@2c001000
[ 0.153328] dr-power-domain 31030000.power-controller: Looking up bpu-supply from device tree
[ 0.154226] horizon-aon-pinctrl 31040000.aon_iomuxc: Initialized D-Robotics pinctrl driver
[ 0.156391] (NULL device *): no horizon,gpio-banks in node /soc/disp_apb/disp_iomuxc@3e0a0054
[ 0.156685] horizon-disp-pinctrl 3e0a0054.disp_iomuxc: Initialized D-Robotics pinctrl driver
[ 0.156972] platform 3e060000.mipi_dsi0: Fixed dependency cycle(s) with /soc/disp_apb/mipi_dsi0@3e060000/dsi_panel0@0
[ 0.157019] platform 3e060000.mipi_dsi0: Fixed dependency cycle(s) with /soc/disp_apb/dsi-syscon-bridge
[ 0.157236] platform 3e000000.disp_apb:dsi-encoder: Fixed dependency cycle(s) with /soc/disp_apb/dsi-syscon-bridge
[ 0.157276] platform 3e000000.disp_apb:dsi-encoder: Fixed dependency cycle(s) with /soc/disp_apb/dc8000Nano@3e000000
[ 0.157382] platform 3e000000.disp_apb:dc-wb-syscon-bridge: Fixed dependency cycle(s) with /soc/disp_apb/vs-sif@3e080000
[ 0.157498] platform 3e000000.disp_apb:bt1120-wb-syscon-bridge: Fixed dependency cycle(s) with /soc/disp_apb/bt1120_bridge_wb
[ 0.157689] platform 3e000000.disp_apb:dc-wb-syscon-bridge: Fixed dependency cycle(s) with /soc/disp_apb/vs-sif@3e080000
[ 0.157753] platform 3e080000.vs-sif: Fixed dependency cycle(s) with /soc/disp_apb/bt1120_bridge_wb
[ 0.157778] platform 3e080000.vs-sif: Fixed dependency cycle(s) with /soc/disp_apb/dc-wb-syscon-bridge
[ 0.157999] platform 3e000000.disp_apb:dsi-encoder: Fixed dependency cycle(s) with /soc/disp_apb/dsi-syscon-bridge
[ 0.158076] platform 3e060000.mipi_dsi0: Fixed dependency cycle(s) with /soc/disp_apb/dsi-syscon-bridge
[ 0.158143] platform 3e000000.disp_apb:dsi-syscon-bridge: Fixed dependency cycle(s) with /soc/disp_apb/mipi_dsi0@3e060000
[ 0.158214] platform 3e000000.disp_apb:dsi-syscon-bridge: Fixed dependency cycle(s) with /soc/disp_apb/dsi-encoder
[ 0.158458] platform 3e000000.disp_apb:dsi-encoder: Fixed dependency cycle(s) with /soc/disp_apb/dc8000Nano@3e000000
[ 0.158532] platform 3e000000.dc8000Nano: Fixed dependency cycle(s) with /soc/disp_apb/hdmi-encoder
[ 0.158561] platform 3e000000.dc8000Nano: Fixed dependency cycle(s) with /soc/disp_apb/dsi-encoder
[ 0.158904] platform 3e010000.bt1120: Fixed dependency cycle(s) with /soc/disp_apb/hdmi-encoder
[ 0.159086] platform 3e000000.disp_apb:bt1120_bridge: Fixed dependency cycle(s) with /soc/dsp_apb/i2c@320a0000/hdmi_bridge@3b
[ 0.159126] platform 3e000000.disp_apb:bt1120_bridge: Fixed dependency cycle(s) with /soc/disp_apb/bt1120-syscon-bridge
[ 0.159226] platform 3e080000.vs-sif: Fixed dependency cycle(s) with /soc/disp_apb/bt1120_bridge_wb
[ 0.159296] platform 3e000000.disp_apb:bt1120-wb-syscon-bridge: Fixed dependency cycle(s) with /soc/disp_apb/bt1120_bridge_wb
[ 0.159357] platform 3e000000.disp_apb:bt1120_bridge_wb: Fixed dependency cycle(s) with /soc/disp_apb/bt1120-wb-syscon-bridge
[ 0.159423] platform 3e000000.disp_apb:bt1120_bridge_wb: Fixed dependency cycle(s) with /soc/disp_apb/vs-sif@3e080000
[ 0.159578] platform 3e010000.bt1120: Fixed dependency cycle(s) with /soc/disp_apb/hdmi-encoder
[ 0.159652] platform 3e000000.dc8000Nano: Fixed dependency cycle(s) with /soc/disp_apb/hdmi-encoder
[ 0.159721] platform 3e000000.disp_apb:hdmi-encoder: Fixed dependency cycle(s) with /soc/disp_apb/bt1120-syscon-bridge
[ 0.159753] platform 3e000000.disp_apb:hdmi-encoder: Fixed dependency cycle(s) with /soc/disp_apb/dc8000Nano@3e000000
[ 0.159818] platform 3e000000.disp_apb:hdmi-encoder: Fixed dependency cycle(s) with /soc/disp_apb/bt1120@3e010000
[ 0.159965] platform 3e000000.disp_apb:hdmi-encoder: Fixed dependency cycle(s) with /soc/disp_apb/bt1120-syscon-bridge
[ 0.160034] platform 3e000000.disp_apb:bt1120_bridge: Fixed dependency cycle(s) with /soc/disp_apb/bt1120-syscon-bridge
[ 0.160101] platform 3e000000.disp_apb:bt1120-syscon-bridge: Fixed dependency cycle(s) with /soc/disp_apb/bt1120_bridge
[ 0.160175] platform 3e000000.disp_apb:bt1120-syscon-bridge: Fixed dependency cycle(s) with /soc/disp_apb/hdmi-encoder
[ 0.164419] horizon-hsio-pinctrl 35050000.hsio_iomuxc: Initialized D-Robotics pinctrl driver
[ 0.167426] horizon-dsp-pinctrl 31040014.dsp_iomuxc: Initialized D-Robotics pinctrl driver
[ 0.172170] horizon-lsio-pinctrl 34180000.lsio_iomuxc: Initialized D-Robotics pinctrl driver
[ 0.182554] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.182577] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.182591] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.182604] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.182619] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.182632] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.182646] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.182659] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.182964] cryptd: max_cpu_qlen set to 1000
[ 0.183952] noc_qos 20500000.cpu_qos: qos doesn’t have consumer device
[ 0.183985] noc_qos 20500000.cpu_qos: noc qos init finished.
[ 0.184094] noc_qos 20510000.bt1120_qos: qos doesn’t have consumer device
[ 0.184128] noc_qos 20510000.bt1120_qos: noc qos init finished.
[ 0.184195] noc_qos 20510080.dc8000_qos: qos doesn’t have consumer device
[ 0.184228] noc_qos 20510080.dc8000_qos: noc qos init finished.
[ 0.184300] noc_qos 20510100.dw230_qos: qos doesn’t have consumer device
[ 0.184332] noc_qos 20510100.dw230_qos: noc qos init finished.
[ 0.184398] noc_qos 20510500.sif_qos: qos doesn’t have consumer device
[ 0.184432] noc_qos 20510500.sif_qos: noc qos init finished.
[ 0.184502] noc_qos 20510700.sif_disp_qos: qos doesn’t have consumer device
[ 0.184534] noc_qos 20510700.sif_disp_qos: noc qos init finished.
[ 0.184601] noc_qos 20550000.dma0_qos: qos doesn’t have consumer device
[ 0.184631] noc_qos 20550000.dma0_qos: noc qos init finished.
[ 0.184697] noc_qos 20550080.emmc_qos: qos doesn’t have consumer device
[ 0.184733] noc_qos 20550080.emmc_qos: noc qos init finished.
[ 0.184805] noc_qos 20550100.gmac_qos: qos doesn’t have consumer device
[ 0.184843] noc_qos 20550100.gmac_qos: noc qos init finished.
[ 0.184911] noc_qos 20550180.sd_qos: qos doesn’t have consumer device
[ 0.184942] noc_qos 20550180.sd_qos: noc qos init finished.
[ 0.185013] noc_qos 20550200.sdio_qos: qos doesn’t have consumer device
[ 0.185047] noc_qos 20550200.sdio_qos: noc qos init finished.
[ 0.185110] noc_qos 20550280.security_qos: qos doesn’t have consumer device
[ 0.185138] noc_qos 20550280.security_qos: noc qos init finished.
[ 0.185207] noc_qos 20550300.usb2_qos: qos doesn’t have consumer device
[ 0.185239] noc_qos 20550300.usb2_qos: noc qos init finished.
[ 0.185309] noc_qos 20550380.usb3_qos: qos doesn’t have consumer device
[ 0.185340] noc_qos 20550380.usb3_qos: noc qos init finished.
[ 0.185435] noc_qos 20550400.etr_qos: qos doesn’t have consumer device
[ 0.185463] noc_qos 20550400.etr_qos: noc qos init finished.
[ 0.185822] adc_1v8: 1800 mV, enabled
[ 0.185919] reg-fixed-voltage 34000000.a55_apb0:regulator-1v8: adc_1v8 supplying 1800000uV
[ 0.186209] iommu: Default domain type: Translated
[ 0.186223] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.188085] SCSI subsystem initialized
[ 0.188229] usbcore: registered new interface driver usbfs
[ 0.188269] usbcore: registered new interface driver hub
[ 0.188303] usbcore: registered new device driver usb
[ 0.188928] platform 3e000000.disp_apb:bt1120_bridge: Fixed dependency cycle(s) with /soc/dsp_apb/i2c@320a0000/hdmi_bridge@3b
[ 0.189052] i2c 7-003b: Fixed dependency cycle(s) with /soc/disp_apb/bt1120_bridge
[ 0.190151] hpu3501-regulator hpu3501-regulator.0.auto: fault_cfgr will be default value
[ 0.190172] hpu3501-regulator hpu3501-regulator.0.auto: ocp_cfg1r will be default value
[ 0.190190] hpu3501-regulator hpu3501-regulator.0.auto: ocp_cfg2r will be default value
[ 0.191260] VCC_BPU: Bringing 0uV into 800000-800000uV
[ 0.205830] VCC_BPU: 800 mV, disabled
[ 0.216269] VDD08_CPU: 600 ↔ 1000 mV at 800 mV, enabled
[ 0.218528] mc: Linux media interface: v0.10
[ 0.218577] videodev: Linux video capture interface: v2.00
[ 0.218620] pps_core: LinuxPPS API ver. 1 registered
[ 0.218634] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.218660] PTP clock support registered
[ 0.219074] Reserved ION Carveout(ion-pool) MEM start 0xa4100000, size 0x14000000
[ 0.219098] Reserved ION cma(ion-carveout) reserved MEM start 0xb8100000, size 0x14000000
[ 0.219187] Reserved ION cma(ion-cma) reserved MEM start 0xcc100000, size 0x8000000
[ 0.249537] Advanced Linux Sound Architecture Driver Initialized.
[ 0.250100] clocksource: Switched to clocksource arch_sys_counter
[ 0.250269] VFS: Disk quotas dquot_6.6.0
[ 0.250312] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.250376] FS-Cache: Loaded
[ 0.250575] CacheFiles: Loaded
[ 0.256185] NET: Registered PF_INET protocol family
[ 0.256334] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.258579] tcp_listen_portaddr_hash hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.258665] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.258688] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.258848] TCP bind hash table entries: 32768 (order: 9, 2097152 bytes, linear)
[ 0.259917] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.260043] UDP hash table entries: 2048 (order: 5, 196608 bytes, linear)
[ 0.260214] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes, linear)
[ 0.260502] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.260846] RPC: Registered named UNIX socket transport module.
[ 0.260862] RPC: Registered udp transport module.
[ 0.260873] RPC: Registered tcp transport module.
[ 0.260885] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.261793] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.263868] Initialise system trusted keyrings
[ 0.263981] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.267243] zbud: loaded
[ 0.268081] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.268547] NFS: Registering the id_resolver key type
[ 0.268577] Key type id_resolver registered
[ 0.268589] Key type id_legacy registered
[ 0.268650] nfs4filelayout_init: NFSv4 File Layout Driver Registering…
[ 0.268670] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering…
[ 0.269705] pstore: success mode=2
[ 0.298334] NET: Registered PF_ALG protocol family
[ 0.298357] xor: measuring software checksum speed
[ 0.301494] 8regs : 3165 MB/sec
[ 0.304900] 32regs : 2899 MB/sec
[ 0.308003] arm64_neon : 3183 MB/sec
[ 0.308018] xor: using function: arm64_neon (3183 MB/sec)
[ 0.308039] async_tx: api initialized (async)
[ 0.308051] Key type asymmetric registered
[ 0.308064] Asymmetric key parser ‘x509’ registered
[ 0.308109] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 0.308213] io scheduler mq-deadline registered
[ 0.308227] io scheduler kyber registered
[ 0.311086] phy phy-3e0a0028.phy.0: Looking up phy-supply from device tree
[ 0.311111] phy phy-3e0a0028.phy.0: Looking up phy-supply property in node /soc/disp_apb/phy@3e0a0028 failed
[ 0.312123] hpu3501 2-001c: Failed to create device link (0x180) with gpiochip0
[ 0.313751] horizon-dsp-pinctrl 31040014.dsp_iomuxc: set pin = 17 direction to output
[ 0.313830] horizon-dsp-pinctrl 31040014.dsp_iomuxc: set pin = 18 direction to output
[ 0.313896] horizon-dsp-pinctrl 31040014.dsp_iomuxc: set pin = 14 direction to output
[ 0.314813] horizon-lsio-pinctrl 34180000.lsio_iomuxc: set pin = 0 direction to input
[ 0.314895] horizon-lsio-pinctrl 34180000.lsio_iomuxc: set pin = 1 direction to input
[ 0.314971] horizon-lsio-pinctrl 34180000.lsio_iomuxc: set pin = 2 direction to input
[ 0.315035] horizon-lsio-pinctrl 34180000.lsio_iomuxc: set pin = 3 direction to input
[ 0.315095] horizon-lsio-pinctrl 34180000.lsio_iomuxc: set pin = 8 direction to input
[ 0.315157] horizon-lsio-pinctrl 34180000.lsio_iomuxc: set pin = 9 direction to input
[ 0.315219] horizon-lsio-pinctrl 34180000.lsio_iomuxc: set pin = 13 direction to output
[ 0.315281] horizon-lsio-pinctrl 34180000.lsio_iomuxc: set pin = 20 direction to input
[ 0.315344] horizon-lsio-pinctrl 34180000.lsio_iomuxc: set pin = 21 direction to input
[ 0.315405] horizon-lsio-pinctrl 34180000.lsio_iomuxc: set pin = 22 direction to input
[ 0.315466] horizon-lsio-pinctrl 34180000.lsio_iomuxc: set pin = 23 direction to input
[ 0.316583] drobot-pwm 34170000.pwm: D-Robotics PWM register done!
[ 0.316829] hobot-backlight: hobot_bl_probe: address = 0x45
[ 0.316846] hobot-backlight: send_cmds: 80
[ 0.317632] hobot-backlight: send_cmds: send command: data[0]:0x80,data[1]:0x 0 failed, ret = -121, retry again!
[ 0.317764] hobot-backlight: send_cmds: send command: data[0]:0x80,data[1]:0x 0 failed, ret = -121, retry again!
[ 0.317896] hobot-backlight: send_cmds: send command: data[0]:0x80,data[1]:0x 0 failed, ret = -121, retry again!
[ 0.318027] hobot-backlight: send_cmds: send command: data[0]:0x80,data[1]:0x 0 failed, ret = -121, retry again!
[ 0.318160] hobot-backlight: send_cmds: send command: data[0]:0x80,data[1]:0x 0 failed, ret = -121, retry again!
[ 0.318182] hobot-backlight: send_cmds: send command failed
[ 0.318195] hobot-backlight: hobot_bl_probe: init_cmd_check failed, -121
[ 0.318210] hobot_bl_controller 3-0045: Failed to load backlight driver!
[ 0.318227] hobot_bl_controller: probe of 3-0045 failed with error -121
[ 0.320158] dw_axi_dmac_platform 32080000.dma-controller: DesignWare AXI DMA Controller, 8 channels
[ 0.320847] dw_axi_dmac_platform 34200000.dma-controller: DesignWare AXI DMA Controller, 12 channels
[ 0.320913] Start socinfo driver init
[ 0.320966] socinfo 31021008.socinfo: Start socinfo probe.
[ 0.321032] socinfo 31021008.socinfo: Socinfo probe end with retval: 0
[ 0.321645] axi_monitor 38100000.axi-mon: AXI-Clk: 800000000Hz
[ 0.321670] axi_monitor 38100000.axi-mon: APB-Clk: 100000000Hz
[ 0.321686] axi_monitor 38100000.axi-mon: Maximum session time 687000 millisecs
[ 0.321714] axi_monitor 38100000.axi-mon: Got axi-port num:5
[ 0.321731] axi_monitor 38100000.axi-mon: Got new axi-port:cpu, idx:0
[ 0.321748] axi_monitor 38100000.axi-mon: Got new axi-port:bpu, idx:1
[ 0.321766] axi_monitor 38100000.axi-mon: Got new axi-port:vin, idx:2
[ 0.321783] axi_monitor 38100000.axi-mon: Got new axi-port:codec, idx:3
[ 0.321801] axi_monitor 38100000.axi-mon: Got new axi-port:gpu, idx:4
[ 0.321983] axi_monitor 38100000.axi-mon: DDR Perf Monitor probed successfully.
[ 0.322769] Serial: 8250/16550 driver, 8 ports, IRQ sharing enabled
[ 0.324796] printk: console [ttyS0] disabled
[ 0.324857] 32120000.serial: ttyS0 at MMIO 0x32120000 (irq = 32, base_baud = 12656250) is a 16550A
[ 2.842721] printk: console [ttyS0] enabled
[ 2.847523] 34070000.serial: ttyS1 at MMIO 0x34070000 (irq = 33, base_baud = 6250000) is a 16550A
[ 2.856989] 341a0000.serial: ttyS5 at MMIO 0x341a0000 (irq = 34, base_baud = 6250000) is a 16550A
[ 2.873711] brd: module loaded
[ 2.881472] loop: module loaded
[ 2.886368] dw_spi_mmio 35000000.spi: bit_offset = 0
[ 2.891432] dw_spi_mmio 35000000.spi: DMA init failed
[ 2.897181] spi-nand spi7.0: GigaDevice SPI NAND was found.
[ 2.902783] spi-nand spi7.0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 128
[ 2.912754] dw_spi_mmio 34010000.spi: bit_offset = 0
[ 2.918469] horizon-lsio-pinctrl 34180000.lsio_iomuxc: set pin = 7 direction to output
[ 2.926498] horizon-lsio-pinctrl 34180000.lsio_iomuxc: set pin = 12 direction to input
[ 2.934597] dw_spi_mmio 34050000.spi: bit_offset = 0
[ 2.939624] dw_spi_mmio 34050000.spi: DMA init failed
[ 2.947038] horizon-hsio-pinctrl 35050000.hsio_iomuxc: set pin = 23 direction to input
[ 2.955121] hobot_gmac 35010000.horizon_tsn: No wol_irq resouce.
[ 2.961365] hobot_gmac 35010000.horizon_tsn (unnamed net_device) (uninitialized): (using random mac adress)
[ 2.971130] hobot_gmac 35010000.horizon_tsn (unnamed net_device) (uninitialized): devicec MAC addr 12:67:6c:e5:dc:34
[ 2.981676] hobot_gmac 35010000.horizon_tsn: Wake-Up On Lan supported
[ 2.992127] pps pps0: new PPS source ptp0
[ 3.162187] usbcore: registered new interface driver cdc_acm
[ 3.167860] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 3.176004] usbcore: registered new interface driver uas
[ 3.181370] usbcore: registered new interface driver usb-storage
[ 3.187436] usbcore: registered new interface driver usbserial_generic
[ 3.193994] usbserial: USB Serial support registered for generic
[ 3.200028] usbcore: registered new interface driver usb_serial_simple
[ 3.206588] usbserial: USB Serial support registered for carelink
[ 3.212709] usbserial: USB Serial support registered for flashloader
[ 3.219085] usbserial: USB Serial support registered for funsoft
[ 3.225120] usbserial: USB Serial support registered for google
[ 3.231074] usbserial: USB Serial support registered for hp4x
[ 3.236839] usbserial: USB Serial support registered for kaufmann
[ 3.242966] usbserial: USB Serial support registered for libtransistor
[ 3.249518] usbserial: USB Serial support registered for moto_modem
[ 3.255815] usbserial: USB Serial support registered for motorola_tetra
[ 3.262460] usbserial: USB Serial support registered for nokia
[ 3.268314] usbserial: USB Serial support registered for novatel_gps
[ 3.274699] usbserial: USB Serial support registered for siemens_mpi
[ 3.281082] usbserial: USB Serial support registered for suunto
[ 3.287022] usbserial: USB Serial support registered for vivopay
[ 3.293058] usbserial: USB Serial support registered for zio
[ 3.298882] mousedev: PS/2 mouse device common for all mice
[ 3.304671] i2c_dev: i2c /dev entries driver
[ 3.312031] hwmon hwmon0: temp2_input not attached to any thermal zone
[ 3.319048] dw_wdt 34250000.watchdog: No valid TOPs array specified
[ 3.325631] device-mapper: uevent: version 1.0.3
[ 3.330437] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[ 3.339078] cpu cpu0: Looking up cpu-supply from device tree
[ 3.347080] sdhci: Secure Digital Host Controller Interface driver
[ 3.353290] sdhci: Copyright(c) Pierre Ossman
[ 3.357655] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.363655] horizon-hsio-pinctrl 35050000.hsio_iomuxc: set pin = 26 direction to input
[ 3.363818] horizon-dsp-pinctrl 31040014.dsp_iomuxc: set pin = 15 direction to input
[ 3.371598] horizon-hsio-pinctrl 35050000.hsio_iomuxc: set pin = 32 direction to output
[ 3.379391] horizon-dsp-pinctrl 31040014.dsp_iomuxc: set pin = 16 direction to input
[ 3.388725] sdhci-dwcmshc 35020000.sdhci: MSHC_CTRL:0x0
[ 3.395165] horizon-lsio-pinctrl 34180000.lsio_iomuxc: set pin = 6 direction to output
[ 3.400360] sdhci-dwcmshc 35020000.sdhci: Looking up vmmc-supply from device tree
[ 3.408346] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.408573] sdhci-dwcmshc 35030000.sdhci: mmc set to fixed voltage 1800
[ 3.408626] sdhci-dwcmshc 35030000.sdhci: MSHC_CTRL:0x0
[ 3.408636] sdhci-dwcmshc 35030000.sdhci: Looking up vmmc-supply from device tree
[ 3.408642] sdhci-dwcmshc 35030000.sdhci: Looking up vmmc-supply property in node /soc/hsio_apb/sdhci@35030000 failed
[ 3.408660] sdhci-dwcmshc 35030000.sdhci: Looking up vqmmc-supply from device tree
[ 3.408666] sdhci-dwcmshc 35030000.sdhci: Looking up vqmmc-supply property in node /soc/hsio_apb/sdhci@35030000 failed
[ 3.415759] sdhci-dwcmshc 35020000.sdhci: Looking up vmmc-supply property in node /soc/hsio_apb/sdhci@35020000 failed
[ 3.422039] KERNEL host[1] waits sw_init_done…
[ 3.428413] sdhci-dwcmshc 35020000.sdhci: Looking up vqmmc-supply from device tree
[ 3.435630] KERNEL [DONE]
[ 3.441117] sdhci-dwcmshc 35020000.sdhci: Looking up vqmmc-supply property in node /soc/hsio_apb/sdhci@35020000 failed
[ 3.447277] mmc2: SDHCI controller on 35030000.sdhci [35030000.sdhci] using ADMA 64-bit
[ 3.452458] KERNEL SRAM Pool Base: 0x80000000, size: 0x2000, alignment: 0x10
[ 3.479984] mmc2: new ultra high speed SDR104 SDIO card at address 390b
[ 3.480657] KERNEL ACA driver init success!
[ 3.511555] mmc1: SDHCI controller on 35020000.sdhci [35020000.sdhci] using ADMA 64-bit
[ 3.515124] te 20300000.te600: Arm China te device initialized
[ 3.515727] random: crng init done
[ 3.550338] hid: raw HID events driver (C) Jiri Kosina
[ 3.555605] usbcore: registered new interface driver usbhid
[ 3.561202] usbhid: USB HID core driver
[ 3.565151] logger: created 2048K log ‘log_main’
[ 3.569856] logger: created 256K log ‘log_events’
[ 3.574658] logger: created 256K log ‘log_radio’
[ 3.579361] logger: created 256K log ‘log_system’
[ 3.584144] bootloader-log soc:membuff: log stored in 0x87ffc000, size 0x2000
[ 3.591951] x5-ddrc-devfreq soc:ddrc-freq: userspace_gov: 1
[ 3.598269] x5-dfi 38200000.dfi-monitor: apb clk rate: 100000000, interval: 1
[ 3.605821] horizon-aon-pinctrl 31040000.aon_iomuxc: set pin = 5 direction to input
[ 3.613963] horizon-aon-pinctrl 31040000.aon_iomuxc: set pin = 6 direction to input
[ 3.623133] cs_system_cfg: CoreSight Configuration manager initialised
[ 3.630442] coresight-tmc 2c003000.etr: Detected dma mask 40bits
[ 3.638964] CSCFG registered etm0
[ 3.638970] coresight etm0: CPU0: etm v4.2 initialized
[ 3.647863] CSCFG registered etm1
[ 3.647868] coresight etm1: CPU1: etm v4.2 initialized
[ 3.656761] CSCFG registered etm2
[ 3.656766] coresight etm2: CPU2: etm v4.2 initialized
[ 3.665655] CSCFG registered etm3
[ 3.665660] coresight etm3: CPU3: etm v4.2 initialized
[ 3.674544] CSCFG registered etm4
[ 3.674549] coresight etm4: CPU4: etm v4.2 initialized
[ 3.683431] CSCFG registered etm5
[ 3.683436] coresight etm5: CPU5: etm v4.2 initialized
[ 3.692311] CSCFG registered etm6
[ 3.692316] coresight etm6: CPU6: etm v4.2 initialized
[ 3.702564] CSCFG registered etm7
[ 3.702585] coresight etm7: CPU7: etm v4.2 initialized
[ 3.711800] coresight cti_sys0: CTI initialized
[ 3.716619] coresight cti_cpu0: CTI initialized
[ 3.721451] coresight cti_cpu1: CTI initialized
[ 3.726264] coresight cti_cpu2: CTI initialized
[ 3.731085] coresight cti_cpu3: CTI initialized
[ 3.733826] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 3.735882] coresight cti_cpu4: CTI initialized
[ 3.742651] mmcblk1: mmc1:aaaa SK32G 29.7 GiB
[ 3.747043] coresight cti_cpu5: CTI initialized
[ 3.753049] mmcblk1: p1 p2
[ 3.756034] coresight cti_cpu6: CTI initialized
[ 3.763422] coresight cti_cpu7: CTI initialized
[ 3.768118] horizon-aon-pinctrl 31040000.aon_iomuxc: set pin = 7 direction to input
[ 3.776300] optee: probing for conduit method.
[ 3.780785] optee: revision 3.20 (05a6c9de)
[ 3.780971] optee: dynamic shared memory is enabled
[ 3.790793] optee: initialized driver
[ 3.794838] usbcore: registered new interface driver snd-usb-audio
[ 3.802009] ipip: IPv4 and MPLS over IPv4 tunneling driver
[ 3.807957] Initializing XFRM netlink socket
[ 3.812506] NET: Registered PF_INET6 protocol family
[ 3.818155] Segment Routing with IPv6
[ 3.821864] In-situ OAM (IOAM) with IPv6
[ 3.825827] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 3.832072] NET: Registered PF_PACKET protocol family
[ 3.837241] 8021q: 802.1Q VLAN Support v1.8
[ 3.841482] Key type dns_resolver registered
[ 3.845763] Found lo, alias (efault) on irq 0
[ 3.850141] MAC: 00:00:00:00:00:00
[ 3.850145] Tx queue length: 1000
[ 3.856873] Invalid capabilities for NIC (lo), dropping from TSN list
[ 3.863331] Found eth0, alias (efault) on irq 38
[ 3.867957] MAC: 12:67:6c:e5:dc:34
[ 3.867960] Tx queue length: 1000
[ 3.874696] Invalid capabilities for NIC (eth0), dropping from TSN list
[ 3.881325] Found tunl0, alias (efault) on irq 0
[ 3.885950] MAC: 00:00:00:00:00:00
[ 3.885955] Tx queue length: 1000
[ 3.892694] Invalid capabilities for NIC (tunl0), dropping from TSN list
[ 3.899403] Found sit0, alias (efault) on irq 0
[ 3.903953] MAC: 00:00:00:00:00:00
[ 3.903956] Tx queue length: 1000
[ 3.910694] Invalid capabilities for NIC (sit0), dropping from TSN list
[ 3.917317] tsn_init_module: No capable NIC found. Perhaps load with in_debug=1 ?
[ 3.925091] registered taskstats version 1
[ 3.929210] Loading compiled-in X.509 certificates
[ 3.934419] zswap: loaded using pool lzo/zbud
[ 3.938937] Key type .fscrypt registered
[ 3.942888] Key type fscrypt-provisioning registered
[ 3.948711] pstore: Using crash dump compression: deflate
[ 3.960980]
[ 3.962497] ********************************************************************
[ 3.969904] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 3.977323] ** **
[ 3.984736] ** WRITEABLE clk DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL **
[ 3.992149] ** **
[ 3.999554] ** This means that this kernel is built to expose clk operations **
[ 4.006966] ** such as parent or rate setting, enabling, disabling, etc. **
[ 4.014379] ** to userspace, which may compromise security on your system. **
[ 4.021791] ** **
[ 4.029196] ** If you see this message and you are not debugging the **
[ 4.036608] ** kernel, report this immediately to your vendor! **
[ 4.044020] ** **
[ 4.051432] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 4.058836] ********************************************************************
[ 4.077423] dr-power-domain 31030000.power-controller: Looking up bpu-supply from device tree
[ 4.086167] dr-power-domain 31030000.power-controller: Looking up gpu-supply from device tree
[ 4.095446] horizon-lsio-pinctrl 34180000.lsio_iomuxc: set pin = 37 direction to input
[ 4.103649] VCC_GPU: 800 mV, disabled
[ 4.108084] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 4.112298] x5-ddrc-devfreq soc:ddrc-freq: userspace_gov: 1
[ 4.113597] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
[ 4.119631] guc 34190000.adc: Looking up vref-supply from device tree
[ 4.127170] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220fe6d hci version 0x110 quirks 0x0000008000010090
[ 4.133467] guc 34190000.adc: ADC calibration: 0
[ 4.142712] xhci-hcd xhci-hcd.2.auto: irq 47, io mem 0x35100000
[ 4.147308] guc 34190000.adc: ADC trimming: 0
[ 4.153326] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 4.157691] guc 34190000.adc: GUC Initialize Finish
[ 4.163061] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2
[ 4.168446] dr-power-domain 31030000.power-controller: Looking up bpu-supply from device tree
[ 4.175602] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
[ 4.184228] dr-power-domain 31030000.power-controller: Looking up gpu-supply from device tree
[ 4.190765] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 4.200679] noc_qos 20530000.video_qos: noc qos init finished.
[ 4.207459] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.214504] noc_qos 20530080.jpeg_qos: noc qos init finished.
[ 4.220522] usb usb1: Product: xHCI Host Controller
[ 4.220527] usb usb1: Manufacturer: Linux 6.1.83 xhci-hcd
[ 4.220531] usb usb1: SerialNumber: xhci-hcd.2.auto
[ 4.227428] noc_qos 20510280.isp_qos: noc qos init finished.
[ 4.231513] hub 1-0:1.0: USB hub found
[ 4.243773] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.247141] hub 1-0:1.0: 1 port detected
[ 4.253880] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.260262] usb usb2: We don’t know the algorithms for LPM for this host, disabling LPM.
[ 4.271208] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.272695] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[ 4.283714] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.289844] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.304243] noc_qos 20520000.bpu_qos: noc qos init finished.
[ 4.306814] usb usb2: Product: xHCI Host Controller
[ 4.315266] noc_qos 20560000.hifi5_qos: consumer device is disabled, so qos isn’t supported
[ 4.319693] usb usb2: Manufacturer: Linux 6.1.83 xhci-hcd
[ 4.324594] noc_qos: probe of 20560000.hifi5_qos failed with error -1
[ 4.332930] usb usb2: SerialNumber: xhci-hcd.2.auto
[ 4.333240] hub 2-0:1.0: USB hub found
[ 4.349606] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.349696] hub 2-0:1.0: 1 port detected
[ 4.356435] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.388991] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.401157] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.417107] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.429273] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.445242] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.457406] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.473391] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.485550] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.501521] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.513685] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.529643] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.541813] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.550978] printk: console [netcon0] enabled
[ 4.555349] netconsole: network logging started
[ 4.560265] horizon-aon-pinctrl 31040000.aon_iomuxc: set pin = 2 direction to input
[ 4.568179] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 4.575523] ALSA device list:
[ 4.578510] No soundcards found.
[ 4.582079] dw-apb-uart 32120000.serial: forbid DMA for kernel console
[ 4.597813] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 4.603133] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.620360] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.632515] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.648488] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.660654] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.669452] md: Waiting for all devices to be available before autodetect
[ 4.676268] md: If you don’t use raid, use raid=noautodetect
[ 4.681986] md: Autodetecting RAID arrays.
[ 4.686092] md: autorun …
[ 4.688893] md: … autorun DONE.
[ 4.782536] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.56
[ 4.790770] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.797921] usb 1-1: Product: USB2.1 Hub
[ 4.801871] usb 1-1: Manufacturer: GenesysLogic
[ 4.863365] hub 1-1:1.0: USB hub found
[ 4.867529] hub 1-1:1.0: 4 ports detected
[ 4.880535] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.892720] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.908819] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.921022] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.930238] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 4.937057] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.949235] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.963024] usb 2-1: New USB device found, idVendor=05e3, idProduct=0626, bcdDevice= 6.56
[ 4.965238] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.971226] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.983366] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.987506] usb 2-1: Product: USB3.1 Hub
[ 5.000197] usb 2-1: Manufacturer: GenesysLogic
[ 5.023164] hub 2-1:1.0: USB hub found
[ 5.027247] hub 2-1:1.0: 4 ports detected
[ 5.039720] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 5.051883] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 5.067863] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 5.080039] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 5.096039] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 5.108208] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 5.118806] EXT4-fs (mmcblk1p2): recovery complete
[ 5.124172] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 5.124822] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 5.136324] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 5.141939] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 5.157159] devtmpfs: mounted
[ 5.160777] Freeing unused kernel memory: 2560K
[ 5.165401] Run /sbin/init as init process
[ 5.169522] with arguments:
[ 5.172541] /sbin/init
[ 5.175268] with environment:
[ 5.178426] HOME=/
[ 5.180805] TERM=linux
[ 5.387854] systemd[1]: System time before build time, advancing clock.
[ 5.438074] systemd[1]: systemd 249.11-0ubuntu3.12 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 5.469990] systemd[1]: Detected architecture arm64.

Welcome to Ubuntu 22.04.5 LTS!

[ 5.510816] systemd[1]: Hostname set to .
[ 5.861855] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[ 5.904193] systemd[1]: Configuration file /etc/systemd/system/systemd-udevd.service.d/00-hobot-private.conf is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 5.921853] systemd[1]: Configuration file /etc/systemd/system/systemd-udevd.service.d/delay_load_usb_uvc_driver.conf is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 5.987387] systemd[1]: Configuration file /etc/systemd/system/apt-daily.timer.d/disable-apt-daily.conf is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 6.177651] systemd[1]: Queued start job for default target Graphical Interface.
[ 6.282141] systemd[1]: Created slice Slice /system/modprobe.
[ OK ] Created slice Slice /system/modprobe.
[ 6.321692] systemd[1]: Created slice Slice /system/serial-getty.
[ OK ] Created slice Slice /system/serial-getty.
[ 6.361226] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 6.400822] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password R…uests to Wall Directory Watch.
[ 6.441683] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ OK ] Set up automount Arbitrary…s File System Automount Point.
[ 6.480931] systemd[1]: Reached target User and Group Name Lookups.
[ OK ] Reached target User and Group Name Lookups.
[ 6.520322] systemd[1]: Reached target Slice Units.
[ OK ] Reached target Slice Units.
[ 6.550275] systemd[1]: Reached target Swaps.
[ OK ] Reached target Swaps.
[ 6.580386] systemd[1]: Reached target Local Verity Protected Volumes.
[ OK ] Reached target Local Verity Protected Volumes.
[ 6.710780] systemd[1]: Listening on RPCbind Server Activation Socket.
[ OK ] Listening on RPCbind Server Activation Socket.
[ 6.753073] systemd[1]: Listening on Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 6.781328] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 6.823186] systemd[1]: Listening on Journal Audit Socket.
[ OK ] Listening on Journal Audit Socket.
[ 6.861885] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 6.902170] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 6.932742] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 6.971982] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 7.010596] systemd[1]: Reached target Socket Units.
[ OK ] Reached target Socket Units.
[ 7.080410] systemd[1]: Mounting Huge Pages File System…
Mounting Huge Pages File System…
[ 7.115695] systemd[1]: Mounting POSIX Message Queue File System…
Mounting POSIX Message Queue File System…
[ 7.155772] systemd[1]: Mounting Kernel Debug File System…
Mounting Kernel Debug File System…
[ 7.190924] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
[ 7.209350] systemd[1]: Starting Journal Service…
Starting Journal Service…
[ 7.240440] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[ 7.253467] systemd[1]: Starting Set the console keyboard layout…
Starting Set the console keyboard layout…
[ 7.293561] systemd[1]: Starting Create List of Static Device Nodes…
Starting Create List of Static Device Nodes…
[ 7.333599] systemd[1]: Starting Load Kernel Module configfs…
Starting Load Kernel Module configfs…
[ 7.363600] systemd[1]: Starting Load Kernel Module drm…
Starting Load Kernel Module drm…
[ 7.393644] systemd[1]: Starting Load Kernel Module efi_pstore…
Starting Load Kernel Module efi_pstore…
[ 7.433552] systemd[1]: Starting Load Kernel Module fuse…
Starting Load Kernel Module fuse…
[ 7.455354] fuse: init (API version 7.37)
[ 7.466095] systemd[1]: Starting Load Kernel Modules…
Starting Load Kernel Modules…
[ 7.484055] ft5406: ft5406_probe: address = 0x38
[ 7.488708] ft5406: ft5406_probe: width = 800, height = 480, reverse = 1
[ 7.495602] input: fts_ts as /devices/platform/soc/34000000.a55_apb0/340e0000.i2c/i2c-3/3-0038/input/input1
[ 7.505550] ft5406: fts_i2c_read: i2c read error, -121
[ 7.510724] ft5406: ft5406_work: checking touch ic, countdown: 5
[ 7.513140] systemd[1]: Starting Remount Root and Kernel File Systems…
[ 7.517365] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
Starting Remount Root and Kernel File Systems drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[0m…
[ 7.548524] Bluetooth: Core ver 2.22
[ 7.552315] NET: Registered PF_BLUETOOTH protocol family
[ 7.554577] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 7.557628] Bluetooth: HCI device and connection manager initialized
[ 7.569813] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 7.573164] Bluetooth: HCI socket layer initialized
[ 7.585227] systemd[1]: Starting Coldplug All udev Devices…
[ 7.586736] Bluetooth: L2CAP socket layer initialized
[ 7.589233] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 7.592245] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 7.615527] Bluetooth: SCO socket layer initialized
Starting Coldplug All udev Devices…
[ 7.627491] Bluetooth: HCI UART driver ver 2.3
[ 7.632058] Bluetooth: HCI UART protocol H4 registered
[ 7.637274] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 7.655183] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ 7.660208] usbcore: registered new interface driver uvcvideo
[ OK ] Mounted Huge Pages File System.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Finished Create List of Static Device Nodes.
[ OK ] Finished Load Kernel Module configfs.
[ OK ] Finished Load Kernel Module drm.
[ OK ] Finished Load Kernel Module efi_pstore.
[ OK ] Finished Load Kernel Module fuse.
[ OK ] Finished Load Kernel Modules.
[ OK ] Finished Remount Root and Kernel File Systems.
Mounting FUSE Control File System…
Mounting Kernel Configuration File System…
Starting Flush Journal to Persistent Storage…
[ 8.156385] systemd-journald[269]: Received client request to flush runtime journal.
Starting Platform Persistent Storage Archival…
[ 8.206370] systemd-journald[269]: File /var/log/journal/2c4cb53d98ba4e64995bf84c7bf6d56a/system.journal corrupted or uncleanly shut down, renaming and replacing.
Starting Load/Save Random Seed…
Starting Apply Kernel Variables…
Starting Create System Users…
[ OK ] Mounted FUSE Control File System.
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Finished Platform Persistent Storage Archival.
[ OK ] Finished Coldplug All udev Devices.
[ OK ] Finished Load/Save Random Seed.
[ OK ] Finished Apply Kernel Variables.
[ OK ] Finished Create System Users.
[ 8.570285] ft5406: fts_i2c_read: i2c read error, -121
Starting Helper to synchronize boot up for ifupdown…
Starting Create Static Device Nodes in /dev…
[ OK ] Finished Flush Journal to Persistent Storage.
[ OK ] Finished Create Static Device Nodes in /dev.
Starting Rule-based Manage…for Device Events and Files…
[ OK ] Started Rule-based Manager for Device Events and Files.
[ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
[ OK ] Found device /dev/ttyS0.
[ 9.120157] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 9.132460] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 9.151847] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 9.164203] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 9.185503] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 9.197817] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 9.215159] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 9.224760] tcan4x5x spi5.0: no clock found
[ 9.227525] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 9.228994] tcan4x5x spi5.0: no CAN clock source defined
[ 9.269900] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 9.282443] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 9.308474] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 9.320688] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Reached target Hardware activated USB gadget.
[ 9.340732] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 9.353312] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 9.372236] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 9.384940] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Found device /sys/subsystem/net/devices/eth0.
[ 9.461683] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 9.473876] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 9.490190] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 9.502415] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 9.519042] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 9.531270] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 9.610316] ft5406: fts_i2c_read: i2c read error, -121
[ 9.690098] aicbsp: sdio_err:<aicwf_sdio_bus_pwrctl,1382>: bus down
[ OK ] Finished Set the console keyboard layout.
[ OK ] Reached target Preparation for Local File Systems.
[ OK ] Reached target Local File Systems.
Starting Set console font and keymap…
[ OK ] Started ifup for eth0.
Starting Tell Plymouth To Write Out Runtime Data…
[ OK ] Started Dispatch Password …ts to Console Directory Watch.
[ OK ] Reached target Local Encrypted Volumes.
Starting Set Up Additional Binary Formats…
Starting Create Volatile Files and Directories…
[ OK ] Finished Tell Plymouth To Write Out Runtime Data.
[ OK ] Finished Create Volatile Files and Directories.
Mounting Arbitrary Executable File Formats File System…
Mounting RPC Pipe File System…
[ 10.279088] ieee80211 phy0:
[ 10.279088] *******************************************************
[ 10.279088] ** CAUTION: USING PERMISSIVE CUSTOM REGULATORY RULES **
[ 10.279088] *******************************************************
Starting RPC bind portmap service…
[ 10.316449] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 10.328685] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
Starting Network Name Resolution…
[ 10.344876] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 10.360883] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 10.377007] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 10.389267] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
Starting Record System Boot/Shutdown in UTMP…
[ OK ] Started RPC bind portmap service.
[ OK ] Mounted Arbitrary Executable File Formats File System.
[ OK ] Mounted RPC Pipe File System.
[ OK ] Finished Set Up Additional Binary Formats.
[ OK ] Finished Helper to synchronize boot up for ifupdown.
[ OK ] Reached target rpc_pipefs.target.
[ 10.650413] ft5406: fts_i2c_read: i2c read error, -121
[ OK ] Reached target RPC Port Mapper.
Starting Raise network interfaces…
[ OK ] Reached target NFS client services.
[ OK ] Reached target Preparation for Remote File Systems.
[ OK ] Reached target Remote File Systems.
Starting Load/Save RF Kill Switch Status…
[ OK ] Started Network Name Resolution.
[ OK ] Started Load/Save RF Kill Switch Status.
[ OK ] Finished Record System Boot/Shutdown in UTMP.
[ OK ] Reached target Host and Network Name Lookups.
[ OK ] Reached target System Initialization.
[ OK ] Started Start whoopsie on …n of the /var/crash directory.
[ OK ] Started Trigger anacron every hour.
[ OK ] Started Daily apt download activities.
[ OK ] Started Daily apt upgrade and clean activities.
[ OK ] Started Daily apt-show-versions index rebuild.
[ OK ] Started Daily dpkg database backup timer.
[ OK ] Started Periodic ext4 Onli…ata Check for All Filesystems.
[ OK ] Started Discard unused blocks once a week.
[ OK ] Started Daily man-db regeneration.
[ OK ] Started Message of the Day.
[ 11.690280] ft5406: fts_i2c_read: i2c read error, -121
[ OK ] Started Run system activit…ounting tool every 10 minutes.
[ OK ] Started Generate summary o…esterday’s process accounting.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target Path Units.
[ OK ] Reached target Basic System.
[ OK ] Listening on D-Bus System Message Bus Socket.
Starting Accounts Service…
[ OK ] Started Run anacron jobs.
Starting Bluetooth management mechanism…
[ OK ] Started D-Bus System Message Bus.
Starting Network Manager…
[ OK ] Started Save initial kernel messages after boot.
Starting Remove Stale Onli…t4 Metadata Check Snapshots…
Starting Hobot init Bluetooth…
Starting Load Kernel Modules Based on Board ID…
Starting LSB: Custom self-starter…
[ 12.374937] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.391787] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
Starting Hobot Resize Root Filesystem…
[ 12.408369] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.422175] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
Starting Hobot Setting Status of LED…
[ 12.439586] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.452597] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
Starting Hobot load wifi driver…
[ 12.469214] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.482773] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.507393] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
Starting System Logging Service…
[ 12.519601] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.537975] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.550557] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.567506] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
Starting LSB: Set sysfs variables from /etc/sy[ 12.579738] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
sfs.conf…
[ 12.600223] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.612459] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.629348] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
Starting Resets System Activity Logs…[ 12.641588] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0

[ 12.660739] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.672932] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.690612] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.702886] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.720702] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
Starting User Login Management…
[ 12.731113] ft5406: ft5406_work: checking touch ic timeout, -121
[ 12.732862] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.761503] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.773703] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
Starting Disk Manager…
[ 12.793424] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.805913] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.822914] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.835454] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
Starting LSB: usb try & port select for x3 dvb…
[ 12.881950] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.894189] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
Starting WPA supplicant…
[ 12.912136] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.924312] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.942182] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ OK ] Started System Logging Service.[ 12.954579] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0

[ 12.982166] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.994590] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[FAILED] Failed to start Raise network int[ 13.011695] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
erfaces.
[ 13.026018] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
See ‘systemctl status networking.service’ for details.
[ 13.052350] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 13.067457] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Finished Remove Stale Onli…ext4 M[ 13.120039] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
etadata Check Snapshots.
[ 13.132549] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 13.151747] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 13.164102] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Finished Hobot Resize Root Filesystem.
[ 13.181163] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 13.193764] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 13.216950] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ OK ] Finished Hobot Setting Status of LE[ 13.229365] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
D.
[ 13.248792] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 13.261456] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Finished Hobot load wifi driver[ 13.280712] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
.
[ 13.298479] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 13.316928] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 13.329191] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Finished Resets System Activity Logs.
[ 13.349124] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 13.361352] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 13.384175] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ OK ] Started LSB: usb try & port select [ 13.396388] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
for x3 dvb.
[ 13.417919] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 13.430444] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Started WPA supplicant.
[ 13.489660] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ OK ] Started LSB: Set sysfs variables fr[ 13.501894] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
om /etc/sysfs.conf.
[ 13.522984] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 13.535634] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Started Network Manager.
[ 13.551865] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 13.568529] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 13.584855] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 13.597348] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Reached target Network.
[ 13.613599] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 13.625807] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Reached target Network is Online 13.642077] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
m.
[ 13.658389] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 13.674571] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 13.686766] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Started Download data for …ailed at package install time.
[ OK ] Started Check to see wheth…w version of Ubuntu available.
[ OK ] Reached target Timer Units.
Starting Bluetooth service…
[ OK ] Started S98qos_config.
Starting Network Time Service…
Starting Authorization Manager…
Starting /etc/rc.local Compatibility…
Starting Notify NFS peers of a restart…
Starting OpenBSD Secure Shell server…
Starting Hostname Service…
Starting Permit User Sessions…
Starting LSB: HPA’s tftp server…
[ 14.334520] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 14.347710] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0

[ 14.367785] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 14.380393] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Started /etc/rc.local Compatibility.
[ OK ] Started Notify NFS peers of a resta[ 14.397633] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
rt.
[ 14.415391] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Finished Permit User Sessions.
[ OK ] Started Network Time Service.
[ 14.568885] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 14.581164] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Started OpenBSD Secure Shell server.
[ OK ] Started User Login Management.
[ OK ] Started Bluetooth service.
[ 14.763418] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 14.775728] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Started LSB: HPA’s tftp server.[ 14.791496] vs-dc 3e000000.dc8000Nano: Failed to get aux devices

[ 14.792017] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 14.811477] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0

[ 14.833758] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 14.847565] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Finished Load Kernel Modules Based on Board ID.
[ 14.866941] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 14.879183] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 14.896654] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ OK ] Started Accounts Service.[ 14.908947] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0

[ 14.920973] vs-dc 3e000000.dc8000Nano: Failed to get aux devices
[ 14.934306] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 14.946559] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Started Hostname Service.
[ 14.968704] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 14.980981] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Started Disk Manager.
[ 14.997333] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 15.011748] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Started Bluetooth management mechanism.
[ OK ] Reached target Bluetooth Support.
Starting Network Manager Script Dispatcher Service…
Starting Save/Restore Sound Card State…
[ 15.233738] Unable to handle kernel paging request at virtual address 0000000000100108
[ 15.241700] Mem abort info:
[ 15.241702] ESR = 0x0000000096000004
[ 15.241705] EC = 0x25: DABT (current EL), IL = 32 bits
[ 15.241709] SET = 0, FnV = 0
[ 15.241712] EA = 0, S1PTW = 0
[ 15.241714] FSC = 0x04: level 0 translation fault
[ 15.264669] Data abort info:
[ 15.267557] ISV = 0, ISS = 0x00000004
[ 15.271400] CM = 0, WnR = 0
[ 15.274375] user pgtable: 4k pages, 48-bit VAs, pgdp=000000010a7c0000
[ 15.280825] [0000000000100108] pgd=0000000000000000, p4d=0000000000000000
[ 15.287630] Internal error: Oops: 0000000096000004 [#1] PREEMPT SMP
[ 15.293910] Modules linked in: vs_drm vs_x5_syscon_bridge vio_n2d galcore panel_wh_cm480 bnep snd_soc_hobot_sound_duplex_host snd_soc_simple_card_utils es8311 designware_i2s rtc_hpu3501 usb_f_rndis u_ether libcomposite bpu_hw_io_x5(PO) bpu_cores bpu_framework hobot_jpu hobot_vpu hobot_lpwm hobot_codec_vnode hobot_isi_sensor hobot_gdc hobot_deserial vs_vse_nat vs_isp_nat hobot_mipidbg hobot_mipicsi hobot_camsys hobot_mipiphy hobot_sensor vs_sif_nat vs_ops_nat hobot_vin_vcon hobot_vin_vnode hobot_osd hobot_vio_common vs_csi_wrapper vs_cam_ctrl vs_isc binfmt_misc aic8800_fdrv cfg80211 aic8800_bsp tcan4x5x sii902x m_can i2c_mux drm_kms_helper syscopyarea can_dev sysfillrect sysimgblt fb_sys_fops snd_soc_es8326 spidev evdev joydev sch_fq_codel uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common hci_uart btrtl btbcm bluetooth rfkill ft5406 fuse
[ 15.370533] CPU: 5 PID: 1695 Comm: (o_gadget) Tainted: P O 6.1.83 #10
[ 15.378383] Hardware name: D-Robotics RDK X5 V1.0 (DT)
[ 15.383533] pstate: 804000c9 (Nzcv daIF +PAN -UAO -TCO -DIT -SSBS BTYPE=–)
[ 15.390509] pc : update_load_avg+0x7c/0x5e0
[ 15.394717] lr : update_load_avg+0x70/0x5e0
[ 15.398918] sp : ffff000087513c80
[ 15.402241] x29: ffff000087513c80 x28: ffff00008e307f00 x27: ffff0000ff6caec0
[ 15.409403] x26: 0000000000000000 x25: ffff800009345ec0 x24: 0000000000000000
[ 15.416559] x23: ffff80000952acc8 x22: 0000000000000000 x21: 0000000382cfb419
[ 15.423715] x20: ffff00008e307f00 x19: ffff0000ff6caf40 x18: 0000000000000000
[ 15.430869] x17: 0000000000000000 x16: 0000000000000000 x15: 0000000000000000
[ 15.438024] x14: 022d9b4a3bb2f750 x13: 0000000000000000 x12: 000000000000000c
[ 15.445179] x11: 0000000000000000 x10: 00000000000003ed x9 : 0000000000000000
[ 15.452332] x8 : ffff0000ff6cafc0 x7 : ffff0000ff6caf40 x6 : 0000000001b045f8
[ 15.459490] x5 : 000000000000323d x4 : 000000000000ba6b x3 : 00000000000002fd
[ 15.466643] x2 : 00000000000001e9 x1 : 0000000000100000 x0 : 0000000000000001
[ 15.473801] Call trace:
[ 15.476257] update_load_avg+0x7c/0x5e0
[ 15.480106] online_fair_sched_group+0x98/0x1b0
[ 15.484651] sched_online_group+0x80/0x94
[ 15.488676] sched_autogroup_create_attach+0xa8/0x23c
[ 15.493742] ksys_setsid+0xcc/0x100
[ 15.497243] __arm64_sys_setsid+0x10/0x20
[ 15.501265] invoke_syscall+0x48/0x114
[ 15.505027] el0_svc_common.constprop.0+0x44/0xfc
[ 15.509746] do_el0_svc+0x30/0xd0
[ 15.513075] el0_svc+0x2c/0x84
[ 15.516144] el0t_64_sync_handler+0xbc/0x140
[ 15.520430] el0t_64_sync+0x18c/0x190
[ 15.524108] Code: 94003861 2a180000 f9404281 b4000061 (f9408422)
[ 15.530216] —[ end trace 0000000000000000 ]—
[ 15.544506] Kernel panic - not syncing: Oops: Fatal exception
[ 15.550276] SMP: stopping secondary CPUs
[ 16.629512] SMP: failed to stop secondary CPUs 0,5
[ 16.634318] Kernel Offset: disabled
[ 16.637814] CPU features: 0x60000,000400a4,6600720b
[ 16.642701] Memory Limit: none
[ 16.655363] Rebooting in 5 seconds..
[ 22.734498] SMP: failed to stop secondary CPUs 0,5
SNOTICE: Welcome to Horizon X5 ASIC BOOTROM - V4.1
NOTICE: OTP config:
NOTICE: otp exist: true
NOTICE: test region size: 304
NOTICE: secure region size: 120
NOTICE: none secure region size: 56
NOTICE: Enable MMU
NOTICE: Booting Trusted Firmware
NOTICE: BL1: v2.8(release):
NOTICE: BL1: Built : 17:42:12, Oct 19 2023
NOTICE: Enter SPI NAND-FLASH Mode…
NOTICE: Nand PAGE_SIZE_2K
NOTICE: Nand is_dummy = true
NOTICE: Nand CLK_12M
NOTICE: SPI baudrate is set to 12000000Hz
NOTICE: Nand reset
NOTICE: SPI Nand flash set quad PASS
NOTICE: reg_status should = 0x8
NOTICE: Invalid enable flash buffer mode
NOTICE: Manufacturer ID 0xc8 Device ID 0x41c8
NOTICE: Enter media_source_select process(5).
NOTICE: SPI Nand flash set quad PASS
NOTICE: Get S1PK
NOTICE: [verify_signature] pass.
NOTICE: [verify_hash] pass.
NOTICE: [verify_hash] pass.
NOTICE: [auth_decrypt] pass.
NOTICE: BL1: BL2 memory layout address = 0x1fe9f000
NOTICE: BL1: Booting BL2
NOTICE: OTP config:
NOTICE: otp exist: true
NOTICE: test region size: 304
NOTICE: secure region size: 120
NOTICE: none secure region size: 56
NOTICE: BL2: v2.8(release):v1.0.8-86-g58eb0b179
NOTICE: BL2: Built : 19:55:47, Jan 22 2026
NOTICE: Enter SPI NAND-FLASH Mode…
NOTICE: dw_apb_ssi_params.apb_bus_freq: 100000000
NOTICE: SPI baudrate is set to 12500000Hz
NOTICE: Enter media_source_select process(5).
NOTICE: BL2 config file
NOTICE: ab slot is : 0
NOTICE: fip index:0
NOTICE: start to load bl2 cfg image
NOTICE: BL2 CFG ADDR:0x1ff00000, MAGIC:0x474643324c424248
NOTICE: size of struct hb_ddr: 256 != ddr_input_size in bl2 cfg:32
NOTICE: bl2 and bl2 cfg do not match, some ddr feature maybe not support
NOTICE: bypass update efuse
NOTICE: calibration_offset 0
NOTICE: trimming_value 9
NOTICE: ADC read channel[2]: 300mv
NOTICE: ddr info:[LPDDR4]-[DUAL_RANK]-[DIE: 1 GB]-[ECC OFF]-[DVFS ON]-[4266M]-[ALTERNATIVE: 0]
NOTICE: JTAG ENABLE
NOTICE: disable wdt
NOTICE: Get S1PK
NOTICE: [verify_signature] pass.
NOTICE: [verify_hash] pass.
NOTICE: [verify_signature] pass.
NOTICE: start to load ddr image
NOTICE: [verify_hash] pass.
NOTICE: run ddr Fw
NOTICE: matching profile: profile_2 from aon config
NOTICE: type: LP4, freq: 4266, ecc: 0(0x7f), rank: 2, dvfs: 1, die_dencity: 1 GB, alternative: 0, version: 10.04
NOTICE: ddr cost: 152125 us, ddr size: 4 GB, manuid: 0x13
NOTICE: ddr ready
NOTICE: Get S1PK
NOTICE: [verify_signature] pass.
NOTICE: [verify_hash] pass.
NOTICE: [verify_signature] pass.
NOTICE: start to load bl31 image
NOTICE: [verify_hash] pass.
NOTICE: Get S1PK
NOTICE: [verify_signature] pass.
NOTICE: [verify_hash] pass.
NOTICE: [verify_signature] pass.
NOTICE: start to load optee image
NOTICE: [verify_hash] pass.
NOTICE: [verify_hash] pass.
NOTICE: start to load uboot image
NOTICE: BL1: Booting BL31
NOTICE: multicore_init: sec_entrypoint = 0x2000010c
NOTICE: BL31: v2.8(release):v1.0.8-85-g4faa900ad
NOTICE: BL31: Built : 15:58:23, Jan 22 2026
NOTICE: plat_setup_psci_ops: sec_entrypoint = 0x2000010c
I/TC:
I/TC: OP-TEE version: 05a6c9dec (gcc version 11.3.1 20220712 (Arm GNU Toolchain 11.3.Rel1)) #2 Tue Sep 2 03:37:07 UTC 2025 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check Porting guidelines — OP-TEE documentation documentation
I/TC: Primary CPU initializing
MBEDTLS_CORE Select regular OTP
MBEDTLS_CORE SRAM Pool Base: 0x80000000, size: 0x2000, alignment: 0x10
MBEDTLS_CORE ACA driver init success!
MBEDTLS_CORE set sw_init_done!
I/TC: Primary CPU switching to normal world boot

你好 @22399086,感谢你提供完整的串口日志!这是非常关键的诊断信息


:bullseye: 问题根因确认

根据日志分析,你的问题不是供电问题,而是**内核崩溃(Kernel Panic)**导致的系统死机。

关键错误定位

[   15.233738] Unable to handle kernel paging request at virtual address 0000000000100108
[   15.267557] Internal error: Oops: 0000000096000004 [#1] PREEMPT SMP
[   15.544506] Kernel panic - not syncing: Oops: Fatal exception

崩溃信息解读

字段 含义
update_load_avg+0x7c/0x5e0 调度器负载计算函数崩溃
Comm: (o_gadget) USB OTG Gadget 进程触发
FSC = 0x04: level 0 translation fault 内存页表翻译错误
崩溃时间 启动后约 15 秒,正好是系统服务启动阶段

:wrench: 解决方案(按优先级)

方案 1:更新 miniboot(最可能解决)

社区案例 RDK X5 使用命令 Reboot 无法重启 中,类似问题通过更新 miniboot 解决。

# 1. 查看当前 miniboot 版本
cat /proc/device_tree/model

# 2. 下载最新 miniboot
# 访问 https://developer.d-robotics.cc/rdk_doc/RDK 搜索 "miniboot 更新"

# 3. 按官方文档更新 miniboot
# 通常需要:
# - 下载最新 miniboot 镜像
# - 通过 SD 卡或 NAND 烧录
# - 重启生效

方案 2:重新烧录最新官方镜像

你的内核版本是 6.1.83 #10 SMP PREEMPT Sun Sep 29 2024,这可能是旧版本镜像存在的已知 bug。

操作步骤

# 1. 下载最新镜像
# 访问 https://developer.d-robotics.cc/ 下载 RDK X5 最新 Ubuntu 镜像

# 2. 格式化 SD 卡
sudo mkfs.ext4 /dev/mmcblk1p2  # 谨慎操作,确认设备号

# 3. 烧录镜像
# 使用官方烧录工具或 dd 命令
sudo dd if=rdk-x5-ubuntu22-preinstalled-desktop-xxx.img of=/dev/mmcblk1 bs=4M conv=fsync

# 4. 重新测试

方案 3:临时 workaround - 禁用 USB Gadget

如果急需使用,可以临时禁用 USB Gadget 功能避开崩溃点:

# 通过串口登录后执行
sudo systemctl disable usb-gadget.service
sudo reboot

:clipboard: 日志中其他警告(次要问题)

警告 影响 建议
drobot_idle: timeout to wait idle: iso pd gpu to 0x0 GPU 电源域空闲超时 可能影响 GPU 性能,非崩溃根因
ft5406: i2c read error, -121 触摸屏通信失败 不影响系统稳定性
hobot-backlight: send command failed 背光控制失败 不影响系统稳定性
OF: reserved mem: OVERLAP DETECTED! 内存区域重叠 设备树配置问题,可能影响内存分配

:white_check_mark: 建议行动

  1. 优先更新 miniboot(参考官方文档)
  2. 如果无效,重新烧录最新官方镜像
  3. 将串口日志补充到原帖子,方便官方技术支持进一步分析

:books: 相关社区案例


请先尝试更新 miniboot! 根据社区经验,这类调度器相关的内核崩溃通常是底层固件 bug,更新后大概率能解决。如果问题依旧,请将完整日志提交给官方技术支持。

电源是官方的,镜像是rdk-x5-ubuntu22-preinstalled-desktop-3.0.0-arm64.img,没插外设,tf卡是闪迪a1 32g

你好 @22399086,感谢你补充的关键信息!

问题已确认:你使用的是 3.0.0 旧版镜像 + 官方电源 + 无外设,但系统仍然在启动后 15 秒内核崩溃。结合串口日志中的 update_load_avg 调度器错误和 USB Gadget 进程触发,这是 RDK X5 3.0.0 版本已知的 miniboot 兼容性 bug


:bullseye: 最终解决方案:升级 Miniboot

根据社区官方文档 系统启动失败 / 模块失效?一文带你搞定 Miniboot 升级问题!3.0.0 版本必须升级 miniboot 才能稳定运行,否则会出现:

  • 随机内核崩溃(你的情况)
  • SD 卡兼容性差
  • WiFi/蓝牙模块异常
  • 重启失败

:wrench: 操作步骤(两种方案)

方案 A:系统能短暂进入 → 在线升级(推荐)

既然你有时候能进入 Ubuntu 界面,抓住这个机会执行:

# 1. 通过串口或短暂的网络连接登录系统
# 用户名:sunrise
# 密码:sunrise(如果没改过)

# 2. 执行一键升级命令
sudo rdk-miniboot-update

# 3. 等待升级完成(约 5-10 分钟)
# 升级过程中不要断电!

# 4. 升级完成后重启
sudo reboot

验证是否成功

# 重启后执行
rdkos_info
# 查看 Miniboot 版本是否已更新(应该是 20250610 或更新)

方案 B:系统无法进入 → 手动烧录 Miniboot

如果系统完全进不去,需要 Windows 电脑手动烧录:

准备工具

工具 下载链接 说明
烧录工具 xburn-gui_1.1.3_x64-setup.exe 官方烧录工具
Miniboot product_20250610.zip 最新稳定版
连接线 Micro-USB 线 连接开发板和 PC

烧录步骤

  1. 安装烧录工具(Windows 系统)
  2. 连接开发板:Micro-USB 线连接 PC 和 X5 的 Debug 口
  3. 配置参数
    • Product Type: X5
    • Link Type: Serial
    • Download Mode: Xmodem+Xmodem
    • Baudrate: 115200
    • Serial: 选择设备管理器中看到的串口号
  4. 开始烧录
    • 点击"烧录"按钮
    • 进度到 6% 时会暂停,提示等待重启
    • 断电 → 重新上电
    • 等待烧录完成(约 10 分钟)
  5. 验证:重新上电后,系统应该能正常启动

:clipboard: 升级后建议

  1. 重新烧录最新系统镜像(可选但推荐)

    • 3.0.0 版本较旧,建议升级到 3.2.3 或 3.5.0
    • 新版镜像已修复多个内核 bug
  2. 验证系统稳定性

    # 持续运行测试
    ping -c 1000 8.8.8.8
    # 观察是否还会崩溃
    
  3. 监控温度

    # 安装温度监控
    watch -n 1 'cat /sys/class/thermal/thermal_zone0/temp'
    

:warning: 注意事项

  • 升级过程中严禁断电,否则可能变砖
  • 使用官方 Miniboot,不要用代理商二次开发的版本
  • 烧录工具必须用最新版(1.1.3 或以上)
  • 如果方案 A 在线升级失败,立即用方案 B 手动烧录

:books: 相关资源


立即行动:请先尝试 方案 A(在线升级),如果能进入系统,5 分钟就能解决!如果升级后问题依旧,请将 rdkos_info 的输出和新的串口日志发到帖子,我们继续协助排查。

我烧了product_20260408版本的miniboot

你好 @22399086,很好!product_202604082026 年 4 月 8 日的最新 miniboot 版本,应该已经修复了 3.0.0 镜像的兼容性问题。


:white_check_mark: 下一步操作

1. 验证 Miniboot 是否烧录成功

重新上电后,通过串口查看启动日志,确认 miniboot 版本:

# 启动完成后登录系统,执行
rdkos_info

预期输出应包含类似信息:

Miniboot Version: product_20260408

2. 测试系统稳定性

如果之前能短暂进入 Ubuntu,现在请测试:

# 1. 持续运行 10 分钟,观察是否还会崩溃
ping -c 600 8.8.8.8

# 2. 查看系统日志,确认没有内核错误
dmesg | grep -i "error\|panic\|oops"

# 3. 监控温度
watch -n 5 'cat /sys/class/thermal/thermal_zone0/temp'

3. 如果问题依旧 → 提供新日志

如果更新 miniboot 后仍然出现内核崩溃,请提供:

  1. 完整的串口启动日志(从通电开始到崩溃)
  2. rdkos_info 的输出
  3. 崩溃时的 dmesg 最后 100 行

:clipboard: 可能情况

情况 原因 解决方案
:white_check_mark: 系统正常启动 miniboot 更新成功 建议升级到 3.2.3/3.5.0 镜像
:warning: 仍然崩溃 系统镜像本身 bug 重新烧录最新镜像 (3.5.0)
:cross_mark: 无法启动 miniboot 烧录失败 重新烧录,检查串口连接

:light_bulb: 额外建议

既然已经更新了 miniboot,强烈建议同时升级系统镜像到最新版本:

  • 当前: rdk-x5-ubuntu22-preinstalled-desktop-3.0.0-arm64.img (2024 年 9 月)
  • 推荐: rdk-x5-ubuntu22-preinstalled-desktop-3.5.0-arm64.img (2026 年)

原因

  • 3.0.0 版本内核 6.1.83 #10 存在已知的调度器 bug
  • 3.5.0 版本已修复多个内核崩溃问题
  • 新版镜像配合新 miniboot 兼容性最佳

下载链接1.7 下载资源汇总 | RDK DOC


请先测试系统是否能正常启动! 如果成功,建议趁热打铁升级到最新镜像;如果仍有问题,请贴出新的串口日志,我们继续排查。

Hobot>rdkos_info
Unknown command ‘rdkos_info’ - try ‘help’
Hobot>

你好 @22399086,注意!rdkos_info 提示 Unknown command 说明你当前在 Bootloader 命令行(Hobot>),不是 Ubuntu 系统终端

这意味着系统还没有成功启动进入 Ubuntu


:magnifying_glass_tilted_left: 关键判断

提示符 含义 位置
Hobot> Bootloader 命令行 系统启动前
sunrise@ubuntu:~$ Ubuntu 系统终端 系统启动后 :white_check_mark:

rdkos_info 是 Ubuntu 系统里的命令,需要在进入系统后才能执行。


:white_check_mark: 下一步操作

1. 尝试进入 Ubuntu 系统

Hobot> 命令行输入:

Hobot> run bootcmd
# 或直接输入
Hobot> boot

观察是否能继续启动进入 Ubuntu。


2. 如果无法进入 → 提供完整串口日志

重新上电,从最开始记录完整的串口输出,包括:

  • Bootloader 阶段(你当前看到的)
  • 内核加载阶段
  • 系统服务启动阶段
  • 崩溃点(如果有)

重点观察

- 是否看到 "Welcome to Ubuntu 22.04"?
- 是否看到登录提示符 "ubuntu login:"?
- 是否有 Kernel panic/Oops 错误?

3. 如果 Miniboot 烧录成功但系统仍崩溃

结合你之前的内核崩溃日志(update_load_avg + USB Gadget),问题可能是:

可能原因 解决方案
3.0.0 镜像内核 bug 升级到 3.5.0 最新镜像
TF 卡兼容性问题 更换 TF 卡或重新烧录
Miniboot 烧录不完整 重新烧录,确保 100% 完成

:clipboard: 建议行动

强烈建议直接升级到最新系统镜像

当前:rdk-x5-ubuntu22-preinstalled-desktop-3.0.0-arm64.img (旧版,有已知 bug)
推荐:rdk-x5-ubuntu22-preinstalled-desktop-3.5.0-arm64.img (新版,已修复)

下载1.7 下载资源汇总 | RDK DOC

操作步骤

  1. 下载 3.5.0 镜像
  2. 重新烧录到 TF 卡(格式化后烧录)
  3. 插入开发板,上电测试
  4. 通过串口观察是否能正常进入 Ubuntu

:open_mailbox_with_raised_flag: 请补充信息

  1. 现在能否进入 Ubuntu 登录界面?
  2. Miniboot 烧录时是否 100% 完成?(烧录工具显示成功)
  3. 请提供重新上电后的完整串口日志(从通电开始到最终状态)

如果烧录了最新 miniboot 仍然无法启动,大概率是 3.0.0 系统镜像本身的问题,升级到 3.5.0 镜像后应该能解决。

U-Boot 2022.10+ (Apr 08 2026 - 17:22:29 +0800)

Model: Horizon X5
DRAM: 3.9 GiB
console out start addr:0x0000000087ffc000, end addr:0x0000000087ffe000
horizon_aon_pinctrl aon_iomuxc@31040000: Initialized D-Robotics pinctrl driver
optee optee: OP-TEE: revision 3.20 (05a6c9de)
ADC calibration: 0
ADC trimming: 9
horizon_lsio_pinctrl lsio_iomuxc@34180000: Initialized D-Robotics pinctrl driver
horizon_hsio_pinctrl hsio_iomuxc@35050000: Initialized D-Robotics pinctrl driver
horizon_dsp_pinctrl dsp_iomuxc@31040014: Initialized D-Robotics pinctrl driver
Core: 154 devices, 26 uclasses, devicetree: separate
WDT: Started watchdog@34250000 with servicing (10s timeout)
stop watchdog
MMC: sdio-host@35040000: 0, sdio-host@35020000: 1
Loading Environment from UBI… dw_spi spi@35000000: max-frequency=50000000
spi-nand: spi_nand spi-flash@0: GigaDevice SPI NAND was found.
spi-nand: spi_nand spi-flash@0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 128
Read 196608 bytes from volume ubootenv to 000000008be6d4c0
OK
In: serial@32120000
Out: serial@32120000
Err: serial@32120000
Net:
Warning: gmac-tsn@35010000 (eth0) using random MAC address - 9a:2b:29:72:fb:77
eth0: gmac-tsn@35010000
Hit key to stop autoboot in 1s
switch to partitions #0, OK
mmc1 is current device
SD Card detected, entering UMS update system on mmc 1
argv[1] 1
button no press,pass
eMMC or SD Card not detected on mmchost 0
switch to partitions #0, OK
mmc1 is current device
eMMC or SD Card detected on mmchost 1
Scanning mmc 1:2…
Found U-Boot script /boot/boot.scr
2844 bytes read in 18 ms (154.3 KiB/s)

Executing script at 84100000

Boot script loaded from devtype:mmc devnum:1 devplist:2
fdtfile = x5-rdk-v1p0.dtb
bootargs = console=tty1 console=ttyS0,115200 rootfstype=ext4 rw rootwait root=/dev/mmcblk1p2 mtdparts=spi7.0:0x700000@0x0(miniboot),0x180000@0x700000(ubootenv) hobotboot.reason=PANIC
Loading fdt file: /boot/hobot/x5-rdk-v1p0.dtb
155660 bytes read in 30 ms (4.9 MiB/s)
Apply device tree overlay
** File not found /boot/config.txt **
DTOVERLAY[error]: can’t load config file(/boot/config.txt)

** File not found /boot/config.txt **
can’t load config file(/boot/config.txt)
Loading kernel: /boot/Image
23218184 bytes read in 1078 ms (20.5 MiB/s)
Boot kernel from 0x85800000, devices tree from 0x84000000

Flattened Device Tree blob at 84000000

Booting using the fdt blob at 0x84000000
Loading Device Tree to 0000000087fd2000, end 0000000087ffb00b … OK
Set Mem[ion_reserved_rdk] Size to 0x0000000014000000@0xa4100000
Set Mem[ion_carveout_rdk] Size to 0x0000000014000000@0xb8100000
Set Mem[ion_cma_rdk] Size to 0x0000000008000000@0xcc100000
enable qspi boot!
enable CPU 1.8G!

Starting kernel …

[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[ 0.000000] Linux version 6.1.83 (hobot@Dpx-PF4PF7V1) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the Arm Architecture 11.2-2022.02 (arm-11.14)) 11.2.1 20220111, GNU ld (GNU Toolchain for the Arm Architecture 11.2-2022.02 (arm-11.14)) 2.37.20220122) #1 SMP PREEMPT Wed Apr 8 21:09:59 CST 2026
[ 0.000000] Machine model: D-Robotics RDK X5 V1.0
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000088000000, size 382 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma@88000000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000084000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x000000017fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000084000000-0x000000009fe7efff]
[ 0.000000] node 0: [mem 0x000000009fe7f000-0x00000000a207ffff]
[ 0.000000] node 0: [mem 0x00000000a2080000-0x000000017fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000084000000-0x000000017fffffff]
[ 0.000000] On node 0, zone DMA: 16384 pages in unavailable ranges
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.1 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 23 pages/cpu s53880 r8192 d32136 u94208
[ 0.000000] pcpu-alloc: s53880 r8192 d32136 u94208 alloc=23*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Virtualization Host Extensions
[ 0.000000] CPU features: kernel page table isolation disabled by kernel configuration
[ 0.000000] CPU features: detected: Qualcomm erratum 1009, or ARM erratum 1286807, 2441009
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1016064
[ 0.000000] Kernel command line: console=tty1 console=ttyS0,115200 rootfstype=ext4 rw rootwait root=/dev/mmcblk1p2 mtdparts=spi7.0:0x700000@0x0(miniboot),0x180000@0x700000(ubootenv) hobotboot.reason=PANIC
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 8.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[ 0.000000] Memory: 2742168K/4128768K available (14144K kernel code, 1042K rwdata, 4836K rodata, 2560K init, 3532K bss, 995432K reserved, 391168K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 256 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000030140000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000826] Console: colour dummy device 80x25
[ 0.001272] printk: console [tty1] enabled
[ 0.001319] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[ 0.001344] pid_max: default: 32768 minimum: 301
[ 0.001400] LSM: Security Framework initializing
[ 0.001539] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.001568] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.003162] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.003182] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.003263] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.003279] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.003427] rcu: Hierarchical SRCU implementation.
[ 0.003442] rcu: Max phase no-delay instances is 1000.
[ 0.004708] smp: Bringing up secondary CPUs …
[ 0.016144] Detected VIPT I-cache on CPU1
[ 0.016240] GICv3: CPU1: found redistributor 100 region 0:0x0000000030160000
[ 0.016273] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[ 0.027734] Detected VIPT I-cache on CPU2
[ 0.027805] GICv3: CPU2: found redistributor 200 region 0:0x0000000030180000
[ 0.027828] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
[ 0.039249] Detected VIPT I-cache on CPU3
[ 0.039322] GICv3: CPU3: found redistributor 300 region 0:0x00000000301a0000
[ 0.039347] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
[ 0.050764] Detected VIPT I-cache on CPU4
[ 0.050839] GICv3: CPU4: found redistributor 400 region 0:0x00000000301c0000
[ 0.050860] CPU4: Booted secondary processor 0x0000000400 [0x412fd050]
[ 0.062281] Detected VIPT I-cache on CPU5
[ 0.062364] GICv3: CPU5: found redistributor 500 region 0:0x00000000301e0000
[ 0.062384] CPU5: Booted secondary processor 0x0000000500 [0x412fd050]
[ 0.073796] Detected VIPT I-cache on CPU6
[ 0.073878] GICv3: CPU6: found redistributor 600 region 0:0x0000000030200000
[ 0.073902] CPU6: Booted secondary processor 0x0000000600 [0x412fd050]
[ 0.085325] Detected VIPT I-cache on CPU7
[ 0.085417] GICv3: CPU7: found redistributor 700 region 0:0x0000000030220000
[ 0.085438] CPU7: Booted secondary processor 0x0000000700 [0x412fd050]
[ 0.085503] smp: Brought up 1 node, 8 CPUs
[ 0.085671] SMP: Total of 8 processors activated.
[ 0.085682] CPU features: detected: 32-bit EL0 Support
[ 0.085694] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.085708] CPU features: detected: Common not Private translations
[ 0.085719] CPU features: detected: CRC32 instructions
[ 0.085731] CPU features: detected: RCpc load-acquire (LDAPR)
[ 0.085741] CPU features: detected: LSE atomic instructions
[ 0.085752] CPU features: detected: Privileged Access Never
[ 0.085764] CPU features: detected: RAS Extension Support
[ 0.085776] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.085866] CPU: All CPU(s) started at EL2
[ 0.085877] alternatives: applying system-wide alternatives
[ 0.090536] devtmpfs: initialized
[ 0.110004] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.110039] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.118405] pinctrl core: initialized pinctrl subsystem
[ 0.118684] regulator-dummy: no parameters, enabled
[ 0.119440] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.120257] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.120393] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.120575] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.120638] audit: initializing netlink subsys (disabled)
[ 0.120796] audit: type=2000 audit(0.100:1): state=initialized audit_enabled=0 res=1
[ 0.121223] thermal_sys: Registered thermal governor ‘step_wise’
[ 0.121230] thermal_sys: Registered thermal governor ‘user_space’
[ 0.121279] cpuidle: using governor menu
[ 0.121429] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.121581] ASID allocator initialised with 65536 entries
[ 0.124476] printk: console [ramoops-1] enabled
[ 0.124492] pstore: Registered ramoops as persistent store backend
[ 0.124508] ramoops: using 0x40000@0xa4080000, ecc: 0
[ 0.141920] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d740000
[ 0.141964] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d640000
[ 0.141993] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d540000
[ 0.142020] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d440000
[ 0.142047] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d340000
[ 0.142074] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d240000
[ 0.142103] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d140000
[ 0.142132] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d040000
[ 0.142168] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etf@2c002000
[ 0.142292] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etf@2c002000
[ 0.142385] amba 2c002000.etf: Fixed dependency cycle(s) with /soc/replicator@2c004000
[ 0.142443] amba 2c002000.etf: Fixed dependency cycle(s) with /soc/funnel@2c001000
[ 0.142626] amba 2c003000.etr: Fixed dependency cycle(s) with /soc/replicator@2c004000
[ 0.142772] amba 2c003000.etr: Fixed dependency cycle(s) with /soc/replicator@2c004000
[ 0.142853] amba 2c002000.etf: Fixed dependency cycle(s) with /soc/replicator@2c004000
[ 0.142956] amba 2c004000.replicator: Fixed dependency cycle(s) with /soc/etf@2c002000
[ 0.143044] amba 2c004000.replicator: Fixed dependency cycle(s) with /soc/etr@2c003000
[ 0.143114] amba 2c004000.replicator: Fixed dependency cycle(s) with /soc/tpiu@2c005000
[ 0.143220] amba 2c004000.replicator: Fixed dependency cycle(s) with /soc/tpiu@2c005000
[ 0.143330] amba 2c005000.tpiu: Fixed dependency cycle(s) with /soc/replicator@2c004000
[ 0.143614] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d040000
[ 0.143717] amba 2d040000.etm: Fixed dependency cycle(s) with /soc/funnel@2c001000
[ 0.143933] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d140000
[ 0.144034] amba 2d140000.etm: Fixed dependency cycle(s) with /soc/funnel@2c001000
[ 0.144250] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d240000
[ 0.144355] amba 2d240000.etm: Fixed dependency cycle(s) with /soc/funnel@2c001000
[ 0.144572] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d340000
[ 0.144679] amba 2d340000.etm: Fixed dependency cycle(s) with /soc/funnel@2c001000
[ 0.144911] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d440000
[ 0.145026] amba 2d440000.etm: Fixed dependency cycle(s) with /soc/funnel@2c001000
[ 0.145240] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d540000
[ 0.145348] amba 2d540000.etm: Fixed dependency cycle(s) with /soc/funnel@2c001000
[ 0.145582] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d640000
[ 0.145691] amba 2d640000.etm: Fixed dependency cycle(s) with /soc/funnel@2c001000
[ 0.145903] amba 2c001000.funnel: Fixed dependency cycle(s) with /soc/etm@2d740000
[ 0.146013] amba 2d740000.etm: Fixed dependency cycle(s) with /soc/funnel@2c001000
[ 0.156400] dr-power-domain 31030000.power-controller: Looking up bpu-supply from device tree
[ 0.157345] horizon-aon-pinctrl 31040000.aon_iomuxc: Initialized D-Robotics pinctrl driver
[ 0.159527] (NULL device *): no horizon,gpio-banks in node /soc/disp_apb/disp_iomuxc@3e0a0054
[ 0.159832] horizon-disp-pinctrl 3e0a0054.disp_iomuxc: Initialized D-Robotics pinctrl driver
[ 0.160107] platform 3e000000.disp_apb:dsi-encoder: Fixed dependency cycle(s) with /soc/disp_apb/dsi-syscon-bridge
[ 0.160148] platform 3e000000.disp_apb:dsi-encoder: Fixed dependency cycle(s) with /soc/disp_apb/dc8000Nano@3e000000
[ 0.160258] platform 3e000000.disp_apb:dc-wb-syscon-bridge: Fixed dependency cycle(s) with /soc/disp_apb/vs-sif@3e080000
[ 0.160362] platform 3e000000.disp_apb:bt1120-wb-syscon-bridge: Fixed dependency cycle(s) with /soc/disp_apb/bt1120_bridge_wb
[ 0.160560] platform 3e000000.disp_apb:dc-wb-syscon-bridge: Fixed dependency cycle(s) with /soc/disp_apb/vs-sif@3e080000
[ 0.160628] platform 3e080000.vs-sif: Fixed dependency cycle(s) with /soc/disp_apb/bt1120_bridge_wb
[ 0.160654] platform 3e080000.vs-sif: Fixed dependency cycle(s) with /soc/disp_apb/dc-wb-syscon-bridge
[ 0.160862] platform 3e000000.disp_apb:dsi-encoder: Fixed dependency cycle(s) with /soc/disp_apb/dsi-syscon-bridge
[ 0.160942] platform 3e000000.disp_apb:dsi-syscon-bridge: Fixed dependency cycle(s) with /soc/disp_apb/dsi-encoder
[ 0.161181] platform 3e000000.disp_apb:dsi-encoder: Fixed dependency cycle(s) with /soc/disp_apb/dc8000Nano@3e000000
[ 0.161258] platform 3e000000.dc8000Nano: Fixed dependency cycle(s) with /soc/disp_apb/hdmi-encoder
[ 0.161287] platform 3e000000.dc8000Nano: Fixed dependency cycle(s) with /soc/disp_apb/dsi-encoder
[ 0.161629] platform 3e010000.bt1120: Fixed dependency cycle(s) with /soc/disp_apb/hdmi-encoder
[ 0.161827] platform 3e000000.disp_apb:bt1120_bridge: Fixed dependency cycle(s) with /soc/dsp_apb/i2c@320a0000/hdmi_bridge@3b
[ 0.161865] platform 3e000000.disp_apb:bt1120_bridge: Fixed dependency cycle(s) with /soc/disp_apb/bt1120-syscon-bridge
[ 0.161968] platform 3e080000.vs-sif: Fixed dependency cycle(s) with /soc/disp_apb/bt1120_bridge_wb
[ 0.162036] platform 3e000000.disp_apb:bt1120-wb-syscon-bridge: Fixed dependency cycle(s) with /soc/disp_apb/bt1120_bridge_wb
[ 0.162100] platform 3e000000.disp_apb:bt1120_bridge_wb: Fixed dependency cycle(s) with /soc/disp_apb/bt1120-wb-syscon-bridge
[ 0.162168] platform 3e000000.disp_apb:bt1120_bridge_wb: Fixed dependency cycle(s) with /soc/disp_apb/vs-sif@3e080000
[ 0.162321] platform 3e010000.bt1120: Fixed dependency cycle(s) with /soc/disp_apb/hdmi-encoder
[ 0.162410] platform 3e000000.dc8000Nano: Fixed dependency cycle(s) with /soc/disp_apb/hdmi-encoder
[ 0.162484] platform 3e000000.disp_apb:hdmi-encoder: Fixed dependency cycle(s) with /soc/disp_apb/bt1120-syscon-bridge
[ 0.162516] platform 3e000000.disp_apb:hdmi-encoder: Fixed dependency cycle(s) with /soc/disp_apb/dc8000Nano@3e000000
[ 0.162587] platform 3e000000.disp_apb:hdmi-encoder: Fixed dependency cycle(s) with /soc/disp_apb/bt1120@3e010000
[ 0.162733] platform 3e000000.disp_apb:hdmi-encoder: Fixed dependency cycle(s) with /soc/disp_apb/bt1120-syscon-bridge
[ 0.162806] platform 3e000000.disp_apb:bt1120_bridge: Fixed dependency cycle(s) with /soc/disp_apb/bt1120-syscon-bridge
[ 0.162881] platform 3e000000.disp_apb:bt1120-syscon-bridge: Fixed dependency cycle(s) with /soc/disp_apb/bt1120_bridge
[ 0.162953] platform 3e000000.disp_apb:bt1120-syscon-bridge: Fixed dependency cycle(s) with /soc/disp_apb/hdmi-encoder
[ 0.168051] horizon-hsio-pinctrl 35050000.hsio_iomuxc: Initialized D-Robotics pinctrl driver
[ 0.171231] horizon-dsp-pinctrl 31040014.dsp_iomuxc: Initialized D-Robotics pinctrl driver
[ 0.176199] horizon-lsio-pinctrl 34180000.lsio_iomuxc: Initialized D-Robotics pinctrl driver
[ 0.186997] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.187022] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.187036] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.187048] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.187060] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.187074] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.187088] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.187102] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.187402] cryptd: max_cpu_qlen set to 1000
[ 0.188439] noc_qos 20500000.cpu_ace_qos: qos doesn’t have consumer device
[ 0.188481] noc_qos 20500000.cpu_ace_qos: noc qos init finished.
[ 0.188547] noc_qos 20500100.cpu_perif_qos: qos doesn’t have consumer device
[ 0.188585] noc_qos 20500100.cpu_perif_qos: noc qos init finished.
[ 0.188657] noc_qos 20510000.bt1120_qos: qos doesn’t have consumer device
[ 0.188697] noc_qos 20510000.bt1120_qos: noc qos init finished.
[ 0.188763] noc_qos 20510080.dc8000_qos: qos doesn’t have consumer device
[ 0.188802] noc_qos 20510080.dc8000_qos: noc qos init finished.
[ 0.188872] noc_qos 20510100.dw230_gdc_qos: qos doesn’t have consumer device
[ 0.188915] noc_qos 20510100.dw230_gdc_qos: noc qos init finished.
[ 0.188984] noc_qos 20510180.dw230_scalar2_qos: qos doesn’t have consumer device
[ 0.189025] noc_qos 20510180.dw230_scalar2_qos: noc qos init finished.
[ 0.189096] noc_qos 20510200.dw230_scalar3_qos: qos doesn’t have consumer device
[ 0.189138] noc_qos 20510200.dw230_scalar3_qos: noc qos init finished.
[ 0.189203] noc_qos 20510500.sif0_qos: qos doesn’t have consumer device
[ 0.189247] noc_qos 20510500.sif0_qos: noc qos init finished.
[ 0.189318] noc_qos 20510580.sif1_qos: qos doesn’t have consumer device
[ 0.189358] noc_qos 20510580.sif1_qos: noc qos init finished.
[ 0.189426] noc_qos 20510600.sif2_qos: qos doesn’t have consumer device
[ 0.189469] noc_qos 20510600.sif2_qos: noc qos init finished.
[ 0.189538] noc_qos 20510680.sif3_qos: qos doesn’t have consumer device
[ 0.189581] noc_qos 20510680.sif3_qos: noc qos init finished.
[ 0.189654] noc_qos 20510700.sif_disp_qos: qos doesn’t have consumer device
[ 0.189694] noc_qos 20510700.sif_disp_qos: noc qos init finished.
[ 0.189766] noc_qos 20550000.dma0_qos: qos doesn’t have consumer device
[ 0.189807] noc_qos 20550000.dma0_qos: noc qos init finished.
[ 0.189878] noc_qos 20550080.emmc_qos: qos doesn’t have consumer device
[ 0.189924] noc_qos 20550080.emmc_qos: noc qos init finished.
[ 0.189991] noc_qos 20550100.gmac_qos: qos doesn’t have consumer device
[ 0.190029] noc_qos 20550100.gmac_qos: noc qos init finished.
[ 0.190095] noc_qos 20550180.sd_qos: qos doesn’t have consumer device
[ 0.190139] noc_qos 20550180.sd_qos: noc qos init finished.
[ 0.190211] noc_qos 20550200.sdio_qos: qos doesn’t have consumer device
[ 0.190255] noc_qos 20550200.sdio_qos: noc qos init finished.
[ 0.190319] noc_qos 20550280.security_qos: qos doesn’t have consumer device
[ 0.190355] noc_qos 20550280.security_qos: noc qos init finished.
[ 0.190425] noc_qos 20550300.usb2_qos: qos doesn’t have consumer device
[ 0.190467] noc_qos 20550300.usb2_qos: noc qos init finished.
[ 0.190553] noc_qos 20550380.usb3_qos: qos doesn’t have consumer device
[ 0.190597] noc_qos 20550380.usb3_qos: noc qos init finished.
[ 0.190659] noc_qos 20550400.etr_qos: qos doesn’t have consumer device
[ 0.190694] noc_qos 20550400.etr_qos: noc qos init finished.
[ 0.191092] adc_1v8: 1800 mV, enabled
[ 0.191196] reg-fixed-voltage 34000000.a55_apb0:regulator-1v8: adc_1v8 supplying 1800000uV
[ 0.191506] iommu: Default domain type: Translated
[ 0.191521] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.193482] SCSI subsystem initialized
[ 0.193609] usbcore: registered new interface driver usbfs
[ 0.193650] usbcore: registered new interface driver hub
[ 0.193688] usbcore: registered new device driver usb
[ 0.194277] platform 3e000000.disp_apb:bt1120_bridge: Fixed dependency cycle(s) with /soc/dsp_apb/i2c@320a0000/hdmi_bridge@3b
[ 0.194396] i2c 7-003b: Fixed dependency cycle(s) with /soc/disp_apb/bt1120_bridge
[ 0.195357] hpu3501 2-001c: Found hpu3501-regulator node, register regulator
[ 0.195534] hpu3501-regulator hpu3501-regulator.0.auto: fault_cfgr will be default value
[ 0.195553] hpu3501-regulator hpu3501-regulator.0.auto: ocp_cfg1r will be default value
[ 0.195569] hpu3501-regulator hpu3501-regulator.0.auto: ocp_cfg2r will be default value
[ 0.195587] hpu3501-regulator hpu3501-regulator.0.auto: reg 0x53 will be default value 0x4
[ 0.196657] VCC_BPU: Bringing 0uV into 800000-800000uV
[ 0.205897] VCC_BPU: 800 mV, disabled
[ 0.216307] VDD08_CPU: 600 ↔ 1000 mV at 850 mV, enabled
[ 0.217090] hpu3501 set reg 0x53 to 0x4
[ 0.217409] hpu3501 2-001c: Found hpu3501-rtc node, register rtc
[ 0.218857] mc: Linux media interface: v0.10
[ 0.218907] videodev: Linux video capture interface: v2.00
[ 0.218949] pps_core: LinuxPPS API ver. 1 registered
[ 0.218962] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.218990] PTP clock support registered
[ 0.219418] hobot_ion: Reserved ion-pool MEM start 0xa4100000, size 0x14000000
[ 0.219493] hobot_ion: Reserved ion-carveout MEM start 0xb8100000, size 0x14000000
[ 0.219600] hobot_ion: Reserved ion-cma MEM start 0xcc100000, size 0x8000000
[ 0.250106] Advanced Linux Sound Architecture Driver Initialized.
[ 0.250693] clocksource: Switched to clocksource arch_sys_counter
[ 0.250864] VFS: Disk quotas dquot_6.6.0
[ 0.250909] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.250976] FS-Cache: Loaded
[ 0.251177] CacheFiles: Loaded
[ 0.256825] NET: Registered PF_INET protocol family
[ 0.256978] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.259195] tcp_listen_portaddr_hash hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.259277] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.259301] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.259463] TCP bind hash table entries: 32768 (order: 9, 2097152 bytes, linear)
[ 0.260539] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.260665] UDP hash table entries: 2048 (order: 5, 196608 bytes, linear)
[ 0.260836] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes, linear)
[ 0.261120] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.261472] RPC: Registered named UNIX socket transport module.
[ 0.261488] RPC: Registered udp transport module.
[ 0.261499] RPC: Registered tcp transport module.
[ 0.261509] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.262402] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.264646] Initialise system trusted keyrings
[ 0.264768] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.268018] zbud: loaded
[ 0.268893] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.269349] NFS: Registering the id_resolver key type
[ 0.269389] Key type id_resolver registered
[ 0.269401] Key type id_legacy registered
[ 0.269461] nfs4filelayout_init: NFSv4 File Layout Driver Registering…
[ 0.269481] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering…
[ 0.270533] pstore: success mode=2
[ 0.299103] NET: Registered PF_ALG protocol family
[ 0.299127] xor: measuring software checksum speed
[ 0.302263] 8regs : 3165 MB/sec
[ 0.305669] 32regs : 2899 MB/sec
[ 0.308771] arm64_neon : 3183 MB/sec
[ 0.308785] xor: using function: arm64_neon (3183 MB/sec)
[ 0.308807] async_tx: api initialized (async)
[ 0.308820] Key type asymmetric registered
[ 0.308831] Asymmetric key parser ‘x509’ registered
[ 0.308877] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 0.308978] io scheduler mq-deadline registered
[ 0.308992] io scheduler kyber registered
[ 0.311954] phy phy-3e0a0028.phy.0: Looking up phy-supply from device tree
[ 0.311981] phy phy-3e0a0028.phy.0: Looking up phy-supply property in node /soc/disp_apb/phy@3e0a0028 failed
[ 0.313012] hpu3501 2-001c: Failed to create device link (0x180) with gpiochip0
[ 0.316453] drobot-pwm 34170000.pwm: D-Robotics PWM register done!
[ 0.318597] dw_axi_dmac_platform 32080000.dma-controller: DesignWare AXI DMA Controller, 8 channels
[ 0.319289] dw_axi_dmac_platform 34200000.dma-controller: DesignWare AXI DMA Controller, 12 channels
[ 0.319364] Start socinfo driver init
[ 0.319418] socinfo 31021008.socinfo: Start socinfo probe.
[ 0.319482] socinfo 31021008.socinfo: Socinfo probe end with retval: 0
[ 0.320139] axi_monitor 38100000.axi-mon: AXI-Clk: 800000000Hz
[ 0.320161] axi_monitor 38100000.axi-mon: APB-Clk: 100000000Hz
[ 0.320175] axi_monitor 38100000.axi-mon: Maximum session time 687000 millisecs
[ 0.320205] axi_monitor 38100000.axi-mon: Got axi-port num:5
[ 0.320220] axi_monitor 38100000.axi-mon: Got new axi-port:cpu, idx:0
[ 0.320236] axi_monitor 38100000.axi-mon: Got new axi-port:bpu, idx:1
[ 0.320252] axi_monitor 38100000.axi-mon: Got new axi-port:vin, idx:2
[ 0.320269] axi_monitor 38100000.axi-mon: Got new axi-port:codec, idx:3
[ 0.320287] axi_monitor 38100000.axi-mon: Got new axi-port:gpu, idx:4
[ 0.320472] axi_monitor 38100000.axi-mon: DDR Perf Monitor probed successfully.
[ 0.321510] Serial: 8250/16550 driver, 8 ports, IRQ sharing enabled
[ 0.323611] printk: console [ttyS0] disabled
[ 0.323674] 32120000.serial: ttyS0 at MMIO 0x32120000 (irq = 32, base_baud = 12656250) is a 16550A
[ 2.595937] printk: console [ttyS0] enabled
[ 2.600776] 34070000.serial: ttyS1 at MMIO 0x34070000 (irq = 33, base_baud = 6250000) is a 16550A
[ 2.610303] 341a0000.serial: ttyS5 at MMIO 0x341a0000 (irq = 34, base_baud = 6250000) is a 16550A
[ 2.627409] brd: module loaded
[ 2.635242] loop: module loaded
[ 2.640227] dw_spi_mmio 35000000.spi: bit_offset = 0
[ 2.645290] dw_spi_mmio 35000000.spi: DMA init failed
[ 2.651059] spi-nand spi7.0: GigaDevice SPI NAND was found.
[ 2.656645] spi-nand spi7.0: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 128
[ 2.665028] 2 cmdlinepart partitions found on MTD device spi7.0
[ 2.670969] Creating 2 MTD partitions on “spi7.0”:
[ 2.675770] 0x000000000000-0x000000700000 : “miniboot”
[ 2.688559] 0x000000700000-0x000000880000 : “ubootenv”
[ 2.696728] dw_spi_mmio 34010000.spi: bit_offset = 0
[ 2.702602] dw_spi_mmio 34050000.spi: bit_offset = 0
[ 2.710332] hobot_gmac 35010000.horizon_tsn: No wol_irq resouce.
[ 2.716614] hobot_gmac 35010000.horizon_tsn (unnamed net_device) (uninitialized): (using random mac adress)
[ 2.726383] hobot_gmac 35010000.horizon_tsn (unnamed net_device) (uninitialized): devicec MAC addr 72:e4:16:08:3f:0a
[ 2.736929] hobot_gmac 35010000.horizon_tsn: Wake-Up On Lan supported
[ 2.747408] pps pps0: new PPS source ptp0
[ 2.923000] usbcore: registered new interface driver uas
[ 2.928356] usbcore: registered new interface driver usb-storage
[ 2.934437] usbcore: registered new interface driver usbserial_generic
[ 2.940999] usbserial: USB Serial support registered for generic
[ 2.947032] usbcore: registered new interface driver usb_serial_simple
[ 2.953590] usbserial: USB Serial support registered for carelink
[ 2.959706] usbserial: USB Serial support registered for flashloader
[ 2.966094] usbserial: USB Serial support registered for funsoft
[ 2.972134] usbserial: USB Serial support registered for google
[ 2.978072] usbserial: USB Serial support registered for hp4x
[ 2.983849] usbserial: USB Serial support registered for kaufmann
[ 2.989964] usbserial: USB Serial support registered for libtransistor
[ 2.996523] usbserial: USB Serial support registered for moto_modem
[ 3.002821] usbserial: USB Serial support registered for motorola_tetra
[ 3.009459] usbserial: USB Serial support registered for nokia
[ 3.015324] usbserial: USB Serial support registered for novatel_gps
[ 3.021717] usbserial: USB Serial support registered for siemens_mpi
[ 3.028089] usbserial: USB Serial support registered for suunto
[ 3.034047] usbserial: USB Serial support registered for vivopay
[ 3.040075] usbserial: USB Serial support registered for zio
[ 3.045903] mousedev: PS/2 mouse device common for all mice
[ 3.051702] i2c_dev: i2c /dev entries driver
[ 3.056831] pps pps1: new PPS source hobot_pps.-1
[ 3.061562] hobot-pps hobot_pps: register PPS source name:hobot_pps.-1
[ 3.068099] pps pps1: Registered IRQ 0 as PPS source
[ 3.075501] hwmon hwmon0: temp2_input not attached to any thermal zone
[ 3.082541] dw_wdt 34250000.watchdog: No valid TOPs array specified
[ 3.089126] device-mapper: uevent: version 1.0.3
[ 3.093932] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[ 3.102576] cpu cpu0: Looking up cpu-supply from device tree
[ 3.110671] sdhci: Secure Digital Host Controller Interface driver
[ 3.116893] sdhci: Copyright(c) Pierre Ossman
[ 3.121267] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.127641] sdhci-dwcmshc 35030000.sdhci: mmc set to fixed voltage 1800
[ 3.140851] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.147161] KERNEL host[1] waits sw_init_done…
[ 3.149170] KERNEL [DONE]
[ 3.157362] KERNEL SRAM Pool Base: 0x80000000, size: 0x2000, alignment: 0x10
[ 3.164534] KERNEL ACA driver init success!
[ 3.167732] sdhci-dwcmshc 35020000.sdhci: MSHC_CTRL:0x0
[ 3.169924] te 20300000.te600: Arm China te device initialized
[ 3.170512] random: crng init done
[ 3.174129] sdhci-dwcmshc 35020000.sdhci: Looking up vmmc-supply from device tree
[ 3.174404] sdhci-dwcmshc 35030000.sdhci: MSHC_CTRL:0x0
[ 3.174413] sdhci-dwcmshc 35030000.sdhci: Looking up vmmc-supply from device tree
[ 3.174419] sdhci-dwcmshc 35030000.sdhci: Looking up vmmc-supply property in node /soc/hsio_apb/sdhci@35030000 failed
[ 3.174441] sdhci-dwcmshc 35030000.sdhci: Looking up vqmmc-supply from device tree
[ 3.174446] sdhci-dwcmshc 35030000.sdhci: Looking up vqmmc-supply property in node /soc/hsio_apb/sdhci@35030000 failed
[ 3.180319] hid: raw HID events driver (C) Jiri Kosina
[ 3.183374] sdhci-dwcmshc 35020000.sdhci: Looking up vmmc-supply property in node /soc/hsio_apb/sdhci@35020000 failed
[ 3.190977] usbcore: registered new interface driver usbhid
[ 3.196088] sdhci-dwcmshc 35020000.sdhci: Looking up vqmmc-supply from device tree
[ 3.203571] usbhid: USB HID core driver
[ 3.208921] mmc2: SDHCI controller on 35030000.sdhci [35030000.sdhci] using ADMA 64-bit
[ 3.214182] sdhci-dwcmshc 35020000.sdhci: Looking up vqmmc-supply property in node /soc/hsio_apb/sdhci@35020000 failed
[ 3.221863] logger: created 2048K log ‘log_main’
[ 3.229991] mmc2: new ultra high speed SDR104 SDIO card at address 390b
[ 3.295423] logger: created 256K log ‘log_events’
[ 3.300214] logger: created 256K log ‘log_radio’
[ 3.304922] logger: created 256K log ‘log_system’
[ 3.309698] bootloader-log soc:membuff: log stored in 0x87ffc000, size 0x2000
[ 3.317614] x5-ddrc-devfreq soc:ddrc-freq: userspace_gov: 1
[ 3.324057] x5-dfi 38200000.dfi-monitor: apb clk rate: 100000000, interval: 1
[ 3.331874] mmc1: SDHCI controller on 35020000.sdhci [35020000.sdhci] using ADMA 64-bit
[ 3.340444] cs_system_cfg: CoreSight Configuration manager initialised
[ 3.347658] coresight-tmc 2c003000.etr: Detected dma mask 40bits
[ 3.356200] CSCFG registered etm0
[ 3.356207] coresight etm0: CPU0: etm v4.2 initialized
[ 3.365126] CSCFG registered etm1
[ 3.365132] coresight etm1: CPU1: etm v4.2 initialized
[ 3.374013] CSCFG registered etm2
[ 3.374018] coresight etm2: CPU2: etm v4.2 initialized
[ 3.383510] CSCFG registered etm3
[ 3.383523] coresight etm3: CPU3: etm v4.2 initialized
[ 3.393041] CSCFG registered etm4
[ 3.393054] coresight etm4: CPU4: etm v4.2 initialized
[ 3.401977] CSCFG registered etm5
[ 3.401982] coresight etm5: CPU5: etm v4.2 initialized
[ 3.410895] CSCFG registered etm6
[ 3.410900] coresight etm6: CPU6: etm v4.2 initialized
[ 3.419777] CSCFG registered etm7
[ 3.419782] coresight etm7: CPU7: etm v4.2 initialized
[ 3.428864] coresight cti_sys0: CTI initialized
[ 3.433694] coresight cti_cpu0: CTI initialized
[ 3.438520] coresight cti_cpu1: CTI initialized
[ 3.443353] coresight cti_cpu2: CTI initialized
[ 3.448179] coresight cti_cpu3: CTI initialized
[ 3.453009] coresight cti_cpu4: CTI initialized
[ 3.457830] coresight cti_cpu5: CTI initialized
[ 3.462658] coresight cti_cpu6: CTI initialized
[ 3.467477] coresight cti_cpu7: CTI initialized
[ 3.472551] optee: probing for conduit method.
[ 3.477022] optee: revision 3.20 (05a6c9de)
[ 3.477230] optee: dynamic shared memory is enabled
[ 3.487058] optee: initialized driver
[ 3.491107] usbcore: registered new interface driver snd-usb-audio
[ 3.498203] ipip: IPv4 and MPLS over IPv4 tunneling driver
[ 3.504208] Initializing XFRM netlink socket
[ 3.508717] NET: Registered PF_INET6 protocol family
[ 3.514406] Segment Routing with IPv6
[ 3.518098] In-situ OAM (IOAM) with IPv6
[ 3.522087] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 3.528326] NET: Registered PF_PACKET protocol family
[ 3.533507] 8021q: 802.1Q VLAN Support v1.8
[ 3.537740] Key type dns_resolver registered
[ 3.542045] Found lo, alias (efault) on irq 0
[ 3.546418] MAC: 00:00:00:00:00:00
[ 3.546423] Tx queue length: 1000
[ 3.553163] Invalid capabilities for NIC (lo), dropping from TSN list
[ 3.559613] Found eth0, alias (efault) on irq 38
[ 3.564259] MAC: 72:e4:16:08:3f:0a
[ 3.564263] Tx queue length: 1000
[ 3.571009] Invalid capabilities for NIC (eth0), dropping from TSN list
[ 3.577636] Found tunl0, alias (efault) on irq 0
[ 3.582278] MAC: 00:00:00:00:00:00
[ 3.582281] Tx queue length: 1000
[ 3.589052] Invalid capabilities for NIC (tunl0), dropping from TSN list
[ 3.595778] Found sit0, alias (efault) on irq 0
[ 3.600341] MAC: 00:00:00:00:00:00
[ 3.600345] Tx queue length: 1000
[ 3.607108] Invalid capabilities for NIC (sit0), dropping from TSN list
[ 3.613749] tsn_init_module: No capable NIC found. Perhaps load with in_debug=1 ?
[ 3.621537] registered taskstats version 1
[ 3.625683] Loading compiled-in X.509 certificates
[ 3.631213] zswap: loaded using pool lzo/zbud
[ 3.635823] Key type .fscrypt registered
[ 3.639781] Key type fscrypt-provisioning registered
[ 3.645982] pstore: Using crash dump compression: deflate
[ 3.655479] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
[ 3.659080]
[ 3.662586] mmcblk1: mmc1:aaaa SK32G 29.7 GiB
[ 3.663614] ********************************************************************
[ 3.669910] mmcblk1: p1 p2
[ 3.675455] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 3.675457] ** **
[ 3.675459] ** WRITEABLE clk DebugFS SUPPORT HAS BEEN ENABLED IN THIS KERNEL **
[ 3.675462] ** **
[ 3.675463] ** This means that this kernel is built to expose clk operations **
[ 3.675465] ** such as parent or rate setting, enabling, disabling, etc. **
[ 3.722764] ** to userspace, which may compromise security on your system. **
[ 3.730169] ** **
[ 3.737581] ** If you see this message and you are not debugging the **
[ 3.744991] ** kernel, report this immediately to your vendor! **
[ 3.752404] ** **
[ 3.759809] ** NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE **
[ 3.767223] ********************************************************************
[ 3.785843] dr-power-domain 31030000.power-controller: Looking up bpu-supply from device tree
[ 3.794647] dr-power-domain 31030000.power-controller: Looking up gpu-supply from device tree
[ 3.804065] VCC_GPU: 800 mV, disabled
[ 3.808477] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 3.812682] x5-ddrc-devfreq soc:ddrc-freq: userspace_gov: 1
[ 3.813992] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
[ 3.820052] guc 34190000.adc: Looking up vref-supply from device tree
[ 3.827563] xhci-hcd xhci-hcd.2.auto: hcc params 0x0220fe6d hci version 0x110 quirks 0x0000008000010090
[ 3.834265] guc 34190000.adc: ADC calibration: 0
[ 3.843289] xhci-hcd xhci-hcd.2.auto: irq 47, io mem 0x35100000
[ 3.847876] guc 34190000.adc: ADC trimming: 9
[ 3.853933] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
[ 3.858800] guc 34190000.adc: GUC Initialize Finish
[ 3.863644] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2
[ 3.868668] dr-power-domain 31030000.power-controller: Looking up bpu-supply from device tree
[ 3.876181] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
[ 3.884842] dr-power-domain 31030000.power-controller: Looking up gpu-supply from device tree
[ 3.891340] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 3.901388] noc_qos 20530000.video_qos: noc qos init finished.
[ 3.908036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.915044] noc_qos 20530080.jpeg_qos: noc qos init finished.
[ 3.921086] usb usb1: Product: xHCI Host Controller
[ 3.921091] usb usb1: Manufacturer: Linux 6.1.83 xhci-hcd
[ 3.928015] noc_qos 20510280.isp_axi5_hdr_qos: noc qos init finished.
[ 3.931714] usb usb1: SerialNumber: xhci-hcd.2.auto
[ 3.932057] hub 1-0:1.0: USB hub found
[ 3.938316] noc_qos 20510300.isp_axi4_mcm_qos: noc qos init finished.
[ 3.943601] hub 1-0:1.0: 1 port detected
[ 3.949627] noc_qos 20510380.isp_axi3_sp2_qos: noc qos init finished.
[ 3.952473] usb usb2: We don’t know the algorithms for LPM for this host, disabling LPM.
[ 3.959830] noc_qos 20510480.isp_axi1_mp_qos: noc qos init finished.
[ 3.962656] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[ 3.976236] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 3.977126] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.986500] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 3.991745] usb usb2: Product: xHCI Host Controller
[ 4.008179] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.016818] usb usb2: Manufacturer: Linux 6.1.83 xhci-hcd
[ 4.016823] usb usb2: SerialNumber: xhci-hcd.2.auto
[ 4.024708] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.031158] hub 2-0:1.0: USB hub found
[ 4.042385] noc_qos 20520000.bpu_qos: noc qos init finished.
[ 4.049849] hub 2-0:1.0: 1 port detected
[ 4.054855] noc_qos 20560000.hifi5_qos: noc qos init finished.
[ 4.080648] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.092815] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.114984] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.127152] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.143113] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.155273] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.171232] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.183382] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.199358] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.211524] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.227471] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.239635] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.255593] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.267763] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.276927] printk: console [netcon0] enabled
[ 4.281332] netconsole: network logging started
[ 4.286489] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 4.290731] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 4.293791] ALSA device list:
[ 4.300561] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.302700] No soundcards found.
[ 4.314836] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.324114] dw-apb-uart 32120000.serial: forbid DMA for kernel console
[ 4.331236] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.343388] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.359344] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.371514] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.380315] md: Waiting for all devices to be available before autodetect
[ 4.387129] md: If you don’t use raid, use raid=noautodetect
[ 4.392811] md: Autodetecting RAID arrays.
[ 4.396915] md: autorun …
[ 4.399714] md: … autorun DONE.
[ 4.473159] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.56
[ 4.481444] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.488601] usb 1-1: Product: USB2.1 Hub
[ 4.492553] usb 1-1: Manufacturer: GenesysLogic
[ 4.531544] hub 1-1:1.0: USB hub found
[ 4.535625] hub 1-1:1.0: 4 ports detected
[ 4.548112] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.560286] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.576297] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.588471] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.604473] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.616642] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.620833] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 4.632593] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.644757] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.663564] usb 2-1: New USB device found, idVendor=05e3, idProduct=0626, bcdDevice= 6.56
[ 4.671773] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.678924] usb 2-1: Product: USB3.1 Hub
[ 4.682912] usb 2-1: Manufacturer: GenesysLogic
[ 4.707738] hub 2-1:1.0: USB hub found
[ 4.711846] hub 2-1:1.0: 4 ports detected
[ 4.724308] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.736473] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.752479] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.764648] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.780632] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.792811] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.808790] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 4.820957] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 4.913417] EXT4-fs (mmcblk1p2): recovery complete
[ 4.919329] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 4.927977] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 4.934684] devtmpfs: mounted
[ 4.938325] Freeing unused kernel memory: 2560K
[ 4.942979] Run /sbin/init as init process
[ 4.947089] with arguments:
[ 4.950066] /sbin/init
[ 4.952809] with environment:
[ 4.955961] HOME=/
[ 4.958331] TERM=linux
[ 5.146399] systemd[1]: System time before build time, advancing clock.
[ 5.196025] systemd[1]: systemd 249.11-0ubuntu3.16 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 5.227970] systemd[1]: Detected architecture arm64.

Welcome to Ubuntu 22.04.5 LTS!

[ 5.261457] systemd[1]: Hostname set to .
[ 5.629874] systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[ 5.671793] systemd[1]: Configuration file /etc/systemd/system/systemd-udevd.service.d/00-hobot-private.conf is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 5.689472] systemd[1]: Configuration file /etc/systemd/system/systemd-udevd.service.d/delay_load_usb_uvc_driver.conf is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 5.753845] systemd[1]: Configuration file /etc/systemd/system/apt-daily.timer.d/disable-apt-daily.conf is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 5.949433] systemd[1]: Queued start job for default target Graphical Interface.
[ 6.012541] systemd[1]: Created slice Slice /system/modprobe.
[ OK ] Created slice Slice /system/modprobe.
[ 6.052305] systemd[1]: Created slice Slice /system/serial-getty.
[ OK ] Created slice Slice /system/serial-getty.
[ 6.091774] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 6.131140] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password R…uests to Wall Directory Watch.
[ 6.172292] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ OK ] Set up automount Arbitrary…s File System Automount Point.
[ 6.211572] systemd[1]: Reached target User and Group Name Lookups.
[ OK ] Reached target User and Group Name Lookups.
[ 6.251169] systemd[1]: Reached target Slice Units.
[ OK ] Reached target Slice Units.
[ 6.281012] systemd[1]: Reached target Swaps.
[ OK ] Reached target Swaps.
[ 6.311251] systemd[1]: Reached target Local Verity Protected Volumes.
[ OK ] Reached target Local Verity Protected Volumes.
[ 6.420900] systemd[1]: Listening on RPCbind Server Activation Socket.
[ OK ] Listening on RPCbind Server Activation Socket.
[ 6.462601] systemd[1]: Listening on Syslog Socket.
[ OK ] Listening on Syslog Socket.
[ 6.502003] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 6.543697] systemd[1]: Listening on Journal Audit Socket.
[ OK ] Listening on Journal Audit Socket.
[ 6.582510] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 6.622812] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 6.653009] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 6.692589] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 6.731224] systemd[1]: Reached target Socket Units.
[ OK ] Reached target Socket Units.
[ 6.800919] systemd[1]: Mounting Huge Pages File System…
Mounting Huge Pages File System…
[ 6.836420] systemd[1]: Mounting POSIX Message Queue File System…
Mounting POSIX Message Queue File System…
[ 6.876725] systemd[1]: Mounting Kernel Debug File System…
Mounting Kernel Debug File System…
[ 6.911511] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
[ 6.929965] systemd[1]: Starting Journal Service…
Starting Journal Service…
[ 6.961049] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[ 6.974696] systemd[1]: Starting Set the console keyboard layout…
Starting Set the console keyboard layout…
[ 7.014255] systemd[1]: Starting Create List of Static Device Nodes…
Starting Create List of Static Device Nodes…
[ 7.064098] systemd[1]: Starting Load Kernel Module configfs…
Starting Load Kernel Module configfs…
[ 7.094172] systemd[1]: Starting Load Kernel Module drm…
Starting Load Kernel Module drm…
[ 7.124165] systemd[1]: Starting Load Kernel Module efi_pstore…
Starting Load Kernel Module efi_pstore…
[ 7.164150] systemd[1]: Starting Load Kernel Module fuse…
Starting Load Kernel Module fuse…
[ 7.181578] fuse: init (API version 7.37)
[ 7.206412] systemd[1]: Starting Load Kernel Modules…
Starting Load Kernel Modules…
[ 7.244737] systemd[1]: Starting Remount Root and Kernel File Systems…
[ 7.245668] Bluetooth: Core ver 2.22
[ 7.255186] NET: Registered PF_BLUETOOTH protocol family
Starting Remount Root and Kernel File Systems Bluetooth: HCI device and connection manager initialized
[0m…
[ 7.272563] Bluetooth: HCI socket layer initialized
[ 7.278005] Bluetooth: L2CAP socket layer initialized
[ 7.283105] Bluetooth: SCO socket layer initialized
[ 7.295189] Bluetooth: HCI UART driver ver 2.3
[ 7.299668] Bluetooth: HCI UART protocol H4 registered
[ 7.305073] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 7.308104] systemd[1]: Starting Coldplug All udev Devices…
Starting Coldplug All udev Devices…
[ 7.327323] usbcore: registered new interface driver uvcvideo
[ 7.355713] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Mounted Huge Pages File System.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Finished Create List of Static Device Nodes.
[ OK ] Finished Load Kernel Module configfs.
[ OK ] Finished Load Kernel Module drm.
[ OK ] Finished Load Kernel Module efi_pstore.
[ OK ] Finished Load Kernel Module fuse.
[ OK ] Finished Load Kernel Modules.
[ OK ] Finished Remount Root and Kernel File Systems.
Mounting FUSE Control File System…
Mounting Kernel Configuration File System…
Starting Flush Journal to Persistent Storage…
[ 7.867096] systemd-journald[276]: Received client request to flush runtime journal.
Starting Platform Persistent Storage Archival…
Starting Load/Save Random Seed…
[ 7.937410] systemd-journald[276]: File /var/log/journal/93376d30162346569ffd698a59b4b039/system.journal corrupted or uncleanly shut down, renaming and replacing.
Starting Apply Kernel Variables…
Starting Create System Users…
[ OK ] Mounted FUSE Control File System.
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Finished Platform Persistent Storage Archival.
[ OK ] Finished Coldplug All udev Devices.
[ OK ] Finished Load/Save Random Seed.
[ OK ] Finished Flush Journal to Persistent Storage.
[ OK ] Finished Apply Kernel Variables.
[ OK ] Finished Create System Users.
Starting Helper to synchronize boot up for ifupdown…
Starting Create Static Device Nodes in /dev…
[ OK ] Finished Helper to synchronize boot up for ifupdown.
[ OK ] Finished Create Static Device Nodes in /dev.
Starting Rule-based Manage…for Device Events and Files…
[ OK ] Started Rule-based Manager for Device Events and Files.
[ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
[ OK ] Found device /dev/ttyS0.
[ 8.969380] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 8.981859] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 9.000742] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 9.014829] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 9.031100] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 9.043280] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 9.062736] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 9.074936] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 9.114501] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 9.126703] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 9.144872] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 9.157428] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 9.176246] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 9.188793] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Reached target Hardware activated USB gadget.
[ 9.206345] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 9.218994] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 9.235311] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 9.247823] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 9.264049] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 9.276253] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 9.303593] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 9.316028] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 9.334973] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 9.347362] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 9.365706] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 9.377899] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Finished Set the console keyboard layout.
[ OK ] Reached target Preparation for Local File Systems.
[ OK ] Reached target Local File Systems.
[ 9.510712] aicbsp: sdio_err:<aicwf_sdio_bus_pwrctl,1402>: bus down
Starting Set console font and keymap…
Starting Raise network interfaces…
Starting Tell Plymouth To Write Out Runtime Data…
[ OK ] Started Dispatch Password …ts to Console Directory Watch.
[ OK ] Reached target Local Encrypted Volumes.
Starting Set Up Additional Binary Formats…
Starting Create Volatile Files and Directories…
[FAILED] Failed to start Raise network interfaces.
See ‘systemctl status networking.service’ for details.
[ OK ] Finished Tell Plymouth To Write Out Runtime Data.
[ OK ] Finished Create Volatile Files and Directories.
Mounting Arbitrary Executable File Formats File System…
Mounting RPC Pipe File System…
Starting RPC bind portmap service…
[ 10.295834] ieee80211 phy0:
[ 10.295834] *******************************************************
[ 10.295834] ** CAUTION: USING PERMISSIVE CUSTOM REGULATORY RULES **
[ 10.295834] *******************************************************
Starting Network Name Resolution…
[ 10.333414] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 10.345610] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
Starting Record System Boot/Shutdown in UTMP 10.361817] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
0m…
[ 10.375745] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 10.398581] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 10.410789] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Started RPC bind portmap service.
[ OK ] Mounted Arbitrary Executable File Formats File System.
[ OK ] Mounted RPC Pipe File System.
[ OK ] Finished Set Up Additional Binary Formats.
[ OK ] Reached target rpc_pipefs.target.
[ OK ] Reached target RPC Port Mapper.
[ OK ] Reached target NFS client services.
[ OK ] Reached target Preparation for Remote File Systems.
[ OK ] Reached target Remote File Systems.
Starting Load/Save RF Kill Switch Status…
[ OK ] Started Network Name Resolution.
[ OK ] Started Load/Save RF Kill Switch Status.
[ OK ] Finished Record System Boot/Shutdown in UTMP.
[ OK ] Reached target System Initialization.
[ OK ] Started Start whoopsie on …n of the /var/crash directory.
[ OK ] Started Trigger anacron every hour.
[ OK ] Started Daily apt download activities.
[ OK ] Started Daily apt upgrade and clean activities.
[ OK ] Started Daily apt-show-versions index rebuild.
[ OK ] Started Daily dpkg database backup timer.
[ OK ] Started Periodic ext4 Onli…ata Check for All Filesystems.
[ OK ] Started Discard unused blocks once a week.
[ OK ] Started Daily man-db regeneration.
[ OK ] Started Message of the Day.
[ OK ] Started Run system activit…ounting tool every 10 minutes.
[ OK ] Started Generate summary o…esterday’s process accounting.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target Path Units.
[ OK ] Reached target Basic System.
[ OK ] Listening on D-Bus System Message Bus Socket.
Starting Accounts Service…
[ OK ] Started Run anacron jobs.
Starting Bluetooth management mechanism…
[ OK ] Started D-Bus System Message Bus.
Starting Network Manager…
[ OK ] Started Save initial kernel messages after boot.
Starting Remove Stale Onli…t4 Metadata Check Snapshots…
Starting Hobot init Bluetooth…
Starting Hobot firstrun…
Starting Load Kernel Modules Based on Board ID…
Starting LSB: Custom self-starter…
[ 12.026297] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.039844] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
Starting Hobot Resize Root Filesystem…[ 12.056074] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again

[ 12.070067] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.086348] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.098577] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
Starting Hobot Setting Status of LED…
[ 12.118192] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.130735] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
Starting Hobot load wifi driver…[ 12.146929] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again

[ 12.161989] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.178233] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.190827] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
Starting System Logging Service…
[ 12.207059] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.219363] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
Starting LSB: Set sysfs variables from /etc/sy[ 12.235701] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
sfs.conf…
[ 12.253557] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.270007] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.282251] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
Starting Resets System Activity Logs…
[ 12.298667] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.311026] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.327223] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
Starting User Login Management…
[ 12.339445] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.358120] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.370342] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.389205] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.401437] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.418219] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
Starting Disk Manager…
[ 12.430564] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.449159] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.461464] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.478157] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.490393] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
Starting WPA supplicant…
[ 12.529026] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.544461] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.561832] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ OK ] Started System Logging Service.[ 12.574037] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0

[ 12.594140] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.606681] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Finished Hobot Resize Root Filesyst[ 12.624954] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
em.
[ 12.640388] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.658987] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.671685] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Finished Hobot Setting Status of LED.
[ 12.690305] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.702685] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Finished Hobot load wifi driver[ 12.722257] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
.
[ 12.738155] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Finished Resets System Activity Logs.
[ 12.804431] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.817236] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.837600] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.849928] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.866526] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
Starting Bluetooth service…
[ 12.878806] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.897061] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.909243] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Started S98qos_config.
[ 12.930324] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 12.942859] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.959113] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ OK ] Started WPA supplicant.
[ 12.971457] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 12.994869] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ OK ] Started LSB: Set sysfs variables fr[ 13.007149] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
om /etc/sysfs.conf.
[ 13.028359] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 13.040851] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Started Network Manager.
[ 13.059215] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 13.071647] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 13.089191] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 13.101484] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Reached target Network.
[ 13.118236] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 13.130459] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Reached target Network is Online.
[ 13.146915] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 13.159160] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Started Download data for …ailed [ 13.175512] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
at package install time.
[ 13.189859] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 13.206221] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 13.218419] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 13.234910] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ OK ] Started Check to see wheth…w vers[ 13.247098] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
ion of Ubuntu available.
[ OK ] Reached target Timer Units.
[ 13.287817] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 13.300057] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 13.316317] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 13.328534] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 13.344779] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 13.357195] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 13.373465] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
Starting dnsmasq - A light…DHCP and caching [ 13.385705] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
DNS server…
[ 13.404629] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 13.416823] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
Starting Network Time Service…
[ 13.433055] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 13.447983] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 13.464288] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
Starting Authorization Manager…
[ 13.476672] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 13.495034] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 13.509238] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
Starting /etc/rc.local Compatibility…
Starting OpenBSD Secure Shell server…
Starting Hostname Service…
Starting Permit User Sessions…
Starting LSB: HPA’s tftp server…
[ OK ] Stopped Bluetooth service.
[ 14.226947] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 14.242574] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Started /etc/rc.local Compatibility.
[ 14.258874] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 14.271121] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 14.287389] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again

[ 14.301493] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 14.318937] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 14.331315] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ OK ] Started User Login Management.
[ OK ] Started Authorization Manager.
[ OK ] Started Accounts Service.
Starting Bluetooth service…
Starting Light Display Manager…
Starting Hold until boot process finishes up…
[ OK ] Finished Hold until boot process finishes up.
[ 14.682499] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ OK ] Started Hostname Service.[ 14.694690] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0

[ 14.715394] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 14.727608] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 14.744144] drobot_idle 31032000.idle-controller: timeout to wait idle: iso pd gpu to 0x0, try again
[ 14.756590] vs-dc 3e000000.dc8000Nano: Failed to get aux devices
[ 14.757809] drobot_idle 31032000.idle-controller: still timeout to wait idle: iso pd gpu to 0x0
[ 14.771884] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000030
[ 14.780765] Mem abort info:
[ 14.783578] ESR = 0x0000000096000004
[ 14.787338] EC = 0x25: DABT (current EL), IL = 32 bits
[ 14.792755] SET = 0, FnV = 0
[ 14.795828] EA = 0, S1PTW = 0
[ 14.798982] FSC = 0x04: level 0 translation fault
[ 14.803901] Data abort info:
[ 14.806794] ISV = 0, ISS = 0x00000004
[ 14.810639] CM = 0, WnR = 0
[ 14.813657] user pgtable: 4k pages, 48-bit VAs, pgdp=0000000104acd000
[ 14.820114] [0000000000000030] pgd=0000000000000000, p4d=0000000000000000
[ 14.826951] Internal error: Oops: 0000000096000004 [#1] PREEMPT SMP
[ 14.833234] Modules linked in: vs_drm vs_x5_syscon_bridge vio_n2d galcore snd_soc_hobot_sound_duplex_host snd_soc_simple_card_utils es8311 designware_i2s rtc_hpu3501 usb_f_rndis u_ether libcomposite leds_gpio led_class bpu_hw_io_x5(PO) bpu_cores bpu_framework hobot_lpwm hobot_isi_sensor hobot_gdc hobot_deserial vs_vse_nat vs_dw_crc vs_isp_nat hobot_mipidbg hobot_mipicsi hobot_camsys hobot_mipiphy hobot_sensor vs_sif_nat vs_ops_nat vs_cam_pulse hobot_vin_vcon hobot_vin_vnode hobot_osd hobot_jpu hobot_vpu hobot_codec_vnode hobot_vio_common vs_csi_wrapper vs_cam_ctrl vs_isc binfmt_misc aic8800_fdrv cfg80211 aic8800_bsp tcan4x5x sii902x m_can i2c_mux can_dev drm_kms_helper syscopyarea snd_soc_es8326 sysfillrect sysimgblt fb_sys_fops spidev evdev sch_fq_codel hb_bl goodix_ts panel_waveshare_dsi ft5406 panel_wh_cm480 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_common hci_uart btrtl btbcm bluetooth rfkill fuse
[ 14.915675] CPU: 2 PID: 76 Comm: kworker/u16:1 Tainted: P O 6.1.83 #1
[ 14.915684] Hardware name: D-Robotics RDK X5 V1.0 (DT)
[ 14.915690] Workqueue: events_unbound deferred_probe_work_func
[ 14.934520] pstate: 20400009 (nzCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=–)
[ OK ] Finished Load Kernel Modules Based [ 14.941494] pc : __device_attach_driver+0x1c/0x160
on Board ID.
[ 14.951850] lr : bus_for_each_drv+0x78/0xd0
[ 14.957594] sp : ffff000080263c70
[ 14.960916] x29: ffff000080263c70 x28: ffff000080010088 x27: ffff000080010000
[ 14.968073] x26: ffff80000962a2d0 x25: ffff000080018005 x24: ffff8000095b27f0
[ 14.968082] x23: ffff800009191bc8 x22: 0000000000000001 x21: ffff000080263d28
[ 14.968091] x20: 0000000000000028 x19: 0000000000000000 x18: 0000000000000000
[ 14.989528] x17: 0000000000000000 x16: 0000000000000000 x15: 0000057f064d5c80
[ [1[.09;93626m8 1 ]O Kx 1 4[ 00m0]0 0S0t0a0r0t0e0d0 0[000000000000000000

[ 15.004098] x11: ffff00008b235848 x10: 00007fff80755428 x9 : 0000000000000001
[ 15.011256] x8 : 0101010101010101 x7 : 7f7f7f7f7f7f7f7f x6 : 4443185053303830
[ 15.018412] x5 : 3038305350184344 x4 : ffff000080011908 x3 : 0000000008763031
[ 15.025563] x2 : ffff8000f6393000 x1 : ffff000080263d28 x0 : 0000000000000028
[ 15.032718] Call trace:
[ 15.035171] __device_attach_driver+0x1c/0x160
[ 15.039629] bus_for_each_drv+0x78/0xd0
[ 15.043479] __device_attach+0xa8/0x1e4
[ 15.047326] device_initial_probe+0x14/0x20
[ 15.051520] bus_probe_device+0x9c/0xa4
[ 15.055364] deferred_probe_work_func+0x9c/0xf0
[ 15.059906] process_one_work+0x1a4/0x2d0
[ 15.063928] worker_thread+0x124/0x3c0
[ 15.067688] kthread+0x10c/0x110
[ 15.070930] ret_from_fork+0x10/0x20
[ 15.074527] Code: a90153f3 aa0003f4 a9025bf5 aa0103f5 (f9400400)
[ 15.074532] —[ end trace 0000000000000000 ]—
[ 15.084286] Kernel panic - not syncing: Oops: Fatal exception
[ 15.084295] SMP: stopping secondary CPUs
[ 15.085309] Kernel Offset: disabled
[ 15.085311] CPU features: 0x60000,000400a4,6600720b
[ 15.085316] Memory Limit: none
[ 15.116065] Rebooting in 5 seconds..
SNOTICE: Welcome to Horizon X5 ASIC BOOTROM - V4.1
NOTICE: OTP config:
NOTICE: otp exist: true
NOTICE: test region size: 304
NOTICE: secure region size: 120
NOTICE: none secure region size: 56
NOTICE: Enable MMU
NOTICE: Booting Trusted Firmware
NOTICE: BL1: v2.8(release):
NOTICE: BL1: Built : 17:42:12, Oct 19 2023
NOTICE: Enter SPI NAND-FLASH Mode…
NOTICE: Nand PAGE_SIZE_2K
NOTICE: Nand is_dummy = true
NOTICE: Nand CLK_12M
NOTICE: SPI baudrate is set to 12000000Hz
NOTICE: Nand reset
NOTICE: SPI Nand flash set quad PASS
NOTICE: reg_status should = 0x8
NOTICE: Invalid enable flash buffer mode
NOTICE: Manufacturer ID 0xc8 Device ID 0x41c8
NOTICE: Enter media_source_select process(5).
NOTICE: SPI Nand flash set quad PASS
NOTICE: Get S1PK
NOTICE: [verify_signature] pass.
NOTICE: [verify_hash] pass.
NOTICE: [verify_hash] pass.
NOTICE: [auth_decrypt] pass.
NOTICE: BL1: BL2 memory layout address = 0x1fe9f000
NOTICE: BL1: Booting BL2
NOTICE: OTP config:
NOTICE: otp exist: true
NOTICE: test region size: 304
NOTICE: secure region size: 120
NOTICE: none secure region size: 56
NOTICE: BL2: v2.8(release):v1.0.8-86-g58eb0b179
NOTICE: BL2: Built : 19:55:47, Jan 22 2026
NOTICE: Enter SPI NAND-FLASH Mode…
NOTICE: dw_apb_ssi_params.apb_bus_freq: 100000000
NOTICE: SPI baudrate is set to 12500000Hz
NOTICE: Enter media_source_select process(5).
NOTICE: BL2 config file
NOTICE: ab slot is : 0
NOTICE: fip index:0
NOTICE: start to load bl2 cfg image
NOTICE: BL2 CFG ADDR:0x1ff00000, MAGIC:0x474643324c424248
NOTICE: size of struct hb_ddr: 256 != ddr_input_size in bl2 cfg:32
NOTICE: bl2 and bl2 cfg do not match, some ddr feature maybe not support
NOTICE: bypass update efuse
NOTICE: calibration_offset 0
NOTICE: trimming_value 9
NOTICE: ADC read channel[2]: 302mv
NOTICE: ddr info:[LPDDR4]-[DUAL_RANK]-[DIE: 1 GB]-[ECC OFF]-[DVFS ON]-[4266M]-[ALTERNATIVE: 0]
NOTICE: JTAG ENABLE
NOTICE: disable wdt
NOTICE: Get S1PK
NOTICE: [verify_signature] pass.
NOTICE: [verify_hash] pass.
NOTICE: [verify_signature] pass.
NOTICE: start to load ddr image
NOTICE: [verify_hash] pass.
NOTICE: run ddr Fw
NOTICE: matching profile: profile_2 from aon config
NOTICE: type: LP4, freq: 4266, ecc: 0(0x7f), rank: 2, dvfs: 1, die_dencity: 1 GB, alternative: 0, version: 10.04
NOTICE: ddr cost: 152097 us, ddr size: 4 GB, manuid: 0x13
NOTICE: ddr ready
NOTICE: Get S1PK
NOTICE: [verify_signature] pass.
NOTICE: [verify_hash] pass.
NOTICE: [verify_signature] pass.
NOTICE: start to load bl31 image
NOTICE: [verify_hash] pass.
NOTICE: Get S1PK
NOTICE: [verify_signature] pass.
NOTICE: [verify_hash] pass.
NOTICE: [verify_signature] pass.
NOTICE: start to load optee image
NOTICE: [verify_hash] pass.
NOTICE: [verify_hash] pass.
NOTICE: start to load uboot image
NOTICE: BL1: Booting BL31
NOTICE: multicore_init: sec_entrypoint = 0x2000010c
NOTICE: BL31: v2.8(release):v1.0.8-85-g4faa900ad
NOTICE: BL31: Built : 15:58:23, Jan 22 2026
NOTICE: plat_setup_psci_ops: sec_entrypoint = 0x2000010c
I/TC:
I/TC: OP-TEE version: 05a6c9dec (gcc version 11.3.1 20220712 (Arm GNU Toolchain 11.3.Rel1)) #2 Tue Sep 2 03:37:07 UTC 2025 aarch64
I/TC: WARNING: This OP-TEE configuration might be insecure!
I/TC: WARNING: Please check Porting guidelines — OP-TEE documentation documentation
I/TC: Primary CPU initializing
MBEDTLS_CORE Select regular OTP
MBEDTLS_CORE SRAM Pool Base: 0x80000000, size: 0x2000, alignment: 0x10
MBEDTLS_CORE ACA driver init success!
MBEDTLS_CORE set sw_init_done!
I/TC: Primary CPU switching to normal world boot

烧录了最新镜像还是不行

你好 @22399086,感谢你提供完整的日志!问题已经很清楚了:即使更新了 miniboot 和最新镜像,系统仍然在启动后 15 秒内核崩溃


:bullseye: 问题根因确认

根据最新日志,崩溃位置与之前不同:

之前崩溃 现在崩溃
update_load_avg+0x7c (调度器) __device_attach_driver+0x1c (设备驱动)
USB Gadget 触发 延迟设备探测触发
3.0.0 旧内核 最新内核仍然崩溃

关键错误

[   14.771884] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000030
[   14.833234] Internal error: Oops: 0000000096000004 [#1] PREEMPT SMP
[   15.084286] Kernel panic - not syncing: Oops: Fatal exception

调用栈

__device_attach_driver → bus_for_each_drv → deferred_probe_work_func

这说明是某个硬件驱动在初始化时空指针解引用,属于内核驱动层面的 bug。


:wrench: 解决方案(按优先级)

方案 1:更换 TF 卡(高优先级)

虽然你用的是闪迪 A1,但社区有多个案例表明特定批次的 TF 卡会导致随机内核崩溃

建议

  • 更换另一品牌 TF 卡(三星 EVO/金士顿)
  • 或使用 NAND 启动(不插 TF 卡,系统烧录到板载 NAND)

方案 2:尝试 NAND 启动(绕过 TF 卡)

RDK X5 支持 NAND 启动,可以排除 TF 卡兼容性问题:

# 1. 准备一张 TF 卡,烧录完整镜像
# 2. 插入开发板,上电启动
# 3. 进入系统后(如果短暂能进),执行 NAND 烧录命令
sudo hobot-nand-flash

# 4. 烧录完成后,拔掉 TF 卡,重新上电
# 5. 系统将从 NAND 启动

方案 3:禁用问题驱动(临时 workaround)

从日志看,崩溃前有以下警告:

[   14.756590] vs-dc 3e000000.dc8000Nano: Failed to get aux devices
[    9.510712] aicbsp: sdio_err:<aicwf_sdio_bus_pwrctl,1402>: bus down

可能是 显示驱动WiFi 驱动 导致。可以尝试禁用:

# 通过串口进入 Hobot> 命令行
Hobot> editenv bootargs
# 添加以下参数禁用部分驱动
bootargs=... pci=noaer modprobe.blacklist=aic8800_fdrv

# 保存并启动
Hobot> saveenv
Hobot> boot

方案 4:联系官方技术支持(推荐)

由于你已经尝试了:

  • :white_check_mark: 官方电源
  • :white_check_mark: 最新 miniboot (20260408)
  • :white_check_mark: 最新系统镜像
  • :white_check_mark: 闪迪 A1 TF 卡
  • :white_check_mark: 无外设

问题仍然存在,这很可能是板子硬件问题或需要官方固件修复

建议行动

  1. 将完整串口日志提交到社区帖子(你已经做了)
  2. 联系地瓜官方技术支持(通过社区或购买渠道)
  3. 提供板子序列号(标签上的 SN)

:clipboard: 补充排查信息

请提供以下信息帮助进一步定位:

信息 如何获取
板子序列号 查看板子标签上的 SN
购买渠道 官方/代理商/二手
购买时间 是否在保修期内
之前是否能正常使用 还是全新就这样

:books: 相关社区案例


:white_check_mark: 建议行动

  1. 优先尝试更换 TF 卡(借一张其他品牌测试)
  2. 如果无效,联系官方技术支持(提供完整日志)
  3. 如果在保修期内,申请更换板子

这个问题已经超出了软件排查范围,很可能是硬件或底层固件问题。请尽快联系官方技术支持,提供完整串口日志和板子信息,他们会给出更专业的解决方案。

如果需要,我可以帮你整理一份问题报告模板,方便你提交给官方技术支持。

您好,建议联系销售渠道进行换货