xcx 发表于 2024-5-6 22:04:05

Core-3588L将官方Android固件解压,重新编译并只烧写了kernel到设备后,启动报错

本帖最后由 xcx 于 2024-5-8 16:17 编辑

【固件版本】:AIO-3588L_Android12_HDMI_240305(且采用bundle更新到了如下的版本)
commit 0ea4638bfdf6473947e0065e659143df37b2e7d1 (HEAD -> firefly)   

【编译环境】:虚拟机ubuntu18.04(按照指南安装了相关编译工具链)
【设备状态】:设备通过RKDevTool v2.93的 "Update Firmware"升级了官方的的固件,且可以正常启动计入Android系统。
【编译kernel的参考指南】:https://wiki.t-firefly.com/zh_CN/Core-3588L/android_compile_android12.0_firmware.html#dan-du-bian-yi-kernel-sheng-cheng-boot-img
【需求】由于在下当前不需要修改Android部分,因此主要是想利用官方的固件 AIO-3588L_Android12_HDMI_240305.img,将其解压unpack后,参考上述指南中,只编译kernel,并将kernel的boot.img烧写到设备。

【kernel编译过程】
1. 解压官方固件;
解压采用的是 firefly_rk3588_android12.0_git_20220311/RK3588_Android12.0/RKTools/linux/Linux_Pack_Firmware/ 路径的工具,将其解压后,得到如下结果:
output/
├── Image
│   ├── baseparameter.img
│   ├── boot.img
│   ├── dtbo.img
│   ├── misc.img
│   ├── oem.img
│   ├── recovery.img
│   ├── super.img
│   ├── uboot.img
│   └── vbmeta.img
├── MiniLoaderAll.bin
├── package-file
└── parameter.txt
然后,按照指南中要求说明:
编译的原理:在kernel目录下将编译生成的 kernel.img 和 resource.img 替换到旧的 boot.img 中,以编译的时候需要用 BOOT_IMG=xxx 参数指定boot.img的路径:msk ARCH=arm64   BOOT_IMG=../rockdev/Image-aio_3588l/boot.img aio-3588l.img -j8


因此,我将output文件夹copy到kernel-5.10的上一层目录,并将目录名改为`rockdev`,同时将`output/Image`目录改为`rockdev/Image-aio_3588l`,作为单独编译kernel生成boot.img的输入源


(PS:采用了windows的RKDevTool工具中的图形界面的unpack功能也是一样的问题)
2. 编译kernel-5.10;
准备好旧的镜像解压资源后,按照指南编译内核,编译正常:
LD      vmlinux
SORTTAB vmlinux
SYSMAPSystem.map
MODPOST modules-only.symvers
OBJCOPY arch/arm64/boot/Image
GEN   Module.symvers
CC drivers/media/usb/gspca/gspca_main.mod.o
CC drivers/net/ethernet/mucse/rnp/rnp.mod.o
CC drivers/net/ethernet/mucse/rnpvf/rnpvf.mod.o
CC drivers/net/ethernet/realtek/r8125/r8125.mod.o
CC drivers/net/ethernet/realtek/r8168/r8168.mod.o
CC drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/bcmdhd.mod.o
CC drivers/net/phy/realtek.mod.o
CC drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/dhd_static_buf.mod.o
CC drivers/net/wireless/rockchip_wlan/rtl8821cu/8821cu.mod.o
CC drivers/net/wireless/rockchip_wlan/rtl8822ce/8822ce.mod.o
CC drivers/uio/uio.mod.o
LD drivers/media/usb/gspca/gspca_main.ko
LD drivers/net/ethernet/mucse/rnpvf/rnpvf.ko
LD drivers/net/ethernet/realtek/r8125/r8125.ko
LD drivers/net/phy/realtek.ko
LD drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/bcmdhd.ko
LD drivers/net/ethernet/mucse/rnp/rnp.ko
LD drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/dhd_static_buf.ko
LD drivers/net/ethernet/realtek/r8168/r8168.ko
LD drivers/net/wireless/rockchip_wlan/rtl8821cu/8821cu.ko
LD drivers/net/wireless/rockchip_wlan/rtl8822ce/8822ce.ko
LZ4C    arch/arm64/boot/Image.lz4
LD drivers/uio/uio.ko
Image:resource.img (with aio-3588l.dtb logo.bmp logo_kernel.bmp) is ready
Image:boot.img (../rockdev/Image-aio_3588l/boot.img + Image) is ready
Image:zboot.img (../rockdev/Image-aio_3588l/boot.img + Image.lz4) is ready

编译后,可以看到 kernel-5.10/boot.img,

3. 烧写编译的内核镜像 kernel-5.10/boot.img
步骤:
    3.1 将编译完成的boot.img复制到windows中
    3.2 打开 RKDevTool v2.93,并将设备进入LOADER模式;
    3.3 在软件的"Download Image" 界面,右键加载了步骤1中解压的parameter.txt
    3.4 选中boot项,并将boot的路径设置为 3.1中复制的boot.img路径;
    3.5 勾选“Write by Address",并执行"Run";(经过测试,烧写旧的boot.img是可以启动的,说明烧写流程应该没啥问题)
    3.6 烧写正常,设备正常重启。
   

【故障现象】
boot烧写完成后,设备正常重启,u-boot正常启动,kernel加载正常,但是kernel启动后出现watchdog异常、以及不间断的堆栈信息报错,启动信息如下:(具体参见附件 )
Starting kernel ...

[    1.705709][    T0] Booting Linux on physical CPU 0x0000000000
[    1.705730][    T0] Linux version 5.10.110 (xc@ubuntu1804) (Android (7284624, based on r416183b) clang version 12.0.5 (https://android.googlesource.com/toolchain/llvm-project c935d99d7cf2016289302412d708641d52d2f7ee), LLD 12.0.5 (/buildbot/src/android/llvm-toolchain/out/llvm-project/lld c935d99d7cf2016289302412d708641d52d2f7ee)) #1 SMP PREEMPT Mon May 6 20:25:13 CST 2024
[    1.720865][    T0] Machine model: Firefly AIO-3588L HDMI(Android)
[    1.766504][    T0] earlycon: uart8250 at MMIO32 0x00000000feb50000 (options '')
[    1.771370][    T0] printk: bootconsole enabled
[    1.780014][    T0] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-cubic-lut@00000000': base 0x0000000000000000, size 0 MiB
[    1.781250][    T0] Reserved memory: created CMA memory pool at 0x0000000010000000, size 128 MiB
[    1.782052][    T0] OF: reserved mem: initialized node cma, compatible id shared-dma-pool
[    2.000616][    T0] Zone ranges:
[    2.000925][    T0]   DMA32   
[    2.001564][    T0]   Normal   
[    2.002197][    T0] Movable zone start for each node
[    2.002652][    T0] Early memory node ranges
[    2.003044][    T0]   node   0:
[    2.003681][    T0]   node   0:
[    2.004321][    T0]   node   0:
[    2.004962][    T0]   node   0:
[    2.005601][    T0]   node   0:
[    2.006242][    T0] Initmem setup node 0
[    2.104570][    T0] On node 0, zone Normal: 256 pages in unavailable ranges
[    2.104712][    T0] psci: probing for conduit method from DT.
[    2.105882][    T0] psci: PSCIv1.1 detected in firmware.
[    2.106368][    T0] psci: Using standard PSCI v0.2 function IDs
[    2.106915][    T0] psci: Trusted OS migration not required
[    2.107428][    T0] psci: SMC Calling Convention v1.2
[    2.108272][    T0] percpu: Embedded 31 pages/cpu s88792 r8192 d29992 u126976
[    2.109109][    T0] Detected VIPT I-cache on CPU0
[    2.109573][    T0] CPU features: detected: GIC system register CPU interface
[    2.110227][    T0] CPU features: detected: Virtualization Host Extensions
[    2.110860][    T0] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    2.111577][    T0] alternatives: patching kernel code
[    2.114367][    T0] Built 1 zonelists, mobility grouping on.Total pages: 4122720
[    2.115070][    T0] Kernel command line: storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normalandroidboot.storagenode=/mmc@fe2e0000 androidboot.dtb_idx=0 androidboot.dtbo_idx=0androidboot.verifiedbootstate=orange androidboot.serialno=794e41464d1a4756 console=ttyFIQ0 firmware_class.path=/vendor/etc/firmware init=/init rootwait ro loop.max_part=7 androidboot.console=ttyFIQ0 androidboot.wificountrycode=CN androidboot.hardware=rk30board androidboot.boot_devices=fe2e0000.mmc,fe2c0000.mmc androidboot.selinux=permissive buildvariant=userdebug earlycon=uart8250,mmio32,0xfeb50000 irqchip.gicv3_pseudo_nmi=0
[    2.122022][    T0] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    2.123607][    T0] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    2.124457][    T0] mem auto-init: stack:off, heap alloc:off, heap free:off
[    2.131473][    T0] software IO TLB: mapped (64MB)
[    2.257590][    T0] Memory: 16190492K/16752640K available (21246K kernel code, 4262K rwdata, 12104K rodata, 1408K init, 988K bss, 431076K reserved, 131072K cma-reserved)
[    2.259067][    T0] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    2.259959][    T0] rcu: Preemptible hierarchical RCU implementation.
[    2.260552][    T0] rcu:   RCU event tracing is enabled.
[    2.261031][    T0]Trampoline variant of Tasks RCU enabled.
[    2.261557][    T0]Tracing variant of Tasks RCU enabled.
[    2.262059][    T0] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    2.267670][    T0] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    2.271063][    T0] GICv3: GIC: Using split EOI/Deactivate mode
[    2.271610][    T0] GICv3: 480 SPIs implemented
[    2.272026][    T0] GICv3: 0 Extended SPIs implemented
[    2.272523][    T0] GICv3: Distributor has no Range Selector support
[    2.273111][    T0] GICv3: 16 PPIs implemented
[    2.273561][    T0] GICv3: CPU0: found redistributor 0 region 0:0x00000000fe680000
[    2.274348][    T0] ITS
[    2.274842][    T0] ITS@0x00000000fe640000: allocated 8192 Devices @3fc610000 (indirect, esz 8, psz 64K, shr 0)
[    2.275786][    T0] ITS@0x00000000fe640000: allocated 32768 Interrupt Collections @3fc620000 (flat, esz 2, psz 64K, shr 0)
[    2.276799][    T0] ITS: using cache flushing for cmd queue
[    2.277337][    T0] ITS
[    2.277821][    T0] ITS@0x00000000fe660000: allocated 8192 Devices @3fc640000 (indirect, esz 8, psz 64K, shr 0)
[    2.278758][    T0] ITS@0x00000000fe660000: allocated 32768 Interrupt Collections @3fc650000 (flat, esz 2, psz 64K, shr 0)
[    2.279771][    T0] ITS: using cache flushing for cmd queue
[    2.280528][    T0] GICv3: using LPI property table @0x00000003fc660000
[    2.281244][    T0] GIC: using cache flushing for LPI property table
[    2.281834][    T0] GICv3: CPU0: using allocated LPI pending table @0x00000003fc670000
[    2.282649][    T0] kfence: initialized - using 524288 bytes for 63 objects at 0x(____ptrval____)-0x(____ptrval____)
[    2.283712][    T0] random: get_random_bytes called from start_kernel+0x268/0x500 with crng_init=0
[    2.422505][    T0] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[    2.423952][    T0] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[    2.425006][    T0] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[    2.427098][    T0] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=80000)
[    2.428108][    T0] pid_max: default: 32768 minimum: 301
[    2.428680][    T0] LSM: Security Framework initializing
[    2.429197][    T0] SELinux:Initializing.
[    2.429677][    T0] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    2.430478][    T0] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    2.433069][    T1] rcu: Hierarchical SRCU implementation.
[    2.433924][    T1] Platform MSI: msi-controller@fe640000 domain created
[    2.434552][    T1] Platform MSI: msi-controller@fe660000 domain created
[    2.435524][    T1] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe640000 domain created
[    2.436362][    T1] PCI/MSI: /interrupt-controller@fe600000/msi-controller@fe660000 domain created
[    2.437850][    T1] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
I/TC: Secondary CPU 4 initializing
I/TC: Secondary CPU 4 switching to normal world boot
I/TC: Secondary CPU 5 initializing
I/TC: Secondary CPU 5 switching to normal world boot
I/TC: Secondary CPU 6 initializing
I/TC: Secondary CPU 6 switching to normal world boot
I/TC: Secondary CPU 7 initializing
I/TC: Secondary CPU 7 switching to normal world boot
[    2.439527][    T0] Detected VIPT I-cache on CPU1
[    2.439554][    T0] GICv3: CPU1: found redistributor 100 region 0:0x00000000fe6a0000
[    2.439569][    T0] GICv3: CPU1: using allocated LPI pending table @0x00000003fc680000
[    2.439608][    T0] CPU1: Booted secondary processor 0x0000000100
[    2.440896][    T0] Detected VIPT I-cache on CPU2
[    2.440916][    T0] GICv3: CPU2: found redistributor 200 region 0:0x00000000fe6c0000
[    2.440930][    T0] GICv3: CPU2: using allocated LPI pending table @0x00000003fc690000
[    2.440966][    T0] CPU2: Booted secondary processor 0x0000000200
[    2.442194][    T0] Detected VIPT I-cache on CPU3
[    2.442212][    T0] GICv3: CPU3: found redistributor 300 region 0:0x00000000fe6e0000
[    2.442225][    T0] GICv3: CPU3: using allocated LPI pending table @0x00000003fc6a0000
[    2.442259][    T0] CPU3: Booted secondary processor 0x0000000300
[    2.443489][    T0] CPU features: detected: Spectre-v4
[    2.443491][    T0] CPU features: detected: Spectre-BHB
[    2.443493][    T0] Detected PIPT I-cache on CPU4
[    2.443504][    T0] GICv3: CPU4: found redistributor 400 region 0:0x00000000fe700000
[    2.443512][    T0] GICv3: CPU4: using allocated LPI pending table @0x00000003fc6b0000
[    2.443535][    T0] CPU4: Booted secondary processor 0x0000000400
[    2.444709][    T0] Detected PIPT I-cache on CPU5
[    2.444721][    T0] GICv3: CPU5: found redistributor 500 region 0:0x00000000fe720000
[    2.444729][    T0] GICv3: CPU5: using allocated LPI pending table @0x00000003fc6c0000
[    2.444751][    T0] CPU5: Booted secondary processor 0x0000000500
[    2.445952][    T0] Detected PIPT I-cache on CPU6
[    2.445963][    T0] GICv3: CPU6: found redistributor 600 region 0:0x00000000fe740000
[    2.445971][    T0] GICv3: CPU6: using allocated LPI pending table @0x00000003fc6d0000
[    2.445994][    T0] CPU6: Booted secondary processor 0x0000000600
[    2.447172][    T0] Detected PIPT I-cache on CPU7
[    2.447183][    T0] GICv3: CPU7: found redistributor 700 region 0:0x00000000fe760000
[    2.447191][    T0] GICv3: CPU7: using allocated LPI pending table @0x00000003fc6e0000
[    2.447213][    T0] CPU7: Booted secondary processor 0x0000000700
[    2.447273][    T1] smp: Brought up 1 node, 8 CPUs
[    2.466332][    T1] SMP: Total of 8 processors activated.
[    2.466829][    T1] CPU features: detected: Privileged Access Never
[    2.467404][    T1] CPU features: detected: LSE atomic instructions
[    2.467979][    T1] CPU features: detected: User Access Override
[    2.468530][    T1] CPU features: detected: 32-bit EL0 Support
[    2.469065][    T1] CPU features: detected: Common not Private translations
[    2.469715][    T1] CPU features: detected: RAS Extension Support
[    2.470274][    T1] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[    2.471126][    T1] CPU features: detected: CRC32 instructions
[    2.471661][    T1] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[    2.472363][    T1] CPU features: detected: RCpc load-acquire (LDAPR)
[    2.512719][    T1] CPU: All CPU(s) started at EL2
[    2.516492][    T1] devtmpfs: initialized
[    2.528053][    T1] dto_overide: not find dto node
[    2.528884][    T1] Registered cp15_barrier emulation handler
[    2.528898][    T7] Trying to unpack rootfs image as initramfs...
[    2.529964][    T1] Registered setend emulation handler
[    2.529968][    T1] KASLR disabled due to lack of seed
[    2.530033][    T1] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    2.531878][    T1] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    2.532624][    T1] pinctrl core: initialized pinctrl subsystem
[    2.533524][    T1] NET: Registered protocol family 16
[    2.534506][    T1] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    2.535324][    T1] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    2.536130][    T1] audit: initializing netlink subsys (disabled)
[    2.536808][   T61] audit: type=2000 audit(0.109:1): state=initialized audit_enabled=0 res=1
[    2.537245][    T1] thermal_sys: Registered thermal governor 'fair_share'
[    2.537583][    T1] thermal_sys: Registered thermal governor 'step_wise'
[    2.538199][    T1] thermal_sys: Registered thermal governor 'user_space'
[    2.538800][    T1] thermal_sys: Registered thermal governor 'power_allocator'
[    2.539523][    T1] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[    2.540970][    T1] thermal thermal_zone2: power_allocator: sustainable_power will be estimated
[    2.541776][    T1] thermal thermal_zone3: power_allocator: sustainable_power will be estimated
[    2.542701][    T1] thermal thermal_zone5: power_allocator: sustainable_power will be estimated
[    2.543502][    T1] thermal thermal_zone6: power_allocator: sustainable_power will be estimated
[    2.544308][    T1] cpuidle: using governor menu
[    2.544727][    T1] Registered FIQ tty driver
[    2.545225][    T1] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    2.546022][    T1] ASID allocator initialised with 65536 entries
[    2.547892][    T1] ramoops: boot-log-0      0x8000@0x0000000000110000
[    2.548450][    T1] ramoops: dmesg-0 0x14000@0x0000000000118000
[    2.548991][    T1] ramoops: dmesg-1 0x14000@0x000000000012c000
[    2.549537][    T1] ramoops: console 0x80000@0x0000000000140000
[    2.550072][    T1] ramoops: pmsg    0x30000@0x00000000001c0000
[    2.550883][    T1] printk: console enabled
[    2.551423][    T1] pstore: Registered ramoops as persistent store backend
[    2.552045][    T1] ramoops: using 0xe0000@0x110000, ecc: 0
[    2.572780][    T7] Freeing initrd memory: 1316K
[    2.595383][    T1] rockchip-gpio fd8a0000.gpio: probed /pinctrl/gpio@fd8a0000
[    2.596205][    T1] rockchip-gpio fec20000.gpio: probed /pinctrl/gpio@fec20000
[    2.597036][    T1] rockchip-gpio fec30000.gpio: probed /pinctrl/gpio@fec30000
[    2.597821][    T1] rockchip-gpio fec40000.gpio: probed /pinctrl/gpio@fec40000
[    2.598638][    T1] rockchip-gpio fec50000.gpio: probed /pinctrl/gpio@fec50000
[    2.599319][    T1] rockchip-pinctrl pinctrl: probed pinctrl
[    2.612709][    T1] Lontium LT9211C driver installing....
[    2.613659][    T1] fiq_debugger fiq_debugger.0: IRQ fiq not found
[    2.614221][    T1] fiq_debugger fiq_debugger.0: IRQ wakeup not found
[    2.614804][    T1] fiq_debugger_probe: could not install nmi irq handler
[[    2.615461][    T1] printk: console enabled
    2.615461][    T1] printk: console enabled
[    2.616355][    T1] printk: bootconsole disabled
[    2.616355][    T1] printk: bootconsole disabled
[    2.616904][    T1] Registered fiq debugger ttyFIQ0
[    2.617210][    T1] vcc5v0_sys: supplied by vcc12v_dcin
[    2.617306][    T1] vcc5v0_usbdcin: supplied by vcc12v_dcin
[    2.617388][    T1] vcc5v0_usb: supplied by vcc12v_dcin
[    2.617483][    T1] vcc_1v1_nldo_s3: supplied by vcc5v0_sys
[    2.617587][    T1] vcc5v0_host: supplied by vcc5v0_usb
[    2.617770][    T1] vcc5v0_host3: supplied by vcc5v0_usb
[    2.617864][    T1] vcc_sata_pwr_en: supplied by vcc12v_dcin
[    2.625626][    T1] vcc3v3_pcie30: supplied by vcc12v_dcin
[    2.625728][    T1] vcc3v3_pcie20_wifi: supplied by vcc12v_dcin
[    2.626117][    T1] iommu: Default domain type: Translated
[    2.626175][    T1] rk_iommu fdab9000.iommu: version = 2
[    2.626477][    T1] rk_iommu fdb50800.iommu: version = 2
[    2.626678][    T1] rk_iommu fdb60f00.iommu: version = 2
[    2.626821][    T1] rk_iommu fdb70f00.iommu: version = 2
[    2.626952][    T1] rk_iommu fdb90480.iommu: version = 2
[    2.627103][    T1] rk_iommu fdba0800.iommu: version = 2
[    2.627257][    T1] rk_iommu fdba4800.iommu: version = 2
[    2.627408][    T1] rk_iommu fdba8800.iommu: version = 2
[    2.627560][    T1] rk_iommu fdbac800.iommu: version = 2
[    2.627712][    T1] rk_iommu fdbb0800.iommu: version = 2
[    2.627863][    T1] rk_iommu fdbdf000.iommu: version = 2
[    2.628070][    T1] rk_iommu fdbef000.iommu: version = 2
[    2.628302][    T1] rk_iommu fdc38700.iommu: version = 2
[    2.628535][    T1] rk_iommu fdc48700.iommu: version = 2
[    2.628706][    T1] rk_iommu fdce0800.iommu: version = 2
[    2.628802][    T1] rk_iommu fdd97e00.iommu: version = 2
[    2.629054][    T1] SCSI subsystem initialized
[    2.629120][    T1] usbcore: registered new interface driver usbfs
[    2.629134][    T1] usbcore: registered new interface driver hub
[    2.629147][    T1] usbcore: registered new device driver usb
[    2.629270][    T1] mc: Linux media interface: v0.10
[    2.629280][    T1] videodev: Linux video capture interface: v2.00
[    2.629299][    T1] pps_core: LinuxPPS API ver. 1 registered
[    2.629303][    T1] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.629309][    T1] PTP clock support registered
[    2.629502][    T1] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[    2.629533][    T1] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
[    2.630395][    T1] Advanced Linux Sound Architecture Driver Initialized.
[    2.630550][    T1] Bluetooth: Core ver 2.22
[    2.630562][    T1] NET: Registered protocol family 31
[    2.630565][    T1] Bluetooth: HCI device and connection manager initialized
[    2.630571][    T1] Bluetooth: HCI socket layer initialized
[    2.630575][    T1] Bluetooth: L2CAP socket layer initialized
[    2.630582][    T1] Bluetooth: SCO socket layer initialized
[    2.631836][    T1] rockchip-cpuinfo cpuinfo: SoC            : 35881000
[    2.631841][    T1] rockchip-cpuinfo cpuinfo: Serial         : 794e41464d1a4756
[    2.632093][    T1] clocksource: Switched to clocksource arch_sys_counter
[    2.958621][    T1] VFS: Disk quotas dquot_6.6.0
[    2.958647][    T1] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.959326][    T1] NET: Registered protocol family 2
[    2.959659][    T1] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    2.963292][    T1] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    2.963447][    T1] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    2.964118][    T1] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    2.964802][    T1] TCP: Hash tables configured (established 131072 bind 65536)
[    2.964855][    T1] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    2.965115][    T1] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    2.965414][    T1] NET: Registered protocol family 1
[    2.965612][    T1] RPC: Registered named UNIX socket transport module.
[    2.965619][    T1] RPC: Registered udp transport module.
[    2.965622][    T1] RPC: Registered tcp transport module.
[    2.965626][    T1] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.965873][    T1] PCI: CLS 0 bytes, default 64
[    2.966625][    T1] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    2.968460][    T1] Initialise system trusted keyrings
[    2.968521][    T1] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[    2.970070][    T1] NFS: Registering the id_resolver key type
[    2.970081][    T1] Key type id_resolver registered
[    2.970084][    T1] Key type id_legacy registered
[    2.970108][    T1] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    2.970114][    T1] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    2.970200][    T1] utf8_selftest: All 154 tests passed
[    2.970429][    T1] Key type cifs.idmap registered
[    2.970435][    T1] ntfs: driver 2.1.32 .
[    2.970477][    T1] fuse: init (API version 7.32)
[    2.991769][    T1] Key type asymmetric registered
[    2.991776][    T1] Asymmetric key parser 'x509' registered
[    2.991790][    T1] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    2.991794][    T1] io scheduler mq-deadline registered
[    2.991800][    T1] io scheduler kyber registered
[    2.991833][    T1] io scheduler bfq registered
[    2.992227][    T1] rockchip-csi2-dphy-hw fedc0000.csi2-dphy0-hw: csi2 dphy hw probe successfully!
[    2.992313][    T1] rockchip-csi2-dphy-hw fedc8000.csi2-dphy1-hw: csi2 dphy hw probe successfully!
[    2.992467][    T1] rockchip-csi2-dphy csi2-dphy0: csi2 dphy0 probe successfully!
[    2.992711][    T1] rockchip-csi2-dphy csi2-dphy3: csi2 dphy3 probe successfully!
[    2.993400][    T1] input: fd5d0000.syscon:usb2-phy@0 as /devices/platform/fd5d0000.syscon/fd5d0000.syscon:usb2-phy@0/input/input0
[    2.994437][    T1] input: fd5d8000.syscon:usb2-phy@8000 as /devices/platform/fd5d8000.syscon/fd5d8000.syscon:usb2-phy@8000/input/input1
[    2.995628][    T1] input: fd5dc000.syscon:usb2-phy@c000 as /devices/platform/fd5dc000.syscon/fd5dc000.syscon:usb2-phy@c000/input/input2
[    2.996850][    T1] input: fd5d4000.syscon:usb2-phy@4000 as /devices/platform/fd5d4000.syscon/fd5d4000.syscon:usb2-phy@4000/input/input3
[    3.000199][    T1] rockchip-hdptx-phy-hdmi fed60000.hdmiphy: hdptx phy init success
[    3.000984][    T1] rockchip-hdptx-phy-hdmi fed70000.hdmiphy: hdptx phy init success
[    3.002478][    T1] Firefly gpio driver init!
[    3.002555][    T1] Firefly gpio driver register return : 0
[    3.003541] rk-pcie fe150000.pcie: invalid prsnt-gpios property in node
[    3.003624] rk-pcie fe170000.pcie: invalid prsnt-gpios property in node
[    3.003801][    T1] iep: Module initialized.
[    3.003829][    T1] mpp_service mpp-srv: 6697a9e7d author: xuchuan 2024-04-29 init(kernel):添加kernel-5.10源码
[    3.003833][    T1] mpp_service mpp-srv: probe start
[    3.004928][    T1] mpp_vdpu2 fdb50400.vdpu: Adding to iommu group 1
[    3.005136][    T1] mpp_vdpu2 fdb50400.vdpu: probe device
[    3.005226][    T1] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[    3.005233][    T1] mpp_vdpu2 fdb50400.vdpu: reset_group->rw_sem_on=0
[    3.005309][    T1] mpp_vdpu2 fdb50400.vdpu: probing finish
[    3.005489][    T1] mpp_vepu2 jpege-ccu: probing start
[    3.005494][    T1] mpp_vepu2 jpege-ccu: probing finish
[    3.005568][    T1] mpp_vepu2 fdb50000.vepu: Adding to iommu group 1
[    3.005645][    T1] mpp_vepu2 fdb50000.vepu: probing start
[    3.005719][    T1] mpp_vepu2 fdb50000.vepu: reset_group->rw_sem_on=0
[    3.005724][    T1] mpp_vepu2 fdb50000.vepu: reset_group->rw_sem_on=0
[    3.005795][    T1] mpp_vepu2 fdb50000.vepu: probing finish
[    3.005890][    T1] mpp_vepu2 fdba0000.jpege-core: Adding to iommu group 5
[    3.006018][    T1] mpp_vepu2 fdba0000.jpege-core: probing start
[    3.006102][    T1] mpp_vepu2 fdba0000.jpege-core: attach ccu success
[    3.006188][    T1] mpp_vepu2 fdba0000.jpege-core: probing finish
[    3.006272][    T1] mpp_vepu2 fdba4000.jpege-core: Adding to iommu group 6
[    3.006400][    T1] mpp_vepu2 fdba4000.jpege-core: probing start
[    3.006476][    T1] mpp_vepu2 fdba4000.jpege-core: attach ccu success
[    3.006546][    T1] mpp_vepu2 fdba4000.jpege-core: probing finish
[    3.006628][    T1] mpp_vepu2 fdba8000.jpege-core: Adding to iommu group 7
[    3.006756][    T1] mpp_vepu2 fdba8000.jpege-core: probing start
[    3.006831][    T1] mpp_vepu2 fdba8000.jpege-core: attach ccu success
[    3.006899][    T1] mpp_vepu2 fdba8000.jpege-core: probing finish
[    3.006982][    T1] mpp_vepu2 fdbac000.jpege-core: Adding to iommu group 8
[    3.007109][    T1] mpp_vepu2 fdbac000.jpege-core: probing start
[    3.007182][    T1] mpp_vepu2 fdbac000.jpege-core: attach ccu success
[    3.007252][    T1] mpp_vepu2 fdbac000.jpege-core: probing finish
[    3.007485][    T1] mpp-iep2 fdbb0000.iep: Adding to iommu group 9
[    3.007615][    T1] mpp-iep2 fdbb0000.iep: probe device
[    3.007711][    T1] mpp-iep2 fdbb0000.iep: allocate roi buffer failed
[    3.007763][    T1] mpp-iep2 fdbb0000.iep: probing finish
[    3.007937][    T1] mpp_jpgdec fdb90000.jpegd: Adding to iommu group 4
[    3.008136][    T1] mpp_jpgdec fdb90000.jpegd: probe device
[    3.008274][    T1] mpp_jpgdec fdb90000.jpegd: probing finish
[    3.008573][    T1] mpp_rkvdec2 fdc30000.rkvdec-ccu: rkvdec-ccu, probing start
[    3.008620][    T1] mpp_rkvdec2 fdc30000.rkvdec-ccu: probing finish
[    3.008691][    T1] mpp_rkvdec2 fdc38100.rkvdec-core: Adding to iommu group 12
[    3.008960][    T1] mpp_rkvdec2 fdc38100.rkvdec-core: rkvdec-core, probing start
[    3.009052][    T1] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_a is not found!
[    3.009056][    T1] rkvdec2_init:1008: No niu aclk reset resource define
[    3.009061][    T1] mpp_rkvdec2 fdc38100.rkvdec-core: shared_niu_h is not found!
[    3.009064][    T1] rkvdec2_init:1011: No niu hclk reset resource define
[    3.009081][    T1] mpp_rkvdec2 fdc38100.rkvdec-core: no regulator, devfreq is disabled
[    3.009128][    T1] mpp_rkvdec2 fdc38100.rkvdec-core: core_mask=00010001
[    3.009131][    T1] mpp_rkvdec2 fdc38100.rkvdec-core: attach ccu as core 0
[    3.013930] rk-pcie fe170000.pcie: missing legacy IRQ resource
[    3.013942] rk-pcie fe170000.pcie: IRQ msi not found
[    3.013946] rk-pcie fe170000.pcie: use outband MSI support
[    3.013950] rk-pcie fe170000.pcie: Missing *config* reg space
[    3.013957] rk-pcie fe170000.pcie: host bridge /pcie@fe170000 ranges:
[    3.013967] rk-pcie fe170000.pcie:      err 0x00f2000000..0x00f20fffff -> 0x00f2000000
[    3.013975] rk-pcie fe170000.pcie:       IO 0x00f2100000..0x00f21fffff -> 0x00f2100000
[    3.013981] rk-pcie fe170000.pcie:      MEM 0x00f2200000..0x00f2ffffff -> 0x00f2200000
[    3.013986] rk-pcie fe170000.pcie:      MEM 0x0980000000..0x09bfffffff -> 0x0980000000
<font color="#ff0000">[    3.014010] rk-pcie fe170000.pcie: Missing *config* reg space
[    3.014034] rk-pcie fe170000.pcie: invalid resource
[    3.519866] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    3.545426] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    3.572092] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    3.598759] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    3.625431] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    3.652095] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    3.678759] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    3.705426] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    3.732092] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    3.758759] rk-pcie fe170000.pcie: PCIe Linking... LTSSM is 0x3
[    6.185424] rk-pcie fe170000.pcie: PCIe Link Fail
[    6.185430] rk-pcie fe170000.pcie: failed to initialize host
[   18.445422][    C3] ------------[ cut here ]------------
[   18.445441][    C3] Watchdog detected hard LOCKUP on cpu 4
[   18.445467][    C3] WARNING: CPU: 3 PID: 0 at kernel/watchdog.c:418 watchdog_timer_fn+0x168/0x3c8
[   18.445480][    C3] Modules linked in:
[   18.445495][    C3] CPU: 3 PID: 0 Comm: swapper/3 Not tainted 5.10.110 #1
[   18.445502][    C3] Hardware name: Firefly AIO-3588L HDMI(Android) (DT)
[   18.445513][    C3] pstate: 60400089 (nZCv daIf +PAN -UAO -TCO BTYPE=--)
[   18.445522][    C3] pc : watchdog_timer_fn+0x168/0x3c8
[   18.445531][    C3] lr : watchdog_timer_fn+0x158/0x3c8</font>
[   18.445539][    C3] sp : ffffffc012753e20
[   18.445546][    C3] x29: ffffffc012753e30 x28: ffffffc0121d38d8
[   18.445558][    C3] x27: 0000000000000004 x26: ffffffc0121d3840
[   18.445570][    C3] x25: ffffffc01220a000 x24: 000000000000000b
[   18.445582][    C3] x23: ffffffc0121d3830 x22: 0000000000000000
[   18.445593][    C3] x21: ffffffc01220a5a8 x20: ffffff84fde3b850
[   18.445605][    C3] x19: ffffffc012953da0 x18: ffffffc01273d038
[   18.445616][    C3] x17: 0000000000000020 x16: 0000000000000118
[   18.445628][    C3] x15: 0000000000000004 x14: 0000000000003fff
[   18.445639][    C3] x13: ffffffc01228ccf0 x12: 0000000000000003
[   18.445650][    C3] x11: 00000000ffffbfff x10: 00000000ffffffff
[   18.445662][    C3] x9 : 1bd950b0efe99e00 x8 : 1bd950b0efe99e00
[   18.445673][    C3] x7 : 554b434f4c206472 x6 : ffffffc01263802e
[   18.445685][    C3] x5 : ffffffffffffffff x4 : 0000000000000000
[   18.445696][    C3] x3 : ffffffc011eee5be x2 : 0000000000000000
[   18.445708][    C3] x1 : 0000000000000000 x0 : ffffffc0126b8780
[   18.445719][    C3] Call trace:
[   18.445730][    C3]watchdog_timer_fn+0x168/0x3c8
[   18.445741][    C3]__run_hrtimer+0xa8/0x2a8
[   18.445750][    C3]hrtimer_interrupt+0x174/0x3fc
[   18.445761][    C3]arch_timer_handler_phys+0x40/0x54
[   18.445771][    C3]handle_percpu_devid_irq+0x88/0x280
[   18.445782][    C3]__handle_domain_irq+0x80/0xd0
[   18.445793][    C3]gic_handle_irq+0x78/0x154
[   18.445803][    C3]el1_irq+0xe4/0x1c0
[   18.445815][    C3]arch_cpu_idle+0x1c/0x40
[   18.445825][    C3]default_idle_call+0x3c/0x194
[   18.445836][    C3]cpuidle_idle_call+0x64/0x238
[   18.445845][    C3]do_idle+0xac/0xfc
[   18.445854][    C3]cpu_startup_entry+0x28/0x2c
[   18.445865][    C3]secondary_start_kernel+0x1b4/0x274
[   18.445873][    C3]
[   18.445873][    C3] PC: 0xffffffc0101523dc:
[   18.445880][    C3] 21dca9034ff4 910003fd aa0003f7 f0011520 91172000 aa0403f3 aa0303f4 aa0203f5
[   18.445908][    C3] 21fc2a0103f6 944d6998 aa1703e0 2a1603e1 aa1503e2 aa1403e3 aa1303e4 97fc18ff
[   18.445935][    C3] 221c2a0003f3 34000156 35000133 f00105a8 f00105a9 b94fe10a b94dd129 0a090149
[   18.445962][    C3] 223c92401d29 f907f109 94000112 f0011520 91172000 944d69a7 2a1303e0 a9434ff4
[   18.445988][    C3] 225ca94257f6 f9400bf7 a8c47bfd f85f8e5e d50323bf d65f03c0 d503233f d101c3ff
[   18.446014][    C3] 227cf800865e a9017bfd a9026ffc a90367fa a9045ff8 a90557f6 a9064ff4 910043fd
[   18.446039][    C3] 229cf000eee8 f943d908 900105d9 f90007e8 d53cd048 f9400729 b4000669 b001041a
[   18.446065][    C3] 22bc9121035a b0010417 f0010449 f87a690c 9120c2f7 9136e129 900105ca b201f3eb
[   18.446091][    C3] 22dcf8776918 f8696913 b9401956 f295556b 9b0b7d89 b200f3ea aa0003f4 eb0a013f
[   18.446117][    C3] 22fc54000868 b00103c9 91002129 f00105aa b8696915 f947f94a 910003e1 2a1503e0
[   18.446142][    C3] 231cf90003ea 94169465 f00105bb b94f8b68 6b08001f 540000c3 910003e0 52800101
[   18.446168][    C3] 233caa1f03e2 94159a85 b94f8b68 6b15001f 1a800101 6b08003f 540005a2 900105d5
[   18.446194][    C3] 235cd50339bf 9116a2b5 f8615aa8 b0010409 9120a129 3869690a 340000aa 3828693f
[   18.446220][    C3] 237c14000023 2a1f03e0 1400008a b001040a 9121214a f87a6909 f86a690b 2a0103fb
[   18.446245][    C3] 239ceb09017f 540002a1 b001041c 9123639c 387c6908 350002c8 f00105a8 b94fe908
[   18.446271][    C3] 23bc35001228 f000ec60 912a8400 97fbdf47 d0012b20 911e0000 aa1f03e1 aa1f03e2
[   18.446297][    C3] 23dc* d4210000 97fcb563 f87b7aa8 52800029 383c6909 14000006 f87b7aab f8286949
[   18.446323][    C3] 23fcb0010408 91236108 3828697f d53cd048 f87a6909 b0010415 912242b5 91000529
[   18.446349][    C3] 241cf83a6909 d53cd048 8b150100 97fd6846 360001c0 b00103c9 d53cd048 b835691f
[   18.446375][    C3] 243c91002129 d53cd048 b8696900 b0010409 9122c129 90000001 8b090103 9118f021
[   18.446400][    C3] 245caa1f03e2 97ffbd7b f9401a88 900105c9 f9401135 f9401908 d63f0100 aa0003e1
[   18.446426][    C3] 247caa1403e0 aa1503e2 97feabce b100071f 540007c0 97fd0e05 39402329 aa0003e8
[   18.446452][    C3] 249c52800020 36080869 f00105a9 b94fdd29 34000809 d35efd08 531f7929 cb08030a
[   18.446478][    C3] 24bcab29c15f 54000745 6b180114 54000700 34000176 d0012b28 f943cd08 37000688
[   18.446503][    C3] 24dcd503201f d503201f d0012b29 52800028 911e6129 f8a83128 370005a8 97fd0deb
[   18.446529][    C3] 24fcd35efc09 d53cd048 f8376909 b00103c9 91002129 d53cd048 d538410a b8696901
[   18.446555][    C3] 251cb9455144 9000e440 911c6143 912afc00 2a1403e2 944d4f8b 97ff3879 b40005f3
[   18.446581][    C3] 253caa1303e0 97fae056 340000f6 d503201f d503201f d0012b28 52800029 911e6108
[   18.446607][    C3] 255cf8691109 528001c0 2a1f03e1 97fbddbb f00105a8 b94ff908 340001a8 9000e8c0
[   18.446632][    C3] 257c910bd800 944d4e8e b0010409 9120e129 d53cd048 3869690a 350002aa 97fd0dc3
[   18.446658][    C3] 259cd35efc09 d53cd048 f8376909 52800020 f000eee9 f94007e8 f943d929 eb08013f
[   18.446684][    C3] 25bc540001a1 a9417bfd a9464ff4 a94557f6 a9445ff8 a94367fa a9426ffc f85f8e5e
[   18.446710][    C3]
[   18.446710][    C3] LR: 0xffffffc0101523cc:
[   18.446717][    C3] 21ccf800865e a9bc7bfd f9000bf7 a90257f6 a9034ff4 910003fd aa0003f7 f0011520
[   18.446742][    C3] 21ec91172000 aa0403f3 aa0303f4 aa0203f5 2a0103f6 944d6998 aa1703e0 2a1603e1
[   18.446768][    C3] 220caa1503e2 aa1403e3 aa1303e4 97fc18ff 2a0003f3 34000156 35000133 f00105a8
[   18.446794][    C3] 222cf00105a9 b94fe10a b94dd129 0a090149 92401d29 f907f109 94000112 f0011520
[   18.446820][    C3] 224c91172000 944d69a7 2a1303e0 a9434ff4 a94257f6 f9400bf7 a8c47bfd f85f8e5e
[   18.446846][    C3] 226cd50323bf d65f03c0 d503233f d101c3ff f800865e a9017bfd a9026ffc a90367fa
[   18.446871][    C3] 228ca9045ff8 a90557f6 a9064ff4 910043fd f000eee8 f943d908 900105d9 f90007e8
[   18.446898][    C3] 22acd53cd048 f9400729 b4000669 b001041a 9121035a b0010417 f0010449 f87a690c
[   18.446924][    C3] 22cc9120c2f7 9136e129 900105ca b201f3eb f8776918 f8696913 b9401956 f295556b
[   18.446949][    C3] 22ec9b0b7d89 b200f3ea aa0003f4 eb0a013f 54000868 b00103c9 91002129 f00105aa
[   18.446975][    C3] 230cb8696915 f947f94a 910003e1 2a1503e0 f90003ea 94169465 f00105bb b94f8b68
[   18.447001][    C3] 232c6b08001f 540000c3 910003e0 52800101 aa1f03e2 94159a85 b94f8b68 6b15001f
[   18.447027][    C3] 234c1a800101 6b08003f 540005a2 900105d5 d50339bf 9116a2b5 f8615aa8 b0010409
[   18.447053][    C3] 236c9120a129 3869690a 340000aa 3828693f 14000023 2a1f03e0 1400008a b001040a
[   18.447079][    C3] 238c9121214a f87a6909 f86a690b 2a0103fb eb09017f 540002a1 b001041c 9123639c
[   18.447105][    C3] 23ac387c6908 350002c8 f00105a8 b94fe908 35001228 f000ec60 912a8400 97fbdf47
[   18.447131][    C3] 23cc* d0012b20 911e0000 aa1f03e1 aa1f03e2 d4210000 97fcb563 f87b7aa8 52800029
[   18.447156][    C3] 23ec383c6909 14000006 f87b7aab f8286949 b0010408 91236108 3828697f d53cd048
[   18.447182][    C3] 240cf87a6909 b0010415 912242b5 91000529 f83a6909 d53cd048 8b150100 97fd6846
[   18.447208][    C3] 242c360001c0 b00103c9 d53cd048 b835691f 91002129 d53cd048 b8696900 b0010409
[   18.447233][    C3] 244c9122c129 90000001 8b090103 9118f021 aa1f03e2 97ffbd7b f9401a88 900105c9
[   18.447259][    C3] 246cf9401135 f9401908 d63f0100 aa0003e1 aa1403e0 aa1503e2 97feabce b100071f
[   18.447284][    C3] 248c540007c0 97fd0e05 39402329 aa0003e8 52800020 36080869 f00105a9 b94fdd29
[   18.447310][    C3] 24ac34000809 d35efd08 531f7929 cb08030a ab29c15f 54000745 6b180114 54000700
[   18.447336][    C3] 24cc34000176 d0012b28 f943cd08 37000688 d503201f d503201f d0012b29 52800028
[   18.447361][    C3] 24ec911e6129 f8a83128 370005a8 97fd0deb d35efc09 d53cd048 f8376909 b00103c9
[   18.447388][    C3] 250c91002129 d53cd048 d538410a b8696901 b9455144 9000e440 911c6143 912afc00
[   18.447414][    C3] 252c2a1403e2 944d4f8b 97ff3879 b40005f3 aa1303e0 97fae056 340000f6 d503201f
[   18.447439][    C3] 254cd503201f d0012b28 52800029 911e6108 f8691109 528001c0 2a1f03e1 97fbddbb
[   18.447465][    C3] 256cf00105a8 b94ff908 340001a8 9000e8c0 910bd800 944d4e8e b0010409 9120e129
[   18.447491][    C3] 258cd53cd048 3869690a 350002aa 97fd0dc3 d35efc09 d53cd048 f8376909 52800020
[   18.447516][    C3] 25acf000eee9 f94007e8 f943d929 eb08013f 540001a1 a9417bfd a9464ff4 a94557f6
[   18.447543][    C3]
[   18.447543][    C3] SP: 0xffffffc012753e20:
[   18.447550][    C3] 3c2012753cd0 ffffffc0 100c6f3c ffffffc0 12753c50 ffffffc0 100336c0 ffffffc0
[   18.447575][    C3] 3c40f2000800 00000000 00000000 00000000 12753c90 ffffffc0 114a8260 ffffffc0
[   18.447601][    C3] 3c600000000b 00000000 60400089 00000000 101523dc ffffffc0 00700008 fb7ffdff
[   18.447627][    C3] 3c8012753cd0 ffffffc0 f2000800 00000000 12753cc0 ffffffc0 114a7f60 ffffffc0
[   18.447653][    C3] 3ca012753e20 ffffffc0 100c9c80 ffffffc0 ffffffff 0000007f 12953da0 ffffffc0
[   18.447679][    C3] 3cc012753e00 ffffffc0 1000244c ffffffc0 126b8780 ffffffc0 00000000 00000000
[   18.447705][    C3] 3ce000000000 00000000 11eee5be ffffffc0 00000000 00000000 ffffffff ffffffff
[   18.447730][    C3] 3d001263802e ffffffc0 4c206472 554b434f efe99e00 1bd950b0 efe99e00 1bd950b0
[   18.447756][    C3] 3d20ffffffff 00000000 ffffbfff 00000000 00000003 00000000 1228ccf0 ffffffc0
[   18.447782][    C3] 3d4000003fff 00000000 00000004 00000000 00000118 00000000 00000020 00000000
[   18.447807][    C3] 3d601273d038 ffffffc0 12953da0 ffffffc0 fde3b850 ffffff84 1220a5a8 ffffffc0
[   18.447833][    C3] 3d8000000000 00000000 121d3830 ffffffc0 0000000b 00000000 1220a000 ffffffc0
[   18.447858][    C3] 3da0121d3840 ffffffc0 00000004 00000000 121d38d8 ffffffc0 12753e30 ffffffc0
[   18.447884][    C3] 3dc0101523cc ffffffc0 12753e20 ffffffc0 101523dc ffffffc0 60400089 00000000
[   18.447910][    C3] 3de012753db8 ffffffc0 fde476c0 ffffff84 ffffffff 0000007f efe99e00 1bd950b0
[   18.447936][    C3] 3e0012753e30 ffffffc0 101523dc ffffffc0 00000000 00000000 10152324 ffffffc0
[   18.447962][    C3] 3e20* 000000ff 00000000 efe99e00 1bd950b0 12753e90 ffffffc0 100ff6ec ffffffc0
[   18.447988][    C3] 3e4000000001 00000000 fde3b1c0 ffffff84 baaaf7ab 00000003 fde3b18c ffffff84
[   18.448013][    C3] 3e6010152274 ffffffc0 00000080 00000000 12753ef0 ffffffc0 fde3b180 ffffff84
[   18.448039][    C3] 3e80fde3b850 ffffff84 fde3b1c0 ffffff84 12753f00 ffffffc0 100fe358 ffffffc0
[   18.448065][    C3] 3ea000000080 00000000 fde3b1e8 ffffff84 00000000 00000000 00000001 00000000
[   18.448090][    C3] 3ec000000001 00000000 fde3b180 ffffff84 baaaee8e 00000003 fde3b2b8 ffffff84
[   18.448116][    C3] 3ee0fde3b278 ffffff84 fde3b238 ffffff84 baaaf7ab 00000003 efe99e00 1bd950b0
[   18.448142][    C3] 3f0012753f60 ffffffc0 10f1de48 ffffffc0 004e0ec0 ffffff81 00000000 00000000
[   18.448167][    C3] 3f20ebc68000 ffffffc4 12750000 ffffffc0 127fd030 ffffffc0 60800009 00000000
[   18.448193][    C3] 3f40124938f0 ffffffc0 fc7a0480 ffffff83 0000000d 00000000 fc792400 ffffff83
[   18.448219][    C3] 3f6012753f70 ffffffc0 100d30fc ffffffc0 12753fb0 ffffffc0 100cbc70 ffffffc0
[   18.448245][    C3] 3f80127fd030 ffffffc0 60800009 00000000 114a8e38 ffffffc0 00000000 00000000
[   18.448270][    C3] 3fa0121dddb8 ffffffc0 fc792400 ffffff83 12753fe0 ffffffc0 107150a0 ffffffc0
[   18.448296][    C3] 3fc012953ef0 ffffffc0 00000000 00000000 12953da0 ffffffc0 0000001a 00000000
[   18.448322][    C3] 3fe012953ed0 ffffffc0 100025e4 ffffffc0 ffffffff 0000007f 12953da0 ffffffc0
[   18.448347][    C3] 4000******** ******** ******** ******** ******** ******** ******** ********
[   18.448383][    C3]
[   18.448383][    C3] X0: 0xffffffc0126b8780:
[   18.448389][    C3] 8580126b8578 ffffffc0 126b8588 ffffffc0 126b8588 ffffffc0 126b8598 ffffffc0
[   18.448416][    C3] 85a0126b8598 ffffffc0 126b85a8 ffffffc0 126b85a8 ffffffc0 126b85b8 ffffffc0
[   18.448442][    C3] 85c0126b85b8 ffffffc0 126b85c8 ffffffc0 126b85c8 ffffffc0 126b85d8 ffffffc0
[   18.448468][    C3] 85e0126b85d8 ffffffc0 126b85e8 ffffffc0 126b85e8 ffffffc0 126b85f8 ffffffc0
[   18.448494][    C3] 8600126b85f8 ffffffc0 126b8608 ffffffc0 126b8608 ffffffc0 126b8618 ffffffc0
[   18.448519][    C3] 8620126b8618 ffffffc0 126b8628 ffffffc0 126b8628 ffffffc0 126b8638 ffffffc0
[   18.448545][    C3] 8640126b8638 ffffffc0 126b8648 ffffffc0 126b8648 ffffffc0 126b8658 ffffffc0
[   18.448571][    C3] 8660126b8658 ffffffc0 126b8668 ffffffc0 126b8668 ffffffc0 126b8678 ffffffc0
[   18.448597][    C3] 8680126b8678 ffffffc0 126b8688 ffffffc0 126b8688 ffffffc0 126b8698 ffffffc0
[   18.448622][    C3] 86a0126b8698 ffffffc0 126b86a8 ffffffc0 126b86a8 ffffffc0 126b86b8 ffffffc0
[   18.448648][    C3] 86c0126b86b8 ffffffc0 126b86c8 ffffffc0 126b86c8 ffffffc0 126b86d8 ffffffc0
[   18.448674][    C3] 86e0126b86d8 ffffffc0 126b86e8 ffffffc0 126b86e8 ffffffc0 126b86f8 ffffffc0
[   18.448699][    C3] 8700126b86f8 ffffffc0 126b8708 ffffffc0 126b8708 ffffffc0 126b8718 ffffffc0
[   18.448725][    C3] 8720126b8718 ffffffc0 126b8728 ffffffc0 126b8728 ffffffc0 126b8738 ffffffc0
[   18.448751][    C3] 8740
[   18.448753][    C6] ------------[ cut here ]------------
[   18.448756][    C6] Watchdog detected hard LOCKUP on cpu 7
[   18.448761][    C3]126b8738 ffffffc0 126b8748 ffffffc0
[   18.448774][    C6] WARNING: CPU: 6 PID: 0 at kernel/watchdog.c:418 watchdog_timer_fn+0x168/0x3c8
[   18.448778][    C6] Modules linked in:
[   18.448783][    C3]126b8748 ffffffc0
[   18.448787][    C6]
[   18.448789][    C3]126b8758 ffffffc0
[   18.448795][    C3] 8760126b8758
[   18.448800][    C6] CPU: 6 PID: 0 Comm: swapper/6 Not tainted 5.10.110 #1
[   18.448804][    C6] Hardware name: Firefly AIO-3588L HDMI(Android) (DT)
[   18.448809][    C3]ffffffc0 020b8100
[   18.448815][    C6] pstate: 60400089 (nZCv daIf +PAN -UAO -TCO BTYPE=--)
[   18.448817][    C3]ffffff81 00fb0000 ffffff81
[   18.448825][    C6] pc : watchdog_timer_fn+0x168/0x3c8
[   18.448827][    C3]00000000 00000000
[   18.448834][    C3] 8780*
[   18.448837][    C6] lr : watchdog_timer_fn+0x158/0x3c8
[   18.448839][    C3]00000000 00000000 124cef80
[   18.448845][    C6] sp : ffffffc01276be20
[   18.448846][    C3]ffffffc0 00000000 00000000
[   18.448853][    C6] x29: ffffffc01276be30
[   18.448855][    C3]00000000 00000000
[   18.448863][    C3] 87a0
[   18.448865][    C6] x28: ffffffc0121d38d8
[   18.448866][    C3]00000000 00000000 fc7a3700
[   18.448872][    C6]
[   18.448874][    C3]ffffff83 00000000 00000000
[   18.448880][    C6] x27: 0000000000000007
[   18.448882][    C3]fc7a3600 ffffff83
[   18.448889][    C3] 87c0
[   18.448891][    C6] x26: ffffffc0121d3840
[   18.448893][    C3]00000000 00000000 00000000
[   18.448898][    C6]
[   18.448900][    C3]00000001 00000000 00000000
[   18.448906][    C6] x25: ffffffc01220a000
[   18.448908][    C3]00000000 00000000
[   18.448914][    C3] 87e0
[   18.448916][    C6] x24: ffffffffffffffff
[   18.448918][    C3]00000000 00000000 00000000
[   18.448924][    C6]
[   18.448926][    C3]00000000 00000000 00000000
[   18.448931][    C6] x23: ffffffc0121d3830
[   18.448933][    C3]00000000 00000000
[   18.448940][    C3] 8800
[   18.448942][    C6] x22: 0000000000000000
[   18.448943][    C3]00000000 00000000 00000000
[   18.448949][    C6]
[   18.448951][    C3]00000000 00000000 00000000
[   18.448958][    C6] x21: ffffffc01220a5a8
[   18.448959][    C3]00000000 00000000
[   18.448966][    C3] 8820
[   18.448968][    C6] x20: ffffff84fde98850
[   18.448970][    C3]00000000 00000000 00000000
[   18.448975][    C6]
[   18.448977][    C3]00000000 00000000 00000000
[   18.448983][    C6] x19: ffffffc01296bda0
[   18.448984][    C3]00000000 00000000
[   18.448992][    C3] 8840
[   18.448993][    C6] x18: ffffffc012755038
[   18.448995][    C3]00000000 00000000 00000000
[   18.449001][    C6]
[   18.449003][    C3]00000000 00000000 00000000
[   18.449009][    C6] x17: 0000000000000000
[   18.449010][    C3]00000000 00000000
[   18.449017][    C3] 8860
[   18.449019][    C6] x16: 00000000000000d8
[   18.449021][    C3]00000000 00000000 00000001
[   18.449026][    C6]
[   18.449028][    C3]00000000 00000000 00000000
[   18.449034][    C6] x15: 0000000000000004
[   18.449036][    C3]00000000 00000000
[   18.449042][    C3] 8880
[   18.449044][    C6] x14: 0000000000003fff
[   18.449046][    C3]00000000 00000000 00000000
[   18.449051][    C6]
[   18.449053][    C3]00000000 fc504000 ffffff83
[   18.449059][    C6] x13: ffffffc01228ccf0
[   18.449061][    C3]00000000 00000000
[   18.449068][    C3] 88a0
[   18.449069][    C6] x12: 0000000000000003
[   18.449071][    C3]00000000 00000000 00000000
[   18.449077][    C6]
[   18.449078][    C3]00000000 00000000 00000000
[   18.449084][    C6] x11: 00000000ffffbfff
[   18.449086][    C3]00000000 00000000
[   18.449093][    C3] 88c0
[   18.449095][    C6] x10: 00000000ffffffff
[   18.449096][    C3]00000000 00000000 00000000
[   18.449102][    C6]
[   18.449104][    C3]00000000 00000000 00000000
[   18.449110][    C6] x9 : 1bd950b0efe99e00
[   18.449112][    C3]00000000 00000000
[   18.449119][    C3] 88e0
[   18.449120][    C6] x8 : 1bd950b0efe99e00
[   18.449122][    C3]00000000 00000000 00000000
[   18.449127][    C6]
[   18.449131][    C6] x7 : 6574636574656420
[   18.449135][    C3]00000000 00000000
[   18.449139][    C6] x6 : ffffffc0124be830
[   18.449141][    C3]00000000 00000000 00000000
[   18.449147][    C6]
[   18.449148][    C3]
[   18.449151][    C3] 890000000000 00000000
[   18.449157][    C6] x5 : ffffffffffffffff
[   18.449158][    C3]00000000 00000000 00000000
[   18.449165][    C6] x4 : 0000000000000000
[   18.449166][    C3]00000000 00000000 00000000
[   18.449172][    C6]
[   18.449173][    C3]
[   18.449176][    C3] 892000000000 00000000
[   18.449182][    C6] x3 : ffffffc011eee5be
[   18.449184][    C3]00000000 00000000 00000000
[   18.449190][    C6] x2 : 0000000000000000
[   18.449192][    C3]00000000 00000000 00000000
[   18.449197][    C6]
[   18.449199][    C3]
[   18.449201][    C3] 894000000000 00000000
[   18.449208][    C6] x1 : 0000000000000000
[   18.449209][    C3]00000000 00000000 00000000
[   18.449215][    C6] x0 : ffffffc0126b8780
[   18.449217][    C3]00000000 00000000 00000000
[   18.449223][    C6]
[   18.449224][    C3]
[   18.449227][    C3] 896000000000 00000000
[   18.449233][    C6] Call trace:
[   18.449235][    C3]00000000 00000000 00000000
[   18.449243][    C6]watchdog_timer_fn+0x168/0x3c8
[   18.449245][    C3]00000000 00000000 00000000
[   18.449252][    C6]__run_hrtimer+0xa8/0x2a8
[   18.449254][    C3]
[   18.449259][    C3]
[   18.449259][    C3] X3: 0xffffffc011eee5be:
[   18.449262][    C3] e3bc72657669
[   18.449267][    C6]hrtimer_interrupt+0x174/0x3fc
[   18.449269][    C3]69616620 6572756c 6425203a
[   18.449278][    C6]arch_timer_handler_phys+0x40/0x54
[   18.449279][    C3]6e65000a 656c6261 6165625f
[   18.449286][    C6]handle_percpu_devid_irq+0x88/0x280
[   18.449288][    C3]006e6f63
[   18.449293][    C3] e3dc636e7973
[   18.449299][    C6]__handle_domain_irq+0x80/0xd0
[   18.449301][    C3]6673745f 5f636d00 6e756f63
[   18.449309][    C6]gic_handle_irq+0x78/0x154
[   18.449311][    C3]36010074 203a7325 6c696166
[   18.449318][    C6]el1_irq+0xe4/0x1c0
[   18.449320][    C3]74206465
[   18.449324][    C3] e3fc6572206f
[   18.449329][    C6]arch_cpu_idle+0x1c/0x40
[   18.449331][    C3]76726573 68632065 656e6e61
[   18.449340][    C6]default_idle_call+0x3c/0x194
[   18.449341][    C3]6f63206c 7865746e 6f662074
[   18.449350][    C6]cpuidle_idle_call+0x64/0x238
[   18.449352][    C3]68632072
[   18.449357][    C3] e41c656e6e61
[   18.449362][    C6]do_idle+0xac/0xfc
[   18.449364][    C3]7773206c 68637469 6964202c
[   18.449372][    C6]cpu_startup_entry+0x28/0x2c
[   18.449374][    C3]6e6f6373 7463656e 20676e69
[   18.449382][    C6]secondary_start_kernel+0x1b4/0x274
[   18.449384][    C3]72726528
[   18.449388][    C3] e43c2964253d
[   18.449393][    C6]
[   18.449393][    C6] PC: 0xffffffc0101523dc:
[   18.449395][    C3]3601000a 203a7325 68747561
[   18.449401][    C6] 21dc
[   18.449403][    C3]69746e65 69746163 77206e6f
[   18.449409][    C6]a9034ff4
[   18.449411][    C3]20687469
[   18.449416][    C3] e45c204d7025
[   18.449420][    C6]910003fd
[   18.449422][    C3]656d6974 756f2064 25000a74
[   18.449427][    C6]aa0003f7
[   18.449430][    C3]53203a73 25204154 6e204d70
[   18.449436][    C6]f0011520
[   18.449438][    C3]6620746




zhangzhenzhao 发表于 2024-5-7 09:02:48

dts中屏蔽pcie3.0

xcx 发表于 2024-5-7 10:16:47

经过验证测试,采用 @zhangzhengzhao 兄台的方案:将设备树中的pcie3.0屏蔽掉就可以了。

此问题,建议在在线指南中加以说明Core-3588L Manual在线手册

xcx 发表于 2024-5-7 09:40:00

zhangzhenzhao 发表于 2024-5-7 09:02
dts中屏蔽pcie3.0

好的,我试下,多谢老铁!
页: [1]
查看完整版本: Core-3588L将官方Android固件解压,重新编译并只烧写了kernel到设备后,启动报错