Other Parts Discussed in Thread: DA8XX,
Tool/software:
I encountered a problem starting rootfs while configuring Falcon mode. Which part should I check or modify?
U-Boot SPL 2021.01-g48e76495-dirty (Jul 30 2025 - 13:19:46 +0800)
SYSFW ABI: 3.1 (firmware rev 0x0008 '8.6.4--v08.06.04 (Chill Capybar')
SPL initial stack usage: 13424 bytes
U-Boot SPL 2021.01-g48e76495-dirty (Aug 01 2025 - 09:11:22 +0800)
SYSFW ABI: 3.1 (firmware rev 0x0008 '8.6.4--v08.06.04 (Chill Capybar')
SPL initial stack usage: 13424 bytes
Trying to boot from MMC2
Authentication passed
Authentication passed
Authentication passed
Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
Starting ATF on ARM64 core...
NOTICE: BL31: v2.8(release):v2.8-226-g2fcd408bb3-dirty
NOTICE: BL31: Built : 05:33:19, Feb 24 2023
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 5.10.168-rt83 (root@ubuntu) (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) #17 SMP PREEMPT_RT Wed Jul 16 16:57:03 CST 2025
[ 0.000000] Machine model: TL62x-EVM
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] [Firmware Bug]: Kernel image misaligned at boot, please fix your bootloader!
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
[ 0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node m4f-dma-memory@9cb00000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
[ 0.000000] OF: reserved mem: initialized node m4f-memory@9cc00000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009da00000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9da00000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009db00000, size 12 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-memory@9db00000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009c7fffff]
[ 0.000000] node 0: [mem 0x000000009c800000-0x000000009e6fffff]
[ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e77ffff]
[ 0.000000] node 0: [mem 0x000000009e780000-0x000000009fffffff]
[ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] On node 0 totalpages: 524288
[ 0.000000] DMA zone: 8192 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 524288 pages, LIFO batch:63
[ 0.000000] cma: Reserved 144 MiB at 0x00000000f4000000
[ 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 18 pages/cpu s36032 r8192 d29504 u73728
[ 0.000000] pcpu-alloc: s36032 r8192 d29504 u73728 alloc=18*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 516096
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 1832952K/2097152K available (11072K kernel code, 1214K rwdata, 4304K rodata, 1792K init, 437K bss, 116744K reserved, 147456K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=4.
[ 0.000000] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.000000] rcu: RCU_SOFTIRQ processing moved to rcuc kthreads.
[ 0.000000] No expedited grace period (rcu_normal_after_boot).
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 256 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:0x0000000001880000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @81c00000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000081440000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000081450000
[ 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.000000] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.008521] Console: colour dummy device 80x25
[ 0.013117] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
[ 0.023799] pid_max: default: 32768 minimum: 301
[ 0.028623] LSM: Security Framework initializing
[ 0.033422] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.041005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[ 0.051065] rcu: Hierarchical SRCU implementation.
[ 0.056497] Platform MSI: msi-controller@1820000 domain created
[ 0.062852] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.072129] EFI services will not be available.
[ 0.077063] smp: Bringing up secondary CPUs ...
[ 0.082519] Detected VIPT I-cache on CPU1
[ 0.086657] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.093694] GICv3: CPU1: using allocated LPI pending table @0x0000000081460000
[ 0.101129] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.108705] Detected VIPT I-cache on CPU2
[ 0.112831] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[ 0.119866] GICv3: CPU2: using allocated LPI pending table @0x0000000081470000
[ 0.127284] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.134781] Detected VIPT I-cache on CPU3
[ 0.138902] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[ 0.145936] GICv3: CPU3: using allocated LPI pending table @0x0000000081480000
[ 0.153351] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.160123] smp: Brought up 1 node, 4 CPUs
[ 0.164329] SMP: Total of 4 processors activated.
[ 0.169149] CPU features: detected: 32-bit EL0 Support
[ 0.174413] CPU features: detected: CRC32 instructions
[ 0.186941] CPU: All CPU(s) started at EL2
[ 0.191148] alternatives: patching kernel code
[ 0.196973] devtmpfs: initialized
[ 0.208024] KASLR disabled due to lack of seed
[ 0.212780] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.222758] futex hash table entries: 1024 (order: 5, 131072 bytes, linear)
[ 0.234373] pinctrl core: initialized pinctrl subsystem
[ 0.240443] DMI not present or invalid.
[ 0.245085] NET: Registered protocol family 16
[ 0.251679] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
[ 0.259042] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.267147] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.275958] thermal_sys: Registered thermal governor 'step_wise'
[ 0.276538] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.289723] ASID allocator initialised with 32768 entries
[ 0.323207] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.330117] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.336997] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.343860] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.351766] cryptd: max_cpu_qlen set to 1000
[ 0.359461] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
[ 0.368675] vcc_5v0: supplied by vmain_pd
[ 0.373233] vcc_3v3_sys: supplied by vmain_pd
[ 0.378148] vdd_mmc1: supplied by vcc_3v3_sys
[ 0.382973] vcc_1v8: supplied by vcc_3v3_sys
[ 0.388487] iommu: Default domain type: Translated
[ 0.393877] SCSI subsystem initialized
[ 0.398204] mc: Linux media interface: v0.10
[ 0.402596] videodev: Linux video capture interface: v2.00
[ 0.408282] pps_core: LinuxPPS API ver. 1 registered
[ 0.413358] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.422708] PTP clock support registered
[ 0.426746] EDAC MC: Ver: 3.0.0
[ 0.430708] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fc9100
[ 0.437934] FPGA manager framework
[ 0.441519] Advanced Linux Sound Architecture Driver Initialized.
[ 0.448686] clocksource: Switched to clocksource arch_sys_counter
[ 0.455182] VFS: Disk quotas dquot_6.6.0
[ 0.459258] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.472538] NET: Registered protocol family 2
[ 0.477302] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.486130] tcp_listen_portaddr_hash hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.494952] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.503207] TCP bind hash table entries: 16384 (order: 7, 917504 bytes, linear)
[ 0.511609] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.518748] UDP hash table entries: 1024 (order: 5, 131072 bytes, linear)
[ 0.525871] UDP-Lite hash table entries: 1024 (order: 5, 131072 bytes, linear)
[ 0.533721] NET: Registered protocol family 1
[ 0.538815] RPC: Registered named UNIX socket transport module.
[ 0.544881] RPC: Registered udp transport module.
[ 0.549690] RPC: Registered tcp transport module.
[ 0.554499] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.561091] NET: Registered protocol family 44
[ 0.565667] PCI: CLS 0 bytes, default 64
[ 0.570535] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.583148] Initialise system trusted keyrings
[ 0.587967] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[ 0.599409] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.606133] NFS: Registering the id_resolver key type
[ 0.611395] Key type id_resolver registered
[ 0.615679] Key type id_legacy registered
[ 0.619857] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.626713] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.634500] 9p: Installing v9fs 9p2000 file system support
[ 0.674631] Key type asymmetric registered
[ 0.678859] Asymmetric key parser 'x509' registered
[ 0.683907] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 0.691482] io scheduler mq-deadline registered
[ 0.696139] io scheduler kyber registered
[ 0.702756] pinctrl-single 4084000.pinctrl: 34 pins, size 136
[ 0.709236] pinctrl-single f4000.pinctrl: 171 pins, size 684
[ 0.716155] pinctrl-single a40000.timesync-router: 512 pins, size 2048
[ 0.731628] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 0.745771] pinctrl-single f4000.pinctrl: pin PIN65 already requested by f4000.pinctrl; cannot claim for 30200000.dss
[ 0.756690] pinctrl-single f4000.pinctrl: pin-65 (30200000.dss) status -22
[ 0.763726] pinctrl-single f4000.pinctrl: could not request pin 65 (PIN65) from group main-dss0-pins-default on device pinctrl-single
[ 0.776092] tidss 30200000.dss: Error applying setting, reverse things back
[ 0.783224] tidss: probe of 30200000.dss failed with error -22
[ 0.797615] brd: module loaded
[ 0.810154] loop: module loaded
[ 0.814387] megasas: 07.714.04.00-rc1
[ 0.822743] tun: Universal TUN/TAP device driver, 1.6
[ 0.828605] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.835059] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.841206] sky2: driver version 1.30
[ 0.846136] VFIO - User Level meta-driver version: 0.3
[ 0.852451] i2c /dev entries driver
[ 0.858060] sdhci: Secure Digital Host Controller Interface driver
[ 0.864409] sdhci: Copyright(c) Pierre Ossman
[ 0.869242] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.876670] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.885111] optee: probing for conduit method.
[ 0.889726] optee: revision 3.20 (8e74d476)
[ 0.890058] optee: dynamic shared memory is enabled
[ 0.899572] optee: initialized driver
[ 0.905653] NET: Registered protocol family 17
[ 0.910404] 9pnet: Installing 9P2000 support
[ 0.914888] Key type dns_resolver registered
[ 0.919613] printk: bootconsole [ns16550a0]: printing thread started
[ 0.919667] Loading compiled-in X.509 certificates
[ 0.934173] ti-sci 44043000.system-controller: lpm region is required for suspend but not provided.
[ 0.934264] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0008 '8.6.4--v08.06.04 (Chill Capybar')
[ 0.998893] davinci-mcasp 2b00000.mcasp: IRQ common not found
[ 1.001785] omap-gpmc 3b000000.memory-controller: GPMC revision 6.0
[ 1.001803] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
[ 1.003119] physmap-flash 50000000.nor: physmap platform flash device: [mem 0x50000000-0x50ffffff]
[ 1.003202] physmap-flash 50000000.nor: map_probe failed
[ 1.016752] bq32k: probe of 0-0068 failed with error -5
[ 1.016829] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.038430] printk: console [ttyS2]: printing thread started
[ 1.018238] omap_i2c 20020000.i2c: bus 1 rev0.12 at 400 kHz
[ 1.038448] printk: console [ttyS2] enabled
[ 1.038452] printk: bootconsole [ns16550a0] disabled
[ 1.055504] printk: bootconsole [ns16550a0]: printing thread stopped
[ 1.056965] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 30, base_baud = 3000000) is a 8250
[ 1.058153] omap8250 2820000.serial: unable to register 8250 port
[ 1.058170] omap8250 2820000.serial: PM domain pd:153 will not be powered off
[ 1.059271] omap8250 2840000.serial: unable to register 8250 port
[ 1.060365] omap8250 2850000.serial: unable to register 8250 port
[ 1.061360] 2860000.serial: ttyS7 at MMIO 0x2860000 (irq = 34, base_baud = 3000000) is a 8250
[ 1.072331] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
[ 1.072744] mdio_bus 8000f00.mdio: mii_bus 8000f00.mdio couldn't get reset GPIO
[ 1.073137] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
[ 1.073442] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
[ 1.073452] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
[ 1.073458] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
[ 1.074125] pps pps0: new PPS source ptp0
[ 1.074419] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
[ 1.081650] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[ 1.086018] rtc-ti-k3 2b1f0000.rtc: registered as rtc1
[ 1.191243] mmc0: CQHCI version 5.10
[ 1.191275] mmc1: CQHCI version 5.10
[ 1.191604] davinci-mcasp 2b00000.mcasp: IRQ common not found
[ 1.206356] 2820000.serial: ttyS4 at MMIO 0x2820000 (irq = 31, base_baud = 3000000) is a 8250
[ 1.207507] 2840000.serial: ttyS5 at MMIO 0x2840000 (irq = 32, base_baud = 3000000) is a 8250
[ 1.208470] 2850000.serial: ttyS6 at MMIO 0x2850000 (irq = 33, base_baud = 3000000) is a 8250
[ 1.210373] ------------[ cut here ]------------
[ 1.210384] /bus@f0000/spi@20100000/fpga@0: buggy DT: spidev listed directly in DT
[ 1.210448] WARNING: CPU: 2 PID: 82 at drivers/spi/spidev.c:749 spidev_probe+0x128/0x210
[ 1.210469] Modules linked in:
[ 1.210480] CPU: 2 PID: 82 Comm: kworker/2:2 Not tainted 5.10.168-rt83 #17
[ 1.210486] Hardware name: TL62x-EVM (DT)
[ 1.210494] Workqueue: events deferred_probe_work_func
[ 1.210507] pstate: 40000005 (nZcv daif -PAN -UAO -TCO BTYPE=--)
[ 1.210514] pc : spidev_probe+0x128/0x210
[ 1.210519] lr : spidev_probe+0x128/0x210
[ 1.210524] sp : ffff800011733780
[ 1.210527] x29: ffff800011733780 x28: ffff800010ea5a18
[ 1.210533] x27: 0000000000000001 x26: ffff0000035eaa80
[ 1.210538] x25: ffff80001123fc80 x24: 000000000000002f
[ 1.210544] x23: ffff80001124bc00 x22: 0000000000000000
[ 1.210550] x21: ffff0000035b3800 x20: ffff0000035b3800
[ 1.210555] x19: 0000000000000000 x18: 0000000000000001
[ 1.210560] x17: 0000000000000000 x16: 0000000034a41ba2
[ 1.210566] x15: ffff000002561e00 x14: ffffffffffffffff
[ 1.210571] x13: ffff00000178908a x12: ffff8000111820e0
[ 1.210577] x11: 0000000000000010 x10: ffff800011187908
[ 1.210582] x9 : 00000000fffffffe x8 : 6920796c74636572
[ 1.210587] x7 : 6964206465747369 x6 : ffff8000117335d0
[ 1.210593] x5 : 00000000fffff100 x4 : ffff80001129ab48
[ 1.210599] x3 : ffff800010673ed0 x2 : 0000000100000000
[ 1.210604] x1 : fbb8159aa4390900 x0 : 0000000000000000
[ 1.210610] Call trace:
[ 1.210613] spidev_probe+0x128/0x210
[ 1.210618] spi_drv_probe+0x84/0xe8
[ 1.210627] really_probe+0xec/0x400
[ 1.210633] driver_probe_device+0x58/0xb8
[ 1.210640] __device_attach_driver+0xb8/0xe0
[ 1.210646] bus_for_each_drv+0x78/0xc8
[ 1.210653] __device_attach+0xf8/0x188
[ 1.210659] device_initial_probe+0x14/0x20
[ 1.210665] bus_probe_device+0x9c/0xa8
[ 1.210670] device_add+0x350/0x728
[ 1.210676] spi_add_device+0xc0/0x1a0
[ 1.210680] of_register_spi_device+0x210/0x398
[ 1.210686] spi_register_controller+0x4f0/0x860
[ 1.210691] devm_spi_register_controller+0x44/0xa0
[ 1.210696] omap2_mcspi_probe+0x450/0x548
[ 1.210703] platform_drv_probe+0x54/0xa8
[ 1.210712] really_probe+0xec/0x400
[ 1.210718] driver_probe_device+0x58/0xb8
[ 1.210724] __device_attach_driver+0xb8/0xe0
[ 1.210730] bus_for_each_drv+0x78/0xc8
[ 1.210736] __device_attach+0xf8/0x188
[ 1.210742] device_initial_probe+0x14/0x20
[ 1.210748] bus_probe_device+0x9c/0xa8
[ 1.210754] deferred_probe_work_func+0x88/0xc0
[ 1.210760] process_one_work+0x1a0/0x348
[ 1.210772] worker_thread+0x1f8/0x440
[ 1.210778] kthread+0x174/0x198
[ 1.210786] ret_from_fork+0x10/0x30
[ 1.210796] ---[ end trace 0000000000000002 ]---
[ 1.233086] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[ 1.244738] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[ 1.269354] mmc1: new high speed SDHC card at address aaaa
[ 1.270165] mmcblk1: mmc1:aaaa SK32G 29.7 GiB
[ 1.272171] mmcblk1: p1 p2 p3
[ 1.511458] mmc0: Command Queue Engine enabled
[ 1.511481] mmc0: new HS200 MMC card at address 0001
[ 1.512127] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
[ 1.512224] mmcblk0: mmc0:0001 S0311D 7.20 GiB
[ 1.512452] mmcblk0boot0: mmc0:0001 S0311D partition 1 4.00 MiB
[ 1.512671] mmcblk0boot1: mmc0:0001 S0311D partition 2 4.00 MiB
[ 1.512919] mmcblk0rpmb: mmc0:0001 S0311D partition 3 4.00 MiB, chardev (237:0)
[ 1.516745] mmcblk0: p1 p2
[ 1.546706] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.549109] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
[ 1.549123] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
[ 1.551638] debugfs: Directory 'pd:53' with parent 'pm_genpd' already present!
1.551905] debugfs: Directory 'pd:52' with parent 'pm_genpd' already present!
[ 1.551946] debugfs: Directory 'pd:51' with parent 'pm_genpd' already present!
[ 1.552351] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[ 1.555633] input: poweroff-signal as /devices/platform/poweroff-signal/input/input0
[ 1.556638] input: gpio-keys as /devices/platform/gpio-keys/input/input1
[ 1.567425] ALSA device list:
[ 1.567436] No soundcards found.
[ 1.603824] VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6
[ 1.603835] Please append a correct "root=" boot option; here are the available partitions:
[ 1.603844] 0100 4096 ram0
[ 1.603848] (driver?)
[ 1.603854] 0101 4096 ram1
[ 1.603857] (driver?)
[ 1.603862] 0102 4096 ram2
[ 1.603865] (driver?)
[ 1.603871] 0103 4096 ram3
[ 1.603873] (driver?)
[ 1.603879] 0104 4096 ram4
[ 1.603881] (driver?)
[ 1.603887] 0105 4096 ram5
[ 1.603890] (driver?)
[ 1.603895] 0106 4096 ram6
[ 1.603898] (driver?)
[ 1.603903] 0107 4096 ram7
[ 1.603906] (driver?)
[ 1.603911] 0108 4096 ram8
[ 1.603914] (driver?)
[ 1.603919] 0109 4096 ram9
[ 1.603922] (driver?)
[ 1.603927] 010a 4096 ram10
[ 1.603930] (driver?)
[ 1.603935] 010b 4096 ram11
[ 1.603938] (driver?)
[ 1.603943] 010c 4096 ram12
[ 1.603946] (driver?)
[ 1.603951] 010d 4096 ram13
[ 1.603954] (driver?)
[ 1.603959] 010e 4096 ram14
[ 1.603963] (driver?)
[ 1.603967] 010f 4096 ram15
[ 1.603970] (driver?)
[ 1.603986] b300 31166976 mmcblk1
[ 1.603990] driver: mmcblk
[ 1.603995] b301 6232064 mmcblk1p1 f44a8bcf-01
[ 1.603998]
[ 1.604002] b302 12466176 mmcblk1p2 f44a8bcf-02
[ 1.604006]
[ 1.604009] b303 12451840 mmcblk1p3 f44a8bcf-03
[ 1.604013]
[ 1.604021] b320 7553024 mmcblk0
[ 1.604024] driver: mmcblk
[ 1.604028] b321 131072 mmcblk0p1 4f23fd31-01
[ 1.604032]
[ 1.604035] b322 2966528 mmcblk0p2 4f23fd31-02
[ 1.604039]
[ 1.604045] Kernel panic - not syncing:
[ 1.604047] VFS: Unable to mount root fs on unknown-block(0,0)
[ 1.604053] CPU: 2 PID: 1 Comm: swapper/0 Tainted: G W 5.10.168-rt83 #17
[ 1.604059] Hardware name: TL62x-EVM (DT)
[ 1.604063] Call trace:
[ 1.604066] dump_backtrace+0x0/0x1b0
[ 1.604084] show_stack+0x18/0x38
[ 1.604092] dump_stack+0xe8/0x124
[ 1.604100] panic+0xdc/0x388
[ 1.604109] mount_block_root+0x1c4/0x254
[ 1.604119] mount_root+0x10c/0x140
[ 1.604124] prepare_namespace+0x130/0x170
[ 1.604130] kernel_init_freeable+0x26c/0x298
[ 1.604136] kernel_init+0x14/0x114
[ 1.604142] ret_from_fork+0x10/0x30
[ 1.904265] SMP: stopping secondary CPUs
[ 1.908189] Kernel Offset: 0x80000 from 0xffff800010000000
[ 1.913660] PHYS_OFFSET: 0x80000000
[ 1.917135] CPU features: 0x00040002,2080200c
[ 1.921480] Memory Limit: none
[ 1.924530] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) ]---
CONFIG_ARM=y CONFIG_ARCH_K3=y CONFIG_TI_SECURE_DEVICE=y CONFIG_TI_COMMON_CMD_OPTIONS=y CONFIG_SPL_GPIO_SUPPORT=y CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SYS_MALLOC_F_LEN=0x8000 CONFIG_NR_DRAM_BANKS=2 CONFIG_SOC_K3_AM625=y CONFIG_K3_ATF_LOAD_ADDR=0x9e780000 CONFIG_TARGET_AM625_A53_EVM=y CONFIG_ENV_SIZE=0x20000 CONFIG_ENV_OFFSET=0x380000 CONFIG_SYS_SPI_U_BOOT_OFFS=0x180000 CONFIG_DM_GPIO=y CONFIG_SPL_DM_SPI=y CONFIG_SPL_TEXT_BASE=0x80080000 CONFIG_SPL_MMC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_DRIVERS_MISC_SUPPORT=y CONFIG_SPL_STACK_R_ADDR=0x82000000 CONFIG_SPL_FS_FAT=y CONFIG_SPL_LIBDISK_SUPPORT=y CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y CONFIG_DEFAULT_DEVICE_TREE="k3-am625-sk" CONFIG_DISTRO_DEFAULTS=y # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_FIT_IMAGE_POST_PROCESS=y CONFIG_SPL_LOAD_FIT=y CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000 CONFIG_SPL_LOAD_FIT_APPLY_OVERLAY=y CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y CONFIG_BOARD_LATE_INIT=y CONFIG_MISC_INIT_R=y CONFIG_SPL_BOARD_INIT=y CONFIG_AVB_VERIFY=y CONFIG_ANDROID_AB=y CONFIG_SPL_SYS_MALLOC_SIMPLE=y CONFIG_SPL_STACK_R=y CONFIG_SPL_SEPARATE_BSS=y CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0xc00 CONFIG_SPL_DMA=y CONFIG_SPL_ETH_SUPPORT=y CONFIG_SPL_ENV_SUPPORT=y CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_DM_MAILBOX=y CONFIG_SPL_DM_SPI_FLASH=y CONFIG_SPL_NET_SUPPORT=y CONFIG_SPL_NET_VCI_STRING="AM62X U-Boot A53 SPL" CONFIG_SPL_POWER_SUPPORT=y CONFIG_SPL_POWER_DOMAIN=y CONFIG_SPL_RAM_SUPPORT=y CONFIG_SPL_RAM_DEVICE=y # CONFIG_SPL_SPI_FLASH_TINY is not set CONFIG_SPL_SPI_FLASH_SFDP_SUPPORT=y CONFIG_SPL_SPI_LOAD=y CONFIG_SPL_THERMAL=y CONFIG_SPL_USB_GADGET=y CONFIG_SPL_DFU=y CONFIG_SPL_YMODEM_SUPPORT=y # CONFIG_CMD_BOOTZ is not set CONFIG_CMD_ADTIMG=y CONFIG_CMD_ABOOTIMG=y # CONFIG_CMD_EEPROM is not set CONFIG_CMD_BCB=y CONFIG_CMD_DM=y # CONFIG_CMD_GPIO is not set # CONFIG_CMD_SPI is not set CONFIG_CMD_AB_SELECT=y CONFIG_CMD_DDRSS=y # CONFIG_CMD_REGULATOR is not set # CONFIG_CMD_EXT4_WRITE is not set CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_AVB=y CONFIG_CMD_REMOTEPROC=y CONFIG_CMD_USB_MASS_STORAGE=y CONFIG_OF_CONTROL=y CONFIG_SPL_OF_CONTROL=y CONFIG_MULTI_DTB_FIT=y CONFIG_SPL_MULTI_DTB_FIT=y CONFIG_SPL_MULTI_DTB_FIT_NO_COMPRESSION=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_DM=y CONFIG_SPL_DM=y CONFIG_SPL_DM_SEQ_ALIAS=y CONFIG_REGMAP=y CONFIG_SPL_REGMAP=y CONFIG_SYSCON=y CONFIG_SPL_SYSCON=y CONFIG_SPL_OF_TRANSLATE=y CONFIG_CLK=y CONFIG_SPL_CLK=y CONFIG_CLK_TI_SCI=y CONFIG_DFU_MMC=y CONFIG_DFU_RAM=y CONFIG_DFU_SF=y CONFIG_DFU_MTD=y CONFIG_SYS_DFU_DATA_BUF_SIZE=0x40000 CONFIG_SYS_DFU_MAX_FILE_SIZE=0x800000 CONFIG_DMA_CHANNELS=y CONFIG_TI_K3_NAVSS_UDMA=y CONFIG_USB_FUNCTION_FASTBOOT=y CONFIG_FASTBOOT_BUF_ADDR=0xC0000000 CONFIG_FASTBOOT_BUF_SIZE=0x2F000000 CONFIG_FASTBOOT_FLASH=y CONFIG_FASTBOOT_FLASH_MMC_DEV=0 CONFIG_FASTBOOT_CMD_OEM_FORMAT=y CONFIG_TI_SCI_PROTOCOL=y CONFIG_DA8XX_GPIO=y CONFIG_DM_PCA953X=y CONFIG_SPL_DM_PCA953X=y CONFIG_DM_I2C=y CONFIG_DM_I2C_GPIO=y CONFIG_SYS_I2C_OMAP24XX=y CONFIG_DM_MAILBOX=y CONFIG_K3_SEC_PROXY=y CONFIG_DM_MMC=y CONFIG_SUPPORT_EMMC_BOOT=y #CONFIG_MMC_IO_VOLTAGE is not set #CONFIG_SPL_MMC_IO_VOLTAGE is not set CONFIG_MMC_UHS_SUPPORT=y CONFIG_SPL_MMC_UHS_SUPPORT=y CONFIG_MMC_HS200_SUPPORT=y CONFIG_SPL_MMC_HS200_SUPPORT=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_ADMA=y CONFIG_SPL_MMC_SDHCI_ADMA=y CONFIG_MMC_SDHCI_AM654=y CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH_SFDP_SUPPORT=y CONFIG_SPI_FLASH_SOFT_RESET=y CONFIG_SPI_FLASH_SOFT_RESET_ON_BOOT=y CONFIG_SPI_FLASH_GIGADEVICE=y CONFIG_SPI_FLASH_SPANSION=y CONFIG_SPI_FLASH_S28HS512T=y CONFIG_SPI_FLASH_STMICRO=y CONFIG_SPI_FLASH_MT35XU=y CONFIG_PHY_TI_DP83867=y CONFIG_PHY_FIXED=y CONFIG_DM_ETH=y CONFIG_TI_AM65_CPSW_NUSS=y CONFIG_PINCTRL=y CONFIG_SPL_PINCTRL=y CONFIG_PINCTRL_SINGLE=y CONFIG_POWER_DOMAIN=y CONFIG_TI_SCI_POWER_DOMAIN=y #CONFIG_DM_REGULATOR is not set #CONFIG_SPL_DM_REGULATOR is not set CONFIG_DM_REGULATOR_FIXED=y CONFIG_SPL_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y CONFIG_SPL_DM_REGULATOR_GPIO=y CONFIG_K3_SYSTEM_CONTROLLER=y CONFIG_REMOTEPROC_TI_K3_ARM64=y CONFIG_REMOTEPROC_TI_K3_M4F=y CONFIG_DM_RESET=y CONFIG_RESET_TI_SCI=y CONFIG_DM_SERIAL=y CONFIG_SOC_DEVICE=y CONFIG_SOC_DEVICE_TI_K3=y CONFIG_SOC_TI=y CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_CADENCE_QSPI=y CONFIG_CADENCE_QSPI_PHY=y CONFIG_SYSRESET=y CONFIG_SPL_SYSRESET=y CONFIG_SYSRESET_TI_SCI=y CONFIG_DM_THERMAL=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_DM_USB_GADGET=y CONFIG_SPL_DM_USB_GADGET=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_DWC3=y CONFIG_USB_DWC3_GENERIC=y CONFIG_USB_DWC3_AM62=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_MANUFACTURER="Texas Instruments" CONFIG_USB_GADGET_VENDOR_NUM=0x0451 CONFIG_USB_GADGET_PRODUCT_NUM=0x6165 CONFIG_USB_FUNCTION_MASS_STORAGE=y CONFIG_FS_FAT_MAX_CLUSTSIZE=16384 CONFIG_LIBAVB=y CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_LOGLEVEL=4 CONFIG_SPL_LOGLEVEL=4 CONFIG_TPL_LOGLEVEL=4 CONFIG_BOOTDELAY=0 CONFIG_USE_BOOTARGS=y #CONFIG_BOOTARGS="console=ttyS3,115200n8 earlycon=ns16550a,isolcpus=1-3,mmio32,0x02800000 root=PARTUUID=62a305e6-02 rw rootfstype=ext4 rootwait " #CONFIG_OVERLAYS="tl62x-evm-devmem-rw.dtbo"