Tool/software:
Hello TI experits.
We want to boot linux in nand flash W35N01 which is about 128MB In J784S4 EVM.
and we build the sbl the boot app and flash it to the Nand as follows.
call %FLASH_TOOL% -c %UNIFLASH_COM_PORT% -f %reppath%\uart_j784s4_evm_flash_programmer_release.tiimage -i 0 call %FLASH_TOOL% -c %UNIFLASH_COM_PORT% -e 7FC0000 -d 0 -o 0 call %FLASH_TOOL% -c %UNIFLASH_COM_PORT% -f %reppath%\sbl_ospi_img_mcu1_0_release.tiimage -d 0 -o 0 call %FLASH_TOOL% -c %UNIFLASH_COM_PORT% -f %reppath%\tifs.bin -d 0 -o 80000 call %FLASH_TOOL% -c %UNIFLASH_COM_PORT% -f %reppath%\sbl_boot_app_ospi_linux_j784s4_evm_mcu1_0_freertos_TestApp_release.appimage -d 0 -o 100000 call %FLASH_TOOL% -c %UNIFLASH_COM_PORT% -f %BOOTAPP%\atf_optee.appimage -d 0 -o 1C0000 call %FLASH_TOOL% -c %UNIFLASH_COM_PORT% -f %BOOTAPP%\tikernelimage_linux.appimage -d 0 -o 7C0000 call %FLASH_TOOL% -c %UNIFLASH_COM_PORT% -f %BOOTAPP%\tidtb_linux.appimage -d 0 -o 1EC0000 call %FLASH_TOOL% -c %UNIFLASH_COM_PORT% -f %LATAPP%\multicore_MCU2_0_MCU2_1_stage1.appimage -d 0 -o 1FC0000 call %FLASH_TOOL% -c %UNIFLASH_COM_PORT% -f %LATAPP%\multicore_DSPs_MCU3_0_MCU3_1_MCU4_0_MCU4_1_stage2.appimage -d 0 -o 1FD0000 call %FLASH_TOOL% -c %UNIFLASH_COM_PORT% -f %BOOTAPP%\j784s4_init_rootfs.ubi -d 0 -o 3000000 call %FLASH_TOOL% -c %UNIFLASH_COM_PORT% -f %reppath%\nor_spi_patterns.bin -d 0 -o 7FC0000
and we also change the devicetree for booting the filesystem for the linux.
also remake the tiny_image to ubi formulate.
mkfs.ubifs -r tisdk-tiny-image-j784s4 -o opt.ubifs -F -m 4096 -e 253952 -c 132 -v ubinize -o j784s4_init_rootfs.ubi -m 4096 -p 256KiB -s 4096 -O 4096 ubinize.ini -v
but the kernel boot crushed as flows
[ 5.418046] sdhci-am654 4fb0000.mmc: Power on failed [ 5.454949] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64 [ 5.465604] List of all partitions: [ 5.469995] b300 31080448 mmcblk0 [ 5.470001] driver: mmcblk [ 5.478483] b320 32256 mmcblk0boot0 [ 5.478487] (driver?) [ 5.486958] b340 32256 mmcblk0boot1 [ 5.486962] (driver?) [ 5.495435] 1f00 1024 mtdblock0 [ 5.495438] (driver?) [ 5.503587] 1f01 2048 mtdblock1 [ 5.503591] (driver?) [ 5.511738] 1f02 4096 mtdblock2 [ 5.511741] (driver?) [ 5.519887] 1f03 256 mtdblock3 [ 5.519891] (driver?) [ 5.528037] 1f04 256 mtdblock4 [ 5.528040] (driver?) [ 5.536188] 1f05 65536 mtdblock5 [ 5.536192] (driver?) [ 5.544339] 1f06 256 mtdblock6 [ 5.544342] (driver?) [ 5.552487] No filesystem could mount root, tried: [ 5.552490] ubifs [ 5.558569] [ 5.562921] Kernel panic - not syncing: VFS: Unable to mount root fs on unkno [ 5.573226] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 6.1.80-dirty #1 [ 5.581255] Hardware name: Texas Instruments J784S4 EVM (DT) [ 5.588306] Call trace: [ 5.591348] dump_backtrace.part.0+0xdc/0xf0 [ 5.596685] show_stack+0x18/0x30 [ 5.600813] dump_stack_lvl+0x68/0x84 [ 5.605378] dump_stack+0x18/0x34 [ 5.609506] panic+0x188/0x348 [ 5.613309] mount_block_root+0x21c/0x23c [ 5.618307] prepare_namespace+0x90/0x170 [ 5.623299] kernel_init_freeable+0x258/0x284 [ 5.628726] kernel_init+0x24/0x130 [ 5.633073] ret_from_fork+0x10/0x20 [ 5.637526] SMP: stopping secondary CPUs [ 5.642420] Kernel Offset: 0x80000 from 0xffff800008000000 [ 5.649254] PHYS_OFFSET: 0x80000000 [ 5.653596] CPU features: 0x40000,20128084,0000420b [ 5.659674] Memory Limit: none [ 5.663478] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs NOTICE: BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty NOTICE: BL31: Built : 16:09:05, Feb 9 2024 ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader I/TC: I/TC: OP-TEE version: 4.1.0-51-g012cdca49 (gcc version 11.4.0 (GCC)) #1 Tue Jan I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/ I/TC: Primary CPU initializing I/TC: GIC redistributor base address not provided I/TC: Assuming default GIC group status and modifier I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)') I/TC: HUK Initialized I/TC: Activated SA2UL device I/TC: Fixing SA2UL firewall owner for GP device I/TC: Enabled firewalls for SA2UL TRNG device I/TC: SA2UL TRNG initialized I/TC: SA2UL Drivers initialized I/TC: Primary CPU switching to normal world boot ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader I/TC: Secondary CPU 2 initializing I/TC: Secondary CPU 2 switching to normal world boot ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader I/TC: Secondary CPU 3 initializing I/TC: Secondary CPU 3 switching to normal world boot ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader I/TC: Secondary CPU 4 initializing I/TC: Secondary CPU 4 switching to normal world boot ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader I/TC: Secondary CPU 5 initializing I/TC: Secondary CPU 5 switching to normal world boot ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader I/TC: Secondary CPU 6 initializing I/TC: Secondary CPU 6 switching to normal world boot ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader I/TC: Secondary CPU 7 initializing I/TC: Secondary CPU 7 switching to normal world boot I/TC: Reserved shared memory is enabled I/TC: Dynamic shared memory is enabled I/TC: Normal World virtualization support is disabled I/TC: Asynchronous notifications are disabled [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080] [ 0.000000] Linux version 6.1.80-dirty (yhan1@she1-w50502.vnet.valeo.com) (aa [ 0.000000] Machine model: Texas Instruments J784S4 EVM [ 0.000000] efi: UEFI not found. [ 0.000000] [Firmware Bug]: Kernel image misaligned at boot, please fix your [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000f90000000, s [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id share [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, s [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compa [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, s [ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatibl [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, s [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compa [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, s [ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatibl [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, s [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compa [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, s [ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatibl [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, s [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compa [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, s [ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatibl [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, s [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compa [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, s [ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatibl [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, s [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compa [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, s [ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatibl [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, s [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a6000000, compa [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, s [ 0.000000] OF: reserved mem: initialized node r5f-memory@a6100000, compatibl [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, s [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a7000000, compa [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, s [ 0.000000] OF: reserved mem: initialized node r5f-memory@a7100000, compatibl [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, s [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compa [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, s [ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatibl [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, s [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a9000000, compa [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, s [ 0.000000] OF: reserved mem: initialized node c71-memory@a9100000, compatibl [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, s [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@aa000000, compa [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, s [ 0.000000] OF: reserved mem: initialized node c71-memory@aa100000, compatibl [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ab000000, s [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@ab000000, compa [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ab100000, s [ 0.000000] OF: reserved mem: initialized node c71-memory@ab100000, compatibl [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x0000000fffffffff] [ 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-0x00000000abffffff] [ 0.000000] node 0: [mem 0x00000000ac000000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000880000000-0x0000000fffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000fffffffff] [ 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 s41064 r8192 d32664 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: kernel page table isolation forced ON by KASLR [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 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] Built 1 zonelists, mobility grouping on. Total pages: 8257536 [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=serial2 [ 0.000000] mtdid=spi-nand0 [ 0.000000] mtdparts=47040000.spi-nand0:512k(ospi_nand.tiboot3),2m(os [ 0.000000] ubi part ospi_nand.rootfs [ 0.000000] ubi.mtd=ospi_nand.rootfs root=ubi0:rootfs rw rootfstype=ubifs r [ 0.000000] Unknown kernel command line parameters "ubi part mtdid=spi-nand0" [ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 byt [ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 byte [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: area num 8. [ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff00 [ 0.000000] Memory: 30772600K/33554432K available (11712K kernel code, 1258K [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8. [ 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 jif [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: [Firmware Bug]: GICR region 0x0000000001900000 has overlap [ 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->1 [ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x0000000880050000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x000000088006000 [ 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 [ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 43980 [ 0.000333] Console: colour dummy device 80x25 [ 0.000382] Calibrating delay loop (skipped), value calculated using timer fr [ 0.000391] pid_max: default: 32768 minimum: 301 [ 0.000426] LSM: Security Framework initializing [ 0.000563] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, li [ 0.000641] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 byte [ 0.001959] cblist_init_generic: Setting adjustable number of callback queues [ 0.001967] cblist_init_generic: Setting shift to 3 and lim to 1. [ 0.002028] cblist_init_generic: Setting adjustable number of callback queues [ 0.002031] cblist_init_generic: Setting shift to 3 and lim to 1. [ 0.002155] rcu: Hierarchical SRCU implementation. [ 0.002158] rcu: Max phase no-delay instances is 1000. [ 0.002402] Platform MSI: msi-controller@1820000 domain created [ 0.002646] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@ [ 0.002929] EFI services will not be available. [ 0.003266] smp: Bringing up secondary CPUs ... [ 0.021144] Detected PIPT I-cache on CPU1 [ 0.021229] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000 [ 0.021247] GICv3: CPU1: using allocated LPI pending table @0x000000088007000 [ 0.021292] CPU1: Booted secondary processor 0x0000000001 [0x411fd080] [ 0.039254] Detected PIPT I-cache on CPU2 [ 0.039329] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000 [ 0.039347] GICv3: CPU2: using allocated LPI pending table @0x000000088008000 [ 0.039381] CPU2: Booted secondary processor 0x0000000002 [0x411fd080] [ 0.057249] Detected PIPT I-cache on CPU3 [ 0.057312] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000 [ 0.057329] GICv3: CPU3: using allocated LPI pending table @0x000000088009000 [ 0.057359] CPU3: Booted secondary processor 0x0000000003 [0x411fd080] [ 0.075270] Detected PIPT I-cache on CPU4 [ 0.075375] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000 [ 0.075394] GICv3: CPU4: using allocated LPI pending table @0x00000008800a000 [ 0.075436] CPU4: Booted secondary processor 0x0000000100 [0x411fd080] [ 0.093391] Detected PIPT I-cache on CPU5 [ 0.093474] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000 [ 0.093490] GICv3: CPU5: using allocated LPI pending table @0x00000008800b000 [ 0.093523] CPU5: Booted secondary processor 0x0000000101 [0x411fd080] [ 0.111438] Detected PIPT I-cache on CPU6 [ 0.111519] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000 [ 0.111536] GICv3: CPU6: using allocated LPI pending table @0x00000008800c000 [ 0.111569] CPU6: Booted secondary processor 0x0000000102 [0x411fd080] [ 0.129445] Detected PIPT I-cache on CPU7 [ 0.129524] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000 [ 0.129542] GICv3: CPU7: using allocated LPI pending table @0x00000008800d000 [ 0.129573] CPU7: Booted secondary processor 0x0000000103 [0x411fd080] [ 0.129638] smp: Brought up 1 node, 8 CPUs [ 0.129646] SMP: Total of 8 processors activated. [ 0.129651] CPU features: detected: 32-bit EL0 Support [ 0.129654] CPU features: detected: CRC32 instructions [ 0.129716] CPU: All CPU(s) started at EL2 [ 0.129718] alternatives: applying system-wide alternatives [ 0.131061] devtmpfs: initialized [ 0.144424] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma [ 0.144445] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.176246] pinctrl core: initialized pinctrl subsystem [ 0.176734] DMI not present or invalid. [ 0.177231] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.178992] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations [ 0.179912] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic all [ 0.180828] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic a [ 0.180930] audit: initializing netlink subsys (disabled) [ 0.181149] audit: type=2000 audit(0.180:1): state=initialized audit_enabled= [ 0.181443] thermal_sys: Registered thermal governor 'step_wise' [ 0.181449] thermal_sys: Registered thermal governor 'power_allocator' [ 0.181595] cpuidle: using governor menu [ 0.181708] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.181862] ASID allocator initialised with 32768 entries [ 0.193019] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@1000 [ 0.196402] KASLR enabled [ 0.200144] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.200153] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.200157] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.200159] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.200162] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.200164] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.200167] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.200169] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.201254] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb [ 0.202619] iommu: Default domain type: Translated [ 0.202626] iommu: DMA domain TLB invalidation policy: strict mode [ 0.202818] SCSI subsystem initialized [ 0.203053] usbcore: registered new interface driver usbfs [ 0.203077] usbcore: registered new interface driver hub [ 0.203102] usbcore: registered new device driver usb [ 0.203433] pps_core: LinuxPPS API ver. 1 registered [ 0.203437] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome [ 0.203444] PTP clock support registered [ 0.203553] EDAC MC: Ver: 3.0.0 [ 0.204332] FPGA manager framework [ 0.204379] Advanced Linux Sound Architecture Driver Initialized. [ 0.205020] clocksource: Switched to clocksource arch_sys_counter [ 0.205191] VFS: Disk quotas dquot_6.6.0 [ 0.205219] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.209073] NET: Registered PF_INET protocol family [ 0.209546] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, li [ 0.216188] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262 [ 0.216390] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, [ 0.216416] TCP established hash table entries: 262144 (order: 9, 2097152 byt [ 0.217501] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, line [ 0.218721] TCP: Hash tables configured (established 262144 bind 65536) [ 0.218882] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 0.219276] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linea [ 0.219825] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.220302] RPC: Registered named UNIX socket transport module. [ 0.220309] RPC: Registered udp transport module. [ 0.220312] RPC: Registered tcp transport module. [ 0.220313] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.220320] NET: Registered PF_XDP protocol family [ 0.220338] PCI: CLS 0 bytes, default 64 [ 0.221365] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counte [ 0.222756] Initialise system trusted keyrings [ 0.222943] workingset: timestamp_bits=46 max_order=23 bucket_order=0 [ 0.225577] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.225948] NFS: Registering the id_resolver key type [ 0.225972] Key type id_resolver registered [ 0.225975] Key type id_legacy registered [ 0.226010] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.226015] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering [ 0.251204] Key type asymmetric registered [ 0.251211] Asymmetric key parser 'x509' registered [ 0.251260] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2 [ 0.251401] io scheduler mq-deadline registered [ 0.251405] io scheduler kyber registered [ 0.254823] pinctrl-single 4301c000.pinctrl: 13 pins, size 52 [ 0.254971] pinctrl-single 4301c038.pinctrl: 11 pins, size 44 [ 0.255148] pinctrl-single 4301c068.pinctrl: 72 pins, size 288 [ 0.255482] pinctrl-single 4301c190.pinctrl: 1 pins, size 4 [ 0.255676] pinctrl-single 11c000.pinctrl: 72 pins, size 288 [ 0.256492] pinctrl-single a40000.pinctrl: 512 pins, size 2048 [ 0.261585] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled [ 0.269334] loop: module loaded [ 0.270327] megasas: 07.719.03.00-rc1 [ 0.272556] tun: Universal TUN/TAP device driver, 1.6 [ 0.273191] VFIO - User Level meta-driver version: 0.3 [ 0.273829] usbcore: registered new interface driver usb-storage [ 0.274297] i2c_dev: i2c /dev entries driver [ 0.275121] sdhci: Secure Digital Host Controller Interface driver [ 0.275125] sdhci: Copyright(c) Pierre Ossman [ 0.275298] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.275908] ledtrig-cpu: registered to indicate activity on CPUs [ 0.276077] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.276312] usbcore: registered new interface driver usbhid [ 0.276315] usbhid: USB HID core driver [ 0.277087] optee: probing for conduit method. [ 0.277111] optee: revision 4.1 (012cdca4) [ 0.297660] optee: dynamic shared memory is enabled [ 0.297956] optee: initialized driver [ 0.299559] Initializing XFRM netlink socket [ 0.299586] NET: Registered PF_PACKET protocol family [ 0.299635] Key type dns_resolver registered [ 0.299945] registered taskstats version 1 [ 0.299964] Loading compiled-in X.509 certificates [ 0.308345] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 [ 0.362712] omap_i2c 42120000.i2c: bus 1 rev0.12 at 400 kHz [ 0.363696] pca953x 0-0020: supply vcc not found, using dummy regulator [ 0.363783] pca953x 0-0020: using no AI [ 0.385908] pca953x 0-0022: supply vcc not found, using dummy regulator [ 0.385970] pca953x 0-0022: using AI [ 0.386807] omap_i2c 2000000.i2c: bus 0 rev0.12 at 400 kHz [ 0.387527] pca953x 2-0020: supply vcc not found, using dummy regulator [ 0.387592] pca953x 2-0020: using no AI [ 0.409623] omap_i2c 2040000.i2c: bus 2 rev0.12 at 400 kHz [ 0.410441] pca953x 3-0020: supply vcc not found, using dummy regulator [ 0.410524] pca953x 3-0020: using no AI [ 0.433427] omap_i2c 2050000.i2c: bus 3 rev0.12 at 400 kHz [ 0.433698] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 d [ 0.433814] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Rou [ 0.433925] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 d [ 0.434211] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain [ 0.440550] ti-udma 311a0000.dma-controller: Number of rings: 48 [ 0.441358] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8 [ 0.442499] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, g [ 0.442511] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled [ 0.442516] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies: [ 0.444357] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, [ 0.444366] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled [ 0.444369] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies: [ 0.445061] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 216, base_baud = [ 0.445776] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 217, base_baud = 3 [ 2.870294] printk: console [ttyS2] enabled [ 2.917029] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1 [ 2.928424] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driv [ 2.938774] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss ver [ 2.954865] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1. [ 2.963878] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 2.971658] pps pps0: new PPS source ptp0 [ 2.976872] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:50000 [ 3.029018] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 10 [ 3.040183] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver [ 3.050313] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss vers [ 3.066273] am65-cpsw-nuss c200000.ethernet: Use random MAC address [ 3.074095] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4 [ 3.082992] am65-cpsw-nuss c200000.ethernet: ALE Table size 64 [ 3.090771] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000 [ 3.103730] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add [ 3.114850] mmc0: CQHCI version 5.10 [ 3.159638] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64 [ 3.257320] mmc0: Command Queue Engine enabled [ 3.262894] mmc0: new HS200 MMC card at address 0001 [ 3.269803] mmcblk0: mmc0:0001 G1M15L 29.6 GiB [ 3.277463] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB [ 3.284906] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB [ 3.292145] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0) [ 3.501838] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0 [ 3.509295] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardw [ 3.519671] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100 [ 3.528194] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100 [ 3.536683] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100 [ 3.545162] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fca100 [ 3.553655] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100 [ 3.562139] omap-mailbox 31f85000.mailbox: omap mailbox rev 0x66fca100 [ 3.574150] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: [ 3.586753] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: [ 3.601511] spi-nand spi0.0: Winbond SPI NAND was found. [ 3.608157] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, O [ 3.618545] mtd: no mtd-id [ 3.621950] 7 fixed-partitions partitions found on MTD device spi0.0 [ 3.629880] Creating 7 MTD partitions on "spi0.0": [ 3.635852] 0x000000000000-0x000000100000 : "ospi_nand.tiboot3" [ 3.644644] 0x000000100000-0x000000300000 : "ospi_nand.tispl" [ 3.653469] 0x000000300000-0x000000700000 : "ospi_nand.u-boot" [ 3.663084] 0x000000700000-0x000000740000 : "ospi_nand.env" [ 3.670929] 0x000000740000-0x000000780000 : "ospi_nand.env.backup" [ 3.679531] 0x000003000000-0x000007000000 : "ospi_nand.rootfs" [ 3.711463] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern" [ 3.761025] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1 [ 3.772478] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driv [ 3.782828] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss ver [ 3.798938] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1. [ 3.807950] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 3.815705] pps pps0: new PPS source ptp1 [ 3.820943] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:50000 [ 3.833345] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 [ 3.881037] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 10 [ 3.892306] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver [ 3.902433] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss vers [ 3.918408] am65-cpsw-nuss c200000.ethernet: Use random MAC address [ 3.926244] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4 [ 3.935144] am65-cpsw-nuss c200000.ethernet: ALE Table size 64 [ 3.942879] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000 [ 3.955216] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82 [ 3.965343] debugfs: Directory 'pd:74' with parent 'pm_genpd' already present [ 3.965494] mmc1: CQHCI version 5.10 [ 3.974391] debugfs: Directory 'pd:73' with parent 'pm_genpd' already present [ 3.987859] debugfs: Directory 'pd:72' with parent 'pm_genpd' already present [ 3.997527] debugfs: Directory 'pd:335' with parent 'pm_genpd' already presen [ 4.006696] debugfs: Directory 'pd:333' with parent 'pm_genpd' already presen [ 4.015832] debugfs: Directory 'pd:332' with parent 'pm_genpd' already presen [ 4.026476] ubi0: attaching mtd5 [ 4.140606] ubi0: scanning is finished [ 4.148136] ubi0 warning: ubi_eba_init: cannot reserve enough PEBs for bad PE [ 4.160840] ubi0: attached mtd5 (name "ospi_nand.rootfs", size 64 MiB) [ 4.168997] ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 253952 bytes [ 4.177573] ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 4096 [ 4.186037] ubi0: VID header offset: 4096 (aligned 4096), data offset: 8192 [ 4.194716] ubi0: good PEBs: 256, bad PEBs: 0, corrupted PEBs: 0 [ 4.202204] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 12 [ 4.211210] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequ [ 4.222495] ubi0: available PEBs: 0, total reserved PEBs: 256, PEBs reserved [ 4.233896] ubi0: background thread "ubi_bgt0d" started, PID 174 [ 4.244331] ALSA device list: [ 4.248053] No soundcards found. [ 5.489856] sdhci-am654 4fb0000.mmc: Power on failed [ 5.526754] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64 [ 5.537424] List of all partitions: [ 5.541799] b300 31080448 mmcblk0 [ 5.541804] driver: mmcblk [ 5.550281] b320 32256 mmcblk0boot0 [ 5.550285] (driver?) [ 5.558756] b340 32256 mmcblk0boot1 [ 5.558760] (driver?) [ 5.567231] 1f00 1024 mtdblock0 [ 5.567235] (driver?) [ 5.575381] 1f01 2048 mtdblock1 [ 5.575385] (driver?) [ 5.583533] 1f02 4096 mtdblock2 [ 5.583536] (driver?) [ 5.591684] 1f03 256 mtdblock3 [ 5.591687] (driver?) [ 5.599834] 1f04 256 mtdblock4 [ 5.599838] (driver?) [ 5.607983] 1f05 65536 mtdblock5 [ 5.607986] (driver?) [ 5.616130] 1f06 256 mtdblock6 [ 5.616133] (driver?) [ 5.624275] No filesystem could mount root, tried: [ 5.624277] ubifs [ 5.630356] [ 5.634707] Kernel panic - not syncing: VFS: Unable to mount root fs on unkno [ 5.645011] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 6.1.80-dirty #1 [ 5.653039] Hardware name: Texas Instruments J784S4 EVM (DT) [ 5.660090] Call trace: [ 5.663132] dump_backtrace.part.0+0xdc/0xf0 [ 5.668469] show_stack+0x18/0x30 [ 5.672597] dump_stack_lvl+0x68/0x84 [ 5.677163] dump_stack+0x18/0x34 [ 5.681291] panic+0x188/0x348 [ 5.685095] mount_block_root+0x21c/0x23c [ 5.690091] prepare_namespace+0x90/0x170 [ 5.695084] kernel_init_freeable+0x258/0x284 [ 5.700511] kernel_init+0x24/0x130 [ 5.704857] ret_from_fork+0x10/0x20 [ 5.709314] SMP: stopping secondary CPUs [ 5.714207] Kernel Offset: 0x80000 from 0xffff800008000000 [ 5.721040] PHYS_OFFSET: 0x80000000 [ 5.725382] CPU features: 0x40000,20128084,0000420b [ 5.731459] Memory Limit: none [ 5.735264] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs NOTICE: BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty NOTICE: BL31: Built : 16:09:05, Feb 9 2024 ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader I/TC: I/TC: OP-TEE version: 4.1.0-51-g012cdca49 (gcc version 11.4.0 (GCC)) #1 Tue Jan I/TC: WARNING: This OP-TEE configuration might be insecure! I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/ I/TC: Primary CPU initializing I/TC: GIC redistributor base address not provided I/TC: Assuming default GIC group status and modifier I/TC: SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)') I/TC: HUK Initialized I/TC: Activated SA2UL device I/TC: Fixing SA2UL firewall owner for GP device I/TC: Enabled firewalls for SA2UL TRNG device I/TC: SA2UL TRNG initialized I/TC: SA2UL Drivers initialized I/TC: Primary CPU switching to normal world boot ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader I/TC: Secondary CPU 1 initializing I/TC: Secondary CPU 1 switching to normal world boot ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader I/TC: Secondary CPU 2 initializing I/TC: Secondary CPU 2 switching to normal world boot ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader I/TC: Secondary CPU 3 initializing I/TC: Secondary CPU 3 switching to normal world boot ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader I/TC: Secondary CPU 4 initializing I/TC: Secondary CPU 4 switching to normal world boot ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader I/TC: Secondary CPU 5 initializing I/TC: Secondary CPU 5 switching to normal world boot ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader I/TC: Secondary CPU 6 initializing I/TC: Secondary CPU 6 switching to normal world boot ERROR: GTC_CNTFID0 is 0! Assuming 200000000 Hz. Fix Bootloader I/TC: Secondary CPU 7 initializing I/TC: Secondary CPU 7 switching to normal world boot I/TC: Reserved shared memory is enabled I/TC: Dynamic shared memory is enabled I/TC: Normal World virtualization support is disabled I/TC: Asynchronous notifications are disabled [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080] [ 0.000000] Linux version 6.1.80-dirty (yhan1@she1-w50502.vnet.valeo.com) (aa [ 0.000000] Machine model: Texas Instruments J784S4 EVM [ 0.000000] efi: UEFI not found. [ 0.000000] [Firmware Bug]: Kernel image misaligned at boot, please fix your [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000f90000000, s [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id share [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, s [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compa [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, s [ 0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatibl [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, s [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compa [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, s [ 0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatibl [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, s [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compa [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, s [ 0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatibl [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, s [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compa [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, s [ 0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatibl [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, s [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compa [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, s [ 0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatibl [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, s [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compa [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, s [ 0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatibl [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, s [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a6000000, compa [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, s [ 0.000000] OF: reserved mem: initialized node r5f-memory@a6100000, compatibl [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, s [ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@a7000000, compa [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, s [ 0.000000] OF: reserved mem: initialized node r5f-memory@a7100000, compatibl [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, s [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compa [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, s [ 0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatibl [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, s [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@a9000000, compa [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, s [ 0.000000] OF: reserved mem: initialized node c71-memory@a9100000, compatibl [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, s [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@aa000000, compa [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, s [ 0.000000] OF: reserved mem: initialized node c71-memory@aa100000, compatibl [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ab000000, s [ 0.000000] OF: reserved mem: initialized node c71-dma-memory@ab000000, compa [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000ab100000, s [ 0.000000] OF: reserved mem: initialized node c71-memory@ab100000, compatibl [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x0000000fffffffff] [ 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-0x00000000abffffff] [ 0.000000] node 0: [mem 0x00000000ac000000-0x00000000ffffffff] [ 0.000000] node 0: [mem 0x0000000880000000-0x0000000fffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000000fffffffff] [ 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 s41064 r8192 d32664 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: kernel page table isolation forced ON by KASLR [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 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] Built 1 zonelists, mobility grouping on. Total pages: 8257536 [ 0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=serial2 [ 0.000000] mtdid=spi-nand0 [ 0.000000] mtdparts=47040000.spi-nand0:512k(ospi_nand.tiboot3),2m(os [ 0.000000] ubi part ospi_nand.rootfs [ 0.000000] ubi.mtd=ospi_nand.rootfs root=ubi0:rootfs rw rootfstype=ubifs r [ 0.000000] Unknown kernel command line parameters "ubi part mtdid=spi-nand0" [ 0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 byt [ 0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 byte [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: area num 8. [ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff00 [ 0.000000] Memory: 30772600K/33554432K available (11712K kernel code, 1258K [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8. [ 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 jif [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: [Firmware Bug]: GICR region 0x0000000001900000 has overlap [ 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->1 [ 0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GICv3: using LPI property table @0x0000000880050000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x000000088006000 [ 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 [ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 43980 [ 0.000298] Console: colour dummy device 80x25 [ 0.000351] Calibrating delay loop (skipped), value calculated using timer fr [ 0.000360] pid_max: default: 32768 minimum: 301 [ 0.000394] LSM: Security Framework initializing [ 0.000532] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, li [ 0.000613] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 byte [ 0.002002] cblist_init_generic: Setting adjustable number of callback queues [ 0.002011] cblist_init_generic: Setting shift to 3 and lim to 1. [ 0.002073] cblist_init_generic: Setting adjustable number of callback queues [ 0.002077] cblist_init_generic: Setting shift to 3 and lim to 1. [ 0.002197] rcu: Hierarchical SRCU implementation. [ 0.002201] rcu: Max phase no-delay instances is 1000. [ 0.002447] Platform MSI: msi-controller@1820000 domain created [ 0.002699] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@ [ 0.002930] EFI services will not be available. [ 0.003273] smp: Bringing up secondary CPUs ... [ 0.021160] Detected PIPT I-cache on CPU1 [ 0.021249] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000 [ 0.021269] GICv3: CPU1: using allocated LPI pending table @0x000000088007000 [ 0.021317] CPU1: Booted secondary processor 0x0000000001 [0x411fd080] [ 0.039271] Detected PIPT I-cache on CPU2 [ 0.039345] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000 [ 0.039362] GICv3: CPU2: using allocated LPI pending table @0x000000088008000 [ 0.039396] CPU2: Booted secondary processor 0x0000000002 [0x411fd080] [ 0.057269] Detected PIPT I-cache on CPU3 [ 0.057334] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000 [ 0.057351] GICv3: CPU3: using allocated LPI pending table @0x000000088009000 [ 0.057382] CPU3: Booted secondary processor 0x0000000003 [0x411fd080] [ 0.075293] Detected PIPT I-cache on CPU4 [ 0.075402] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000 [ 0.075420] GICv3: CPU4: using allocated LPI pending table @0x00000008800a000 [ 0.075462] CPU4: Booted secondary processor 0x0000000100 [0x411fd080] [ 0.093416] Detected PIPT I-cache on CPU5 [ 0.093496] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000 [ 0.093513] GICv3: CPU5: using allocated LPI pending table @0x00000008800b000 [ 0.093544] CPU5: Booted secondary processor 0x0000000101 [0x411fd080] [ 0.111451] Detected PIPT I-cache on CPU6 [ 0.111532] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000 [ 0.111548] GICv3: CPU6: using allocated LPI pending table @0x00000008800c000 [ 0.111579] CPU6: Booted secondary processor 0x0000000102 [0x411fd080] [ 0.129480] Detected PIPT I-cache on CPU7 [ 0.129558] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000 [ 0.129574] GICv3: CPU7: using allocated LPI pending table @0x00000008800d000 [ 0.129605] CPU7: Booted secondary processor 0x0000000103 [0x411fd080] [ 0.129669] smp: Brought up 1 node, 8 CPUs [ 0.129677] SMP: Total of 8 processors activated. [ 0.129682] CPU features: detected: 32-bit EL0 Support [ 0.129686] CPU features: detected: CRC32 instructions [ 0.129748] CPU: All CPU(s) started at EL2 [ 0.129751] alternatives: applying system-wide alternatives [ 0.131198] devtmpfs: initialized [ 0.144720] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma [ 0.144742] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.181889] pinctrl core: initialized pinctrl subsystem [ 0.182346] DMI not present or invalid. [ 0.182845] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.184661] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations [ 0.185613] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic all [ 0.186528] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic a [ 0.186635] audit: initializing netlink subsys (disabled) [ 0.186844] audit: type=2000 audit(0.184:1): state=initialized audit_enabled= [ 0.187151] thermal_sys: Registered thermal governor 'step_wise' [ 0.187158] thermal_sys: Registered thermal governor 'power_allocator' [ 0.187314] cpuidle: using governor menu [ 0.187431] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.187591] ASID allocator initialised with 32768 entries [ 0.198631] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@1000 [ 0.202054] KASLR enabled [ 0.205830] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.205839] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.205843] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.205845] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.205848] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.205850] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.205853] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.205856] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.206914] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb [ 0.208273] iommu: Default domain type: Translated [ 0.208279] iommu: DMA domain TLB invalidation policy: strict mode [ 0.208469] SCSI subsystem initialized [ 0.208727] usbcore: registered new interface driver usbfs [ 0.208754] usbcore: registered new interface driver hub [ 0.208780] usbcore: registered new device driver usb [ 0.209120] pps_core: LinuxPPS API ver. 1 registered [ 0.209124] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome [ 0.209131] PTP clock support registered [ 0.209248] EDAC MC: Ver: 3.0.0 [ 0.210025] FPGA manager framework [ 0.210072] Advanced Linux Sound Architecture Driver Initialized. [ 0.210725] clocksource: Switched to clocksource arch_sys_counter [ 0.210906] VFS: Disk quotas dquot_6.6.0 [ 0.210933] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.214870] NET: Registered PF_INET protocol family [ 0.215354] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, li [ 0.221978] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262 [ 0.222169] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, [ 0.222196] TCP established hash table entries: 262144 (order: 9, 2097152 byt [ 0.223279] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, line [ 0.224498] TCP: Hash tables configured (established 262144 bind 65536) [ 0.224685] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear) [ 0.225084] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linea [ 0.225630] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.226098] RPC: Registered named UNIX socket transport module. [ 0.226105] RPC: Registered udp transport module. [ 0.226108] RPC: Registered tcp transport module. [ 0.226110] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.226117] NET: Registered PF_XDP protocol family [ 0.226134] PCI: CLS 0 bytes, default 64 [ 0.227172] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counte [ 0.228547] Initialise system trusted keyrings [ 0.228754] workingset: timestamp_bits=46 max_order=23 bucket_order=0 [ 0.231409] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.231803] NFS: Registering the id_resolver key type [ 0.231827] Key type id_resolver registered [ 0.231831] Key type id_legacy registered [ 0.231866] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.231871] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering [ 0.256313] Key type asymmetric registered [ 0.256319] Asymmetric key parser 'x509' registered [ 0.256369] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2 [ 0.256507] io scheduler mq-deadline registered [ 0.256511] io scheduler kyber registered [ 0.260127] pinctrl-single 4301c000.pinctrl: 13 pins, size 52 [ 0.260270] pinctrl-single 4301c038.pinctrl: 11 pins, size 44 [ 0.260456] pinctrl-single 4301c068.pinctrl: 72 pins, size 288 [ 0.260821] pinctrl-single 4301c190.pinctrl: 1 pins, size 4 [ 0.261004] pinctrl-single 11c000.pinctrl: 72 pins, size 288 [ 0.261848] pinctrl-single a40000.pinctrl: 512 pins, size 2048 [ 0.267060] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled [ 0.275051] loop: module loaded [ 0.276060] megasas: 07.719.03.00-rc1 [ 0.278310] tun: Universal TUN/TAP device driver, 1.6 [ 0.279027] VFIO - User Level meta-driver version: 0.3 [ 0.279685] usbcore: registered new interface driver usb-storage [ 0.280163] i2c_dev: i2c /dev entries driver [ 0.281016] sdhci: Secure Digital Host Controller Interface driver [ 0.281021] sdhci: Copyright(c) Pierre Ossman [ 0.281199] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.281843] ledtrig-cpu: registered to indicate activity on CPUs [ 0.282010] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.282245] usbcore: registered new interface driver usbhid [ 0.282249] usbhid: USB HID core driver [ 0.283060] optee: probing for conduit method. [ 0.283087] optee: revision 4.1 (012cdca4) [ 0.303626] optee: dynamic shared memory is enabled [ 0.303919] optee: initialized driver [ 0.305565] Initializing XFRM netlink socket [ 0.305593] NET: Registered PF_PACKET protocol family [ 0.305658] Key type dns_resolver registered [ 0.305953] registered taskstats version 1 [ 0.305973] Loading compiled-in X.509 certificates [ 0.314697] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 [ 0.368936] omap_i2c 42120000.i2c: bus 1 rev0.12 at 400 kHz [ 0.369907] pca953x 0-0020: supply vcc not found, using dummy regulator [ 0.369990] pca953x 0-0020: using no AI [ 0.391588] pca953x 0-0022: supply vcc not found, using dummy regulator [ 0.391648] pca953x 0-0022: using AI [ 0.392466] omap_i2c 2000000.i2c: bus 0 rev0.12 at 400 kHz [ 0.393188] pca953x 2-0020: supply vcc not found, using dummy regulator [ 0.393265] pca953x 2-0020: using no AI [ 0.415332] omap_i2c 2040000.i2c: bus 2 rev0.12 at 400 kHz [ 0.416137] pca953x 3-0020: supply vcc not found, using dummy regulator [ 0.416201] pca953x 3-0020: using no AI [ 0.439130] omap_i2c 2050000.i2c: bus 3 rev0.12 at 400 kHz [ 0.439380] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 d [ 0.439489] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Rou [ 0.439596] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 d [ 0.439886] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain [ 0.446268] ti-udma 311a0000.dma-controller: Number of rings: 48 [ 0.447115] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8 [ 0.448265] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, g [ 0.448273] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled [ 0.448278] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies: [ 0.450169] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, [ 0.450181] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled [ 0.450186] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies: [ 0.450891] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 216, base_baud = [ 0.451590] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 217, base_baud = 3 [ 2.876141] printk: console [ttyS2] enabled [ 2.922733] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1 [ 2.934132] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driv [ 2.944476] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss ver [ 2.960570] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1. [ 2.969586] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 2.977354] pps pps0: new PPS source ptp0 [ 2.982562] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:50000 [ 3.034718] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 10 [ 3.045927] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver [ 3.056061] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss vers [ 3.072033] am65-cpsw-nuss c200000.ethernet: Use random MAC address [ 3.079855] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4 [ 3.088753] am65-cpsw-nuss c200000.ethernet: ALE Table size 64 [ 3.096598] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000 [ 3.109671] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add [ 3.120901] mmc0: CQHCI version 5.10 [ 3.165338] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64 [ 3.264793] mmc0: Command Queue Engine enabled [ 3.270359] mmc0: new HS200 MMC card at address 0001 [ 3.277187] mmcblk0: mmc0:0001 G1M15L 29.6 GiB [ 3.284640] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB [ 3.291898] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB [ 3.299036] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0) [ 3.462062] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0 [ 3.469520] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardw [ 3.479897] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100 [ 3.488411] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100 [ 3.496902] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100 [ 3.505380] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fca100 [ 3.513865] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100 [ 3.522363] omap-mailbox 31f85000.mailbox: omap mailbox rev 0x66fca100 [ 3.534448] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: [ 3.547149] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: [ 3.561929] spi-nand spi0.0: Winbond SPI NAND was found. [ 3.568578] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, O [ 3.578968] mtd: no mtd-id [ 3.582363] 7 fixed-partitions partitions found on MTD device spi0.0 [ 3.590298] Creating 7 MTD partitions on "spi0.0": [ 3.596271] 0x000000000000-0x000000100000 : "ospi_nand.tiboot3" [ 3.605128] 0x000000100000-0x000000300000 : "ospi_nand.tispl" [ 3.613926] 0x000000300000-0x000000700000 : "ospi_nand.u-boot" [ 3.623528] 0x000000700000-0x000000740000 : "ospi_nand.env" [ 3.631434] 0x000000740000-0x000000780000 : "ospi_nand.env.backup" [ 3.640078] 0x000003000000-0x000007000000 : "ospi_nand.rootfs" [ 3.672312] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern" [ 3.718743] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1 [ 3.730268] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driv [ 3.740618] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss ver [ 3.756735] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1. [ 3.765752] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64 [ 3.773555] pps pps0: new PPS source ptp1 [ 3.778832] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:50000 [ 3.791319] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48 [ 3.838744] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 10 [ 3.850062] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver [ 3.860202] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss vers [ 3.876213] am65-cpsw-nuss c200000.ethernet: Use random MAC address [ 3.884036] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4 [ 3.892935] am65-cpsw-nuss c200000.ethernet: ALE Table size 64 [ 3.900737] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000 [ 3.913099] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82 [ 3.923261] debugfs: Directory 'pd:74' with parent 'pm_genpd' already present [ 3.923435] mmc1: CQHCI version 5.10 [ 3.932329] debugfs: Directory 'pd:73' with parent 'pm_genpd' already present [ 3.945804] debugfs: Directory 'pd:72' with parent 'pm_genpd' already present [ 3.955507] debugfs: Directory 'pd:335' with parent 'pm_genpd' already presen [ 3.964658] debugfs: Directory 'pd:333' with parent 'pm_genpd' already presen [ 3.973796] debugfs: Directory 'pd:332' with parent 'pm_genpd' already presen [ 3.984475] ubi0: attaching mtd5 [ 4.099262] ubi0: scanning is finished [ 4.106813] ubi0 warning: ubi_eba_init: cannot reserve enough PEBs for bad PE [ 4.119511] ubi0: attached mtd5 (name "ospi_nand.rootfs", size 64 MiB) [ 4.127664] ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 253952 bytes [ 4.136237] ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 4096 [ 4.144700] ubi0: VID header offset: 4096 (aligned 4096), data offset: 8192 [ 4.153380] ubi0: good PEBs: 256, bad PEBs: 0, corrupted PEBs: 0 [ 4.160869] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 12 [ 4.169881] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequ [ 4.181163] ubi0: available PEBs: 0, total reserved PEBs: 256, PEBs reserved [ 4.192566] ubi0: background thread "ubi_bgt0d" started, PID 173 [ 4.203015] ALSA device list: [ 4.206727] No soundcards found. [ 5.455485] sdhci-am654 4fb0000.mmc: Power on failed [ 5.492380] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64 [ 5.503063] List of all partitions: [ 5.507451] b300 31080448 mmcblk0 [ 5.507457] driver: mmcblk [ 5.515943] b320 32256 mmcblk0boot0 [ 5.515947] (driver?) [ 5.524424] b340 32256 mmcblk0boot1 [ 5.524428] (driver?) [ 5.532904] 1f00 1024 mtdblock0 [ 5.532908] (driver?) [ 5.541060] 1f01 2048 mtdblock1 [ 5.541064] (driver?) [ 5.549214] 1f02 4096 mtdblock2 [ 5.549217] (driver?) [ 5.557369] 1f03 256 mtdblock3 [ 5.557373] (driver?) [ 5.565524] 1f04 256 mtdblock4 [ 5.565527] (driver?) [ 5.573677] 1f05 65536 mtdblock5 [ 5.573680] (driver?) [ 5.581828] 1f06 256 mtdblock6 [ 5.581831] (driver?) [ 5.589984] No filesystem could mount root, tried: [ 5.589986] ubifs [ 5.596067] [ 5.600420] Kernel panic - not syncing: VFS: Unable to mount root fs on unkno [ 5.610723] CPU: 3 PID: 1 Comm: swapper/0 Not tainted 6.1.80-dirty #1 [ 5.618752] Hardware name: Texas Instruments J784S4 EVM (DT) [ 5.625804] Call trace: [ 5.628845] dump_backtrace.part.0+0xdc/0xf0 [ 5.634186] show_stack+0x18/0x30 [ 5.638315] dump_stack_lvl+0x68/0x84 [ 5.642881] dump_stack+0x18/0x34 [ 5.647010] panic+0x188/0x348 [ 5.650814] mount_block_root+0x21c/0x23c [ 5.655810] prepare_namespace+0x90/0x170 [ 5.660802] kernel_init_freeable+0x258/0x284 [ 5.666229] kernel_init+0x24/0x130 [ 5.670576] ret_from_fork+0x10/0x20 [ 5.675031] SMP: stopping secondary CPUs [ 5.679922] Kernel Offset: 0x80000 from 0xffff800008000000 [ 5.686755] PHYS_OFFSET: 0x80000000 [ 5.691097] CPU features: 0x40000,20128084,0000420b [ 5.697176] Memory Limit: none [ 5.700980] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs
and even we use the tisdk-tiny-image-j784s4-evm.tar.xz to make the ubi the image still more than 53MB,is there any choice for less flash size using?