This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: 使用mcuss_demos/mcuss_demos/profiling/can 在mcu1_0上运行,并通过spl启动。

Part Number: TDA4VM


Ti的专家你好:

sdk: ti-processor-sdk-rtos-j721e-evm-08_01_00_13

linux:ti-processor-sdk-linux-j7-evm-08_01_00_07-Linux

开发板:TI的开发板

我想使用:

ti-processor-sdk-rtos-j721e-evm-08_01_00_13/mcusw/mcuss_demos/profiling/can 的demo,运行在mcu1_0上,并且使用spl启动。我的步骤为:

1,编译can demo.

2, 将can_profile_app_freertos_mcu1_0_release_strip.xer5f 作为编译u-boot-a72 的DM.

3,编译u-boot。

4,将u-boot_build/a72中的tispl.bin拷贝到sd卡中的BOOT分区。

5,插入SD卡,并重新上电。

目前在上电的时候,可以在canoe上正确的收到报文,说明mcu1_0的代码已经正常运行了,但是linux没有起来。以下是上电启动时的全部log信息。

U-Boot SPL 2021.01-g15769936a5 (Dec 20 2021 - 17:09:03 +0000)
Model: Texas Instruments K3 J721E SoC
Board: J721EX-PM2-SOM rev E8
SYSFW ABI: 3.1 (firmware rev 0x0015 '21.9.1--v2021.09a (Terrific Lla')
Trying to boot from MMC2
Starting ATF on ARM64 core...

NOTICE:  BL31: v2.5(release):08.01.00.006-dirty
NOTICE:  BL31: Built : 16:34:52, Dec 20 2021

U-Boot SPL 2021.01-00001-gbf2c6296f4-dirty (Jun 01 2023 - 16:40:05 +0800)
Model: Texas Instruments K3 J721E SoC
Board: J721EX-PM2-SOM rev E8
SYSFW ABI: 3.1 (firmware rev 0x0015 '21.9.1--v2021.09a (Terrific Lla')
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Trying to boot from MMC2


U-Boot 2021.01-g15769936a5 (Dec 20 2021 - 16:36:05 +0000)

SoC:   J721E SR2.0
Model: Texas Instruments K3 J721E SoC
Board: J721EX-PM2-SOM rev E8
DRAM:  4 GiB
Flash: 0 Bytes
MMC:   sdhci@4f80000: 0, sdhci@4fb0000: 1
In:    serial@2800000
Out:   serial@2800000
Err:   serial@2800000
Detected: J7X-BASE-CPB rev E3
Detected: J7X-VSC8514-ETH rev E2
Net:   am65_cpsw_nuss_slave ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 ale_ver: 0x00293904 Ports:1 mdio_freq:1000000
eth0: ethernet@46000000
Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc1 is current device
SD/MMC found on device 1
Failed to load 'boot.scr'
483 bytes read in 8 ms (58.6 KiB/s)
Loaded env from uEnv.txt
Importing environment from mmc1 ...
Running uenvcmd ...
1 bytes read in 9 ms (0 Bytes/s)
Already setup.
k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work
1351092 bytes read in 67 ms (19.2 MiB/s)
Load Remote Processor 2 with data@addr=0x82000000 1351092 bytes: Success!
301996 bytes read in 24 ms (12 MiB/s)
Load Remote Processor 3 with data@addr=0x82000000 301996 bytes: Success!
Failed to load '/lib/firmware/j7-main-r5f1_0-fw'
Failed to load '/lib/firmware/j7-main-r5f1_1-fw'
1436436 bytes read in 71 ms (19.3 MiB/s)
Load Remote Processor 6 with data@addr=0x82000000 1436436 bytes: Success!
1436436 bytes read in 71 ms (19.3 MiB/s)
Load Remote Processor 7 with data@addr=0x82000000 1436436 bytes: Success!
12980288 bytes read in 204 ms (60.7 MiB/s)
Load Remote Processor 8 with data@addr=0x82000000 12980288 bytes: Success!
19270144 bytes read in 804 ms (22.9 MiB/s)
100108 bytes read in 14 ms (6.8 MiB/s)
11211 bytes read in 10 ms (1.1 MiB/s)
## Flattened Device Tree blob at 88000000
   Booting using the fdt blob at 0x88000000
ERROR: reserving fdt memory region failed (addr=fe000000 size=1000000)
ERROR: reserving fdt memory region failed (addr=fc000000 size=2000000)
ERROR: reserving fdt memory region failed (addr=ac000000 size=200000)
ERROR: reserving fdt memory region failed (addr=ac200000 size=1e00000)
   Loading Device Tree to 000000008fee4000, end 000000008fffffff ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
[    0.000000] Linux version 5.10.65-gdcc6bedb2c (oe-user@oe-host) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #1 SMP PREEMPT Mon Dec 20 16:38:26 UTC 2021
[    0.000000] Machine model: Texas Instruments K3 J721E SoC
[    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[    0.000000] printk: bootconsole [ns16550a0] enabled
[    0.000000] efi: UEFI not found.
[    0.000000] OF: reserved mem: OVERLAP DETECTED!
[    0.000000] vision-apps-c71-memory@aa100000 (0x00000000aa100000--0x00000000af000000) overlaps with r5f-virtual-eth-queues@ac000000 (0x00000000ac000000--0x00000000ac200000)
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a0000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node vision_apps-r5f-memory@a0100000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a1000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a1100000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a2000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 31 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a2100000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a4000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 31 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a4100000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a6000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a6100000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-dma-memory@a7000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-r5f-memory@a7100000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-c66-dma-memory@a8000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-c66-memory@a8100000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-c66-dma-memory@a9000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, size 15 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-c66-memory@a9100000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 1 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@aa000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, size 79 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-c71-memory@aa100000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000ac000000, size 2 MiB
[    0.000000] OF: reserved mem: initialized node r5f-virtual-eth-queues@ac000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000ac200000, size 30 MiB
[    0.000000] OF: reserved mem: initialized node r5f-virtual-eth-buffers@ac200000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000b2000000, size 96 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@b2000000, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000d8000000, size 576 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-lo@d8000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000fc000000, size 32 MiB
[    0.000000] OF: reserved mem: initialized node intercore-eth-r5f-memory@fc000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000fe000000, size 16 MiB
[    0.000000] OF: reserved mem: initialized node eeprom-shadow-r5f-memory@fe000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created DMA memory pool at 0x0000000880000000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-hi@880000000, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
[    0.000000]   DMA32    empty
[    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
[    0.000000]   node   0: [mem 0x000000009e800000-0x00000000aeffffff]
[    0.000000]   node   0: [mem 0x00000000af000000-0x00000000afffffff]
[    0.000000]   node   0: [mem 0x00000000b0000000-0x00000000b7ffffff]
[    0.000000]   node   0: [mem 0x00000000b8000000-0x00000000d7ffffff]
[    0.000000]   node   0: [mem 0x00000000d8000000-0x00000000feffffff]
[    0.000000]   node   0: [mem 0x00000000ff000000-0x00000000ffffffff]
[    0.000000]   node   0: [mem 0x0000000880000000-0x000000088fffffff]
[    0.000000]   node   0: [mem 0x0000000890000000-0x00000008ffffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[    0.000000] cma: Failed to reserve 512 MiB
[    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 2 pages/cpu s49880 r8192 d73000 u131072
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] CPU features: detected: GIC system register CPU interface
[    0.000000] CPU features: detected: EL2 vector hardening
[    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 65472
[    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),1m(ospi.sysfw),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) root=PARTUUID=1a29674f-02 rw rootfstype=ext4 rootwait
[    0.000000] Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes, linear)
[    0.000000] Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x000000009a800000-0x000000009e800000] (64MB)
[    0.000000] Memory: 2270080K/4194304K available (10880K kernel code, 1346K rwdata, 4288K rodata, 1856K init, 757K bss, 1924224K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: 960 SPIs implemented
[    0.000000] GICv3: 0 Extended SPIs implemented
[    0.000000] GICv3: Distributor has no Range Selector support
[    0.000000] GICv3: 16 PPIs implemented
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
[    0.000000] ITS [mem 0x01820000-0x0182ffff]
[    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[    0.000000] ITS@0x0000000001820000: allocated 1048576 Devices @8a0800000 (flat, esz 8, psz 64K, shr 0)
[    0.000000] ITS: using cache flushing for cmd queue
[    0.000000] GICv3: using LPI property table @0x00000008a00b0000
[    0.000000] GIC: using cache flushing for LPI property table
[    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008a00c0000
[    0.000000] random: get_random_bytes called from start_kernel+0x31c/0x4c4 with crng_init=0
[    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[    0.000001] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[    0.008379] Console: colour dummy device 80x25
[    0.012942] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[    0.023612] pid_max: default: 32768 minimum: 301
[    0.028359] LSM: Security Framework initializing
[    0.033108] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
[    0.040677] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
[    0.049758] rcu: Hierarchical SRCU implementation.
[    0.054824] Platform MSI: msi-controller@1820000 domain created
[    0.061094] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
[    0.070395] EFI services will not be available.
[    0.075165] smp: Bringing up secondary CPUs ...
[    0.081252] Detected PIPT I-cache on CPU1
[    0.081277] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
[    0.081288] GICv3: CPU1: using allocated LPI pending table @0x00000008a00d0000
[    0.081320] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
[    0.081376] smp: Brought up 1 node, 2 CPUs
[    0.110723] SMP: Total of 2 processors activated.
[    0.115528] CPU features: detected: 32-bit EL0 Support
[    0.120781] CPU features: detected: CRC32 instructions
[    0.134701] CPU: All CPU(s) started at EL2
[    0.138899] alternatives: patching kernel code
[    0.143942] devtmpfs: initialized
[    0.152665] KASLR disabled due to lack of seed
[    0.157331] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.167293] futex hash table entries: 512 (order: -1, 32768 bytes, linear)
[    0.174445] pinctrl core: initialized pinctrl subsystem
[    0.180012] DMI not present or invalid.
[    0.184236] NET: Registered protocol family 16
[    0.189014] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[    0.196357] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.204325] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.212606] thermal_sys: Registered thermal governor 'step_wise'
[    0.212609] thermal_sys: Registered thermal governor 'power_allocator'
[    0.219023] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.232654] ASID allocator initialised with 65536 entries
[    0.253688] HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages
[    0.260543] HugeTLB registered 512 MiB page size, pre-allocated 0 pages
[    0.267300] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.275025] cryptd: max_cpu_qlen set to 1000
[    0.281019] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected
[    0.289817] vsys_3v3: supplied by evm_12v0
[    0.294185] vsys_5v0: supplied by evm_12v0
[    0.298899] iommu: Default domain type: Translated
[    0.304021] SCSI subsystem initialized
[    0.308144] mc: Linux media interface: v0.10
[    0.312520] videodev: Linux video capture interface: v2.00
[    0.318149] pps_core: LinuxPPS API ver. 1 registered
[    0.323222] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.332559] PTP clock support registered
[    0.336576] EDAC MC: Ver: 3.0.0
[    0.340333] FPGA manager framework
[    0.343840] Advanced Linux Sound Architecture Driver Initialized.
[    0.350454] clocksource: Switched to clocksource arch_sys_counter
[    0.356873] VFS: Disk quotas dquot_6.6.0
[    0.360922] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
[    0.370661] Carveout Heap: Exported 512 MiB at 0x00000000b8000000
[    0.376956] NET: Registered protocol family 2
[    0.381556] IP idents hash table entries: 65536 (order: 3, 524288 bytes, linear)
[    0.390166] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes, linear)
[    0.398951] TCP established hash table entries: 32768 (order: 2, 262144 bytes, linear)
[    0.407149] TCP bind hash table entries: 32768 (order: 3, 524288 bytes, linear)
[    0.414963] TCP: Hash tables configured (established 32768 bind 32768)
[    0.421710] UDP hash table entries: 2048 (order: 0, 65536 bytes, linear)
[    0.428600] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes, linear)
[    0.436000] NET: Registered protocol family 1
[    0.440719] RPC: Registered named UNIX socket transport module.
[    0.446777] RPC: Registered udp transport module.
[    0.451590] RPC: Registered tcp transport module.
[    0.456393] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.462978] PCI: CLS 0 bytes, default 64
[    0.467330] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    0.477711] Initialise system trusted keyrings
[    0.482332] workingset: timestamp_bits=46 max_order=16 bucket_order=0
[    0.490609] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.496856] NFS: Registering the id_resolver key type
[    0.502044] Key type id_resolver registered
[    0.506317] Key type id_legacy registered
[    0.510439] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.517286] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    0.524936] 9p: Installing v9fs 9p2000 file system support
[    0.550619] Key type asymmetric registered
[    0.554806] Asymmetric key parser 'x509' registered
[    0.559805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.567363] io scheduler mq-deadline registered
[    0.571989] io scheduler kyber registered
[    0.577220] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
[    0.583394] pinctrl-single 11c000.pinctrl: 173 pins, size 692
[    0.591831] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
[    0.598096] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
[    0.605961] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[    0.614055] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
[    0.623415] arm-smmu-v3 36600000.iommu: allocated 524288 entries for cmdq
[    0.633088] arm-smmu-v3 36600000.iommu: allocated 524288 entries for evtq
[    0.640997] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
[    0.653937] brd: module loaded
[    0.660010] loop: module loaded
[    0.663579] sysfs: cannot create duplicate filename '/devices/platform/dma_buf_phys'
[    0.671509] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 5.10.65-gdcc6bedb2c #1
[    0.678709] Hardware name: Texas Instruments K3 J721E SoC (DT)
[    0.684665] Call trace:
[    0.687171]  dump_backtrace+0x0/0x1a0
[    0.690907]  show_stack+0x18/0x68
[    0.694290]  dump_stack+0xd0/0x12c
[    0.697761]  sysfs_warn_dup+0x60/0x80
[    0.701496]  sysfs_create_dir_ns+0xe0/0xf8
[    0.705677]  kobject_add_internal+0x98/0x288
[    0.710033]  kobject_add+0x94/0x100
[    0.713595]  device_add+0xe0/0x740
[    0.717065]  platform_device_add+0x100/0x238
[    0.721422]  platform_device_register_full+0xcc/0x150
[    0.726580]  dma_buf_phys_init+0x6c/0x9c
[    0.730582]  do_one_initcall+0x54/0x1b8
[    0.734496]  kernel_init_freeable+0x220/0x2a0
[    0.738942]  kernel_init+0x14/0x114
[    0.742499]  ret_from_fork+0x10/0x34
[    0.746157] kobject_add_internal failed for dma_buf_phys with -EEXIST, don't try to register things with the same name in the same directory.
[    0.759323] megasas: 07.714.04.00-rc1
[    0.764378] libphy: Fixed MDIO Bus: probed
[    0.769041] tun: Universal TUN/TAP device driver, 1.6
[    0.774476] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[    0.780881] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    0.786950] sky2: driver version 1.30
[    0.791205] VFIO - User Level meta-driver version: 0.3
[    0.796876] i2c /dev entries driver
[    0.801037] sdhci: Secure Digital Host Controller Interface driver
[    0.807359] sdhci: Copyright(c) Pierre Ossman
[    0.811975] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.818291] ledtrig-cpu: registered to indicate activity on CPUs
[    0.824598] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[    0.831721] optee: probing for conduit method.
[    0.836281] optee: revision 3.12 (3d47a131)
[    0.836541] optee: initialized driver
[    0.845850] NET: Registered protocol family 17
[    0.850486] 9pnet: Installing 9P2000 support
[    0.854875] Key type dns_resolver registered
[    0.859359] Loading compiled-in X.509 certificates
[    0.868456] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
[    0.874793] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
[    0.883354] ti-sci 44083000.dmsc: ABI: 3.1 (firmware rev 0x0015 '21.9.1--v2021.09a (Terrific Lla')
[    1.011089] random: fast init done
[    1.188885] davinci-mcasp 2ba0000.mcasp: IRQ common not found
[    1.199469] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz
[    1.206125] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
[    1.212905] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz
[    1.219965] pca953x 3-0020: supply vcc not found, using dummy regulator
[    1.226778] pca953x 3-0020: using no AI
[    1.255202] pca953x 3-0022: supply vcc not found, using dummy regulator
[    1.262048] pca953x 3-0022: using AI
[    1.266317] gpio-480 (CTRL_PM_I2C_OE): hogged as output/high
[    1.272305] gpio-481 (MCASP/TRACE_MUX_S0): hogged as output/low
[    1.278551] gpio-482 (MCASP/TRACE_MUX_S1): hogged as output/high
[    1.285044] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
[    1.294993] omap_i2c 2020000.i2c: bus 4 rev0.12 at 400 kHz
[    1.301709] pca953x 5-0020: supply vcc not found, using dummy regulator
[    1.308527] pca953x 5-0020: using no AI
[    1.335095] omap_i2c 2030000.i2c: bus 5 rev0.12 at 400 kHz
[    1.341605] omap_i2c 2040000.i2c: bus 6 rev0.12 at 100 kHz
[    1.348178] omap_i2c 2050000.i2c: bus 7 rev0.12 at 100 kHz
[    1.355060] ti-sci-intr bus@100000:bus@28380000:interrupt-controller2: Interrupt Router 137 domain created
[    1.365530] ti-sci-intr bus@100000:interrupt-controller0: Interrupt Router 131 domain created
[    1.374716] ti-sci-intr bus@100000:main-navss:interrupt-controller1: Interrupt Router 213 domain created
[    1.385466] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
[    1.420820] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
[    1.428523] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
[    1.436801] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
[    1.445077] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[    2.450582] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00
[    2.457007] pci_bus 0000:00: root bus resource [bus 00-0f]
[    2.462613] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x10001000-0x10010fff])
[    2.472303] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
[    2.479353] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
[    2.485492] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[    2.495360] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
[    2.505250] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xe8 may corrupt adjacent RW1C bits
[    2.515211] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
[    2.525177] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x92 may corrupt adjacent RW1C bits
[    2.535137] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xb2 may corrupt adjacent RW1C bits
[    2.545121] pci 0000:00:00.0: supports D1
[    2.549215] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[    2.555086] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x84 may corrupt adjacent RW1C bits
[    2.566904] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    2.575092] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
[    2.585050] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
[    2.595008] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
[    2.606664] pci_bus 0000:01: busn_res: [bus 01-0f] end is updated to 01
[    2.613431] pci 0000:00:00.0: PCI bridge to [bus 01]
[    2.618710] pcieport 0000:00:00.0: PME: Signaling with IRQ 54
[    2.626041] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
[    2.633709] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
[    2.641987] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
[    2.650264] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[    3.650515] j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00
[    3.656925] pci_bus 0001:00: root bus resource [bus 00-0f]
[    3.662530] pci_bus 0001:00: root bus resource [io  0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
[    3.672397] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
[    3.679440] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
[    3.685638] pci 0001:00:00.0: supports D1
[    3.689731] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[    3.697369] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    3.707236] pci_bus 0001:01: busn_res: [bus 01-0f] end is updated to 01
[    3.714002] pci 0001:00:00.0: PCI bridge to [bus 01]
[    3.719264] pcieport 0001:00:00.0: PME: Signaling with IRQ 57
[    3.726739] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
[    3.734407] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
[    3.742682] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
[    3.750957] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
[    4.761241] j721e-pcie 2920000.pcie: PCI host bridge to bus 0002:00
[    4.767650] pci_bus 0002:00: root bus resource [bus 00-0f]
[    4.773256] pci_bus 0002:00: root bus resource [io  0x20000-0x2ffff] (bus address [0x1000-0x10fff])
[    4.782502] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff])
[    4.793276] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400
[    4.799473] pci 0002:00:00.0: supports D1
[    4.803567] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
[    4.811237] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    4.821189] pci_bus 0002:01: busn_res: [bus 01-0f] end is updated to 01
[    4.827960] pci 0002:00:00.0: PCI bridge to [bus 01]
[    4.833245] pcieport 0002:00:00.0: PME: Signaling with IRQ 60
[    4.840448] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
[    4.850329] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
[    4.857101] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[    4.866761] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
[    4.876902] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
[    4.883664] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
[    4.892082] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 15, base_baud = 6000000) is a 8250
[    4.902086] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 33, base_baud = 3000000) is a 8250
[    4.910831] printk: console [ttyS2] enabled
[    4.910831] printk: console [ttyS2] enabled
[    4.919268] printk: bootconsole [ns16550a0] disabled
[    4.919268] printk: bootconsole [ns16550a0] disabled
[    4.930214] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 34, base_baud = 3000000) is a 8250
[    4.939741] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 35, base_baud = 3000000) is a 8250
[    4.950241] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[    4.960752] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
[    4.970903] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
[    4.981140] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
[    4.994196] scsi host0: ufshcd
[    5.016065] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWAUTO_MODE, SLOWAUTO_MODE], rate = 0
[    5.046461] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[    5.054107] libphy: 46000f00.mdio: probed
[    5.059486] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[    5.067854] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[    5.080612] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[2, 2], pwr[FAST MODE, FAST MODE], rate = 2
[    5.084577] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
[    5.101891] mmc0: CQHCI version 5.10
[    5.105526] davinci-mcasp 2ba0000.mcasp: IRQ common not found
[    5.131278] vdd_mmc1: supplied by vsys_3v3
[    5.137372] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
[    5.145066] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
[    5.145227] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
[    5.160409] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
[    5.168014] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
[    5.175804] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
[    5.191229] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
[    5.204746] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
[    5.224899] spi-nor spi0.0: unrecognized JEDEC id bytes: ff df ff ff ff ff
[    5.231811] cdns-ufshcd 4e84000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0
[    5.242929] spi-nor: probe of spi0.0 failed with error -2
[    5.256195] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
[    5.269302] mmc0: Command Queue Engine enabled
[    5.273754] mmc0: new HS200 MMC card at address 0001
[    5.279013] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[    5.283645] mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB
[    5.289682] mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB
[    5.295686] mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (237:0)
[    5.302464] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[    5.310646] libphy: 46000f00.mdio: probed
[    5.316005] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
[    5.322461] cdns-ufshcd 4e84000.ufs: __ufshcd_issue_tm_cmd: task management cmd 0x80 timed-out
[    5.324319] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
[    5.332861] cdns-ufshcd 4e84000.ufs: ufshcd_try_to_abort_task: no response from device. tag = 19, err -110
[    5.348674] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
[    5.363874] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
[    5.371096] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
[    5.378447] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0
[    5.391004] davinci-mcasp 2ba0000.mcasp: IRQ common not found
[    5.396753] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWAUTO_MODE, SLOWAUTO_MODE], rate = 0
[    5.420730] debugfs: Directory 'pd:27' with parent 'pm_genpd' already present!
[    5.421529] mmc1: CQHCI version 5.10
[    5.428047] debugfs: Directory 'pd:26' with parent 'pm_genpd' already present!
[    5.437197] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[2, 2], pwr[FAST MODE, FAST MODE], rate = 2
[    5.439741] debugfs: Directory 'pd:242' with parent 'pm_genpd' already present!
[    5.450403] cdns-ufshcd 4e84000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0
[    5.457691] debugfs: Directory 'pd:241' with parent 'pm_genpd' already present!
[    5.468869] scsi 0:0:0:49488: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[    5.476086] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
[    5.491838] debugfs: Directory 'pd:239' with parent 'pm_genpd' already present!
[    5.491963] scsi 0:0:0:49476: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
[    5.499907] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[    5.507958] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
[    5.645425] ALSA device list:
[    5.648397]   No soundcards found.
[    6.491093] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
[    6.499280] Waiting for root device PARTUUID=1a29674f-02...
[    6.551366] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
[    6.558228] mmcblk1: mmc1:aaaa SL32G 29.7 GiB
[    6.568194]  mmcblk1: p1 p2
[    6.605085] EXT4-fs (mmcblk1p2): recovery complete
[    6.610707] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[    6.618815] VFS: Mounted root (ext4 filesystem) on device 179:98.
[    6.627934] devtmpfs: mounted
[    6.631301] Freeing unused kernel memory: 1856K
[    6.635854] Run /sbin/init as init process
[    6.817571] systemd[1]: System time before build time, advancing clock.
[    6.876590] NET: Registered protocol family 10
[    6.881584] Segment Routing with IPv6
[    6.907421] systemd[1]: systemd 244.5+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
[    6.929189] systemd[1]: Detected architecture arm64.

Welcome to Arago 2021.09!

[    6.973232] systemd[1]: Set hostname to <j7-evm>.
[    7.177376] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file accordingly.
[    7.247890] random: systemd: uninitialized urandom read (16 bytes read)
[    7.254605] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[    7.266929] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[    7.276827] systemd[1]: Created slice system-getty.slice.
[  OK  ] Created slice system-getty.slice.
[    7.298533] random: systemd: uninitialized urandom read (16 bytes read)
[    7.305857] systemd[1]: Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[    7.326529] random: systemd: uninitialized urandom read (16 bytes read)
[    7.333682] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[    7.354635] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password …ts to Console Directory Watch.
[    7.378567] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.
[    7.402560] systemd[1]: Reached target Paths.
[  OK  ] Reached target Paths.
[    7.422514] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[    7.442499] systemd[1]: Reached target Slices.
[  OK  ] Reached target Slices.
[    7.462504] systemd[1]: Reached target Swap.
[  OK  ] Reached target Swap.
[    7.489252] systemd[1]: Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[    7.510537] systemd[1]: Reached target RPC Port Mapper.
[  OK  ] Reached target RPC Port Mapper.
[    7.534809] systemd[1]: Listening on Process Core Dump Socket.
[  OK  ] Listening on Process Core Dump Socket.
[    7.554645] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[    7.589474] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[    7.597816] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    7.618736] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[    7.638795] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[    7.662699] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    7.682629] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    7.705006] systemd[1]: Mounting Huge Pages File System...
         Mounting Huge Pages File System...
[    7.729739] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    7.753658] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[    7.779708] systemd[1]: Mounting Temporary Directory (/tmp)...
         Mounting Temporary Directory (/tmp)...
[    7.805786] systemd[1]: Starting Create list of static device nodes for the current kernel...
         Starting Create list of st…odes for the current kernel...
[    7.833592] systemd[1]: Starting Start psplash boot splash screen...
         Starting Start psplash boot splash screen...
[    7.857925] systemd[1]: Starting RPC Bind...
         Starting RPC Bind...
[    7.874700] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    7.887940] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[    7.914576] systemd[1]: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
[    7.931835] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[    7.950812] systemd[1]: Starting udev Coldplug all Devices...
[    7.958213] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
         Starting udev Coldplug all Devices...[    7.963944] cryptodev: loading out-of-tree module taints kernel.

[    7.976239] cryptodev: driver 1.10 loaded.
[    7.992994] systemd[1]: Started RPC Bind.
[  OK  ] Started RPC Bind.
[    8.006923] 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  ] Mounted Temporary Directory (/tmp).
[  OK  ] Started Create list of sta… nodes for the current kernel.
[FAILED] Failed to start Start psplash boot splash screen.
See 'systemctl status psplash-start.service' for details.
[DEPEND] Dependency failed for Star…progress communication helper.
[  OK  ] Started Load Kernel Modules.
[  OK  ] Started Remount Root and Kernel File Systems.
         Mounting Kernel Configuration File System...
         Starting Flush Journal to Persistent Storage...
[    8.229165] systemd-journald[168]: Received client request to flush runtime journal.
         Starting Apply Kernel Variables...
         Starting Create Static Device Nodes in /dev...
[  OK  ] Mounted Kernel Configuration File System.
[  OK  ] Started Flush Journal to Persistent Storage.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started Create Static Device Nodes in /dev.
[  OK  ] Reached target Local File Systems (Pre).
         Mounting /media/ram...
         Mounting /var/volatile...
         Starting udev Kernel Device Manager...
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Mounted /media/ram.
[  OK  ] Mounted /var/volatile.
         Starting udev Wait for Complete Device Initialization...
         Starting Load/Save Random Seed...
[  OK  ] Reached target Local File Systems.
         Starting Create Volatile Files and Directories...
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Started Create Volatile Files and Directories.
         Starting Network Time Synchronization...
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target System Time Set.
[  OK  ] Reached target System Time Synchronized.
[    8.712108] CAN device driver interface
[    9.750502] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x28)
[    9.760153] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x28)
[    9.769795] ti-sci 44083000.dmsc: Mbox send fail -110
[    9.782472] ti-sci 44083000.dmsc: Mbox send fail -110
[    9.846489] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x28)
[    9.862483] ti-sci 44083000.dmsc: Mbox send fail -110
[    9.867653] ina2xx 4-0040: error configuring the device: -22
[    9.882620] ina2xx 4-0041: error configuring the device: -22
[    9.888351] ina2xx 4-0042: error configuring the device: -22
[    9.906609] ina2xx 4-0043: error configuring the device: -22
[    9.918617] ina2xx 4-0044: error configuring the device: -22
[    9.934622] ina2xx 4-0045: error configuring the device: -22
[    9.940792] ina2xx 4-0046: error configuring the device: -22
[    9.954596] ina2xx 4-0047: error configuring the device: -22
[    9.966667] ina2xx 4-0048: error configuring the device: -22
[    9.978305] ina2xx 4-0049: error configuring the device: -22
[    9.995948] ina2xx 4-004a: error configuring the device: -22
[   10.013542] ina2xx 4-004b: error configuring the device: -22
[   10.031148] ina2xx 4-004c: error configuring the device: -22
[   10.048751] ina2xx 4-004d: error configuring the device: -22
[   10.066627] ina2xx 4-004e: error configuring the device: -22
[   10.082605] ina2xx 4-004f: error configuring the device: -22
[   10.806524] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x28)
[   10.816197] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x28)
[   10.825850] ti-sci 44083000.dmsc: Mbox send fail -110
[   10.843668] ti-sci 44083000.dmsc: Mbox send fail -110
[   11.042498] random: crng init done
[   11.045898] random: 7 urandom warning(s) missed due to ratelimiting
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Created slice system-systemd\x2dfsck.slice.
[   11.318543] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x28)
[   11.334494] ti-sci 44083000.dmsc: Mbox send fail -110
[   11.350635] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: k3_dsp_rproc_probe+0x1a0/0x850 [ti_k3_dsp_remoteproc])
[   11.361359] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x28)
[   11.371151] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x28)
[  OK  ] Found device /dev/mmcblk1p1.[   11.387436] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x28)

[   11.402357] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x28)
[   11.406491] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x28)
[   11.421876] ti-sci 44083000.dmsc: Mbox send fail -110
[   11.426479] ti-sci 44083000.dmsc: Mbox send fail -110
         Starting File System Check on /dev/mmcblk1p1   11.433605] ti-sci 44083000.dmsc: Mbox send fail -110
[   11.435081] ti-sci 44083000.dmsc: Mbox send fail -110
0m...
[   11.450527] ti-sci 44083000.dmsc: Mbox send fail -110
[   11.465126] ti-sci 44083000.dmsc: Mbox send fail -110
[   11.482553] k3-dsp-rproc 4d80800000.dsp: ti-sci processor request failed: -110
[   11.490904] k3-dsp-rproc 4d80800000.dsp: ti_sci_proc_request failed, ret = -110
[   11.498757] remoteproc remoteproc0: releasing 4d80800000.dsp
[   11.504631] k3-dsp-rproc: probe of 4d80800000.dsp failed with error -110
[   11.514648] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x28)
[   11.525640] ti-sci 44083000.dmsc: Mbox send fail -110
[   11.531532] pvrsrvkm 4e20000000.gpu: adding gpu_0 device link failed!
ERROR:   Unhandled External Abort received on 0x80000000 from S-EL1
ERROR:   exception reason=0 syndrome=0xbf000000
Unhandled Exception from EL1
x0             = 0xffff800015200000
x1             = 0x0000000000000000
x2             = 0x0000000000000000
x3             = 0xffff800009c40000
x4             = 0x0000000000000000
x5             = 0x8080808080808080
x6             = 0xffff8000131af607
x7             = 0xfefefefefefefeff
x8             = 0x7f7f7f7f7f7f7f7f
x9             = 0x6b6860651f397224
x10            = 0x7f7f7f7f7f7f7f7f
x11            = 0x0101010101010101
x12            = 0x0000000000000000
x13            = 0xffff800009b579a0
x14            = 0x0000004e20080000
x15            = 0xffff8000112a0000
x16            = 0x00000badbad00bad
x17            = 0xffff00082516b000
x18            = 0x0140000000000000
x19            = 0xffff000825f67000
x20            = 0xffff00082516a000
x21            = 0xffff000825f67174
x22            = 0x0000000000000000
x23            = 0xffff000824e6b600
x24            = 0xffff800009c50000
x25            = 0xffff800009c47000
x26            = 0x0000000000000000
x27            = 0xffff800009baf250
x28            = 0xffff000825dc2000
x29            = 0xffff8000131af730
x30            = 0xffff800009b5e6ec
scr_el3        = 0x000000000000073d
sctlr_el3      = 0x0000000030cd183f
cptr_el3       = 0x0000000000000000
tcr_el3        = 0x0000000080803520
daif           = 0x00000000000002c0
mair_el3       = 0x00000000004404ff
spsr_el3       = 0x0000000080000005
elr_el3        = 0xffff800009b5e754
ttbr0_el3      = 0x0000000070010c00
esr_el3        = 0x00000000bf000000
far_el3        = 0x0000000000000000
spsr_el1       = 0x0000000040000000
elr_el1        = 0x0000ffffb94073c4
spsr_abt       = 0x0000000000000000
spsr_und       = 0x0000000000000000
spsr_irq       = 0x0000000000000000
spsr_fiq       = 0x0000000000000000
sctlr_el1      = 0x0000000034d4d91d
actlr_el1      = 0x0000000000000000
cpacr_el1      = 0x0000000000300000
csselr_el1     = 0x0000000000000000
sp_el1         = 0xffff8000131af730
esr_el1        = 0x0000000056000000
ttbr0_el1      = 0x00000008a2ef3400
ttbr1_el1      = 0x00a4000082f30000
mair_el1       = 0x000c0400bb44ffff
amair_el1      = 0x0000000000000000
tcr_el1        = 0x00000034f5d07590
tpidr_el1      = 0xffff80086ea90000
tpidr_el0      = 0x0000ffffb9656660
tpidrro_el0    = 0x0000000000000000
par_el1        = 0x0000000000000000
mpidr_el1      = 0x0000000080000000
afsr0_el1      = 0x0000000000000000
afsr1_el1      = 0x0000000000000000
contextidr_el1 = 0x0000000000000000
vbar_el1       = 0xffff800010010800
cntp_ctl_el0   = 0x0000000000000005
cntp_cval_el0  = 0x00000000d7e7cb88
cntv_ctl_el0   = 0x0000000000000000
cntv_cval_el0  = 0x0000000000000000
cntkctl_el1    = 0x00000000000000d6
sp_el0         = 0x000000007000a3d0
isr_el1        = 0x0000000000000040
dacr32_el2     = 0x0000000000000000
ifsr32_el2     = 0x0000000000000000
cpuectlr_el1   = 0x0000001b00000040
cpumerrsr_el1  = 0x0000000000000000
l2merrsr_el1   = 0x0000000000000000
[   12.374489] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: sci_clk_recalc_rate+0x44/0xa0)
[   12.390477] ti-sci 44083000.dmsc: Mbox send fail -110
[   12.402467] ti-sci-clk 44083000.dmsc:clocks: recalc-rate failed for dev=157, clk=371, ret=-110
[   12.534515] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: k3_dsp_rproc_probe+0x1a0/0x850 [ti_k3_dsp_remoteproc])
[   12.554469] ti-sci 44083000.dmsc: Mbox send fail -110
[   12.566467] k3-dsp-rproc 4d81800000.dsp: ti-sci processor request failed: -110
[   12.582482] k3-dsp-rproc 4d81800000.dsp: ti_sci_proc_request failed, ret = -110
[   12.598474] remoteproc remoteproc0: releasing 4d81800000.dsp
[   12.604280] k3-dsp-rproc: probe of 4d81800000.dsp failed with error -110
[   13.430472] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: sci_clk_set_parent+0x34/0x40)
[   13.438991] ti-sci 44083000.dmsc: Mbox send fail -110
[   13.622473] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: k3_dsp_rproc_probe+0x1a0/0x850 [ti_k3_dsp_remoteproc])
[   13.633152] ti-sci 44083000.dmsc: Mbox send fail -110
[   13.638715] k3-dsp-rproc 64800000.dsp: ti-sci processor request failed: -110
[   13.646043] k3-dsp-rproc 64800000.dsp: ti_sci_proc_request failed, ret = -110
[   13.653429] remoteproc remoteproc0: releasing 64800000.dsp
[   13.658992] k3-dsp-rproc: probe of 64800000.dsp failed with error -110
[   14.454511] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: sci_clk_recalc_rate+0x44/0xa0)
[   14.471052] ti-sci 44083000.dmsc: Mbox send fail -110
[   14.486466] ti-sci-clk 44083000.dmsc:clocks: recalc-rate failed for dev=157, clk=371, ret=-110
[   14.495578] clk: failed to reparent clk:157:371 to clk:157:400: -110
[   15.510480] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x28)
[   15.520127] ti-sci 44083000.dmsc: Mbox send fail -110
[   15.542488] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: sci_clk_determine_rate+0x64/0xe0)
[   15.562488] ti-sci 44083000.dmsc: Mbox send fail -110
[   15.574759] ti-sci-clk 44083000.dmsc:clocks: determine-rate failed for dev=157, clk=371, ret=-110
[   16.598495] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: sci_clk_determine_rate+0x64/0xe0)
[   16.614472] ti-sci 44083000.dmsc: Mbox send fail -110
[   16.626466] ti-sci-clk 44083000.dmsc:clocks: determine-rate failed for dev=0, clk=3, ret=-110
[   17.654504] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: sci_clk_determine_rate+0x64/0xe0)
[   17.674468] ti-sci 44083000.dmsc: Mbox send fail -110
[   17.680271] ti-sci-clk 44083000.dmsc:clocks: determine-rate failed for dev=0, clk=3, ret=-110
[   17.698574] pcm3168a 5-0044: failed to acquire RST gpio: -22
[   17.704723] pcm3168a: probe of 5-0044 failed with error -22
[   17.710341] clk: couldn't set clk:0:3 clk rate to 60000000 (-22), current rate: 60000000
[   18.742498] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x28)
[   18.752155] ti-sci 44083000.dmsc: Mbox send fail -110
[   19.766463] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: sci_clk_determine_rate+0x64/0xe0)
[   19.775325] ti-sci 44083000.dmsc: Mbox send fail -110
[   19.780954] ti-sci-clk 44083000.dmsc:clocks: determine-rate failed for dev=1, clk=3, ret=-110
[   20.790460] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: sci_clk_determine_rate+0x64/0xe0)
[   20.799326] ti-sci 44083000.dmsc: Mbox send fail -110
[   20.804894] ti-sci-clk 44083000.dmsc:clocks: determine-rate failed for dev=1, clk=3, ret=-110
[   20.813679] clk: couldn't set clk:1:3 clk rate to 60000000 (-22), current rate: 60000000
[   21.558452] mmc1: Timeout waiting for hardware interrupt.
[   21.563834] mmc1: sdhci: ============ SDHCI REGISTER DUMP ===========
[   21.570255] mmc1: sdhci: Sys addr:  0x00000080 | Version:  0x00001004
[   21.576676] mmc1: sdhci: Blk size:  0x00007200 | Blk cnt:  0x00000000
[   21.583097] mmc1: sdhci: Argument:  0x00040780 | Trn mode: 0x0000003b
[   21.589517] mmc1: sdhci: Present:   0x01f70000 | Host ctl: 0x0000001f
[   21.595939] mmc1: sdhci: Power:     0x0000000f | Blk gap:  0x00000080
[   21.602359] mmc1: sdhci: Wake-up:   0x00000000 | Clock:    0x00000207
[   21.608778] mmc1: sdhci: Timeout:   0x00000000 | Int stat: 0x00000002
[   21.615198] mmc1: sdhci: Int enab:  0x03ff008b | Sig enab: 0x03ff008b
[   21.621618] mmc1: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000001
[   21.628038] mmc1: sdhci: Caps:      0x3fe8c801 | Caps_1:   0x18002407
[   21.634458] mmc1: sdhci: Cmd:       0x0000123a | Max curr: 0x00000000
[   21.640878] mmc1: sdhci: Resp[0]:   0x00000900 | Resp[1]:  0x00edc87f
[   21.647298] mmc1: sdhci: Resp[2]:   0x325b5900 | Resp[3]:  0x00000900
[   21.653719] mmc1: sdhci: Host ctl2: 0x0000000c
[   21.658147] mmc1: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x00000008a44b020c
[   21.665261] mmc1: sdhci: ============================================
[   21.846466] ti-sci 44083000.dmsc: Mbox timedout in resp(caller: ti_sci_cmd_get_device_exclusive+0x18/0x28)
[   21.856104] ti-sci 44083000.dmsc: Mbox send fail -110
[   32.546453] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[   32.552539] rcu:     0-...!: (0 ticks this GP) idle=26e/1/0x4000000000000000 softirq=3367/3367 fqs=0
[   32.561476]  (detected by 1, t=5252 jiffies, g=957, q=9042)
[   32.567030] Task dump for CPU 0:
[   32.570244] task:systemd-udevd   state:R  running task     stack:    0 pid:  197 ppid:   185 flags:0x0000002a
[   32.580138] Call trace:
[   32.582582]  __switch_to+0x100/0x160
[   32.586144]  0xffff000824e6b600
[   32.589273] rcu: rcu_preempt kthread starved for 5252 jiffies! g957 f0x0 RCU_GP_WAIT_FQS(5) ->state=0x402 ->cpu=0
[   32.599506] rcu:     Unless rcu_preempt kthread gets sufficient CPU time, OOM is now expected behavior.
[   32.608613] rcu: RCU grace-period kthread stack dump:
[   32.613646] task:rcu_preempt     state:I stack:    0 pid:   11 ppid:     2 flags:0x00000028
[   32.621975] Call trace:
[   32.624409]  __switch_to+0x100/0x160
[   32.627974]  __schedule+0x32c/0x710
[   32.631448]  schedule+0x70/0x108
[   32.634663]  schedule_timeout+0x178/0x280
[   32.638660]  rcu_gp_kthread+0x4a0/0xa10
[   32.642482]  kthread+0x140/0x160
[   32.645696]  ret_from_fork+0x10/0x34

tispl.bin:

tispl.bin

希望Ti的工程师能给予一些帮助,谢谢。