TDA4VE-Q1: ubi0 error and kernel panic will occur when compatible is "cdns,qspi-nor","ti,am654-ospi" in spi@47040000 node in sdk10.00.00.08

Part Number: TDA4VE-Q1

Tool/software:

Hello,

     We are upgrading sdk from sdk9.02 to sdk10, we met a ubi0 error  when mounting ubi rootfs, and we found that when compatible is "ti,am654-ospi","cdns,qspi-nor", that is we swap the position of "ti,am654-ospi" and

"cdns,qspi-nor", the ubi0 error will not occur. We want to know the reason of it, thanks.

ubi0 error:

ospi0 dts configuration:

ospi0: spi@47040000 {
compatible = "ti,am654-ospi","cdns,qspi-nor";
reg = <0x00 0x47040000 0x00 0x100>,
<0x05 0x00000000 0x01 0x00000000>;
interrupts = <GIC_SPI 840 IRQ_TYPE_LEVEL_HIGH>;
cdns,fifo-depth = <256>;
cdns,fifo-width = <4>;
cdns,trigger-address = <0x0>;
clocks = <&k3_clks 109 5>;
assigned-clocks = <&k3_clks 109 5>;
assigned-clock-parents = <&k3_clks 109 7>;
assigned-clock-rates = <166666666>;
power-domains = <&k3_pds 109 TI_SCI_PD_EXCLUSIVE>;
#address-cells = <1>;
#size-cells = <0>;

status = "okay"; /* Needs pinmux */

};

  • ubi0 error.txt
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 6.6.32 (gwang16@wuh7-w50662.vnet.valeo.com) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #2 SMP PREEMPT Mon Nov  4 13:57:19 CST 2024
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments J721S2 EVM
    [    0.000000] efi: UEFI not found.
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    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] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a0000000
    [    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] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a0100000
    [    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] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a1000000
    [    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] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a1100000
    [    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] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a2000000
    [    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] OF: reserved mem: 0x00000000a2100000..0x00000000a3ffffff (31744 KiB) nomap non-reusable vision-apps-r5f-memory@a2100000
    [    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] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a4000000
    [    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] OF: reserved mem: 0x00000000a4100000..0x00000000a5ffffff (31744 KiB) nomap non-reusable vision-apps-r5f-memory@a4100000
    [    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] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a6000000
    [    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] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a6100000
    [    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] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a7000000
    [    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] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a7100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@a8000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a8000000..0x00000000a80fffff (1024 KiB) nomap non-reusable vision-apps-c71-dma-memory@a8000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 95 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_0-memory@a8100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a8100000..0x00000000adffffff (97280 KiB) nomap non-reusable vision-apps-c71_0-memory@a8100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ae000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-dma-memory@ae000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000ae000000..0x00000000ae0fffff (1024 KiB) nomap non-reusable vision-apps-c71_1-dma-memory@ae000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ae100000, size 31 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-memory@ae100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000ae100000..0x00000000afffffff (31744 KiB) nomap non-reusable vision-apps-c71_1-memory@ae100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b0000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-rtos-ipc-memory-region@b0000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b0000000..0x00000000b1ffffff (32768 KiB) nomap non-reusable vision-apps-rtos-ipc-memory-region@b0000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b2000000, size 106 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@b2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b2000000..0x00000000b89fffff (108544 KiB) nomap non-reusable vision-apps-dma-memory@b2000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b8a00000, size 64 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-lo@b8a00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b8a00000..0x00000000bc9fffff (65536 KiB) nomap non-reusable vision-apps-core-heap-memory-lo@b8a00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000880000000, size 704 MiB
    [    0.000000] OF: reserved mem: initialized node c7x_ddr_heaps_hi-apps-core-heap-memory-hi@880000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x0000000880000000..0x00000008abffffff (720896 KiB) nomap non-reusable c7x_ddr_heaps_hi-apps-core-heap-memory-hi@880000000
    [    0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout
    [    0.000000] OF: reserved mem: 0x00000008c0000000..0x00000008dfffffff (524288 KiB) map non-reusable vision_apps_shared-memories
    [    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-0x00000000bc9fffff]
    [    0.000000]   node   0: [mem 0x00000000bca00000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008abffffff]
    [    0.000000]   node   0: [mem 0x00000008ac000000-0x00000008ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
    [    0.000000] cma: Reserved 32 MiB at 0x00000000fe000000 on node -1
    [    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.4
    [    0.000000] percpu: Embedded 20 pages/cpu s42920 r8192 d30808 u81920
    [    0.000000] Detected PIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: Spectre-v3a
    [    0.000000] CPU features: detected: Spectre-BHB
    [    0.000000] CPU features: detected: ARM erratum 1742098
    [    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=serial2
    [    0.000000]
    [    0.000000]   mtdparts=spi-nand0:512k(ospi_nand.tiboot3),512k(ospi_nand.sysfw),10m(ospi_nand.mcu1_0),768k(ospi_nand.atf),20m(ospi_nand.kernel),1m(ospi_nand.dtb),24320k(ospi_nand.lateapp1),256k(ospi_nand.caldata_merge),39m(ospi_nand.lateapp2),32m(ospi_nand.rootfs),256k(ospi_nand.phypattern)
    [    0.000000]   ospi_nand.rootfs
    [    0.000000]   ubi.mtd=ospi_nand.rootfs root=ubi0:rootfs rw rootfstype=ubifs rootwait loglevel=7
    [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032192
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 2.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fa000000-0x00000000fe000000] (64MB)
    [    0.000000] Memory: 2257816K/4194304K available (12032K kernel code, 1250K rwdata, 4036K rodata, 2432K init, 502K bss, 1903720K reserved, 32768K 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]  Tracing 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] Root IRQ handler: gic_handle_irq
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    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: Devices Table too large, reduce ids 20->19
    [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @8ac800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x00000008ac040000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008ac050000
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000215] Console: colour dummy device 80x25
    [    0.000247] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.000254] pid_max: default: 32768 minimum: 301
    [    0.000296] LSM: initializing lsm=capability,integrity
    [    0.000355] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.000367] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.001271] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
    [    0.001311] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
    [    0.001421] rcu: Hierarchical SRCU implementation.
    [    0.001424] rcu:     Max phase no-delay instances is 1000.
    [    0.001606] Platform MSI: msi-controller@1820000 domain created
    [    0.001756] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.001911] EFI services will not be available.
    [    0.002027] smp: Bringing up secondary CPUs ...
    [    0.016468] Detected PIPT I-cache on CPU1
    [    0.016515] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.016528] GICv3: CPU1: using allocated LPI pending table @0x00000008ac060000
    [    0.016561] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.016622] smp: Brought up 1 node, 2 CPUs
    [    0.016627] SMP: Total of 2 processors activated.
    [    0.016630] CPU features: detected: 32-bit EL0 Support
    [    0.016633] CPU features: detected: CRC32 instructions
    [    0.016668] CPU: All CPU(s) started at EL2
    [    0.016670] alternatives: applying system-wide alternatives
    [    0.017612] devtmpfs: initialized
    [    0.023609] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.023622] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.024178] pinctrl core: initialized pinctrl subsystem
    [    0.024436] DMI not present or invalid.
    [    0.024778] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.025346] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.025463] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.025597] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.025635] audit: initializing netlink subsys (disabled)
    [    0.025735] audit: type=2000 audit(0.024:1): state=initialized audit_enabled=0 res=1
    [    0.025937] thermal_sys: Registered thermal governor 'step_wise'
    [    0.025940] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.025963] cpuidle: using governor menu
    [    0.026042] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.026077] ASID allocator initialised with 65536 entries
    [    0.033920] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
    [    0.035027] Modules: 27664 pages in range for non-PLT usage
    [    0.035032] Modules: 519184 pages in range for PLT usage
    [    0.035478] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.035483] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.035486] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.035488] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.035491] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.035493] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.035495] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.035497] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.036270] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
    [    0.036664] iommu: Default domain type: Translated
    [    0.036668] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.036808] SCSI subsystem initialized
    [    0.037003] usbcore: registered new interface driver usbfs
    [    0.037017] usbcore: registered new interface driver hub
    [    0.037033] usbcore: registered new device driver usb
    [    0.037296] pps_core: LinuxPPS API ver. 1 registered
    [    0.037300] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.037306] PTP clock support registered
    [    0.037413] EDAC MC: Ver: 3.0.0
    [    0.037678] scmi_core: SCMI protocol bus registered
    [    0.037821] FPGA manager framework
    [    0.037863] Advanced Linux Sound Architecture Driver Initialized.
    [    0.038301] vgaarb: loaded
    [    0.038483] clocksource: Switched to clocksource arch_sys_counter
    [    0.038615] VFS: Disk quotas dquot_6.6.0
    [    0.038631] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.041732] Carveout Heap: Exported 512 MiB at 0x00000008c0000000
    [    0.041801] NET: Registered PF_INET protocol family
    [    0.041944] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.043510] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    0.043533] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.043541] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.043649] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
    [    0.044157] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.044246] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.044299] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.044441] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.044778] RPC: Registered named UNIX socket transport module.
    [    0.044782] RPC: Registered udp transport module.
    [    0.044784] RPC: Registered tcp transport module.
    [    0.044786] RPC: Registered tcp-with-tls transport module.
    [    0.044788] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.044793] NET: Registered PF_XDP protocol family
    [    0.044808] PCI: CLS 0 bytes, default 64
    [    0.045484] Initialise system trusted keyrings
    [    0.045605] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [    0.045771] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.045923] NFS: Registering the id_resolver key type
    [    0.045936] Key type id_resolver registered
    [    0.045939] Key type id_legacy registered
    [    0.045950] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.045953] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.059087] Key type asymmetric registered
    [    0.059092] Asymmetric key parser 'x509' registered
    [    0.059128] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.059132] io scheduler mq-deadline registered
    [    0.059135] io scheduler kyber registered
    [    0.059160] io scheduler bfq registered
    [    0.060931] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
    [    0.061049] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
    [    0.061175] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [    0.061398] pinctrl-single 104200.pinctrl: 20 pins, size 80
    [    0.061471] pinctrl-single 104280.pinctrl: 8 pins, size 32
    [    0.061874] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.065441] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.070435] loop: module loaded
    [    0.071052] megasas: 07.725.01.00-rc1
    [    0.072859] tun: Universal TUN/TAP device driver, 1.6
    [    0.073438] VFIO - User Level meta-driver version: 0.3
    [    0.074037] usbcore: registered new interface driver usb-storage
    [    0.074387] i2c_dev: i2c /dev entries driver
    [    0.075049] sdhci: Secure Digital Host Controller Interface driver
    [    0.075052] sdhci: Copyright(c) Pierre Ossman
    [    0.075154] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.075480] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.075642] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.076038] usbcore: registered new interface driver usbhid
    [    0.076041] usbhid: USB HID core driver
    [    0.076844] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    0.077098] optee: probing for conduit method.
    [    0.077117] optee: revision 4.2 (12d7c4ee)
    [    0.093586] optee: dynamic shared memory is enabled
    [    0.094030] random: crng init done
    [    0.094085] optee: initialized driver
    [    0.095070] NET: Registered PF_PACKET protocol family
    [    0.095113] Key type dns_resolver registered
    [    0.098705] registered taskstats version 1
    [    0.098866] Loading compiled-in X.509 certificates
    [    0.105198] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0008 '8.5.2--v08.05.02 (Chill Capybar')
    [    0.169442] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
    [    0.169559] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
    [    0.169667] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
    [    0.169924] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
    [    0.170316] ti-udma 311a0000.dma-controller: Number of rings: 48
    [    0.171321] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
    [    0.172430] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
    [    0.172438] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    0.172441] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    0.174359] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
    [    0.174368] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    0.174371] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    0.174970] printk: console [ttyS2] disabled
    [    0.175151] 2830000.serial: ttyS2 at MMIO 0x2830000 (irq = 226, base_baud = 3000000) is a 8250
    [    0.175192] printk: console [ttyS2] enabled
    [    2.115693] omap8250 2840000.serial: failed to get alias
    [    2.121328] omap8250 2850000.serial: failed to get alias
    [    2.126924] omap8250 2860000.serial: failed to get alias
    [    2.132567] omap8250 2870000.serial: failed to get alias
    [    2.138020] omap8250 2880000.serial: failed to get alias
    [    2.143581] omap8250 2890000.serial: failed to get alias
    [    2.150291] spi spi0.0: setup: ignoring unsupported mode bits 6000
    [    2.156913] spi-nand spi0.0: Winbond SPI NAND was found.
    [    2.162221] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
    [    2.170522] 11 fixed-partitions partitions found on MTD device spi0.0
    [    2.176959] Creating 11 MTD partitions on "spi0.0":
    [    2.181827] 0x000000000000-0x000000080000 : "ospi_nand.tiboot3"
    [    2.188684] 0x000000080000-0x000000100000 : "ospi_nand.sysfw"
    [    2.195211] 0x000000100000-0x000000b00000 : "ospi_nand.mcu1_0"
    [    2.206986] 0x000000b00000-0x000000bc0000 : "ospi_nand.atf"
    [    2.213442] 0x000000bc0000-0x000001fc0000 : "ospi_nand.kernel"
    [    2.230685] 0x000001fc0000-0x0000020c0000 : "ospi_nand.dtb"
    [    2.237278] 0x0000020c0000-0x000003880000 : "ospi_nand.lateapp1"
    [    2.256698] 0x000003880000-0x0000038c0000 : "ospi_nand.caldata_merge"
    [    2.263736] 0x0000038c0000-0x000005fc0000 : "ospi_nand.lateapp2"
    [    2.291509] 0x000005fc0000-0x000007fc0000 : "ospi_nand.rootfs"
    [    2.315292] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
    [    2.322971] davinci_mdio c200f00.mdio: Configuring MDIO in manual mode
    [    2.366486] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.377383] davinci_mdio c200f00.mdio: phy[7]: device c200f00.mdio:07, driver Marvell 88Q2220
    [    2.385923] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    2.398692] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [    2.404952] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [    2.412071] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [    2.418526] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
    [    2.430201] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
    [    2.439555] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    [    2.446518] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    [    2.453521] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    [    2.460530] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    [    2.468004] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
    [    2.478533] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
    [    2.489049] davinci_mdio c200f00.mdio: Configuring MDIO in manual mode
    [    2.534486] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.545344] davinci_mdio c200f00.mdio: phy[7]: device c200f00.mdio:07, driver Marvell 88Q2220
    [    2.553884] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    2.566664] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [    2.572923] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [    2.580042] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [    2.586339] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
    [    2.603233] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82
    [    2.614524] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present!
    [    2.621772] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present!
    [    2.629346] debugfs: Directory 'pd:357' with parent 'pm_genpd' already present!
    [    2.637763] ubi0: attaching mtd9
    [    2.641066] ubi0: scanning is finished
    [    2.644809] ubi0: empty MTD device detected
    [    2.648999] ubi0 error: ubi_early_get_peb: no free eraseblocks
    [    2.654845] ubi0 error: ubi_attach_mtd_dev: failed to attach mtd9, error -28
    [    2.661901] UBI error: cannot attach mtd9
    [    2.666222] clk: Disabling unused clocks
    [    2.679753] ALSA device list:
    [    2.682725]   No soundcards found.
    [    2.686323] VFS: Cannot open root device "ubi0:rootfs" or unknown-block(0,253): error -19
    [    2.694504] Please append a correct "root=" boot option; here are the available partitions:
    [    2.702851] 1f00             512 mtdblock0
    [    2.702857]  (driver?)
    [    2.709376] 1f01             512 mtdblock1
    [    2.709379]  (driver?)
    [    2.715900] 1f02           10240 mtdblock2
    [    2.715903]  (driver?)
    [    2.722420] 1f03             768 mtdblock3
    [    2.722423]  (driver?)
    [    2.728942] 1f04           20480 mtdblock4
    [    2.728945]  (driver?)
    [    2.735465] 1f05            1024 mtdblock5
    [    2.735467]  (driver?)
    [    2.741985] 1f06           24320 mtdblock6
    [    2.741987]  (driver?)
    [    2.748507] 1f07             256 mtdblock7
    [    2.748510]  (driver?)
    [    2.755029] 1f08           39936 mtdblock8
    [    2.755032]  (driver?)
    [    2.761552] 1f09           32768 mtdblock9
    [    2.761554]  (driver?)
    [    2.768074] 1f0a             256 mtdblock10
    [    2.768076]  (driver?)
    [    2.774683] List of all bdev filesystems:
    [    2.778681]  ext3
    [    2.778683]  ext4
    [    2.780596]  ext2
    [    2.782513]  squashfs
    [    2.784428]  vfat
    [    2.786693]
    [    2.790088] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,253)
    [    2.798504] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 6.6.32 #2
    [    2.804407] Hardware name: Texas Instruments J721S2 EVM (DT)
    [    2.810049] Call trace:
    [    2.812484]  dump_backtrace+0x90/0xe8
    [    2.816143]  show_stack+0x18/0x24
    [    2.819447]  dump_stack_lvl+0x48/0x60
    [    2.823100]  dump_stack+0x18/0x24
    [    2.826403]  panic+0x31c/0x378
    [    2.829448]  mount_root_generic+0x250/0x32c
    [    2.833621]  mount_root+0x64/0x2d8
    [    2.837012]  prepare_namespace+0x70/0x2a0
    [    2.841009]  kernel_init_freeable+0x244/0x284
    [    2.845353]  kernel_init+0x24/0x1d8
    [    2.848833]  ret_from_fork+0x10/0x20
    [    2.852397] SMP: stopping secondary CPUs
    [    2.856309] Kernel Offset: disabled
    [    2.859783] CPU features: 0x0,80000200,28020000,1000420b
    [    2.865079] Memory Limit: none
    [    2.868124] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,253) ]---
    
    ubi0 ok.txt
    New password: [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 6.6.32 (gwang16@wuh7-w50662.vnet.valeo.com) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #2 SMP PREEMPT Mon Nov  4 13:57:19 CST 2024
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments J721S2 EVM
    [    0.000000] efi: UEFI not found.
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    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] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a0000000
    [    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] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a0100000
    [    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] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a1000000
    [    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] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a1100000
    [    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] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a2000000
    [    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] OF: reserved mem: 0x00000000a2100000..0x00000000a3ffffff (31744 KiB) nomap non-reusable vision-apps-r5f-memory@a2100000
    [    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] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a4000000
    [    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] OF: reserved mem: 0x00000000a4100000..0x00000000a5ffffff (31744 KiB) nomap non-reusable vision-apps-r5f-memory@a4100000
    [    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] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a6000000
    [    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] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a6100000
    [    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] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable vision-apps-r5f-dma-memory@a7000000
    [    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] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable vision-apps-r5f-memory@a7100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71-dma-memory@a8000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a8000000..0x00000000a80fffff (1024 KiB) nomap non-reusable vision-apps-c71-dma-memory@a8000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 95 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_0-memory@a8100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a8100000..0x00000000adffffff (97280 KiB) nomap non-reusable vision-apps-c71_0-memory@a8100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ae000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-dma-memory@ae000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000ae000000..0x00000000ae0fffff (1024 KiB) nomap non-reusable vision-apps-c71_1-dma-memory@ae000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ae100000, size 31 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-c71_1-memory@ae100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000ae100000..0x00000000afffffff (31744 KiB) nomap non-reusable vision-apps-c71_1-memory@ae100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b0000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-rtos-ipc-memory-region@b0000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b0000000..0x00000000b1ffffff (32768 KiB) nomap non-reusable vision-apps-rtos-ipc-memory-region@b0000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b2000000, size 106 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-dma-memory@b2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b2000000..0x00000000b89fffff (108544 KiB) nomap non-reusable vision-apps-dma-memory@b2000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000b8a00000, size 64 MiB
    [    0.000000] OF: reserved mem: initialized node vision-apps-core-heap-memory-lo@b8a00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000b8a00000..0x00000000bc9fffff (65536 KiB) nomap non-reusable vision-apps-core-heap-memory-lo@b8a00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000880000000, size 704 MiB
    [    0.000000] OF: reserved mem: initialized node c7x_ddr_heaps_hi-apps-core-heap-memory-hi@880000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x0000000880000000..0x00000008abffffff (720896 KiB) nomap non-reusable c7x_ddr_heaps_hi-apps-core-heap-memory-hi@880000000
    [    0.000000] OF: reserved mem: initialized node vision_apps_shared-memories, compatible id dma-heap-carveout
    [    0.000000] OF: reserved mem: 0x00000008c0000000..0x00000008dfffffff (524288 KiB) map non-reusable vision_apps_shared-memories
    [    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-0x00000000bc9fffff]
    [    0.000000]   node   0: [mem 0x00000000bca00000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008abffffff]
    [    0.000000]   node   0: [mem 0x00000008ac000000-0x00000008ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
    [    0.000000] cma: Reserved 32 MiB at 0x00000000fe000000 on node -1
    [    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.4
    [    0.000000] percpu: Embedded 20 pages/cpu s42920 r8192 d30808 u81920
    [    0.000000] Detected PIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: Spectre-v3a
    [    0.000000] CPU features: detected: Spectre-BHB
    [    0.000000] CPU features: detected: ARM erratum 1742098
    [    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=serial2
    [    0.000000]
    [    0.000000]   mtdparts=spi-nand0:512k(ospi_nand.tiboot3),512k(ospi_nand.sysfw),10m(ospi_nand.mcu1_0),768k(ospi_nand.atf),20m(ospi_nand.kernel),1m(ospi_nand.dtb),24320k(ospi_nand.lateapp1),256k(ospi_nand.caldata_merge),39m(ospi_nand.lateapp2),32m(ospi_nand.rootfs),256k(ospi_nand.phypattern)
    [    0.000000]   ospi_nand.rootfs
    [    0.000000]   ubi.mtd=ospi_nand.rootfs root=ubi0:rootfs rw rootfstype=ubifs rootwait loglevel=7
    [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032192
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 2.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fa000000-0x00000000fe000000] (64MB)
    [    0.000000] Memory: 2257816K/4194304K available (12032K kernel code, 1250K rwdata, 4036K rodata, 2432K init, 502K bss, 1903720K reserved, 32768K 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]  Tracing 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] Root IRQ handler: gic_handle_irq
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    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: Devices Table too large, reduce ids 20->19
    [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @8ac800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x00000008ac040000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008ac050000
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000237] Console: colour dummy device 80x25
    [    0.000271] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.000277] pid_max: default: 32768 minimum: 301
    [    0.000321] LSM: initializing lsm=capability,integrity
    [    0.000379] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.000391] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.001293] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
    [    0.001335] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
    [    0.001449] rcu: Hierarchical SRCU implementation.
    [    0.001451] rcu:     Max phase no-delay instances is 1000.
    [    0.001634] Platform MSI: msi-controller@1820000 domain created
    [    0.001785] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.001937] EFI services will not be available.
    [    0.002050] smp: Bringing up secondary CPUs ...
    [    0.016928] Detected PIPT I-cache on CPU1
    [    0.016974] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.016988] GICv3: CPU1: using allocated LPI pending table @0x00000008ac060000
    [    0.017022] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.017083] smp: Brought up 1 node, 2 CPUs
    [    0.017088] SMP: Total of 2 processors activated.
    [    0.017091] CPU features: detected: 32-bit EL0 Support
    [    0.017094] CPU features: detected: CRC32 instructions
    [    0.017128] CPU: All CPU(s) started at EL2
    [    0.017130] alternatives: applying system-wide alternatives
    [    0.018072] devtmpfs: initialized
    [    0.024083] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.024096] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.024593] pinctrl core: initialized pinctrl subsystem
    [    0.024859] DMI not present or invalid.
    [    0.025193] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.025760] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.025876] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.026010] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.026050] audit: initializing netlink subsys (disabled)
    [    0.026147] audit: type=2000 audit(0.024:1): state=initialized audit_enabled=0 res=1
    [    0.026350] thermal_sys: Registered thermal governor 'step_wise'
    [    0.026353] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.026376] cpuidle: using governor menu
    [    0.026453] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.026484] ASID allocator initialised with 65536 entries
    [    0.034349] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
    [    0.035471] Modules: 27664 pages in range for non-PLT usage
    [    0.035477] Modules: 519184 pages in range for PLT usage
    [    0.035911] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.035915] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.035918] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.035920] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.035922] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.035925] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.035927] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.035929] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.036685] k3-chipinfo 43000014.chipid: Family:J721S2 rev:SR1.0 JTAGID[0x0bb7502f] Detected
    [    0.037379] iommu: Default domain type: Translated
    [    0.037384] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.037554] SCSI subsystem initialized
    [    0.037728] usbcore: registered new interface driver usbfs
    [    0.037743] usbcore: registered new interface driver hub
    [    0.037757] usbcore: registered new device driver usb
    [    0.038010] pps_core: LinuxPPS API ver. 1 registered
    [    0.038012] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.038018] PTP clock support registered
    [    0.038114] EDAC MC: Ver: 3.0.0
    [    0.038362] scmi_core: SCMI protocol bus registered
    [    0.038499] FPGA manager framework
    [    0.038546] Advanced Linux Sound Architecture Driver Initialized.
    [    0.038982] vgaarb: loaded
    [    0.039163] clocksource: Switched to clocksource arch_sys_counter
    [    0.039295] VFS: Disk quotas dquot_6.6.0
    [    0.039311] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.042465] Carveout Heap: Exported 512 MiB at 0x00000008c0000000
    [    0.042535] NET: Registered PF_INET protocol family
    [    0.042673] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.044155] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    0.044179] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.044187] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.044319] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
    [    0.044816] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.044905] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.044958] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.045090] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.045398] RPC: Registered named UNIX socket transport module.
    [    0.045402] RPC: Registered udp transport module.
    [    0.045404] RPC: Registered tcp transport module.
    [    0.045406] RPC: Registered tcp-with-tls transport module.
    [    0.045408] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.045413] NET: Registered PF_XDP protocol family
    [    0.045428] PCI: CLS 0 bytes, default 64
    [    0.046103] Initialise system trusted keyrings
    [    0.046218] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [    0.046396] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.046533] NFS: Registering the id_resolver key type
    [    0.046556] Key type id_resolver registered
    [    0.046558] Key type id_legacy registered
    [    0.046568] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.046572] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.059737] Key type asymmetric registered
    [    0.059740] Asymmetric key parser 'x509' registered
    [    0.059778] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.059782] io scheduler mq-deadline registered
    [    0.059786] io scheduler kyber registered
    [    0.059813] io scheduler bfq registered
    [    0.061609] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
    [    0.061719] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
    [    0.061842] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [    0.062074] pinctrl-single 104200.pinctrl: 20 pins, size 80
    [    0.062142] pinctrl-single 104280.pinctrl: 8 pins, size 32
    [    0.062563] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.066139] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.071125] loop: module loaded
    [    0.071755] megasas: 07.725.01.00-rc1
    [    0.073596] tun: Universal TUN/TAP device driver, 1.6
    [    0.074168] VFIO - User Level meta-driver version: 0.3
    [    0.074773] usbcore: registered new interface driver usb-storage
    [    0.075121] i2c_dev: i2c /dev entries driver
    [    0.075807] sdhci: Secure Digital Host Controller Interface driver
    [    0.075811] sdhci: Copyright(c) Pierre Ossman
    [    0.075910] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.076232] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.076400] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.076812] usbcore: registered new interface driver usbhid
    [    0.076814] usbhid: USB HID core driver
    [    0.077631] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    0.077880] optee: probing for conduit method.
    [    0.077899] optee: revision 4.2 (12d7c4ee)
    [    0.094354] optee: dynamic shared memory is enabled
    [    0.094790] random: crng init done
    [    0.094846] optee: initialized driver
    [    0.095882] NET: Registered PF_PACKET protocol family
    [    0.095925] Key type dns_resolver registered
    [    0.099454] registered taskstats version 1
    [    0.099619] Loading compiled-in X.509 certificates
    [    0.105966] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0008 '8.5.2--v08.05.02 (Chill Capybar')
    [    0.169872] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 125 domain created
    [    0.169961] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 148 domain created
    [    0.170042] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 227 domain created
    [    0.170268] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 265 created
    [    0.170651] ti-udma 311a0000.dma-controller: Number of rings: 48
    [    0.171479] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
    [    0.172732] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:272
    [    0.172739] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    0.172742] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    0.174854] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:259
    [    0.174861] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    0.174865] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    0.175619] printk: console [ttyS2] disabled
    [    0.175795] 2830000.serial: ttyS2 at MMIO 0x2830000 (irq = 226, base_baud = 3000000) is a 8250
    [    0.175836] printk: console [ttyS2] enabled
    [    2.116354] omap8250 2840000.serial: failed to get alias
    [    2.122041] omap8250 2850000.serial: failed to get alias
    [    2.127632] omap8250 2860000.serial: failed to get alias
    [    2.133540] omap8250 2870000.serial: failed to get alias
    [    2.138991] omap8250 2880000.serial: failed to get alias
    [    2.144574] omap8250 2890000.serial: failed to get alias
    [    2.151100] davinci_mdio c200f00.mdio: Configuring MDIO in manual mode
    [    2.195170] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.206056] davinci_mdio c200f00.mdio: phy[7]: device c200f00.mdio:07, driver Marvell 88Q2220
    [    2.214594] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    2.227364] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [    2.233625] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [    2.240743] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [    2.247149] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
    [    2.258044] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
    [    2.266754] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    [    2.273766] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    [    2.280801] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    [    2.288160] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    [    2.295625] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
    [    2.306608] ti-udma 31150000.dma-controller: Channels: 60 (tchan: 30, rchan: 30, gp-rflow: 16)
    [    2.320939] spi-nand spi0.0: Winbond SPI NAND was found.
    [    2.326269] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
    [    2.334571] 11 fixed-partitions partitions found on MTD device spi0.0
    [    2.341025] Creating 11 MTD partitions on "spi0.0":
    [    2.345893] 0x000000000000-0x000000080000 : "ospi_nand.tiboot3"
    [    2.352682] 0x000000080000-0x000000100000 : "ospi_nand.sysfw"
    [    2.359119] 0x000000100000-0x000000b00000 : "ospi_nand.mcu1_0"
    [    2.368864] 0x000000b00000-0x000000bc0000 : "ospi_nand.atf"
    [    2.375184] 0x000000bc0000-0x000001fc0000 : "ospi_nand.kernel"
    [    2.388272] 0x000001fc0000-0x0000020c0000 : "ospi_nand.dtb"
    [    2.394656] 0x0000020c0000-0x000003880000 : "ospi_nand.lateapp1"
    [    2.409231] 0x000003880000-0x0000038c0000 : "ospi_nand.caldata_merge"
    [    2.416244] 0x0000038c0000-0x000005fc0000 : "ospi_nand.lateapp2"
    [    2.436020] 0x000005fc0000-0x000007fc0000 : "ospi_nand.rootfs"
    [    2.453205] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
    [    2.469786] davinci_mdio c200f00.mdio: Configuring MDIO in manual mode
    [    2.515166] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.526037] davinci_mdio c200f00.mdio: phy[7]: device c200f00.mdio:07, driver Marvell 88Q2220
    [    2.534576] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    2.547348] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [    2.553609] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [    2.560728] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [    2.567069] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
    [    2.583683] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82
    [    2.594618] debugfs: Directory 'pd:39' with parent 'pm_genpd' already present!
    [    2.601882] debugfs: Directory 'pd:38' with parent 'pm_genpd' already present!
    [    2.609442] debugfs: Directory 'pd:357' with parent 'pm_genpd' already present!
    [    2.617852] ubi0: attaching mtd9
    [    2.649011] ubi0: scanning is finished
    [    2.654530] ubi0: attached mtd9 (name "ospi_nand.rootfs", size 32 MiB)
    [    2.661058] ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 253952 bytes
    [    2.667918] ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 4096
    [    2.674690] ubi0: VID header offset: 4096 (aligned 4096), data offset: 8192
    [    2.681636] ubi0: good PEBs: 128, bad PEBs: 0, corrupted PEBs: 0
    [    2.687629] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128
    [    2.694838] ubi0: max/mean erase counter: 3/0, WL threshold: 4096, image sequence number: 203114997
    [    2.703865] ubi0: available PEBs: 0, total reserved PEBs: 128, PEBs reserved for bad PEB handling: 10
    [    2.713070] ubi0: background thread "ubi_bgt0d" started, PID 69
    [    2.713383] clk: Disabling unused clocks
    [    2.734272] ALSA device list:
    [    2.737294]   No soundcards found.
    [    2.741200] UBIFS (ubi0:0): Mounting in unauthenticated mode
    [    2.746959] UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 70
    [    2.761055] UBIFS (ubi0:0): recovery needed
    [    2.834677] UBIFS (ubi0:0): recovery completed
    [    2.839174] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "rootfs"
    [    2.846555] UBIFS (ubi0:0): LEB size: 253952 bytes (248 KiB), min./max. I/O unit sizes: 4096 bytes/4096 bytes
    [    2.856456] UBIFS (ubi0:0): FS size: 26411008 bytes (25 MiB, 104 LEBs), max 132 LEBs, journal size 4825088 bytes (4 MiB, 19 LEBs)
    [    2.868102] UBIFS (ubi0:0): reserved for root: 0 bytes (0 KiB)
    [    2.873922] UBIFS (ubi0:0): media format: w4/r0 (latest is w5/r0), UUID 5F25DA9C-3EE0-4057-8EEB-ACB19C8121F0, small LPT model
    [    2.885830] VFS: Mounted root (ubifs filesystem) on device 0:21.
    [    2.892439] devtmpfs: mounted
    [    2.896317] Freeing unused kernel memory: 2432K
    [    2.900952] Run /sbin/init as init process
    [    3.032069] systemd[1]: System time before build time, advancing clock.
    [    3.070940] systemd[1]: Configuration file /etc/systemd/system.conf is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    3.085509] systemd[1]: Configuration file /lib/systemd/system.conf.d/00-systemd-conf.conf is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    3.105863] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
    [    3.137669] systemd[1]: Detected architecture arm64.
    

  • We are upgrading sdk from sdk9.02 to sdk10, we met a ubi0 error  when mounting ubi rootfs, and we found that when compatible is "ti,am654-ospi","cdns,qspi-nor", that is we swap the position of "ti,am654-ospi" and

    Is this a regression? Was it working fine on 9.2 SDK? Can you share the working logs as well?

    - Keerthy

  • The compatible in 9.2 sdk is "ti,am654-ospi","cdns,qspi-nor", so it works fine. Both the logs i have uploaded.

  • Unlocking this thread.