This thread has been locked.

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

TDA4VP-Q1: TDA4VP-Q1 J784S4 linux boot from OSPI flash

Part Number: TDA4VP-Q1

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?

  • Hello prevoius issue was caused by the max leb cnt is too small,

    I change it to 210 and the rootfs was mount success,but after that there still have some issues

    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                                                                                                                                                              30 10:48:03 UTC 2024 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/                                                                                                                                                             porting_guidelines.html
    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) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Jun 20 12:01:51 CST 2024
    [    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 bootloader!
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000f90000000, size 1792 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a6000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a6100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a7000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a7100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a9000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a9100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@aa000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@aa100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ab000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@ab000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ab100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@ab100000, compatible id shared-dma-pool
    [    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(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),64m@48m(ospi_nand.rootfs),256k(ospi_nand.phypattern);
    [    0.000000]         ubi part ospi_nand.rootfs
    [    0.000000]   ubi.mtd=ospi_nand.rootfs root=ubi0:rootfs rw rootfstype=ubifs rootwait
    [    0.000000] Unknown kernel command line parameters "ubi part mtdid=spi-nand0", will be passed to user space.
    [    0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
    [    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-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 30772600K/33554432K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 946824K reserved, 1835008K cma-reserved)
    [    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 jiffies.
    [    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 overlapping address
    [    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 @880800000 (flat, esz 8, psz 64K, shr 0)
    [    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 @0x0000000880060000
    [    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.000328] Console: colour dummy device 80x25
    [    0.000380] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.000389] pid_max: default: 32768 minimum: 301
    [    0.000423] LSM: Security Framework initializing
    [    0.000557] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.000638] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.001991] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.001998] cblist_init_generic: Setting shift to 3 and lim to 1.
    [    0.002058] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.002061] cblist_init_generic: Setting shift to 3 and lim to 1.
    [    0.002179] rcu: Hierarchical SRCU implementation.
    [    0.002182] rcu:     Max phase no-delay instances is 1000.
    [    0.002429] Platform MSI: msi-controller@1820000 domain created
    [    0.002679] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.002947] EFI services will not be available.
    [    0.003286] smp: Bringing up secondary CPUs ...
    [    0.021181] Detected PIPT I-cache on CPU1
    [    0.021268] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.021287] GICv3: CPU1: using allocated LPI pending table @0x0000000880070000
    [    0.021331] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.039297] Detected PIPT I-cache on CPU2
    [    0.039371] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
    [    0.039389] GICv3: CPU2: using allocated LPI pending table @0x0000000880080000
    [    0.039424] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
    [    0.057301] Detected PIPT I-cache on CPU3
    [    0.057366] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
    [    0.057382] GICv3: CPU3: using allocated LPI pending table @0x0000000880090000
    [    0.057411] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
    [    0.075321] Detected PIPT I-cache on CPU4
    [    0.075433] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
    [    0.075450] GICv3: CPU4: using allocated LPI pending table @0x00000008800a0000
    [    0.075490] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
    [    0.093449] Detected PIPT I-cache on CPU5
    [    0.093533] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
    [    0.093549] GICv3: CPU5: using allocated LPI pending table @0x00000008800b0000
    [    0.093590] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
    [    0.111506] Detected PIPT I-cache on CPU6
    [    0.111585] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
    [    0.111603] GICv3: CPU6: using allocated LPI pending table @0x00000008800c0000
    [    0.111634] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
    [    0.129532] Detected PIPT I-cache on CPU7
    [    0.129609] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
    [    0.129624] GICv3: CPU7: using allocated LPI pending table @0x00000008800d0000
    [    0.129655] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
    [    0.129719] smp: Brought up 1 node, 8 CPUs
    [    0.129727] SMP: Total of 8 processors activated.
    [    0.129731] CPU features: detected: 32-bit EL0 Support
    [    0.129735] CPU features: detected: CRC32 instructions
    [    0.129803] CPU: All CPU(s) started at EL2
    [    0.129806] alternatives: applying system-wide alternatives
    [    0.131241] devtmpfs: initialized
    [    0.144760] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.144783] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
    [    0.180399] pinctrl core: initialized pinctrl subsystem
    [    0.180907] DMI not present or invalid.
    [    0.181411] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.183227] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
    [    0.184165] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.185087] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.185187] audit: initializing netlink subsys (disabled)
    [    0.185417] audit: type=2000 audit(0.184:1): state=initialized audit_enabled=0 res=1
    [    0.185717] thermal_sys: Registered thermal governor 'step_wise'
    [    0.185725] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.185874] cpuidle: using governor menu
    [    0.185990] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.186148] ASID allocator initialised with 32768 entries
    [    0.197440] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
    [    0.200879] KASLR enabled
    [    0.204663] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.204670] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.204674] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.204676] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.204678] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.204681] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.204684] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.204686] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.205781] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
    [    0.207160] iommu: Default domain type: Translated
    [    0.207167] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.207350] SCSI subsystem initialized
    [    0.207591] usbcore: registered new interface driver usbfs
    [    0.207616] usbcore: registered new interface driver hub
    [    0.207641] usbcore: registered new device driver usb
    [    0.207982] pps_core: LinuxPPS API ver. 1 registered
    [    0.207986] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.207993] PTP clock support registered
    [    0.208108] EDAC MC: Ver: 3.0.0
    [    0.208922] FPGA manager framework
    [    0.208969] Advanced Linux Sound Architecture Driver Initialized.
    [    0.209601] clocksource: Switched to clocksource arch_sys_counter
    [    0.209794] VFS: Disk quotas dquot_6.6.0
    [    0.209829] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.213488] NET: Registered PF_INET protocol family
    [    0.214025] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.220573] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
    [    0.220768] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.220798] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.221877] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
    [    0.223094] TCP: Hash tables configured (established 262144 bind 65536)
    [    0.223273] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.223673] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.224215] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.224704] RPC: Registered named UNIX socket transport module.
    [    0.224711] RPC: Registered udp transport module.
    [    0.224714] RPC: Registered tcp transport module.
    [    0.224715] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.224721] NET: Registered PF_XDP protocol family
    [    0.224738] PCI: CLS 0 bytes, default 64
    [    0.225739] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    0.227149] Initialise system trusted keyrings
    [    0.227356] workingset: timestamp_bits=46 max_order=23 bucket_order=0
    [    0.230025] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.230402] NFS: Registering the id_resolver key type
    [    0.230433] Key type id_resolver registered
    [    0.230438] Key type id_legacy registered
    [    0.230472] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.230476] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.254742] Key type asymmetric registered
    [    0.254749] Asymmetric key parser 'x509' registered
    [    0.254799] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.254929] io scheduler mq-deadline registered
    [    0.254935] io scheduler kyber registered
    [    0.258469] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
    [    0.258632] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
    [    0.258814] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
    [    0.259152] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
    [    0.259328] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [    0.260152] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.265308] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.273178] loop: module loaded
    [    0.274267] megasas: 07.719.03.00-rc1
    [    0.276503] tun: Universal TUN/TAP device driver, 1.6
    [    0.277108] VFIO - User Level meta-driver version: 0.3
    [    0.277793] usbcore: registered new interface driver usb-storage
    [    0.278281] i2c_dev: i2c /dev entries driver
    [    0.279111] sdhci: Secure Digital Host Controller Interface driver
    [    0.279118] sdhci: Copyright(c) Pierre Ossman
    [    0.279296] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.279955] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.280124] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.280355] usbcore: registered new interface driver usbhid
    [    0.280359] usbhid: USB HID core driver
    [    0.281143] optee: probing for conduit method.
    [    0.281169] optee: revision 4.1 (012cdca4)
    [    0.301730] optee: dynamic shared memory is enabled
    [    0.302029] optee: initialized driver
    [    0.303640] Initializing XFRM netlink socket
    [    0.303673] NET: Registered PF_PACKET protocol family
    [    0.303732] Key type dns_resolver registered
    [    0.304051] registered taskstats version 1
    [    0.304072] Loading compiled-in X.509 certificates
    [    0.312626] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
    [    0.366986] omap_i2c 42120000.i2c: bus 1 rev0.12 at 400 kHz
    [    0.367972] pca953x 0-0020: supply vcc not found, using dummy regulator
    [    0.368088] pca953x 0-0020: using no AI
    [    0.390496] pca953x 0-0022: supply vcc not found, using dummy regulator
    [    0.390557] pca953x 0-0022: using AI
    [    0.391387] omap_i2c 2000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.392095] pca953x 2-0020: supply vcc not found, using dummy regulator
    [    0.392157] pca953x 2-0020: using no AI
    [    0.414214] omap_i2c 2040000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.415062] pca953x 3-0020: supply vcc not found, using dummy regulator
    [    0.415124] pca953x 3-0020: using no AI
    [    0.438016] omap_i2c 2050000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.438274] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
    [    0.438390] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
    [    0.438505] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
    [    0.438790] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
    [    0.445193] ti-udma 311a0000.dma-controller: Number of rings: 48
    [    0.446037] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
    [    0.447175] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
    [    0.447185] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    0.447189] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    0.449077] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
    [    0.449086] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    0.449089] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    0.449776] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 216, base_baud = 6000000) is a 8250
    [    0.450483] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 217, base_baud = 3000000) is a 8250
    [    2.875009] printk: console [ttyS2] enabled
    [    2.921610] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.933014] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    2.943363] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    2.959454] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    2.968464] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    2.976283] pps pps0: new PPS source ptp0
    [    2.981505] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    [    3.033602] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    3.044762] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867
    [    3.054886] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    3.070854] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [    3.078680] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [    3.087577] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [    3.095354] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
    [    3.108286] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
    [    3.119404] mmc0: CQHCI version 5.10
    [    3.164223] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [    3.263758] mmc0: Command Queue Engine enabled
    [    3.269327] mmc0: new HS200 MMC card at address 0001
    [    3.276138] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [    3.283579] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    [    3.290859] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    [    3.298043] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
    [    3.456628] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    [    3.464085] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
    [    3.474461] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    [    3.482979] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    [    3.491472] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    [    3.499976] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fca100
    [    3.508463] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    [    3.516942] omap-mailbox 31f85000.mailbox: omap mailbox rev 0x66fca100
    [    3.528977] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
    [    3.541624] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
    [    3.556407] spi-nand spi0.0: Winbond SPI NAND was found.
    [    3.563053] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
    [    3.573435] mtd: no mtd-id
    [    3.576839] 7 fixed-partitions partitions found on MTD device spi0.0
    [    3.584766] Creating 7 MTD partitions on "spi0.0":
    [    3.590739] 0x000000000000-0x000000100000 : "ospi_nand.tiboot3"
    [    3.599594] 0x000000100000-0x000000300000 : "ospi_nand.tispl"
    [    3.608423] 0x000000300000-0x000000700000 : "ospi_nand.u-boot"
    [    3.618041] 0x000000700000-0x000000740000 : "ospi_nand.env"
    [    3.625855] 0x000000740000-0x000000780000 : "ospi_nand.env.backup"
    [    3.634477] 0x000003000000-0x000007000000 : "ospi_nand.rootfs"
    [    3.666532] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
    [    3.713617] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    3.725160] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    3.735508] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    3.751615] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    3.760628] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    3.768396] pps pps0: new PPS source ptp1
    [    3.773672] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    [    3.786144] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    3.833624] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    3.844934] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867
    [    3.855065] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    3.871045] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [    3.878869] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [    3.887766] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [    3.895559] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
    [    3.907945] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82
    [    3.918150] debugfs: Directory 'pd:74' with parent 'pm_genpd' already present!
    [    3.918266] mmc1: CQHCI version 5.10
    [    3.927216] debugfs: Directory 'pd:73' with parent 'pm_genpd' already present!
    [    3.940689] debugfs: Directory 'pd:72' with parent 'pm_genpd' already present!
    [    3.950372] debugfs: Directory 'pd:335' with parent 'pm_genpd' already present!
    [    3.959528] debugfs: Directory 'pd:333' with parent 'pm_genpd' already present!
    [    3.968677] debugfs: Directory 'pd:332' with parent 'pm_genpd' already present!
    [    3.979353] ubi0: attaching mtd5
    [    4.094272] ubi0: scanning is finished
    [    4.101803] ubi0 warning: ubi_eba_init: cannot reserve enough PEBs for bad PEB handling, reserved 4, need 10
    [    4.114515] ubi0: attached mtd5 (name "ospi_nand.rootfs", size 64 MiB)
    [    4.122666] ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 253952 bytes
    [    4.131240] ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 4096
    [    4.139704] ubi0: VID header offset: 4096 (aligned 4096), data offset: 8192
    [    4.148385] ubi0: good PEBs: 256, bad PEBs: 0, corrupted PEBs: 0
    [    4.155874] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128
    [    4.164878] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 550948204
    [    4.176162] ubi0: available PEBs: 0, total reserved PEBs: 256, PEBs reserved for bad PEB handling: 4
    [    4.187564] ubi0: background thread "ubi_bgt0d" started, PID 176
    [    4.197831] ALSA device list:
    [    4.201533]   No soundcards found.
    [    5.443096] sdhci-am654 4fb0000.mmc: Power on failed
    [    5.479984] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    5.490608] List of all partitions:
    [    5.494989] b300        31080448 mmcblk0
    [    5.494995]  driver: mmcblk
    [    5.503470] b320           32256 mmcblk0boot0
    [    5.503474]  (driver?)
    [    5.511947] b340           32256 mmcblk0boot1
    [    5.511950]  (driver?)
    [    5.520423] 1f00            1024 mtdblock0
    [    5.520427]  (driver?)
    [    5.528574] 1f01            2048 mtdblock1
    [    5.528578]  (driver?)
    [    5.536724] 1f02            4096 mtdblock2
    [    5.536728]  (driver?)
    [    5.544872] 1f03             256 mtdblock3
    [    5.544875]  (driver?)
    [    5.553020] 1f04             256 mtdblock4
    [    5.553023]  (driver?)
    [    5.561166] 1f05           65536 mtdblock5
    [    5.561169]  (driver?)
    [    5.569313] 1f06             256 mtdblock6
    [    5.569316]  (driver?)
    [    5.577459] No filesystem could mount root, tried:
    [    5.577463]  ubifs
    [    5.583541]
    [    5.587895] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
    [    5.598198] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 6.1.80-dirty #1
    [    5.606227] Hardware name: Texas Instruments J784S4 EVM (DT)
    [    5.613279] Call trace:
    [    5.616323]  dump_backtrace.part.0+0xdc/0xf0
    [    5.621661]  show_stack+0x18/0x30
    [    5.625790]  dump_stack_lvl+0x68/0x84
    [    5.630357]  dump_stack+0x18/0x34
    [    5.634485]  panic+0x188/0x348
    [    5.638289]  mount_block_root+0x21c/0x23c
    [    5.643286]  prepare_namespace+0x90/0x170
    [    5.648281]  kernel_init_freeable+0x258/0x284
    [    5.653707]  kernel_init+0x24/0x130
    [    5.658054]  ret_from_fork+0x10/0x20
    [    5.662508] SMP: stopping secondary CPUs
    [    5.667401] Kernel Offset: 0x80000 from 0xffff800008000000
    [    5.674236] PHYS_OFFSET: 0x80000000
    [    5.678578] CPU features: 0x40000,20128084,0000420b
    [    5.684655] Memory Limit: none
    [    5.688459] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) ]---
    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 30 10:48:03 UTC 2024 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
    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) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Jun 20 12:01:51 CST 2024
    [    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 bootloader!
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000f90000000, size 1792 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a6000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a6100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a7000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a7100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a9000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a9100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@aa000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@aa100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ab000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@ab000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ab100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@ab100000, compatible id shared-dma-pool
    [    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(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),64m@48m(ospi_nand.rootfs),256k(ospi_nand.phypattern);
    [    0.000000]         ubi part ospi_nand.rootfs
    [    0.000000]   ubi.mtd=ospi_nand.rootfs root=ubi0:rootfs rw rootfstype=ubifs rootwait
    [    0.000000] Unknown kernel command line parameters "ubi part mtdid=spi-nand0", will be passed to user space.
    [    0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
    [    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-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 30772600K/33554432K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 946824K reserved, 1835008K cma-reserved)
    [    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 jiffies.
    [    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 overlapping address
    [    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 @880800000 (flat, esz 8, psz 64K, shr 0)
    [    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 @0x0000000880060000
    [    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.000288] Console: colour dummy device 80x25
    [    0.000341] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.000350] pid_max: default: 32768 minimum: 301
    [    0.000383] LSM: Security Framework initializing
    [    0.000522] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.000603] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.001962] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.001970] 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.002158] rcu: Hierarchical SRCU implementation.
    [    0.002160] rcu:     Max phase no-delay instances is 1000.
    [    0.002411] Platform MSI: msi-controller@1820000 domain created
    [    0.002661] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.002895] EFI services will not be available.
    [    0.003227] smp: Bringing up secondary CPUs ...
    [    0.021132] Detected PIPT I-cache on CPU1
    [    0.021218] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.021236] GICv3: CPU1: using allocated LPI pending table @0x0000000880070000
    [    0.021280] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.039263] Detected PIPT I-cache on CPU2
    [    0.039335] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
    [    0.039352] GICv3: CPU2: using allocated LPI pending table @0x0000000880080000
    [    0.039387] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
    [    0.057264] Detected PIPT I-cache on CPU3
    [    0.057329] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
    [    0.057346] GICv3: CPU3: using allocated LPI pending table @0x0000000880090000
    [    0.057377] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
    [    0.075302] Detected PIPT I-cache on CPU4
    [    0.075411] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
    [    0.075431] GICv3: CPU4: using allocated LPI pending table @0x00000008800a0000
    [    0.075472] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
    [    0.093433] Detected PIPT I-cache on CPU5
    [    0.093519] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
    [    0.093536] GICv3: CPU5: using allocated LPI pending table @0x00000008800b0000
    [    0.093568] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
    [    0.111488] Detected PIPT I-cache on CPU6
    [    0.111570] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
    [    0.111588] GICv3: CPU6: using allocated LPI pending table @0x00000008800c0000
    [    0.111619] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
    [    0.129517] Detected PIPT I-cache on CPU7
    [    0.129591] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
    [    0.129607] GICv3: CPU7: using allocated LPI pending table @0x00000008800d0000
    [    0.129639] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
    [    0.129703] smp: Brought up 1 node, 8 CPUs
    [    0.129711] SMP: Total of 8 processors activated.
    [    0.129716] CPU features: detected: 32-bit EL0 Support
    [    0.129720] CPU features: detected: CRC32 instructions
    [    0.129789] CPU: All CPU(s) started at EL2
    [    0.129792] alternatives: applying system-wide alternatives
    [    0.131169] devtmpfs: initialized
    [    0.144691] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.144714] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
    [    0.178607] pinctrl core: initialized pinctrl subsystem
    [    0.179057] DMI not present or invalid.
    [    0.179553] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.181358] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
    [    0.182304] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.183220] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.183329] audit: initializing netlink subsys (disabled)
    [    0.183553] audit: type=2000 audit(0.180:1): state=initialized audit_enabled=0 res=1
    [    0.183852] thermal_sys: Registered thermal governor 'step_wise'
    [    0.183858] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.184010] cpuidle: using governor menu
    [    0.184130] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.184293] ASID allocator initialised with 32768 entries
    [    0.195342] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
    [    0.198739] KASLR enabled
    [    0.202538] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.202545] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.202549] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.202551] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.202554] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.202556] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.202559] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.202561] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.203640] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
    [    0.205020] iommu: Default domain type: Translated
    [    0.205028] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.205240] SCSI subsystem initialized
    [    0.205488] usbcore: registered new interface driver usbfs
    [    0.205513] usbcore: registered new interface driver hub
    [    0.205542] usbcore: registered new device driver usb
    [    0.205885] pps_core: LinuxPPS API ver. 1 registered
    [    0.205888] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.205896] PTP clock support registered
    [    0.206010] EDAC MC: Ver: 3.0.0
    [    0.206785] FPGA manager framework
    [    0.206833] Advanced Linux Sound Architecture Driver Initialized.
    [    0.207460] clocksource: Switched to clocksource arch_sys_counter
    [    0.207641] VFS: Disk quotas dquot_6.6.0
    [    0.207671] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.211439] NET: Registered PF_INET protocol family
    [    0.212002] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.218617] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
    [    0.218822] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.218851] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.219924] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
    [    0.221141] TCP: Hash tables configured (established 262144 bind 65536)
    [    0.221324] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.221720] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.222274] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.222736] RPC: Registered named UNIX socket transport module.
    [    0.222744] RPC: Registered udp transport module.
    [    0.222747] RPC: Registered tcp transport module.
    [    0.222749] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.222756] NET: Registered PF_XDP protocol family
    [    0.222773] PCI: CLS 0 bytes, default 64
    [    0.223853] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    0.225174] Initialise system trusted keyrings
    [    0.225387] workingset: timestamp_bits=46 max_order=23 bucket_order=0
    [    0.228031] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.228417] NFS: Registering the id_resolver key type
    [    0.228441] Key type id_resolver registered
    [    0.228444] Key type id_legacy registered
    [    0.228482] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.228487] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.252918] Key type asymmetric registered
    [    0.252924] Asymmetric key parser 'x509' registered
    [    0.252974] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.253100] io scheduler mq-deadline registered
    [    0.253106] io scheduler kyber registered
    [    0.256616] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
    [    0.256764] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
    [    0.256946] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
    [    0.257286] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
    [    0.257471] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [    0.258311] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.263426] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.271311] loop: module loaded
    [    0.272392] megasas: 07.719.03.00-rc1
    [    0.274602] tun: Universal TUN/TAP device driver, 1.6
    [    0.275193] VFIO - User Level meta-driver version: 0.3
    [    0.275831] usbcore: registered new interface driver usb-storage
    [    0.276309] i2c_dev: i2c /dev entries driver
    [    0.277150] sdhci: Secure Digital Host Controller Interface driver
    [    0.277156] sdhci: Copyright(c) Pierre Ossman
    [    0.277335] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.278007] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.278177] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.278390] usbcore: registered new interface driver usbhid
    [    0.278393] usbhid: USB HID core driver
    [    0.279128] optee: probing for conduit method.
    [    0.279154] optee: revision 4.1 (012cdca4)
    [    0.299703] optee: dynamic shared memory is enabled
    [    0.300002] optee: initialized driver
    [    0.301592] Initializing XFRM netlink socket
    [    0.301620] NET: Registered PF_PACKET protocol family
    [    0.301678] Key type dns_resolver registered
    [    0.302009] registered taskstats version 1
    [    0.302031] Loading compiled-in X.509 certificates
    [    0.310702] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
    [    0.365160] omap_i2c 42120000.i2c: bus 1 rev0.12 at 400 kHz
    [    0.366167] pca953x 0-0020: supply vcc not found, using dummy regulator
    [    0.366255] pca953x 0-0020: using no AI
    [    0.388331] pca953x 0-0022: supply vcc not found, using dummy regulator
    [    0.388414] pca953x 0-0022: using AI
    [    0.389265] omap_i2c 2000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.389982] pca953x 2-0020: supply vcc not found, using dummy regulator
    [    0.390049] pca953x 2-0020: using no AI
    [    0.412078] omap_i2c 2040000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.412880] pca953x 3-0020: supply vcc not found, using dummy regulator
    [    0.412943] pca953x 3-0020: using no AI
    [    0.435866] omap_i2c 2050000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.436128] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
    [    0.436243] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
    [    0.436353] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
    [    0.436638] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
    [    0.443015] ti-udma 311a0000.dma-controller: Number of rings: 48
    [    0.443858] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
    [    0.444964] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
    [    0.444976] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    0.444980] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    0.446867] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
    [    0.446877] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    0.446880] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    0.447610] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 216, base_baud = 6000000) is a 8250
    [    0.448317] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 217, base_baud = 3000000) is a 8250
    [    2.872887] printk: console [ttyS2] enabled
    [    2.919469] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.930926] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    2.941276] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    2.957378] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    2.966391] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    2.974175] pps pps0: new PPS source ptp0
    [    2.979416] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    [    3.031467] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    3.042639] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867
    [    3.052767] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    3.068742] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [    3.076566] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [    3.085464] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [    3.093222] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
    [    3.106220] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
    [    3.117353] mmc0: CQHCI version 5.10
    [    3.163014] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [    3.263021] mmc0: Command Queue Engine enabled
    [    3.268589] mmc0: new HS200 MMC card at address 0001
    [    3.275397] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [    3.282762] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    [    3.290050] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    [    3.297165] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
    [    3.453944] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    [    3.461403] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
    [    3.471798] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    [    3.480311] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    [    3.488809] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    [    3.497294] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fca100
    [    3.505790] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    [    3.514268] omap-mailbox 31f85000.mailbox: omap mailbox rev 0x66fca100
    [    3.526325] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
    [    3.538925] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
    [    3.553709] spi-nand spi0.0: Winbond SPI NAND was found.
    [    3.560356] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
    [    3.570745] mtd: no mtd-id
    [    3.574148] 7 fixed-partitions partitions found on MTD device spi0.0
    [    3.582074] Creating 7 MTD partitions on "spi0.0":
    [    3.588049] 0x000000000000-0x000000100000 : "ospi_nand.tiboot3"
    [    3.596881] 0x000000100000-0x000000300000 : "ospi_nand.tispl"
    [    3.605675] 0x000000300000-0x000000700000 : "ospi_nand.u-boot"
    [    3.615273] 0x000000700000-0x000000740000 : "ospi_nand.env"
    [    3.623095] 0x000000740000-0x000000780000 : "ospi_nand.env.backup"
    [    3.631698] 0x000003000000-0x000007000000 : "ospi_nand.rootfs"
    [    3.663757] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
    [    3.711479] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    3.722956] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    3.733306] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    3.749420] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    3.758433] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    3.766211] pps pps0: new PPS source ptp1
    [    3.771437] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    [    3.783889] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    3.831489] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    3.842853] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867
    [    3.852989] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    3.868988] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [    3.876812] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [    3.885709] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [    3.893517] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
    [    3.905936] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82
    [    3.916150] debugfs: Directory 'pd:74' with parent 'pm_genpd' already present!
    [    3.916277] mmc1: CQHCI version 5.10
    [    3.925219] debugfs: Directory 'pd:73' with parent 'pm_genpd' already present!
    [    3.938690] debugfs: Directory 'pd:72' with parent 'pm_genpd' already present!
    [    3.948378] debugfs: Directory 'pd:335' with parent 'pm_genpd' already present!
    [    3.957534] debugfs: Directory 'pd:333' with parent 'pm_genpd' already present!
    [    3.966683] debugfs: Directory 'pd:332' with parent 'pm_genpd' already present!
    [    3.977330] ubi0: attaching mtd5
    [    4.082870] ubi0: scanning is finished
    [    4.090306] ubi0 error: ubi_read_volume_table: not enough PEBs, required 258, available 256
    [    4.100786] ubi0 error: ubi_attach_mtd_dev: failed to attach mtd5, error -28
    [    4.109605] UBI error: cannot attach mtd5
    [    4.124875] ALSA device list:
    [    4.128603]   No soundcards found.
    [    5.441079] sdhci-am654 4fb0000.mmc: Power on failed
    [    5.477968] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    5.487508] VFS: Cannot open root device "ubi0:rootfs" or unknown-block(0,0): error -19
    [    5.497500] Please append a correct "root=" boot option; here are the available partitions:
    [    5.507935] b300        31080448 mmcblk0
    [    5.507941]  driver: mmcblk
    [    5.516417] b320           32256 mmcblk0boot0
    [    5.516420]  (driver?)
    [    5.524892] b340           32256 mmcblk0boot1
    [    5.524895]  (driver?)
    [    5.533369] 1f00            1024 mtdblock0
    [    5.533373]  (driver?)
    [    5.541520] 1f01            2048 mtdblock1
    [    5.541523]  (driver?)
    [    5.549670] 1f02            4096 mtdblock2
    [    5.549673]  (driver?)
    [    5.557821] 1f03             256 mtdblock3
    [    5.557825]  (driver?)
    [    5.565971] 1f04             256 mtdblock4
    [    5.565975]  (driver?)
    [    5.574122] 1f05           65536 mtdblock5
    [    5.574125]  (driver?)
    [    5.582270] 1f06             256 mtdblock6
    [    5.582273]  (driver?)
    [    5.590420] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
    [    5.600725] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 6.1.80-dirty #1
    [    5.608755] Hardware name: Texas Instruments J784S4 EVM (DT)
    [    5.615806] Call trace:
    [    5.618848]  dump_backtrace.part.0+0xdc/0xf0
    [    5.624186]  show_stack+0x18/0x30
    [    5.628315]  dump_stack_lvl+0x68/0x84
    [    5.632882]  dump_stack+0x18/0x34
    [    5.637010]  panic+0x188/0x348
    [    5.640813]  mount_block_root+0x188/0x23c
    [    5.645809]  prepare_namespace+0x90/0x170
    [    5.650803]  kernel_init_freeable+0x258/0x284
    [    5.656229]  kernel_init+0x24/0x130
    [    5.660575]  ret_from_fork+0x10/0x20
    [    5.665030] SMP: stopping secondary CPUs
    [    5.669928] Kernel Offset: 0x80000 from 0xffff800008000000
    [    5.676761] PHYS_OFFSET: 0x80000000
    [    5.681104] CPU features: 0x40000,20128084,0000420b
    [    5.687181] Memory Limit: none
    [    5.690984] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) ]---
    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 30 10:48:03 UTC 2024 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
    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) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Jun 20 12:01:51 CST 2024
    [    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 bootloader!
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000f90000000, size 1792 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a6000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a6100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a7000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a7100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a9000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a9100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@aa000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@aa100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ab000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@ab000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ab100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@ab100000, compatible id shared-dma-pool
    [    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(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),64m@48m(ospi_nand.rootfs),256k(ospi_nand.phypattern);
    [    0.000000]         ubi part ospi_nand.rootfs
    [    0.000000]   ubi.mtd=ospi_nand.rootfs root=ubi0:rootfs rw rootfstype=ubifs rootwait
    [    0.000000] Unknown kernel command line parameters "ubi part mtdid=spi-nand0", will be passed to user space.
    [    0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
    [    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-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 30772600K/33554432K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 946824K reserved, 1835008K cma-reserved)
    [    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 jiffies.
    [    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 overlapping address
    [    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 @880800000 (flat, esz 8, psz 64K, shr 0)
    [    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 @0x0000000880060000
    [    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.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000336] Console: colour dummy device 80x25
    [    0.000385] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.000393] pid_max: default: 32768 minimum: 301
    [    0.000429] LSM: Security Framework initializing
    [    0.000565] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.000648] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.001993] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.002002] cblist_init_generic: Setting shift to 3 and lim to 1.
    [    0.002061] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.002064] cblist_init_generic: Setting shift to 3 and lim to 1.
    [    0.002185] rcu: Hierarchical SRCU implementation.
    [    0.002189] rcu:     Max phase no-delay instances is 1000.
    [    0.002431] Platform MSI: msi-controller@1820000 domain created
    [    0.002676] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.002938] EFI services will not be available.
    [    0.003268] smp: Bringing up secondary CPUs ...
    [    0.021150] Detected PIPT I-cache on CPU1
    [    0.021233] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.021252] GICv3: CPU1: using allocated LPI pending table @0x0000000880070000
    [    0.021299] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.039242] Detected PIPT I-cache on CPU2
    [    0.039313] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
    [    0.039331] GICv3: CPU2: using allocated LPI pending table @0x0000000880080000
    [    0.039365] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
    [    0.057227] Detected PIPT I-cache on CPU3
    [    0.057294] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
    [    0.057311] GICv3: CPU3: using allocated LPI pending table @0x0000000880090000
    [    0.057342] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
    [    0.075253] Detected PIPT I-cache on CPU4
    [    0.075364] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
    [    0.075382] GICv3: CPU4: using allocated LPI pending table @0x00000008800a0000
    [    0.075423] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
    [    0.093369] Detected PIPT I-cache on CPU5
    [    0.093451] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
    [    0.093467] GICv3: CPU5: using allocated LPI pending table @0x00000008800b0000
    [    0.093498] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
    [    0.111404] Detected PIPT I-cache on CPU6
    [    0.111482] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
    [    0.111499] GICv3: CPU6: using allocated LPI pending table @0x00000008800c0000
    [    0.111531] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
    [    0.129424] Detected PIPT I-cache on CPU7
    [    0.129499] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
    [    0.129515] GICv3: CPU7: using allocated LPI pending table @0x00000008800d0000
    [    0.129545] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
    [    0.129612] smp: Brought up 1 node, 8 CPUs
    [    0.129619] SMP: Total of 8 processors activated.
    [    0.129624] CPU features: detected: 32-bit EL0 Support
    [    0.129627] CPU features: detected: CRC32 instructions
    [    0.129694] CPU: All CPU(s) started at EL2
    [    0.129697] alternatives: applying system-wide alternatives
    [    0.131077] devtmpfs: initialized
    [    0.144437] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.144460] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
    [    0.177974] pinctrl core: initialized pinctrl subsystem
    [    0.178433] DMI not present or invalid.
    [    0.178920] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.180713] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
    [    0.181646] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.182548] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.182649] audit: initializing netlink subsys (disabled)
    [    0.182864] audit: type=2000 audit(0.180:1): state=initialized audit_enabled=0 res=1
    [    0.183161] thermal_sys: Registered thermal governor 'step_wise'
    [    0.183168] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.183316] cpuidle: using governor menu
    [    0.183433] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.183587] ASID allocator initialised with 32768 entries
    [    0.194807] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
    [    0.198248] KASLR enabled
    [    0.202009] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.202017] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.202021] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.202023] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.202026] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.202029] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.202032] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.202034] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.203117] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
    [    0.204479] iommu: Default domain type: Translated
    [    0.204486] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.204673] SCSI subsystem initialized
    [    0.204903] usbcore: registered new interface driver usbfs
    [    0.204927] usbcore: registered new interface driver hub
    [    0.204953] usbcore: registered new device driver usb
    [    0.205291] pps_core: LinuxPPS API ver. 1 registered
    [    0.205294] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.205302] PTP clock support registered
    [    0.205411] EDAC MC: Ver: 3.0.0
    [    0.206220] FPGA manager framework
    [    0.206268] Advanced Linux Sound Architecture Driver Initialized.
    [    0.206904] clocksource: Switched to clocksource arch_sys_counter
    [    0.207079] VFS: Disk quotas dquot_6.6.0
    [    0.207105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.211032] NET: Registered PF_INET protocol family
    [    0.211508] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.218168] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
    [    0.218370] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.218399] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.219474] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
    [    0.220695] TCP: Hash tables configured (established 262144 bind 65536)
    [    0.220856] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.221251] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.221800] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.222259] RPC: Registered named UNIX socket transport module.
    [    0.222264] RPC: Registered udp transport module.
    [    0.222267] RPC: Registered tcp transport module.
    [    0.222269] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.222275] NET: Registered PF_XDP protocol family
    [    0.222292] PCI: CLS 0 bytes, default 64
    [    0.223358] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    0.224763] Initialise system trusted keyrings
    [    0.224955] workingset: timestamp_bits=46 max_order=23 bucket_order=0
    [    0.227573] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.227961] NFS: Registering the id_resolver key type
    [    0.227992] Key type id_resolver registered
    [    0.227996] Key type id_legacy registered
    [    0.228031] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.228035] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.252275] Key type asymmetric registered
    [    0.252280] Asymmetric key parser 'x509' registered
    [    0.252326] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.252448] io scheduler mq-deadline registered
    [    0.252453] io scheduler kyber registered
    [    0.255909] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
    [    0.256059] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
    [    0.256236] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
    [    0.256580] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
    [    0.256765] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [    0.257570] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.262674] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.270504] loop: module loaded
    [    0.271558] megasas: 07.719.03.00-rc1
    [    0.273781] tun: Universal TUN/TAP device driver, 1.6
    [    0.274358] VFIO - User Level meta-driver version: 0.3
    [    0.275019] usbcore: registered new interface driver usb-storage
    [    0.275498] i2c_dev: i2c /dev entries driver
    [    0.276326] sdhci: Secure Digital Host Controller Interface driver
    [    0.276330] sdhci: Copyright(c) Pierre Ossman
    [    0.276506] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.277123] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.277286] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.277529] usbcore: registered new interface driver usbhid
    [    0.277533] usbhid: USB HID core driver
    [    0.278280] optee: probing for conduit method.
    [    0.278304] optee: revision 4.1 (012cdca4)
    [    0.298872] optee: dynamic shared memory is enabled
    [    0.299183] optee: initialized driver
    [    0.300774] Initializing XFRM netlink socket
    [    0.300804] NET: Registered PF_PACKET protocol family
    [    0.300856] Key type dns_resolver registered
    [    0.301157] registered taskstats version 1
    [    0.301176] Loading compiled-in X.509 certificates
    [    0.309717] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
    [    0.363774] omap_i2c 42120000.i2c: bus 1 rev0.12 at 400 kHz
    [    0.364731] pca953x 0-0020: supply vcc not found, using dummy regulator
    [    0.364814] pca953x 0-0020: using no AI
    [    0.387739] pca953x 0-0022: supply vcc not found, using dummy regulator
    [    0.387813] pca953x 0-0022: using AI
    [    0.388655] omap_i2c 2000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.389315] pca953x 2-0020: supply vcc not found, using dummy regulator
    [    0.389378] pca953x 2-0020: using no AI
    [    0.411513] omap_i2c 2040000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.412254] pca953x 3-0020: supply vcc not found, using dummy regulator
    [    0.412315] pca953x 3-0020: using no AI
    [    0.435323] omap_i2c 2050000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.435575] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
    [    0.435684] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
    [    0.435794] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
    [    0.436075] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
    [    0.442417] ti-udma 311a0000.dma-controller: Number of rings: 48
    [    0.443245] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
    [    0.444372] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
    [    0.444382] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    0.444386] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    0.446193] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
    [    0.446203] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    0.446206] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    0.446925] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 216, base_baud = 6000000) is a 8250
    [    0.447644] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 217, base_baud = 3000000) is a 8250
    [    2.872261] printk: console [ttyS2] enabled
    [    2.918915] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.930391] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    2.940741] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    2.956843] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    2.965856] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    2.973661] pps pps0: new PPS source ptp0
    [    2.978915] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    [    3.034900] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    3.046071] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867
    [    3.056195] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    3.072160] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [    3.079987] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [    3.088886] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [    3.096645] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
    [    3.109586] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
    [    3.121037] mmc0: CQHCI version 5.10
    [    3.166784] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [    3.266627] mmc0: Command Queue Engine enabled
    [    3.272205] mmc0: new HS200 MMC card at address 0001
    [    3.279028] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [    3.286388] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    [    3.293652] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    [    3.300776] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
    [    3.457155] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    [    3.464615] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
    [    3.474993] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    [    3.483506] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    [    3.491992] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    [    3.500488] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fca100
    [    3.508980] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    [    3.517461] omap-mailbox 31f85000.mailbox: omap mailbox rev 0x66fca100
    [    3.529471] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
    [    3.542091] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
    [    3.556852] spi-nand spi0.0: Winbond SPI NAND was found.
    [    3.563499] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
    [    3.573876] mtd: no mtd-id
    [    3.577278] 7 fixed-partitions partitions found on MTD device spi0.0
    [    3.585205] Creating 7 MTD partitions on "spi0.0":
    [    3.591177] 0x000000000000-0x000000100000 : "ospi_nand.tiboot3"
    [    3.600061] 0x000000100000-0x000000300000 : "ospi_nand.tispl"
    [    3.608848] 0x000000300000-0x000000700000 : "ospi_nand.u-boot"
    [    3.618438] 0x000000700000-0x000000740000 : "ospi_nand.env"
    [    3.626256] 0x000000740000-0x000000780000 : "ospi_nand.env.backup"
    [    3.634846] 0x000003000000-0x000007000000 : "ospi_nand.rootfs"
    [    3.666835] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
    [    3.714921] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    3.726403] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    3.736756] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    3.752869] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    3.761886] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    3.769676] pps pps0: new PPS source ptp1
    [    3.774933] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    [    3.787346] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    3.834931] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    3.846266] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867
    [    3.856403] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    3.872400] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [    3.880224] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [    3.889122] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [    3.896921] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
    [    3.909280] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82
    [    3.919507] debugfs: Directory 'pd:74' with parent 'pm_genpd' already present!
    [    3.919696] mmc1: CQHCI version 5.10
    [    3.928584] debugfs: Directory 'pd:73' with parent 'pm_genpd' already present!
    [    3.942039] debugfs: Directory 'pd:72' with parent 'pm_genpd' already present!
    [    3.951723] debugfs: Directory 'pd:335' with parent 'pm_genpd' already present!
    [    3.960870] debugfs: Directory 'pd:333' with parent 'pm_genpd' already present!
    [    3.970018] debugfs: Directory 'pd:332' with parent 'pm_genpd' already present!
    [    3.980690] ubi0: attaching mtd5
    [    4.085924] ubi0: scanning is finished
    [    4.093429] ubi0 warning: ubi_eba_init: cannot reserve enough PEBs for bad PEB handling, reserved 4, need 10
    [    4.106078] ubi0: attached mtd5 (name "ospi_nand.rootfs", size 64 MiB)
    [    4.114231] ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 253952 bytes
    [    4.122806] ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 4096
    [    4.131270] ubi0: VID header offset: 4096 (aligned 4096), data offset: 8192
    [    4.139950] ubi0: good PEBs: 256, bad PEBs: 0, corrupted PEBs: 0
    [    4.147440] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128
    [    4.156446] ubi0: max/mean erase counter: 0/0, WL threshold: 4096, image sequence number: 1417813087
    [    4.167835] ubi0: available PEBs: 0, total reserved PEBs: 256, PEBs reserved for bad PEB handling: 4
    [    4.179236] ubi0: background thread "ubi_bgt0d" started, PID 172
    [    4.189637] ALSA device list:
    [    4.193356]   No soundcards found.
    [    5.444385] sdhci-am654 4fb0000.mmc: Power on failed
    [    5.481279] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    5.491317] UBIFS (ubi0:0): Mounting in unauthenticated mode
    [    5.498505] UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 174
    [    5.525928] UBIFS (ubi0:0): start fixing up free space
    [    5.628812] UBIFS (ubi0:0): free space fixup complete
    [    5.653147] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "rootfs"
    [    5.662383] UBIFS (ubi0:0): LEB size: 253952 bytes (248 KiB), min./max. I/O unit sizes: 4096 bytes/4096 bytes
    [    5.674748] UBIFS (ubi0:0): FS size: 50790400 bytes (48 MiB, 200 LEBs), max 210 LEBs, journal size 7364608 bytes (7 MiB, 29 LEBs)
    [    5.689282] UBIFS (ubi0:0): reserved for root: 0 bytes (0 KiB)
    [    5.696554] UBIFS (ubi0:0): media format: w4/r0 (latest is w5/r0), UUID 6A37071D-D7BB-4D01-BC5D-E26CCEC764B3, small LPT model
    [    5.712044] VFS: Mounted root (ubifs filesystem) on device 0:20.
    [    5.720691] devtmpfs: mounted
    [    5.725416] Freeing unused kernel memory: 1984K
    [    5.731237] Run /sbin/init as init process
    [    5.974503] systemd[1]: System time before build time, advancing clock.
    [    6.050772] 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)
    [    6.091002] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    6.149860] systemd[1]: Hostname set to <j784s4-evm>.
    [    6.160848] systemd[1]: Initializing machine ID from random generator.
    [    6.176218] systemd[1]: Failed to truncate /etc/machine-id: No space left on device
    [    6.299117] systemd[177]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
    [    6.632217] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    6.698634] systemd[1]: Queued start job for default target Multi-User System.
    [    6.755863] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    6.780246] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    6.804028] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    6.827790] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    6.852235] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    [    6.879106] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    [    6.908558] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    6.922985] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    6.946957] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    6.962992] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    6.984551] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    7.011165] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    7.036161] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    7.059259] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    7.083249] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    7.100191] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    7.129287] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    7.155164] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    7.179872] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    7.227316] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    7.246489] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    7.274171] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    7.291334] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    7.310776] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    7.327162] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/6.1.80-dirty/modules.devname).
    [    7.379626] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    7.402419] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    7.422446] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    7.439137] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    7.461971] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    7.480988] systemd[1]: Load Kernel Modules was skipped because all trigger condition checks failed.
    [    7.527785] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network …ts from Kernel command line...
    [    7.558780] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    7.639803] systemd[1]: Starting Apply Kernel Variables...
             Starting Apply Kernel Variables...
    [    7.662968] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    7.686041] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory /tmp.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [  OK  ] Finished Generate network units from Kernel command line.
    [  OK  ] Finished Remount Root and Kernel File Systems.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Reached target Preparation for Network.
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
             Starting Create System Users...
    [    8.011505] systemd-journald[198]: Received client request to flush runtime journal.
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [FAILED] Failed to start Create System Users.
    See 'systemctl status systemd-sysusers.service' for details.
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /media/ram...
             Mounting /var/volatile...
    [    8.297912] audit: type=1334 audit(1651167747.320:2): prog-id=5 op=LOAD
    [    8.306345] audit: type=1334 audit(1651167747.328:3): prog-id=6 op=LOAD
             Starting Rule-based Manage…for Device Events and Files...
    [  OK  ] Finished Coldplug All udev Devices.
    [FAILED] Failed to mount /media/ram.
    See 'systemctl status media-ram.mount' for details.
    [DEPEND] Dependency failed for Local File Systems.
    [  OK  ] Mounted /var/volatile.
    [  OK  ] Stopped Dispatch Password …ts to Console Directory Watch.
    [  OK  ] Stopped Forward Password R…uests to Wall Directory Watch.
    [  OK  ] Reached target Timer Units.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
    [  OK  ] Reached target Socket Units.
    [    8.615108] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    [    8.617989] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    [  OK  ] Started Emergency Shell.
    [    8.643658] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    [    8.646094] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [    8.647548] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    [    8.649333] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
    [    8.650108] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [  OK  ] Reached target Emergency Mode.
             Starting Rebuild Dynamic Linker Cache...
             Starting Create Volatile Files and Directories...
             Starting Load/Save Random Seed...
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Finished Synchronize System and HW clocks.
    [  OK  ] Finished Create Volatile Files and Directories.
    [  OK  ] Finished Load/Save Random Seed.
    [FAILED] Failed to start Rebuild Dynamic Linker Cache.
    See 'systemctl status ldconfig.service' for details.
             Starting Rebuild Journal Catalog...
             Starting Network Configuration...
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Reached target System Time Set.
             Starting Record System Boot/Shutdown in UTMP...
    [FAILED] Failed to start Rebuild Journal Catalog.
    See 'systemctl status systemd-journal-catalog-update.service' for details.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
             Starting Update is Completed...
    [  OK  ] Started Network Configuration.
    [FAILED] Failed to start Update is Completed.
    See 'systemctl status systemd-update-done.service' for details.
    [FAILED] Failed to start Network Name Resolution.
    See 'systemctl status systemd-resolved.service' for details.
    [  OK  ] Reached target Network.
    [  OK  ] Reached target Host and Network Name Lookups.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Stopped Network Name Resolution.
    [FAILED] Failed to start Network Name Resolution.
    See 'systemctl status systemd-resolved.service' for details.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
             Starting Record Runlevel Change in UTMP...
    [  OK  ] Stopped Network Name Resolution.
    [FAILED] Failed to start Network Name Resolution.
    See 'systemctl status systemd-resolved.service' for details.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Stopped Network Name Resolution.
    [FAILED] Failed to start Network Name Resolution.
    See 'systemctl status systemd-resolved.service' for details.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Stopped Network Name Resolution.
    [FAILED] Failed to start Network Name Resolution.
    See 'systemctl status systemd-resolved.service' for details.
    [  OK  ] Finished Record Runlevel Change in UTMP.
    You are in emergency mode. After logging in, type "journalctl -xb" to view
    system logs, "systemctl reboot" toàPress Enter for maintenance
    (or press Control-D to continue):
    Reloading system manager configuration
    [  190.570548] audit: type=1334 audit(1651167929.592:4): prog-id=7 op=LOAD
    [  190.578876] audit: type=1334 audit(1651167929.600:5): prog-id=8 op=LOAD
    [  190.587168] audit: type=1334 audit(1651167929.604:6): prog-id=3 op=UNLOAD
    [  190.595655] audit: type=1334 audit(1651167929.604:7): prog-id=4 op=UNLOAD
    Starting default target
    [  190.604166] audit: type=1334 audit(1651167929.612:8): prog-id=9 op=LOAD
    [  190.615168] audit: type=1334 audit(1651167929.620:9): prog-id=10 op=LOAD
    [  190.623555] audit: type=1334 audit(1651167929.620:10): prog-id=5 op=UNLOAD
    [  190.632151] audit: type=1334 audit(1651167929.620:11): prog-id=6 op=UNLOAD
    You are in emergency mode. After loggiPress Enter for maintenance
    (or press Control-D to continue):
    Reloading system manager configuration
    [  191.934955] audit: type=1334 audit(1651167930.956:12): prog-id=11 op=LOAD
    [  191.943500] audit: type=1334 audit(1651167930.968:13): prog-id=12 op=LOAD
    Starting default target
    You are in emergency mode. After loPress Enter for maintenance
    (or press Control-D to continue):
    Reloading system manager configuration
    Starting default target
    You are in emergency mode. After lolPress Enter for maintenance
    (or press Control-D to continue):
    

  • Hello,

    [ 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(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),64m@48m(ospi_nand.rootfs),256k(ospi_nand.phypattern);
    [ 0.000000] ubi part ospi_nand.rootfs
    [ 0.000000] ubi.mtd=ospi_nand.rootfs root=ubi0:rootfs rw rootfstype=ubifs rootwait
    [ 0.000000] Unknown kernel command line parameters "ubi part mtdid=spi-nand0", will be passed to user space.

    That is one thing to look at.

    Also do you have the SD card inserted? If not can disable main_sdhci1?

    - Keerthy

  • 1.

    we change the ubi pack cmd and then it runs success with the tisdk-tiny-image-j784s4-evm.tar.xz 

    mkfs.ubifs -r tisdk-tiny-image-j784s4 -o opt.ubifs -F -m 4096 -e 253952 -c 300 -v
    ubinize -o j784s4_init_rootfs.ubi -m 4096 -p 256KiB -s 4096 -O 4096 ubinize.ini -v
    but this cost too much nand space for the rootfs which is about 52MB,is there any rootfs which takes less?
    2.
    I see that in your linux sdk there is a rootfs can be build which named 
    tisdk-tiny-initramfs-j784s4-evm.cpio.xz 
     unxz -c tisdk-tiny-initramfs-j784s4-evm.cpio.xz | cpio -id

    we use this cmd to uzip it and repack it to ubi formulate and use the cmd in 1. 
    but the kernel boot failed as follows
    [    3.709700] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1
    [    3.721227] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driv
    [    3.731583] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss ver
    [    3.747699] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.
    [    3.756710] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    3.764498] pps pps0: new PPS source ptp1
    [    3.769758] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:50000
    [    3.782241] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    3.829708] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 10
    [    3.841031] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver
    [    3.851165] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss vers
    [    3.867160] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [    3.874985] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [    3.883883] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [    3.891681] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000
    [    3.904061] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82
    [    3.914292] debugfs: Directory 'pd:74' with parent 'pm_genpd' already present
    [    3.914396] mmc1: CQHCI version 5.10
    [    3.923351] debugfs: Directory 'pd:73' with parent 'pm_genpd' already present
    [    3.936854] debugfs: Directory 'pd:72' with parent 'pm_genpd' already present
    [    3.946560] debugfs: Directory 'pd:335' with parent 'pm_genpd' already presen
    [    3.955724] debugfs: Directory 'pd:333' with parent 'pm_genpd' already presen
    [    3.964860] debugfs: Directory 'pd:332' with parent 'pm_genpd' already presen
    [    3.975568] ubi0: attaching mtd5
    [    4.090312] ubi0: scanning is finished
    [    4.097821] ubi0 warning: ubi_eba_init: cannot reserve enough PEBs for bad PE
    [    4.110468] ubi0: attached mtd5 (name "ospi_nand.rootfs", size 64 MiB)
    [    4.118620] ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 253952 bytes
    [    4.127194] ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 4096
    [    4.135661] ubi0: VID header offset: 4096 (aligned 4096), data offset: 8192
    [    4.144342] ubi0: good PEBs: 256, bad PEBs: 0, corrupted PEBs: 0
    [    4.151830] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 12
    [    4.160834] ubi0: max/mean erase counter: 2/0, WL threshold: 4096, image sequ
    [    4.172223] ubi0: available PEBs: 0, total reserved PEBs: 256, PEBs reserved
    [    4.183626] ubi0: background thread "ubi_bgt0d" started, PID 175
    [    4.193888] ALSA device list:
    [    4.197592]   No soundcards found.
    [    5.439190] sdhci-am654 4fb0000.mmc: Power on failed
    [    5.476081] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64
    [    5.486091] UBIFS (ubi0:0): Mounting in unauthenticated mode
    [    5.493310] UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 176
    [    5.520602] UBIFS (ubi0:0): recovery needed
    [    5.615186] UBIFS (ubi0:0): recovery completed
    [    5.620819] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "root
    [    5.630053] UBIFS (ubi0:0): LEB size: 253952 bytes (248 KiB), min./max. I/O u
    [    5.642419] UBIFS (ubi0:0): FS size: 60440576 bytes (57 MiB, 238 LEBs), max 3
    [    5.656953] UBIFS (ubi0:0): reserved for root: 0 bytes (0 KiB)
    [    5.664224] UBIFS (ubi0:0): media format: w4/r0 (latest is w5/r0), UUID C5932
    [    5.679516] VFS: Mounted root (ubifs filesystem) on device 0:20.
    [    5.688183] devtmpfs: mounted
    [    5.692887] Freeing unused kernel memory: 1984K
    [    5.698697] Run /sbin/init as init process
    [    5.938714] systemd[1]: System time before build time, advancing clock.
    [    6.014430] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -S                                                                                                                                                             UALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +
    [    6.054655] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    6.116871] systemd[1]: Hostname set to <j784s4-evm>.
    [    6.234910] systemd[179]: /lib/systemd/system-generators/systemd-gpt-auto-gen
    [    6.569507] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard
    [    6.636192] systemd[1]: Queued start job for default target Multi-User System
    [    6.695031] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    6.719083] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    6.742790] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    6.766575] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    6.791016] systemd[1]: Started Dispatch Password Requests to Console Directo
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    [    6.821887] systemd[1]: Started Forward Password Requests to Wall Directory W
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    [    6.851386] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    6.873759] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    6.897737] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    6.921746] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    6.947427] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    6.973949] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    6.998954] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    7.022025] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    7.046036] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    7.070992] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    7.100074] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    7.125936] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    7.150699] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    7.198076] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    7.225256] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    7.257156] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    7.278106] systemd[1]: Kernel Trace File System was skipped because of a fai
    [    7.297497] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    7.317939] systemd[1]: Create List of Static Device Nodes was skipped becaus
    [    7.342973] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    7.369227] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    7.393116] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    7.413942] systemd[1]: File System Check on Root Device was skipped because
    [    7.458353] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    7.475960] systemd[1]: Load Kernel Modules was skipped because all trigger c
    [    7.491296] systemd[1]: Starting Generate network units from Kernel command l
             Starting Generate network …ts from Kernel command line...
    [    7.521591] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    7.553625] systemd[1]: Starting Apply Kernel Variables...
             Starting Apply Kernel Variables...
    [    7.577943] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    7.602715] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory /tmp.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [  OK  ] Finished Generate network units from Kernel command line.
    [  OK  ] Finished Remount Root and Kernel File Systems.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Reached target Preparation for Network.
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
             Starting Create Static Device Nodes in /dev    7.951750] systemd-journa
    m...
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /media/ram...
             Mounting /var/volatile...
    [    8.112882] audit: type=1334 audit(1651167747.172:2): prog-id=5 op=LOAD
    [    8.121401] audit: type=1334 audit(1651167747.180:3): prog-id=6 op=LOAD
             Starting Rule-based Manage…for Device Events and Files...
    [  OK  ] Mounted /media/ram.
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Finished Coldplug All udev Devices.
    [  OK  ] Finished Create Volatile Files and Directories.
             Starting Network Configuration...
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Reached target System Time Set.
    [    8.511304] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider
    [    8.513154] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider u
    [    8.513177] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider
    [    8.519547] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consi
    [    8.520226] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider usi
    [    8.526576] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider
    [    8.526604] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consi
             Starting Record System Boot/Shutdown in UTMP...
    [  OK  ] Found device /dev/ttyS2.
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Started Network Configuration.
    [    8.746044] am65-cpsw-nuss c200000.ethernet eth1: PHY [c200f00.mdio:00] drive
    [    8.757722] am65-cpsw-nuss c200000.ethernet eth1: configuring for phy/rgmii-r
    [    8.790472] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] dri
    [    8.802788] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-
    [FAILED] Failed to start Network Name Reso[    8.825688] random: crng init done
    lution.
    See 'systemctl status systemd-resolved.service' for details.
    [  OK  ] Reached target Network.
    [  OK  ] Reached target Host and Network Name Lookups.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target Timer Units.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
    [  OK  ] Reached target Socket Units.
    [  OK  ] Reached target Basic System.
             Starting D-Bus System Message Bus...
    [    9.086316] audit: type=1334 audit(1651167748.148:4): prog-id=7 op=LOAD
    [    9.094665] audit: type=1334 audit(1651167748.156:5): prog-id=8 op=LOAD
    [FAILED] Failed to start User Login Management.
    See 'systemctl status systemd-logind.service' for details.
             Starting Permit User Sessions...
    [  OK  ] Finished Load/Save Random Seed.
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started D-Bus System Message Bus.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
    [  OK  ] Stopped User Login Management.
             Starting Load Kernel Module drm...
    [  OK  ] Stopped Network Name Resolution.
    [FAILED] Failed to start Network Name Resolution.
    See 'systemctl status systemd-resolved.service' for details.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Finished Synchronize System and HW clocks.
    [  OK  ] Finished Load Kernel Module drm.
    [    9.559068] audit: type=1334 audit(1651167748.620:6): prog-id=9 op=LOAD
    [    9.567380] audit: type=1334 audit(1651167748.628:7): prog-id=10 op=LOAD
    [FAILED] Failed to start User Login Management.
    See 'systemctl status systemd-logind.service' for details.
    [  OK  ] Reached target Multi-User System.
    [  OK  ] Stopped Network Name Resolution.
    [FAILED] Failed to start Network Name Resolution.
    See 'systemctl status systemd-resolved.service' for details.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
             Starting Record Runlevel Change in UTMP...
    [  OK  ] Stopped User Login Management.
             Starting Load Kernel Module drm...
    [  OK  ] Stopped Network Name Resolution.
    [FAILED] Failed to start Network Name Resolution.
    See 'systemctl status systemd-resolved.service' for details.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Finished Load Kernel Module drm.
    [    9.941090] audit: type=1334 audit(1651167749.000:8): prog-id=11 op=LOAD
    [    9.949599] audit: type=1334 audit(1651167749.008:9): prog-id=12 op=LOAD
    [    9.958015] audit: type=1334 audit(1651167749.012:10): prog-id=9 op=UNLOAD
    [    9.966611] audit: type=1334 audit(1651167749.012:11): prog-id=10 op=UNLOAD
    [FAILED] Failed to start User Login Management.
    See 'systemctl status systemd-logind.service' for details.
    [  OK  ] Stopped Network Name Resolution.
    [FAILED] Failed to start Network Name Resolution.
    See 'systemctl status systemd-resolved.service' for details.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Finished Record Runlevel Change in UTMP.
    [  OK  ] Stopped User Login Management.
             Starting Load Kernel Module drm...
    [  OK  ] Stopped Network Name Resolution.
    [FAILED] Failed to start Network Name Resolution.
    See 'systemctl status systemd-resolved.service' for details.
    [  OK  ] Finished Load Kernel Module drm.
    [FAILED] Failed to start User Login Management.
    See 'systemctl status systemd-logind.service' for details.
    
     _____                    _____           _         _
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
                  |___|                    |___|
    
    Arago Project j784s4-evm -
    
    Arago 2023.10 j784s4-evm -
    
    j784s4-evm login:
    j784s4-evm login: root
    [   89.653873] kauditd_printk_skb: 10 callbacks suppressed
    [   89.653885] audit: type=1334 audit(1651167828.716:22): prog-id=17 op=LOAD
    [   89.668953] audit: type=1334 audit(1651167828.720:23): prog-id=18 op=LOAD
    root@j784s4-evm:~# [  114.271163] am65-cpsw-nuss 46000000.ethernet eth0: Link is
    [  116.318955] am65-cpsw-nuss 46000000.ethernet eth0: Link is Down
    [  123.455241] am65-cpsw-nuss c200000.ethernet eth1: Link is Up - 1Gbps/Full - f
    
    root@j784s4-evm:~# ifconfig
    eth0      Link encap:Ethernet  HWaddr 28:B5:E8:DB:88:16
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:334 (334.0 B)
    
    eth1      Link encap:Ethernet  HWaddr 6A:9D:34:40:C8:9E
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:26 errors:0 dropped:3 overruns:0 frame:0
              TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:2265 (2.2 KiB)  TX bytes:1002 (1002.0 B)
    
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:65536  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
    
    root@j784s4-evm:~# ipconfig
    -sh: ipconfig: not found
    root@j784s4-evm:~# ifconfig
    eth0      Link encap:Ethernet  HWaddr 28:B5:E8:DB:88:16
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:334 (334.0 B)
    
    eth1      Link encap:Ethernet  HWaddr 6A:9D:34:40:C8:9E
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:26 errors:0 dropped:3 overruns:0 frame:0
              TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:2265 (2.2 KiB)  TX bytes:1336 (1.3 KiB)
    
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:65536  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
    
    root@j784s4-evm:~# ifconfig eth0 192.168.44.4
    root@j784s4-evm:~# ifconfig
    eth0      Link encap:Ethernet  HWaddr 28:B5:E8:DB:88:16
              inet addr:192.168.44.4  Bcast:192.168.44.255  Mask:255.255.255.0
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:334 (334.0 B)
    
    eth1      Link encap:Ethernet  HWaddr 6A:9D:34:40:C8:9E
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:26 errors:0 dropped:3 overruns:0 frame:0
              TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:2265 (2.2 KiB)  TX bytes:2004 (1.9 KiB)
    
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:65536  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
    
    root@j784s4-evm:~# ifconfig
    eth0      Link encap:Ethernet  HWaddr 28:B5:E8:DB:88:16
              inet addr:192.168.44.4  Bcast:192.168.44.255  Mask:255.255.255.0
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:334 (334.0 B)
    
    eth1      Link encap:Ethernet  HWaddr 6A:9D:34:40:C8:9E
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:28 errors:0 dropped:3 overruns:0 frame:0
              TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:2752 (2.6 KiB)  TX bytes:3674 (3.5 KiB)
    
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:65536  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
    
    root@j784s4-evm:~# ifconfig
    eth0      Link encap:Ethernet  HWaddr 28:B5:E8:DB:88:16
              inet addr:192.168.44.4  Bcast:192.168.44.255  Mask:255.255.255.0
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:334 (334.0 B)
    
    eth1      Link encap:Ethernet  HWaddr 6A:9D:34:40:C8:9E
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:28 errors:0 dropped:3 overruns:0 frame:0
              TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:2752 (2.6 KiB)  TX bytes:3674 (3.5 KiB)
    
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:65536  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
    
    root@j784s4-evm:~# ifconfig
    eth0      Link encap:Ethernet  HWaddr 28:B5:E8:DB:88:16
              inet addr:192.168.44.4  Bcast:192.168.44.255  Mask:255.255.255.0
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:334 (334.0 B)
    
    eth1      Link encap:Ethernet  HWaddr 6A:9D:34:40:C8:9E
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:28 errors:0 dropped:3 overruns:0 frame:0
              TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:2752 (2.6 KiB)  TX bytes:3674 (3.5 KiB)
    
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:65536  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
    
    root@j784s4-evm:~# ifconfig
    eth0      Link encap:Ethernet  HWaddr 28:B5:E8:DB:88:16
              inet addr:192.168.44.4  Bcast:192.168.44.255  Mask:255.255.255.0
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:334 (334.0 B)
    
    eth1      Link encap:Ethernet  HWaddr 6A:9D:34:40:C8:9E
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:28 errors:0 dropped:3 overruns:0 frame:0
              TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:2752 (2.6 KiB)  TX bytes:3674 (3.5 KiB)
    
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:65536  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
    
    root@j784s4-evm:~# ifconfig eth1 192.168.44.5
    root@j784s4-evm:~# ifconfig
    eth0      Link encap:Ethernet  HWaddr 28:B5:E8:DB:88:16
              inet addr:192.168.44.4  Bcast:192.168.44.255  Mask:255.255.255.0
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:334 (334.0 B)
    
    eth1      Link encap:Ethernet  HWaddr 6A:9D:34:40:C8:9E
              inet addr:192.168.44.5  Bcast:192.168.44.255  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:28 errors:0 dropped:3 overruns:0 frame:0
              TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:2752 (2.6 KiB)  TX bytes:4008 (3.9 KiB)
    
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:65536  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
    
    root@j784s4-evm:~# [  619.070977] am65-cpsw-nuss c200000.ethernet eth1: Link is
    [  625.215176] am65-cpsw-nuss c200000.ethernet eth1: Link is Up - 1Gbps/Full - f
    
    root@j784s4-evm:~#
    root@j784s4-evm:~# ifconfig
    eth0      Link encap:Ethernet  HWaddr 28:B5:E8:DB:88:16
              inet addr:192.168.44.4  Bcast:192.168.44.255  Mask:255.255.255.0
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:334 (334.0 B)
    
    eth1      Link encap:Ethernet  HWaddr 6A:9D:34:40:C8:9E
              inet addr:192.168.44.5  Bcast:192.168.44.255  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:65 errors:0 dropped:6 overruns:0 frame:0
              TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:5778 (5.6 KiB)  TX bytes:5804 (5.6 KiB)
    
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:65536  Metric:1
              RX packets:7 errors:0 dropped:0 overruns:0 frame:0
              TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:616 (616.0 B)  TX bytes:616 (616.0 B)
    
    root@j784s4-evm:~# ping 192.168.44.4
    PING 192.168.44.4 (192.168.44.4): 56 data bytes
    64 bytes from 192.168.44.4: seq=0 ttl=64 time=0.861 ms
    64 bytes from 192.168.44.4: seq=1 ttl=64 time=0.063 ms
    64 bytes from 192.168.44.4: seq=2 ttl=64 time=0.045 ms
    64 bytes from 192.168.44.4: seq=3 ttl=64 time=0.040 ms
    64 bytes from 192.168.44.4: seq=4 ttl=64 time=0.034 ms
    64 bytes from 192.168.44.4: seq=5 ttl=64 time=0.033 ms
    64 bytes from 192.168.44.4: seq=6 ttl=64 time=0.045 ms
    64 bytes from 192.168.44.4: seq=7 ttl=64 time=0.035 ms
    64 bytes from 192.168.44.4: seq=8 ttl=64 time=0.034 ms
    64 bytes from 192.168.44.4: seq=9 ttl=64 time=0.077 ms
    64 bytes from 192.168.44.4: seq=10 ttl=64 time=0.039 ms
    64 bytes from 192.168.44.4: seq=11 ttl=64 time=0.044 ms
    64 bytes from 192.168.44.4: seq=12 ttl=64 time=0.037 ms
    64 bytes from 192.168.44.4: seq=13 ttl=64 time=0.037 ms
    64 bytes from 192.168.44.4: seq=14 ttl=64 time=0.033 ms
    64 bytes from 192.168.44.4: seq=15 ttl=64 time=0.033 ms
    64 bytes from 192.168.44.4: seq=16 ttl=64 time=0.034 ms
    ^X^X64 bytes from 192.168.44.4: seq=17 ttl=64 time=0.036 ms
    ^C
    --- 192.168.44.4 ping statistics ---
    18 packets transmitted, 18 packets received, 0% packet loss
    round-trip min/avg/max = 0.033/0.086/0.861 ms
    root@j784s4-evm:~# ping 192.168.44.3
    PING 192.168.44.3 (192.168.44.3): 56 data bytes
    [  764.478962] am65-cpsw-nuss c200000.ethernet eth1: Link is Down
    [  831.039171] am65-cpsw-nuss c200000.ethernet eth1: Link is Up - 1Gbps/Full - f
    ^C
    --- 192.168.44.3 ping statistics ---
    148 packets transmitted, 0 packets received, 100% packet loss
    root@j784s4-evm:~# ifconfig
    eth0      Link encap:Ethernet  HWaddr 28:B5:E8:DB:88:16
              inet addr:192.168.44.4  Bcast:192.168.44.255  Mask:255.255.255.0
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:334 (334.0 B)
    
    eth1      Link encap:Ethernet  HWaddr 6A:9D:34:40:C8:9E
              inet addr:192.168.44.5  Bcast:192.168.44.255  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:96 errors:0 dropped:8 overruns:0 frame:0
              TX packets:27 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:8413 (8.2 KiB)  TX bytes:7850 (7.6 KiB)
    
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:65536  Metric:1
              RX packets:195 errors:0 dropped:0 overruns:0 frame:0
              TX packets:195 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:20544 (20.0 KiB)  TX bytes:20544 (20.0 KiB)
    
    root@j784s4-evm:~# ifconfig
    eth0      Link encap:Ethernet  HWaddr 28:B5:E8:DB:88:16
              inet addr:192.168.44.4  Bcast:192.168.44.255  Mask:255.255.255.0
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:334 (334.0 B)
    
    eth1      Link encap:Ethernet  HWaddr 6A:9D:34:40:C8:9E
              inet addr:192.168.44.5  Bcast:192.168.44.255  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:97 errors:0 dropped:8 overruns:0 frame:0
              TX packets:27 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:8487 (8.2 KiB)  TX bytes:7850 (7.6 KiB)
    
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:65536  Metric:1
              RX packets:196 errors:0 dropped:0 overruns:0 frame:0
              TX packets:196 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:20656 (20.1 KiB)  TX bytes:20656 (20.1 KiB)
    
    root@j784s4-evm:~# [  858.687385] am65-cpsw-nuss c200000.ethernet eth1: Link is
    [  862.815182] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full -
    
    root@j784s4-evm:~# ping 192.168.44.3
    PING 192.168.44.3 (192.168.44.3): 56 data bytes
    [  953.821670] ------------[ cut here ]------------
    [  953.827451] NETDEV WATCHDOG: eth0 (am65-cpsw-nuss): transmit queue 0 timed ou
    [  953.836501] WARNING: CPU: 3 PID: 0 at net/sched/sch_generic.c:525 dev_watchdo
    [  953.846830] Modules linked in:
    [  953.850636] CPU: 3 PID: 0 Comm: swapper/3 Not tainted 6.1.80-dirty #1
    [  953.858665] Hardware name: Texas Instruments J784S4 EVM (DT)
    [  953.865716] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    [  953.874395] pc : dev_watchdog+0x214/0x220
    [  953.879392] lr : dev_watchdog+0x214/0x220
    [  953.884387] sp : ffff80000801be30
    [  953.888511] x29: ffff80000801be30 x28: 0000000000000005 x27: 0000000000000020
    [  953.897410] x26: ffff800008a75330 x25: ffff8000091c79c0 x24: ffff000f0bf571a8
    [  953.906307] x23: ffff8000091c7000 x22: 0000000000000000 x21: ffff00080214839c
    [  953.915204] x20: ffff000802148000 x19: ffff000802148448 x18: ffffffffffffffff
    [  953.924101] x17: 6f2064656d697420 x16: 3020657565757120 x15: 74696d736e617274
    [  953.932998] x14: 203a297373756e2d x13: ffff8000091e1440 x12: 00000000000005af
    [  953.941894] x11: 00000000000001e5 x10: ffff800009239440 x9 : ffff8000091e1440
    [  953.950791] x8 : 00000000ffffefff x7 : ffff800009239440 x6 : 0000000000000000
    [  953.959688] x5 : ffff000f0bf56b60 x4 : 0000000000000040 x3 : 0000000000000001
    [  953.968584] x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff0008002f0e40
    [  953.977482] Call trace:
    [  953.980525]  dev_watchdog+0x214/0x220
    [  953.985089]  call_timer_fn.constprop.0+0x24/0x80
    [  953.990846]  __run_timers.part.0+0x1f4/0x234
    [  953.996166]  run_timer_softirq+0x3c/0x7c
    [  954.001051]  _stext+0x124/0x28c
    [  954.004961]  ____do_softirq+0x10/0x20
    [  954.009523]  call_on_irq_stack+0x24/0x4c
    [  954.014409]  do_softirq_own_stack+0x1c/0x30
    [  954.019619]  __irq_exit_rcu+0xb4/0xe0
    [  954.024181]  irq_exit_rcu+0x10/0x20
    [  954.028524]  el1_interrupt+0x38/0x70
    [  954.032982]  el1h_64_irq_handler+0x18/0x2c
    [  954.038085]  el1h_64_irq+0x64/0x68
    [  954.042320]  arch_cpu_idle+0x18/0x2c
    [  954.046774]  default_idle_call+0x30/0x6c
    [  954.051663]  do_idle+0x248/0x2c0
    [  954.055687]  cpu_startup_entry+0x34/0x40
    [  954.060575]  secondary_start_kernel+0x11c/0x140
    [  954.066221]  __secondary_switched+0xb0/0xb4
    [  954.071434] ---[ end trace 0000000000000000 ]---
    [  954.077201] am65-cpsw-nuss 46000000.ethernet eth0: txq:0 DRV_XOFF:0 tmo:7864
    [  959.965674] am65-cpsw-nuss 46000000.ethernet eth0: txq:0 DRV_XOFF:0 tmo:13760
    [  964.829677] am65-cpsw-nuss 46000000.ethernet eth0: txq:0 DRV_XOFF:0 tmo:18624
    [  969.949678] am65-cpsw-nuss 46000000.ethernet eth0: txq:0 DRV_XOFF:0 tmo:23744
    [  974.813676] am65-cpsw-nuss 46000000.ethernet eth0: txq:0 DRV_XOFF:0 tmo:28608
    [  979.933675] am65-cpsw-nuss 46000000.ethernet eth0: txq:0 DRV_XOFF:0 tmo:33728
    [  984.797673] am65-cpsw-nuss 46000000.ethernet eth0: txq:0 DRV_XOFF:0 tmo:38592
    [  989.917677] am65-cpsw-nuss 46000000.ethernet eth0: txq:0 DRV_XOFF:0 tmo:43712
    [  994.781674] am65-cpsw-nuss 46000000.ethernet eth0: txq:0 DRV_XOFF:0 tmo:48576
    [  999.901673] am65-cpsw-nuss 46000000.ethernet eth0: txq:0 DRV_XOFF:0 tmo:53696
    [ 1005.021672] am65-cpsw-nuss 46000000.ethernet eth0: txq:0 DRV_XOFF:0 tmo:58816
    [ 1010.909677] am65-cpsw-nuss 46000000.ethernet eth0: txq:0 DRV_XOFF:0 tmo:64704
    [ 1016.029674] am65-cpsw-nuss 46000000.ethernet eth0: txq:0 DRV_XOFF:0 tmo:69824
    [ 1021.917677] am65-cpsw-nuss 46000000.ethernet eth0: txq:0 DRV_XOFF:0 tmo:75712
    [ 1026.781674] am65-cpsw-nuss 46000000.ethernet eth0: txq:0 DRV_XOFF:0 tmo:80576
    ^C
    --- 192.168.44.3 ping statistics ---
    161 packets transmitted, 0 packets received, 100% packet loss
    root@j784s4-evm:~# ^C
    root@j784s4-evm:~# [ 1031.901679] am65-cpsw-nuss 46000000.ethernet eth0: txq:0 D
    [ 1037.021677] am65-cpsw-nuss 46000000.ethernet eth0: txq:0 DRV_XOFF:0 tmo:90816
    ^C
    root@j784s4-evm:~# ^C
    root@j784s4-evm:~# ^C
    root@j784s4-evm:~# ^C
    root@j784s4-evm:~# igco[ 1042.909675] am65-cpsw-nuss 46000000.ethernet eth0: txq
    
    -sh: igco: not found
    root@j784s4-evm:~#
    root@j784s4-evm:~#
    root@j784s4-evm:~# ifconfig
    eth0      Link encap:Ethernet  HWaddr 28:B5:E8:DB:88:16
              inet addr:192.168.44.4  Bcast:192.168.44.255  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:59 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:4522 (4.4 KiB)
    
    eth1      Link encap:Ethernet  HWaddr 6A:9D:34:40:C8:9E
              inet addr:192.168.44.5  Bcast:192.168.44.255  Mask:255.255.255.0
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:97 errors:0 dropped:8 overruns:0 frame:0
              TX packets:27 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:8487 (8.2 KiB)  TX bytes:7850 (7.6 KiB)
    
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:65536  Metric:1
              RX packets:358 errors:0 dropped:0 overruns:0 frame:0
              TX packets:358 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:38776 (37.8 KiB)  TX bytes:38776 (37.8 KiB)
    
    root@j784s4-evm:~# [ 1048.029689] am65-cpsw-nuss 46000000.ethernet eth0: txq:0 D
    [ 1053.917679] am65-cpsw-nuss 46000000.ethernet eth0: txq:0 DRV_XOFF:0 tmo:10771
    [ 1058.781678] am65-cpsw-nuss 46000000.ethernet eth0: txq:0 DRV_XOFF:0 tmo:11257
    [ 1063.901675] am65-cpsw-nuss 46000000.ethernet eth0: txq:0 DRV_XOFF:0 tmo:11769
    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.000293] Console: colour dummy device 80x25
    [    0.000339] Calibrating delay loop (skipped), value calculated using timer fr
    [    0.000347] pid_max: default: 32768 minimum: 301
    [    0.000383] LSM: Security Framework initializing
    [    0.000522] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, li
    [    0.000603] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 byte
    [    0.001941] cblist_init_generic: Setting adjustable number of callback queues
    [    0.001950] cblist_init_generic: Setting shift to 3 and lim to 1.
    [    0.002009] cblist_init_generic: Setting adjustable number of callback queues
    [    0.002012] cblist_init_generic: Setting shift to 3 and lim to 1.
    [    0.002130] rcu: Hierarchical SRCU implementation.
    [    0.002133] rcu:     Max phase no-delay instances is 1000.
    [    0.002374] Platform MSI: msi-controller@1820000 domain created
    [    0.002620] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@
    [    0.002852] EFI services will not be available.
    [    0.003187] smp: Bringing up secondary CPUs ...
    [    0.021086] Detected PIPT I-cache on CPU1
    [    0.021169] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.021188] GICv3: CPU1: using allocated LPI pending table @0x000000088007000
    [    0.021233] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.039198] Detected PIPT I-cache on CPU2
    [    0.039264] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
    [    0.039281] GICv3: CPU2: using allocated LPI pending table @0x000000088008000
    [    0.039313] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
    [    0.057182] Detected PIPT I-cache on CPU3
    [    0.057252] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
    [    0.057269] GICv3: CPU3: using allocated LPI pending table @0x000000088009000
    [    0.057301] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
    [    0.075219] Detected PIPT I-cache on CPU4
    [    0.075324] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
    [    0.075343] GICv3: CPU4: using allocated LPI pending table @0x00000008800a000
    [    0.075383] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
    [    0.093330] Detected PIPT I-cache on CPU5
    [    0.093418] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
    [    0.093436] GICv3: CPU5: using allocated LPI pending table @0x00000008800b000
    [    0.093470] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
    [    0.111375] Detected PIPT I-cache on CPU6
    [    0.111455] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
    [    0.111472] GICv3: CPU6: using allocated LPI pending table @0x00000008800c000
    [    0.111503] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
    [    0.129393] Detected PIPT I-cache on CPU7
    [    0.129474] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
    [    0.129490] GICv3: CPU7: using allocated LPI pending table @0x00000008800d000
    [    0.129523] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
    [    0.129591] smp: Brought up 1 node, 8 CPUs
    [    0.129598] SMP: Total of 8 processors activated.
    [    0.129603] CPU features: detected: 32-bit EL0 Support
    [    0.129606] CPU features: detected: CRC32 instructions
    [    0.129673] CPU: All CPU(s) started at EL2
    [    0.129676] alternatives: applying system-wide alternatives
    [    0.131051] devtmpfs: initialized
    [    0.144586] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma
    [    0.144610] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
    [    0.177811] pinctrl core: initialized pinctrl subsystem
    [    0.178265] DMI not present or invalid.
    [    0.178759] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.180543] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
    [    0.181474] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic all
    [    0.182380] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic a
    [    0.182489] audit: initializing netlink subsys (disabled)
    [    0.182713] audit: type=2000 audit(0.180:1): state=initialized audit_enabled=
    [    0.183012] thermal_sys: Registered thermal governor 'step_wise'
    [    0.183018] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.183168] cpuidle: using governor menu
    [    0.183283] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.183444] ASID allocator initialised with 32768 entries
    [    0.194386] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@1000
    [    0.197773] KASLR enabled
    [    0.201554] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.201560] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.201564] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.201566] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.201569] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.201572] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.201574] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.201577] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.202653] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb
    [    0.204038] iommu: Default domain type: Translated
    [    0.204045] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.204231] SCSI subsystem initialized
    [    0.204487] usbcore: registered new interface driver usbfs
    [    0.204511] usbcore: registered new interface driver hub
    [    0.204537] usbcore: registered new device driver usb
    [    0.204875] pps_core: LinuxPPS API ver. 1 registered
    [    0.204878] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome
    [    0.204885] PTP clock support registered
    [    0.204994] EDAC MC: Ver: 3.0.0
    [    0.205773] FPGA manager framework
    [    0.205818] Advanced Linux Sound Architecture Driver Initialized.
    [    0.206446] clocksource: Switched to clocksource arch_sys_counter
    [    0.206620] VFS: Disk quotas dquot_6.6.0
    [    0.206648] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.210499] NET: Registered PF_INET protocol family
    [    0.210980] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, li
    [    0.217584] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262
    [    0.217794] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes,
    [    0.217823] TCP established hash table entries: 262144 (order: 9, 2097152 byt
    [    0.218890] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, line
    [    0.220086] TCP: Hash tables configured (established 262144 bind 65536)
    [    0.220265] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.220661] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linea
    [    0.221209] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.221668] RPC: Registered named UNIX socket transport module.
    [    0.221675] RPC: Registered udp transport module.
    [    0.221677] RPC: Registered tcp transport module.
    [    0.221678] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.221686] NET: Registered PF_XDP protocol family
    [    0.221703] PCI: CLS 0 bytes, default 64
    [    0.222731] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counte
    [    0.224049] Initialise system trusted keyrings
    [    0.224246] workingset: timestamp_bits=46 max_order=23 bucket_order=0
    [    0.226966] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.227356] NFS: Registering the id_resolver key type
    [    0.227379] Key type id_resolver registered
    [    0.227382] Key type id_legacy registered
    [    0.227420] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.227425] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering
    [    0.251551] Key type asymmetric registered
    [    0.251559] Asymmetric key parser 'x509' registered
    [    0.251609] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2
    [    0.251744] io scheduler mq-deadline registered
    [    0.251750] io scheduler kyber registered
    [    0.255335] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
    [    0.255477] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
    [    0.255650] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
    [    0.255996] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
    [    0.256176] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [    0.257019] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.262207] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.270286] loop: module loaded
    [    0.271347] megasas: 07.719.03.00-rc1
    [    0.273525] tun: Universal TUN/TAP device driver, 1.6
    [    0.274114] VFIO - User Level meta-driver version: 0.3
    [    0.274814] usbcore: registered new interface driver usb-storage
    [    0.275283] i2c_dev: i2c /dev entries driver
    [    0.276126] sdhci: Secure Digital Host Controller Interface driver
    [    0.276130] sdhci: Copyright(c) Pierre Ossman
    [    0.276310] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.276974] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.277145] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.277388] usbcore: registered new interface driver usbhid
    [    0.277391] usbhid: USB HID core driver
    [    0.278150] optee: probing for conduit method.
    [    0.278175] optee: revision 4.1 (012cdca4)
    [    0.298732] optee: dynamic shared memory is enabled
    [    0.299027] optee: initialized driver
    [    0.300632] Initializing XFRM netlink socket
    [    0.300660] NET: Registered PF_PACKET protocol family
    [    0.300712] Key type dns_resolver registered
    [    0.301000] registered taskstats version 1
    [    0.301020] Loading compiled-in X.509 certificates
    [    0.309393] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009
    [    0.363850] omap_i2c 42120000.i2c: bus 1 rev0.12 at 400 kHz
    [    0.364835] pca953x 0-0020: supply vcc not found, using dummy regulator
    [    0.364920] pca953x 0-0020: using no AI
    [    0.387299] pca953x 0-0022: supply vcc not found, using dummy regulator
    [    0.387375] pca953x 0-0022: using AI
    [    0.388205] omap_i2c 2000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.388910] pca953x 2-0020: supply vcc not found, using dummy regulator
    [    0.388972] pca953x 2-0020: using no AI
    [    0.411052] omap_i2c 2040000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.411832] pca953x 3-0020: supply vcc not found, using dummy regulator
    [    0.411897] pca953x 3-0020: using no AI
    [    0.434857] omap_i2c 2050000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.435116] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 d
    [    0.435229] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Rou
    [    0.435339] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 d
    [    0.435628] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain
    [    0.442088] ti-udma 311a0000.dma-controller: Number of rings: 48
    [    0.442923] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8
    [    0.444038] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, g
    [    0.444047] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    0.444052] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:
    [    0.445959] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024,
    [    0.445970] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    0.445973] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:
    [    0.446671] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 216, base_baud =
    [    0.447340] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 217, base_baud = 3
    [    2.871904] printk: console [ttyS2] enabled
    [    2.918456] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1
    [    2.929899] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driv
    [    2.940246] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss ver
    [    2.956349] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.
    [    2.965362] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    2.973155] pps pps0: new PPS source ptp0
    [    2.978402] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:50000
    [    3.030449] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 10
    [    3.041681] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver
    [    3.051806] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss vers
    [    3.067769] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [    3.075590] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [    3.084487] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [    3.092281] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000
    [    3.105259] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add
    [    3.116470] mmc0: CQHCI version 5.10
    [    3.162197] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64
    [    3.261742] mmc0: Command Queue Engine enabled
    [    3.267308] mmc0: new HS200 MMC card at address 0001
    [    3.274076] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [    3.281432] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    [    3.288674] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    [    3.295791] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
    [    3.453013] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    [    3.460467] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardw
    [    3.470867] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    [    3.479373] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    [    3.487865] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    [    3.496348] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fca100
    [    3.504855] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    [    3.513350] omap-mailbox 31f85000.mailbox: omap mailbox rev 0x66fca100
    [    3.525398] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan:
    [    3.538060] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan:
    [    3.552844] spi-nand spi0.0: Winbond SPI NAND was found.
    [    3.559493] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, O
    [    3.569883] mtd: no mtd-id
    [    3.573285] 7 fixed-partitions partitions found on MTD device spi0.0
    [    3.581212] Creating 7 MTD partitions on "spi0.0":
    [    3.587184] 0x000000000000-0x000000100000 : "ospi_nand.tiboot3"
    [    3.595989] 0x000000100000-0x000000300000 : "ospi_nand.tispl"
    [    3.604800] 0x000000300000-0x000000700000 : "ospi_nand.u-boot"
    [    3.614407] 0x000000700000-0x000000740000 : "ospi_nand.env"
    [    3.622239] 0x000000740000-0x000000780000 : "ospi_nand.env.backup"
    [    3.630883] 0x000003000000-0x000007000000 : "ospi_nand.rootfs"
    [    3.662931] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
    [    3.710466] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1
    [    3.721933] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driv
    [    3.732282] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss ver
    [    3.748392] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.
    [    3.757404] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    3.765175] pps pps0: new PPS source ptp1
    [    3.770428] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:50000
    [    3.782862] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    3.830481] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 10
    [    3.841909] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver
    [    3.852042] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss vers
    [    3.868050] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [    3.875872] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [    3.884770] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [    3.892570] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000
    [    3.905012] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82
    [    3.915276] debugfs: Directory 'pd:74' with parent 'pm_genpd' already present
    [    3.915441] mmc1: CQHCI version 5.10
    [    3.924346] debugfs: Directory 'pd:73' with parent 'pm_genpd' already present
    [    3.937814] debugfs: Directory 'pd:72' with parent 'pm_genpd' already present
    [    3.947494] debugfs: Directory 'pd:335' with parent 'pm_genpd' already presen
    [    3.956642] debugfs: Directory 'pd:333' with parent 'pm_genpd' already presen
    [    3.965782] debugfs: Directory 'pd:332' with parent 'pm_genpd' already presen
    [    3.976469] ubi0: attaching mtd5
    [    4.090615] ubi0: scanning is finished
    [    4.098130] ubi0 warning: ubi_eba_init: cannot reserve enough PEBs for bad PE
    [    4.110792] ubi0: attached mtd5 (name "ospi_nand.rootfs", size 64 MiB)
    [    4.118945] ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 253952 bytes
    [    4.127520] ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 4096
    [    4.135985] ubi0: VID header offset: 4096 (aligned 4096), data offset: 8192
    [    4.144668] ubi0: good PEBs: 256, bad PEBs: 0, corrupted PEBs: 0
    [    4.152160] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 12
    [    4.161165] ubi0: max/mean erase counter: 2/0, WL threshold: 4096, image sequ
    [    4.172558] ubi0: available PEBs: 0, total reserved PEBs: 256, PEBs reserved
    [    4.183961] ubi0: background thread "ubi_bgt0d" started, PID 175
    [    4.194411] ALSA device list:
    [    4.198135]   No soundcards found.
    [    5.440212] sdhci-am654 4fb0000.mmc: Power on failed
    [    5.477153] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64
    [    5.487157] UBIFS (ubi0:0): Mounting in unauthenticated mode
    [    5.494398] UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 176
    [    5.521717] UBIFS (ubi0:0): recovery needed
    [    5.635460] UBIFS (ubi0:0): recovery completed
    [    5.641075] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "root
    [    5.650305] UBIFS (ubi0:0): LEB size: 253952 bytes (248 KiB), min./max. I/O u
    [    5.662671] UBIFS (ubi0:0): FS size: 60440576 bytes (57 MiB, 238 LEBs), max 3
    [    5.677205] UBIFS (ubi0:0): reserved for root: 0 bytes (0 KiB)
    [    5.684482] UBIFS (ubi0:0): media format: w4/r0 (latest is w5/r0), UUID C5932
    [    5.699987] VFS: Mounted root (ubifs filesystem) on device 0:20.
    [    5.708634] devtmpfs: mounted
    [    5.713348] Freeing unused kernel memory: 1984K
    [    5.719163] Run /sbin/init as init process
    [    5.963260] systemd[1]: System time before build time, advancing clock.
    [    6.039988] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -S                                                                                                                                                             UALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +
    [    6.080222] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    6.141837] systemd[1]: Hostname set to <j784s4-evm>.
    [    6.266706] systemd[178]: /lib/systemd/system-generators/systemd-gpt-auto-gen
    [    6.598982] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard
    [    6.665521] systemd[1]: Queued start job for default target Multi-User System
    [    6.723498] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    6.747811] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    6.771555] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    6.795385] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    6.819795] systemd[1]: Started Dispatch Password Requests to Console Directo
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    [    6.850671] systemd[1]: Started Forward Password Requests to Wall Directory W
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    [    6.880119] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    6.894526] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    6.918501] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    6.934525] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    6.956117] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    6.982713] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    7.007702] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    7.030792] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    7.054805] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    7.071749] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    7.100845] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    7.126711] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    7.151411] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    7.206829] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    7.225933] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    7.253853] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    7.270858] systemd[1]: Kernel Trace File System was skipped because of a fai
    [    7.290295] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    7.306692] systemd[1]: Create List of Static Device Nodes was skipped becaus
    [    7.331604] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    7.353837] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    7.373927] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    7.390680] systemd[1]: File System Check on Root Device was skipped because
    [    7.413595] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    7.432746] systemd[1]: Load Kernel Modules was skipped because all trigger c
    [    7.487234] systemd[1]: Starting Generate network units from Kernel command l
             Starting Generate network …ts from Kernel command line...
    [    7.518375] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    7.546387] systemd[1]: Starting Apply Kernel Variables...
             Starting Apply Kernel Variables...
    [    7.566625] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    7.591067] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory /tmp.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [  OK  ] Finished Generate network units from Kernel command line.
    [  OK  ] Finished Remount Root and Kernel File Systems.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Reached target Preparation for Network.
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
             Starting Create Static Device Nodes in /dev    7.889182] systemd-journa
    m...
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /media/ram...
             Mounting /var/volatile...
    [    8.061574] audit: type=1334 audit(1651167747.096:2): prog-id=5 op=LOAD
    [    8.069949] audit: type=1334 audit(1651167747.104:3): prog-id=6 op=LOAD
             Starting Rule-based Manage…for Device Events and Files...
    [  OK  ] Mounted /media/ram.
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
    [  OK  ] Finished Coldplug All udev Devices.
    [  OK  ] Finished Create Volatile Files and Directories.
    [  OK  ] Started Rule-based Manager for Device Events and Files.
             Starting Network Configuration...
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Reached target System Time Set.
    [    8.417246] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider u
    [    8.417730] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider
    [    8.424998] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider
    [    8.426187] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider
    [    8.429412] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider usi
    [    8.432310] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consi
    [    8.452495] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consi
             Starting Record System Boot/Shutdown in UTMP...
    [  OK  ] Found device /dev/ttyS2.
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Started Network Configuration.
    [    8.689595] am65-cpsw-nuss c200000.ethernet eth1: PHY [c200f00.mdio:00] drive
    [    8.701509] am65-cpsw-nuss c200000.ethernet eth1: configuring for phy/rgmii-r
    [FAILED] Failed to start Network Name Resolution.
    [    8.729269] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] dri
    See 'systemctl status systemd-resolved.service' for details.
    [    8.741789] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-
    [  OK  ] Reached target Network.
    [    8.770471] random: crng init done
    [  OK  ] Reached target Host and Network Name Lookups.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target Timer Units.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
    [  OK  ] Reached target Socket Units.
    [  OK  ] Reached target Basic System.
             Starting D-Bus System Message Bus...
    [    8.983020] audit: type=1334 audit(1651167748.020:4): prog-id=7 op=LOAD
    [    8.991356] audit: type=1334 audit(1651167748.028:5): prog-id=8 op=LOAD
    [FAILED] Failed to start User Login Management.
    See 'systemctl status systemd-logind.service' for details.
             Starting Permit User Sessions...
    [  OK  ] Finished Load/Save Random Seed.
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started D-Bus System Message Bus.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
    [  OK  ] Stopped User Login Management.
             Starting Load Kernel Module drm...
    [  OK  ] Stopped Network Name Resolution.
    [FAILED] Failed to start Network Name Resolution.
    See 'systemctl status systemd-resolved.service' for details.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Finished Synchronize System and HW clocks.
    [  OK  ] Finished Load Kernel Module drm.
    [    9.415213] audit: type=1334 audit(1651167748.452:6): prog-id=9 op=LOAD
    [    9.423527] audit: type=1334 audit(1651167748.460:7): prog-id=10 op=LOAD
    [FAILED] Failed to start User Login Management.
    See 'systemctl status systemd-logind.service' for details.
    [  OK  ] Reached target Multi-User System.
    [  OK  ] Stopped Network Name Resolution.
    [FAILED] Failed to start Network Name Resolution.
    See 'systemctl status systemd-resolved.service' for details.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
             Starting Record Runlevel Change in UTMP...
    [  OK  ] Stopped User Login Management.
             Starting Load Kernel Module drm...
    [  OK  ] Stopped Network Name Resolution.
    [FAILED] Failed to start Network Name Resolution.
    See 'systemctl status systemd-resolved.service' for details.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Finished Load Kernel Module drm.
    [    9.793831] audit: type=1334 audit(1651167748.828:8): prog-id=11 op=LOAD
    [    9.802256] audit: type=1334 audit(1651167748.836:9): prog-id=12 op=LOAD
    [    9.810689] audit: type=1334 audit(1651167748.836:10): prog-id=9 op=UNLOAD
    [    9.819299] audit: type=1334 audit(1651167748.836:11): prog-id=10 op=UNLOAD
    [FAILED] Failed to start User Login Management.
    See 'systemctl status systemd-logind.service' for details.
    [  OK  ] Stopped Network Name Resolution.
    [FAILED] Failed to start Network Name Resolution.
    See 'systemctl status systemd-resolved.service' for details.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Finished Record Runlevel Change in UTMP.
    [  OK  ] Stopped User Login Management.
             Starting Load Kernel Module drm...
    [  OK  ] Stopped Network Name Resolution.
    [FAILED] Failed to start Network Name Resolution.
    See 'systemctl status systemd-resolved.service' for details.
    [  OK  ] Finished Load Kernel Module drm.
    [FAILED] Failed to start User Login Management.
    See 'systemctl status systemd-logind.service' for details.
    
     _____                    _____           _         _
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
                  |___|                    |___|
    
    Arago Project j784s4-evm -
    
    Arago 2023.10 j784s4-evm -
    
    j784s4-evm login: roo[   15.871955] am65-cpsw-nuss c200000.ethernet eth1: Link i
    t
    [   16.287191] kauditd_printk_skb: 10 callbacks suppressed
    [   16.287204] audit: type=1334 audit(1651167755.324:22): prog-id=17 op=LOAD
    [   16.302304] audit: type=1334 audit(1651167755.328:23): prog-id=18 op=LOAD
    root@j784s4-evm:~# root
    -sh: root: not found
    root@j784s4-evm:~# help
    Built-in commands:
    ------------------
            . : [ [[ alias bg break cd chdir continue echo eval exec exit
            export false fg getopts hash help history jobs kill let local
            printf pwd read readonly return set shift source test times trap
            true type ulimit umask unalias unset wait
    root@j784s4-evm:~# help
    Built-in commands:
    ------------------
            . : [ [[ alias bg break cd chdir continue echo eval exec exit
            export false fg getopts hash help history jobs kill let local
            printf pwd read readonly return set shift source test times trap
            true type ulimit umask unalias unset wait
    root@j784s4-evm:~# ifconfig
    eth0      Link encap:Ethernet  HWaddr 28:B5:E8:DB:88:16
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
    
    eth1      Link encap:Ethernet  HWaddr EA:B8:DE:BB:04:3E
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:28 errors:0 dropped:2 overruns:0 frame:0
              TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:2385 (2.3 KiB)  TX bytes:1336 (1.3 KiB)
    
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:65536  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
    
    root@j784s4-evm:~# reboot
    [  OK  ] Removed slice Slice /system/modprobe.
    [topping Serial Getty on ttyS2...
             Stopping Load/Save Random Seed...
    [  OK  ] Stopped D-Bus System Message Bus.
    [  OK  ] Stopped Getty on tty1.
    [  OK  ] Stopped Serial Getty on ttyS2.
    [  OK  ] Stopped Load/Save Random Seed.
    [  OK  ] Removed slice Slice /system/getty.
    [  OK  ] Removed slice Slice /system/serial-getty.
             Stopping Permit User Sessions...
    [  OK  ] Stopped Permit User Sessions.
    [  OK  ] Stopped target Basic System.
    [  OK  ] Stopped target Network.
    [  OK  ] Stopped target Path Units.
    [  OK  ] Stopped Dispatch Password …ts to Console Directory Watch.
    [  OK  ] Stopped Forward Password R…uests to Wall Directory Watch.
    [  OK  ] Stopped target Remote File Systems.
    [  OK  ] Stopped target Slice Units.
    [  OK  ] Removed slice User and Session Slice.
    [  OK  ] Stopped target Socket Units.
    [  OK  ] Closed D-Bus System Message Bus Socket.
    [  OK  ] Stopped target System Initialization.
             Stopping Network Configuration...
             Stopping Record System Boot/Shutdown in UTMP...
    [  OK  ] Stopped Network Configuration.
    [  OK  ] Stopped target Preparation for Network.
    [  OK  ] Closed Network Service Netlink Socket.
    [  OK  ] Stopped Apply Kernel Variables.
    [  OK  ] Stopped Record System Boot/Shutdown in UTMP.
    [  OK  ] Stopped Create Volatile Files and Directories.
    [  OK  ] Stopped target Local File Systems.
             Unmounting /media/ram...
             Unmounting Temporary Directory /tmp...
             Unmounting /var/volatile...
    [  OK  ] Unmounted /media/ram.
    [  OK  ] Unmounted Temporary Directory /tmp.
    [  OK  ] Unmounted /var/volatile.
    [  OK  ] Stopped target Preparation for Local File Systems.
    [  OK  ] Stopped target Swaps.
    [  OK  ] Reached target Unmount All Filesystems.
    [  OK  ] Stopped Remount Root and Kernel File Systems.
    [  OK  ] Stopped Create Static Device Nodes in /dev.
    [  OK  ] Reached target System Shutdown.
    [  OK  ] Reached target Late Shutdown Services.
    [  OK  ] Finished System Reboot.
    [  OK  ] Reached target System Reboot.
    [   88.619509] audit: type=1334 audit(1651167827.656:24): prog-id=16 op=UNLOAD
    [   88.628279] audit: type=1334 audit(1651167827.656:25): prog-id=15 op=UNLOAD
    [   88.637026] audit: type=1334 audit(1651167827.656:26): prog-id=6 op=UNLOAD
    [   88.645692] audit: type=1334 audit(1651167827.656:27): prog-id=5 op=UNLOAD
    [   88.654317] audit: type=1334 audit(1651167827.672:28): prog-id=18 op=UNLOAD
    [   88.663022] audit: type=1334 audit(1651167827.672:29): prog-id=17 op=UNLOAD
    [   88.671717] audit: type=1334 audit(1651167827.672:30): prog-id=4 op=UNLOAD
    [   88.680324] audit: type=1334 audit(1651167827.672:31): prog-id=3 op=UNLOAD
    [   89.037294] systemd-shutdown[1]: Syncing filesystems and block devices.
    [   89.050297] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
    [   89.068587] systemd-journald[198]: Received SIGTERM from PID 1 (systemd-shutd
    [   89.079434] audit: type=1335 audit(1651167828.116:32): pid=198 uid=0 auid=429
    [   89.102204] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
    [   89.119038] systemd-shutdown[1]: Unmounting file systems.
    [   89.127850] [309]: Remounting '/' read-only with options 'assert=read-only,ub
    [   89.138912] UBIFS (ubi0:0): background thread "ubifs_bgt0_0" stops
    [   89.148572] systemd-shutdown[1]: All filesystems unmounted.
    [   89.155806] systemd-shutdown[1]: Deactivating swaps.
    [   89.162162] systemd-shutdown[1]: All swaps deactivated.
    [   89.168798] systemd-shutdown[1]: Detaching loop devices.
    [   89.177868] systemd-shutdown[1]: All loop devices detached.
    [   89.184921] systemd-shutdown[1]: Stopping MD devices.
    [   89.191419] systemd-shutdown[1]: All MD devices stopped.
    [   89.198125] systemd-shutdown[1]: Detaching DM devices.
    [   89.204689] systemd-shutdown[1]: All DM devices detached.
    [   89.211508] systemd-shutdown[1]: All filesystems, swaps, loop devices, MD dev
    [   89.226192] systemd-shutdown[1]: Syncing filesystems and block devices.
    [   89.234638] systemd-shutdown[1]: Rebooting.
    [   89.261431] reboot: Restarting system
    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.000337] Console: colour dummy device 80x25
    [    0.000390] Calibrating delay loop (skipped), value calculated using timer fr
    [    0.000399] pid_max: default: 32768 minimum: 301
    [    0.000433] LSM: Security Framework initializing
    [    0.000567] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, li
    [    0.000647] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 byte
    [    0.002011] cblist_init_generic: Setting adjustable number of callback queues
    [    0.002019] cblist_init_generic: Setting shift to 3 and lim to 1.
    [    0.002080] cblist_init_generic: Setting adjustable number of callback queues
    [    0.002084] cblist_init_generic: Setting shift to 3 and lim to 1.
    [    0.002208] rcu: Hierarchical SRCU implementation.
    [    0.002211] rcu:     Max phase no-delay instances is 1000.
    [    0.002454] Platform MSI: msi-controller@1820000 domain created
    [    0.002699] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@
    [    0.002985] EFI services will not be available.
    [    0.003333] smp: Bringing up secondary CPUs ...
    [    0.021233] Detected PIPT I-cache on CPU1
    [    0.021321] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.021341] GICv3: CPU1: using allocated LPI pending table @0x000000088007000
    [    0.021385] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.039358] Detected PIPT I-cache on CPU2
    [    0.039433] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
    [    0.039450] GICv3: CPU2: using allocated LPI pending table @0x000000088008000
    [    0.039482] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
    [    0.057351] Detected PIPT I-cache on CPU3
    [    0.057419] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
    [    0.057436] GICv3: CPU3: using allocated LPI pending table @0x000000088009000
    [    0.057468] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
    [    0.075373] Detected PIPT I-cache on CPU4
    [    0.075478] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
    [    0.075496] GICv3: CPU4: using allocated LPI pending table @0x00000008800a000
    [    0.075539] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
    [    0.093489] Detected PIPT I-cache on CPU5
    [    0.093566] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
    [    0.093582] GICv3: CPU5: using allocated LPI pending table @0x00000008800b000
    [    0.093615] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
    [    0.111527] Detected PIPT I-cache on CPU6
    [    0.111602] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
    [    0.111619] GICv3: CPU6: using allocated LPI pending table @0x00000008800c000
    [    0.111651] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
    [    0.129540] Detected PIPT I-cache on CPU7
    [    0.129617] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
    [    0.129634] GICv3: CPU7: using allocated LPI pending table @0x00000008800d000
    [    0.129664] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
    [    0.129730] smp: Brought up 1 node, 8 CPUs
    [    0.129738] SMP: Total of 8 processors activated.
    [    0.129742] CPU features: detected: 32-bit EL0 Support
    [    0.129747] CPU features: detected: CRC32 instructions
    [    0.129811] CPU: All CPU(s) started at EL2
    [    0.129814] alternatives: applying system-wide alternatives
    [    0.131208] devtmpfs: initialized
    [    0.144677] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma
    [    0.144702] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
    [    0.179552] pinctrl core: initialized pinctrl subsystem
    [    0.180008] DMI not present or invalid.
    [    0.180553] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.182333] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
    [    0.183254] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic all
    [    0.184161] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic a
    [    0.184267] audit: initializing netlink subsys (disabled)
    [    0.184491] audit: type=2000 audit(0.180:1): state=initialized audit_enabled=
    [    0.184796] thermal_sys: Registered thermal governor 'step_wise'
    [    0.184803] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.184949] cpuidle: using governor menu
    [    0.185065] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.185222] ASID allocator initialised with 32768 entries
    [    0.196268] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@1000
    [    0.199668] KASLR enabled
    [    0.203461] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.203470] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.203474] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.203476] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.203479] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.203482] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.203485] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.203488] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.204558] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb
    [    0.205993] iommu: Default domain type: Translated
    [    0.205999] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.206189] SCSI subsystem initialized
    [    0.206429] usbcore: registered new interface driver usbfs
    [    0.206454] usbcore: registered new interface driver hub
    [    0.206482] usbcore: registered new device driver usb
    [    0.206821] pps_core: LinuxPPS API ver. 1 registered
    [    0.206824] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome
    [    0.206831] PTP clock support registered
    [    0.206945] EDAC MC: Ver: 3.0.0
    [    0.207729] FPGA manager framework
    [    0.207777] Advanced Linux Sound Architecture Driver Initialized.
    [    0.208420] clocksource: Switched to clocksource arch_sys_counter
    [    0.208601] VFS: Disk quotas dquot_6.6.0
    [    0.208708] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.212519] NET: Registered PF_INET protocol family
    [    0.213017] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, li
    [    0.219619] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262
    [    0.219832] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes,
    [    0.219863] TCP established hash table entries: 262144 (order: 9, 2097152 byt
    [    0.220946] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, line
    [    0.222160] TCP: Hash tables configured (established 262144 bind 65536)
    [    0.222340] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.222743] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linea
    [    0.223286] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.223751] RPC: Registered named UNIX socket transport module.
    [    0.223758] RPC: Registered udp transport module.
    [    0.223760] RPC: Registered tcp transport module.
    [    0.223762] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.223768] NET: Registered PF_XDP protocol family
    [    0.223785] PCI: CLS 0 bytes, default 64
    [    0.224819] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counte
    [    0.226227] Initialise system trusted keyrings
    [    0.226437] workingset: timestamp_bits=46 max_order=23 bucket_order=0
    [    0.229154] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.229574] NFS: Registering the id_resolver key type
    [    0.229602] Key type id_resolver registered
    [    0.229605] Key type id_legacy registered
    [    0.229639] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.229644] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering
    [    0.253467] Key type asymmetric registered
    [    0.253473] Asymmetric key parser 'x509' registered
    [    0.253518] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2
    [    0.253640] io scheduler mq-deadline registered
    [    0.253645] io scheduler kyber registered
    [    0.257161] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
    [    0.257310] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
    [    0.257495] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
    [    0.257834] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
    [    0.258015] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [    0.258836] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.263972] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.272059] loop: module loaded
    [    0.273163] megasas: 07.719.03.00-rc1
    [    0.275426] tun: Universal TUN/TAP device driver, 1.6
    [    0.276051] VFIO - User Level meta-driver version: 0.3
    [    0.276773] usbcore: registered new interface driver usb-storage
    [    0.277314] i2c_dev: i2c /dev entries driver
    [    0.278188] sdhci: Secure Digital Host Controller Interface driver
    [    0.278193] sdhci: Copyright(c) Pierre Ossman
    [    0.278372] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.279023] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.279207] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.279466] usbcore: registered new interface driver usbhid
    [    0.279469] usbhid: USB HID core driver
    [    0.280239] optee: probing for conduit method.
    [    0.280264] optee: revision 4.1 (012cdca4)
    [    0.300830] optee: dynamic shared memory is enabled
    [    0.301133] optee: initialized driver
    [    0.302818] Initializing XFRM netlink socket
    [    0.302847] NET: Registered PF_PACKET protocol family
    [    0.302910] Key type dns_resolver registered
    [    0.303217] registered taskstats version 1
    [    0.303240] Loading compiled-in X.509 certificates
    [    0.311825] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009
    [    0.366954] omap_i2c 42120000.i2c: bus 1 rev0.12 at 400 kHz
    [    0.368070] pca953x 0-0020: supply vcc not found, using dummy regulator
    [    0.368195] pca953x 0-0020: using no AI
    [    0.389308] pca953x 0-0022: supply vcc not found, using dummy regulator
    [    0.389373] pca953x 0-0022: using AI
    [    0.390246] omap_i2c 2000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.391012] pca953x 2-0020: supply vcc not found, using dummy regulator
    [    0.391081] pca953x 2-0020: using no AI
    [    0.413051] omap_i2c 2040000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.413904] pca953x 3-0020: supply vcc not found, using dummy regulator
    [    0.413986] pca953x 3-0020: using no AI
    [    0.436882] omap_i2c 2050000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.437158] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 d
    [    0.437275] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Rou
    [    0.437384] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 d
    [    0.437674] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain
    [    0.443770] ti-udma 311a0000.dma-controller: Number of rings: 48
    [    0.444626] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8
    [    0.445757] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, g
    [    0.445767] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    0.445772] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:
    [    0.447706] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024,
    [    0.447717] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    0.447721] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:
    [    0.448443] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 216, base_baud =
    [    0.449163] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 217, base_baud = 3
    [    2.873743] printk: console [ttyS2] enabled
    [    2.920427] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1
    [    2.931843] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driv
    [    2.942196] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss ver
    [    2.958307] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.
    [    2.967317] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    2.975084] pps pps0: new PPS source ptp0
    [    2.980315] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:50000
    [    3.032413] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 10
    [    3.043564] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver
    [    3.053689] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss vers
    [    3.069655] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [    3.077477] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [    3.086374] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [    3.094111] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000
    [    3.107032] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add
    [    3.118375] mmc0: CQHCI version 5.10
    [    3.160999] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64
    [    3.260544] mmc0: Command Queue Engine enabled
    [    3.266100] mmc0: new HS200 MMC card at address 0001
    [    3.272878] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [    3.280344] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    [    3.287632] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    [    3.294721] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
    [    3.348689] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    [    3.357081] tps6594-rtc tps6594-rtc.4.auto: setting system clock to 2022-04-2
    [    3.369424] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    [    3.377957] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    [    3.386474] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    [    3.394978] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fca100
    [    3.403471] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    [    3.411960] omap-mailbox 31f85000.mailbox: omap mailbox rev 0x66fca100
    [    3.424065] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan:
    [    3.436763] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan:
    [    3.451540] spi-nand spi0.0: Winbond SPI NAND was found.
    [    3.458189] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, O
    [    3.468593] mtd: no mtd-id
    [    3.471990] 7 fixed-partitions partitions found on MTD device spi0.0
    [    3.479922] Creating 7 MTD partitions on "spi0.0":
    [    3.485897] 0x000000000000-0x000000100000 : "ospi_nand.tiboot3"
    [    3.494687] 0x000000100000-0x000000300000 : "ospi_nand.tispl"
    [    3.503513] 0x000000300000-0x000000700000 : "ospi_nand.u-boot"
    [    3.513159] 0x000000700000-0x000000740000 : "ospi_nand.env"
    [    3.521016] 0x000000740000-0x000000780000 : "ospi_nand.env.backup"
    [    3.529583] 0x000003000000-0x000007000000 : "ospi_nand.rootfs"
    [    3.561674] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
    [    3.608442] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1
    [    3.619947] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driv
    [    3.630297] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss ver
    [    3.646421] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.
    [    3.655435] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    3.663225] pps pps0: new PPS source ptp1
    [    3.668508] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:50000
    [    3.680993] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    3.728444] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 10
    [    3.739797] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver
    [    3.749925] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss vers
    [    3.765915] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [    3.773738] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [    3.782638] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [    3.790439] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000
    [    3.802856] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82
    [    3.813074] debugfs: Directory 'pd:74' with parent 'pm_genpd' already present
    [    3.813211] mmc1: CQHCI version 5.10
    [    3.822134] debugfs: Directory 'pd:73' with parent 'pm_genpd' already present
    [    3.835619] debugfs: Directory 'pd:72' with parent 'pm_genpd' already present
    [    3.845319] debugfs: Directory 'pd:335' with parent 'pm_genpd' already presen
    [    3.854475] debugfs: Directory 'pd:333' with parent 'pm_genpd' already presen
    [    3.863612] debugfs: Directory 'pd:332' with parent 'pm_genpd' already presen
    [    3.874353] ubi0: attaching mtd5
    [    3.988671] ubi0: scanning is finished
    [    3.996188] ubi0 warning: ubi_eba_init: cannot reserve enough PEBs for bad PE
    [    4.008863] ubi0: attached mtd5 (name "ospi_nand.rootfs", size 64 MiB)
    [    4.017020] ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 253952 bytes
    [    4.025594] ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 4096
    [    4.034058] ubi0: VID header offset: 4096 (aligned 4096), data offset: 8192
    [    4.042739] ubi0: good PEBs: 256, bad PEBs: 0, corrupted PEBs: 0
    [    4.050227] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 12
    [    4.059232] ubi0: max/mean erase counter: 2/0, WL threshold: 4096, image sequ
    [    4.070621] ubi0: available PEBs: 0, total reserved PEBs: 256, PEBs reserved
    [    4.082022] ubi0: background thread "ubi_bgt0d" started, PID 176
    [    4.092449] ALSA device list:
    [    4.096153]   No soundcards found.
    [    5.338088] sdhci-am654 4fb0000.mmc: Power on failed
    [    5.374983] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64
    [    5.385063] UBIFS (ubi0:0): Mounting in unauthenticated mode
    [    5.392314] UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 177
    [    5.447669] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "root
    [    5.456913] UBIFS (ubi0:0): LEB size: 253952 bytes (248 KiB), min./max. I/O u
    [    5.469279] UBIFS (ubi0:0): FS size: 60440576 bytes (57 MiB, 238 LEBs), max 3
    [    5.483814] UBIFS (ubi0:0): reserved for root: 0 bytes (0 KiB)
    [    5.491085] UBIFS (ubi0:0): media format: w4/r0 (latest is w5/r0), UUID C5932
    [    5.506802] VFS: Mounted root (ubifs filesystem) on device 0:20.
    [    5.515455] devtmpfs: mounted
    [    5.520208] Freeing unused kernel memory: 1984K
    [    5.526027] Run /sbin/init as init process
    [    5.839951] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -S                                                                                                                                                             UALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +
    [    5.880209] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    5.943846] systemd[1]: Hostname set to <j784s4-evm>.
    [    6.071137] systemd[180]: /lib/systemd/system-generators/systemd-gpt-auto-gen
    [    6.415212] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard
    [    6.484452] systemd[1]: Queued start job for default target Multi-User System
    [    6.543372] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    6.569818] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    6.593563] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    6.617378] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    6.641809] systemd[1]: Started Dispatch Password Requests to Console Directo
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    [    6.672653] systemd[1]: Started Forward Password Requests to Wall Directory W
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    [    6.702126] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    6.716508] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    6.740485] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    6.756507] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    6.778375] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    6.804713] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    6.829714] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    6.852796] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    6.876786] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    6.893736] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    6.922837] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    6.948706] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    6.973398] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    7.020863] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    7.040080] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    7.067899] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    7.084862] systemd[1]: Kernel Trace File System was skipped because of a fai
    [    7.104280] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    7.120672] systemd[1]: Create List of Static Device Nodes was skipped becaus
    [    7.145706] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    7.168010] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    7.188104] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    7.204655] systemd[1]: File System Check on Root Device was skipped because
    [    7.227553] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    7.246773] systemd[1]: Load Kernel Modules was skipped because all trigger c
    [    7.297267] systemd[1]: Starting Generate network units from Kernel command l
             Starting Generate network …ts from Kernel command line...
    [    7.328451] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    7.356358] systemd[1]: Starting Apply Kernel Variables...
             Starting Apply Kernel Variables...
    [    7.376563] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    7.400649] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory /tmp.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [  OK  ] Finished Generate network units from Kernel command line.
    [  OK  ] Finished Remount Root and Kernel File Systems.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Reached target Preparation for Network.
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
             Starting Create Static Device Nodes in /dev...
    [    7.748538] systemd-journald[201]: Received client request to flush runtime j
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /media/ram...
             Mounting /var/volatile...
    [    7.915700] audit: type=1334 audit(1651167822.052:2): prog-id=5 op=LOAD
    [    7.924074] audit: type=1334 audit(1651167822.060:3): prog-id=6 op=LOAD
             Starting Rule-based Manage…for Device Events and Files...
    [  OK  ] Mounted /media/ram.
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Finished Coldplug All udev Devices.
    [  OK  ] Finished Create Volatile Files and Directories.
             Starting Network Configuration...
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Reached target System Time Set.
    [    8.259557] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider
    [    8.260753] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider u
    [    8.263174] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider
    [    8.265233] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider usi
    [    8.268896] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consi
    [    8.270270] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consi
    [    8.270440] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider
             Starting Record System Boot/Shutdown in UTMP...
    [  OK  ] Found device /dev/ttyS2.
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Started Network Configuration.
    [FAILED] Failed to start Network Name Resolution.
    [    8.602105] am65-cpsw-nuss c200000.ethernet eth1: PHY [c200f00.mdio:00] drive
    [    8.613786] am65-cpsw-nuss c200000.ethernet eth1: configuring for phy/rgmii-r
    See 'systemctl status systemd-resolved.service' for details.
    [    8.638924] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] dri
    [    8.650785] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-
    [    8.652436] random: crng init done
    [  OK  ] Reached target Network.
    [  OK  ] Reached target Host and Network Name Lookups.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target Timer Units.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
    [  OK  ] Reached target Socket Units.
    [  OK  ] Reached target Basic System.
             Starting D-Bus System Message Bus...
    [    8.901282] audit: type=1334 audit(1651167823.040:4): prog-id=7 op=LOAD
    [    8.909616] audit: type=1334 audit(1651167823.048:5): prog-id=8 op=LOAD
    [FAILED] Failed to start User Login Management.
    See 'systemctl status systemd-logind.service' for details.
             Starting Permit User Sessions...
    [  OK  ] Finished Load/Save Random Seed.
    [  OK  ] Started D-Bus System Message Bus.
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
    [  OK  ] Stopped User Login Management.
             Starting Load Kernel Module drm...
    [  OK  ] Stopped Network Name Resolution.
    [FAILED] Failed to start Network Name Resolution.
    See 'systemctl status systemd-resolved.service' for details.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Finished Synchronize System and HW clocks.
    [  OK  ] Finished Load Kernel Module drm.
    [    9.361432] audit: type=1334 audit(1651167823.500:6): prog-id=9 op=LOAD
    [    9.369823] audit: type=1334 audit(1651167823.508:7): prog-id=10 op=LOAD
    [FAILED] Failed to start User Login Management.
    See 'systemctl status systemd-logind.service' for details.
    [  OK  ] Reached target Multi-User System.
    [  OK  ] Stopped Network Name Resolution.
    [FAILED] Failed to start Network Name Resolution.
    See 'systemctl status systemd-resolved.service' for details.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
             Starting Record Runlevel Change in UTMP...
    [  OK  ] Stopped User Login Management.
             Starting Load Kernel Module drm...
    [  OK  ] Stopped Network Name Resolution.
    [FAILED] Failed to start Network Name Resolution.
    See 'systemctl status systemd-resolved.service' for details.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Finished Load Kernel Module drm.
    [    9.739796] audit: type=1334 audit(1651167823.876:8): prog-id=11 op=LOAD
    [    9.748218] audit: type=1334 audit(1651167823.884:9): prog-id=12 op=LOAD
    [    9.756622] audit: type=1334 audit(1651167823.884:10): prog-id=9 op=UNLOAD
    [    9.765226] audit: type=1334 audit(1651167823.884:11): prog-id=10 op=UNLOAD
    [FAILED] Failed to start User Login Management.
    See 'systemctl status systemd-logind.service' for details.
    [  OK  ] Stopped Network Name Resolution.
    [FAILED] Failed to start Network Name Resolution.
    See 'systemctl status systemd-resolved.service' for details.
    [  OK  ] Stopped Network Time Synchronization.
    [FAILED] Failed to start Network Time Synchronization.
    See 'systemctl status systemd-timesyncd.service' for details.
    [  OK  ] Finished Record Runlevel Change in UTMP.
    [  OK  ] Stopped User Login Management.
             Starting Load Kernel Module drm...
    [  OK  ] Stopped Network Name Resolution.
    [FAILED] Failed to start Network Name Resolution.
    See 'systemctl status systemd-resolved.service' for details.
    [  OK  ] Finished Load Kernel Module drm.
    [FAILED] Failed to start User Login Management.
    See 'systemctl status systemd-logind.service' for details.
    
     _____                    _____           _         _
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
                  |___|                    |___|
    
    Arago Project j784s4-evm -
    
    Arago 2023.10 j784s4-evm -
    
    j784s4-evm login: [   12.709948] am65-cpsw-nuss c200000.ethernet eth1: Link is U
    
    j784s4-evm login:
    j784s4-evm login: root
    [   38.175693] kauditd_printk_skb: 10 callbacks suppressed
    [   38.175705] audit: type=1334 audit(1651167852.312:22): prog-id=17 op=LOAD
    [   38.190809] audit: type=1334 audit(1651167852.320:23): prog-id=18 op=LOAD
    root@j784s4-evm:~# 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.000329] Console: colour dummy device 80x25
    [    0.000381] Calibrating delay loop (skipped), value calculated using timer fr
    [    0.000390] pid_max: default: 32768 minimum: 301
    [    0.000426] LSM: Security Framework initializing
    [    0.000564] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, li
    [    0.000645] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 byte
    [    0.002019] cblist_init_generic: Setting adjustable number of callback queues
    [    0.002027] cblist_init_generic: Setting shift to 3 and lim to 1.
    [    0.002087] cblist_init_generic: Setting adjustable number of callback queues
    [    0.002090] cblist_init_generic: Setting shift to 3 and lim to 1.
    [    0.002210] rcu: Hierarchical SRCU implementation.
    [    0.002214] rcu:     Max phase no-delay instances is 1000.
    [    0.002461] Platform MSI: msi-controller@1820000 domain created
    [    0.002702] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@
    [    0.002985] EFI services will not be available.
    [    0.003332] smp: Bringing up secondary CPUs ...
    [    0.021219] Detected PIPT I-cache on CPU1
    [    0.021304] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.021322] GICv3: CPU1: using allocated LPI pending table @0x000000088007000
    [    0.021364] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.039339] Detected PIPT I-cache on CPU2
    [    0.039412] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
    [    0.039428] GICv3: CPU2: using allocated LPI pending table @0x000000088008000
    [    0.039459] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
    [    0.057345] Detected PIPT I-cache on CPU3
    [    0.057412] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
    [    0.057428] GICv3: CPU3: using allocated LPI pending table @0x000000088009000
    [    0.057458] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
    [    0.075377] Detected PIPT I-cache on CPU4
    [    0.075485] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
    [    0.075504] GICv3: CPU4: using allocated LPI pending table @0x00000008800a000
    [    0.075544] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
    [    0.093497] Detected PIPT I-cache on CPU5
    [    0.093580] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
    [    0.093596] GICv3: CPU5: using allocated LPI pending table @0x00000008800b000
    [    0.093629] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
    [    0.111546] Detected PIPT I-cache on CPU6
    [    0.111629] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
    [    0.111645] GICv3: CPU6: using allocated LPI pending table @0x00000008800c000
    [    0.111678] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
    [    0.129573] Detected PIPT I-cache on CPU7
    [    0.129653] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
    [    0.129670] GICv3: CPU7: using allocated LPI pending table @0x00000008800d000
    [    0.129704] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
    [    0.129772] smp: Brought up 1 node, 8 CPUs
    [    0.129780] SMP: Total of 8 processors activated.
    [    0.129786] CPU features: detected: 32-bit EL0 Support
    [    0.129790] CPU features: detected: CRC32 instructions
    [    0.129853] CPU: All CPU(s) started at EL2
    [    0.129856] alternatives: applying system-wide alternatives
    [    0.131304] devtmpfs: initialized
    [    0.144818] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma
    [    0.144839] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
    [    0.179326] pinctrl core: initialized pinctrl subsystem
    [    0.179783] DMI not present or invalid.
    [    0.180301] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.182151] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
    [    0.183084] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic all
    [    0.184004] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic a
    [    0.184108] audit: initializing netlink subsys (disabled)
    [    0.184333] audit: type=2000 audit(0.180:1): state=initialized audit_enabled=
    [    0.184633] thermal_sys: Registered thermal governor 'step_wise'
    [    0.184640] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.184796] cpuidle: using governor menu
    [    0.184918] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.185092] ASID allocator initialised with 32768 entries
    [    0.196285] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@1000
    [    0.199683] KASLR enabled
    [    0.203469] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.203477] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.203481] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.203484] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.203487] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.203489] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.203492] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.203495] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.204584] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb
    [    0.206005] iommu: Default domain type: Translated
    [    0.206013] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.206206] SCSI subsystem initialized
    [    0.206446] usbcore: registered new interface driver usbfs
    [    0.206472] usbcore: registered new interface driver hub
    [    0.206497] usbcore: registered new device driver usb
    [    0.206824] pps_core: LinuxPPS API ver. 1 registered
    [    0.206827] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome
    [    0.206834] PTP clock support registered
    [    0.206943] EDAC MC: Ver: 3.0.0
    [    0.207720] FPGA manager framework
    [    0.207770] Advanced Linux Sound Architecture Driver Initialized.
    [    0.208419] clocksource: Switched to clocksource arch_sys_counter
    [    0.208594] VFS: Disk quotas dquot_6.6.0
    [    0.208622] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.212530] NET: Registered PF_INET protocol family
    [    0.213045] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, li
    [    0.219642] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262
    [    0.219833] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes,
    [    0.219861] TCP established hash table entries: 262144 (order: 9, 2097152 byt
    [    0.220941] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, line
    [    0.222173] TCP: Hash tables configured (established 262144 bind 65536)
    [    0.222352] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.222755] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linea
    [    0.223297] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.223771] RPC: Registered named UNIX socket transport module.
    [    0.223779] RPC: Registered udp transport module.
    [    0.223782] RPC: Registered tcp transport module.
    [    0.223783] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.223789] NET: Registered PF_XDP protocol family
    [    0.223805] PCI: CLS 0 bytes, default 64
    [    0.224839] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counte
    [    0.226216] Initialise system trusted keyrings
    [    0.226430] workingset: timestamp_bits=46 max_order=23 bucket_order=0
    [    0.229172] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.229578] NFS: Registering the id_resolver key type
    [    0.229604] Key type id_resolver registered
    [    0.229607] Key type id_legacy registered
    [    0.229642] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.229646] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering
    [    0.253910] Key type asymmetric registered
    [    0.253916] Asymmetric key parser 'x509' registered
    [    0.253968] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2
    [    0.254094] io scheduler mq-deadline registered
    [    0.254098] io scheduler kyber registered
    [    0.257637] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
    [    0.257789] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
    [    0.257968] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
    [    0.258313] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
    [    0.258505] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [    0.259357] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.264607] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.272640] loop: module loaded
    [    0.273675] megasas: 07.719.03.00-rc1
    [    0.275920] tun: Universal TUN/TAP device driver, 1.6
    [    0.276589] VFIO - User Level meta-driver version: 0.3
    [    0.277247] usbcore: registered new interface driver usb-storage
    [    0.277786] i2c_dev: i2c /dev entries driver
    [    0.278634] sdhci: Secure Digital Host Controller Interface driver
    [    0.278639] sdhci: Copyright(c) Pierre Ossman
    [    0.278822] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.279475] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.279654] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.279887] usbcore: registered new interface driver usbhid
    [    0.279890] usbhid: USB HID core driver
    [    0.280683] optee: probing for conduit method.
    [    0.280709] optee: revision 4.1 (012cdca4)
    [    0.301258] optee: dynamic shared memory is enabled
    [    0.301554] optee: initialized driver
    [    0.303182] Initializing XFRM netlink socket
    [    0.303210] NET: Registered PF_PACKET protocol family
    [    0.303270] Key type dns_resolver registered
    [    0.303577] registered taskstats version 1
    [    0.303600] Loading compiled-in X.509 certificates
    [    0.312355] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009
    [    0.371468] omap_i2c 42120000.i2c: bus 1 rev0.12 at 400 kHz
    [    0.372528] pca953x 0-0020: supply vcc not found, using dummy regulator
    [    0.372617] pca953x 0-0020: using no AI
    [    0.397317] pca953x 0-0022: supply vcc not found, using dummy regulator
    [    0.397375] pca953x 0-0022: using AI
    [    0.398234] omap_i2c 2000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.398951] pca953x 2-0020: supply vcc not found, using dummy regulator
    [    0.399046] pca953x 2-0020: using no AI
    [    0.421056] omap_i2c 2040000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.421917] pca953x 3-0020: supply vcc not found, using dummy regulator
    [    0.422003] pca953x 3-0020: using no AI
    [    0.444861] omap_i2c 2050000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.445163] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 d
    [    0.445279] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Rou
    [    0.445388] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 d
    [    0.445680] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain
    [    0.452147] ti-udma 311a0000.dma-controller: Number of rings: 48
    [    0.452981] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8
    [    0.454122] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, g
    [    0.454132] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    0.454137] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:
    [    0.456051] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024,
    [    0.456059] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    0.456062] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:
    [    0.456789] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 216, base_baud =
    [    0.457478] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 217, base_baud = 3
    [    2.882130] printk: console [ttyS2] enabled
    [    2.928430] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1
    [    2.939824] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driv
    [    2.950179] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss ver
    [    2.966282] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.
    [    2.975292] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    2.983095] pps pps0: new PPS source ptp0
    [    2.988316] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:50000
    [    3.040414] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 10
    [    3.051545] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver
    [    3.061670] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss vers
    [    3.077630] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [    3.085454] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [    3.094356] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [    3.102151] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000
    [    3.115128] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add
    [    3.126245] mmc0: CQHCI version 5.10
    [    3.172002] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64
    [    3.271471] mmc0: Command Queue Engine enabled
    [    3.277042] mmc0: new HS200 MMC card at address 0001
    [    3.283841] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [    3.291227] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    [    3.298559] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    [    3.305686] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
    [    3.463266] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    [    3.470724] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardw
    [    3.481114] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    [    3.489632] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    [    3.498157] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    [    3.506650] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fca100
    [    3.515144] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    [    3.523619] omap-mailbox 31f85000.mailbox: omap mailbox rev 0x66fca100
    [    3.535680] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan:
    [    3.548350] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan:
    [    3.563180] spi-nand spi0.0: Winbond SPI NAND was found.
    [    3.569829] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, O
    [    3.580214] mtd: no mtd-id
    [    3.583616] 7 fixed-partitions partitions found on MTD device spi0.0
    [    3.591543] Creating 7 MTD partitions on "spi0.0":
    [    3.597516] 0x000000000000-0x000000100000 : "ospi_nand.tiboot3"
    [    3.606337] 0x000000100000-0x000000300000 : "ospi_nand.tispl"
    [    3.615151] 0x000000300000-0x000000700000 : "ospi_nand.u-boot"
    [    3.624800] 0x000000700000-0x000000740000 : "ospi_nand.env"
    [    3.632634] 0x000000740000-0x000000780000 : "ospi_nand.env.backup"
    [    3.641234] 0x000003000000-0x000007000000 : "ospi_nand.rootfs"
    [    3.673450] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
    [    3.720440] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1
    [    3.731964] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driv
    [    3.742318] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss ver
    [    3.758433] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.
    [    3.767445] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    3.775207] pps pps0: new PPS source ptp1
    [    3.780464] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:50000
    [    3.792938] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    3.840445] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 10
    [    3.851796] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver
    [    3.861932] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss vers
    [    3.877920] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [    3.885744] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [    3.894641] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [    3.902407] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000
    [    3.914781] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82
    [    3.925034] debugfs: Directory 'pd:74' with parent 'pm_genpd' already present
    [    3.925212] mmc1: CQHCI version 5.10
    [    3.934089] debugfs: Directory 'pd:73' with parent 'pm_genpd' already present
    [    3.947553] debugfs: Directory 'pd:72' with parent 'pm_genpd' already present
    [    3.957253] debugfs: Directory 'pd:335' with parent 'pm_genpd' already presen
    [    3.966402] debugfs: Directory 'pd:333' with parent 'pm_genpd' already presen
    [    3.975540] debugfs: Directory 'pd:332' with parent 'pm_genpd' already presen
    [    3.986268] ubi0: attaching mtd5
    [    4.067873] ubi0: scanning is finished
    [    4.075424] ubi0 warning: ubi_eba_init: cannot reserve enough PEBs for bad PE
    [    4.088103] ubi0: attached mtd5 (name "ospi_nand.rootfs", size 64 MiB)
    [    4.096254] ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 253952 bytes
    [    4.104827] ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 4096
    [    4.113293] ubi0: VID header offset: 4096 (aligned 4096), data offset: 8192
    [    4.121974] ubi0: good PEBs: 256, bad PEBs: 0, corrupted PEBs: 0
    [    4.129462] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 12
    [    4.138467] ubi0: max/mean erase counter: 0/0, WL threshold: 4096, image sequ
    [    4.149748] ubi0: available PEBs: 0, total reserved PEBs: 256, PEBs reserved
    [    4.161148] ubi0: background thread "ubi_bgt0d" started, PID 175
    [    4.171645] ALSA device list:
    [    4.175367]   No soundcards found.
    [    5.449963] sdhci-am654 4fb0000.mmc: Power on failed
    [    5.486860] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64
    [    5.496896] UBIFS (ubi0:0): Mounting in unauthenticated mode
    [    5.504126] UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 176
    [    5.531910] UBIFS (ubi0:0): start fixing up free space
    [    5.638029] UBIFS (ubi0:0): free space fixup complete
    [    5.662399] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "root
    [    5.671634] UBIFS (ubi0:0): LEB size: 253952 bytes (248 KiB), min./max. I/O u
    [    5.683999] UBIFS (ubi0:0): FS size: 60440576 bytes (57 MiB, 238 LEBs), max 3
    [    5.698533] UBIFS (ubi0:0): reserved for root: 0 bytes (0 KiB)
    [    5.705807] UBIFS (ubi0:0): media format: w4/r0 (latest is w5/r0), UUID C190A
    [    5.721545] VFS: Mounted root (ubifs filesystem) on device 0:20.
    [    5.730190] devtmpfs: mounted
    [    5.734976] Freeing unused kernel memory: 1984K
    [    5.740801] Run /sbin/init as init process
    [    5.987334] systemd[1]: System time before build time, advancing clock.
    [    6.062410] systemd[1]: systemd 250.5+ running in system mode (+PAM -AUDIT -S                                                                                                                                                             UALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +
    [    6.102839] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    6.178763] systemd[1]: Hostname set to <j784s4-evm>.
    [    6.189986] systemd[1]: Initializing machine ID from random generator.
    [    6.324034] systemd[180]: /lib/systemd/system-generators/systemd-gpt-auto-gen
    [    6.657718] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard
    [    6.722540] systemd[1]: Queued start job for default target Multi-User System
    [    6.785693] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    6.809769] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    6.833537] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    6.857326] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    6.881572] systemd[1]: Started Dispatch Password Requests to Console Directo
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    [    6.912652] systemd[1]: Started Forward Password Requests to Wall Directory W
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    [    6.941665] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    6.956507] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    6.980478] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    6.996503] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    7.016692] systemd[1]: Listening on Syslog Socket.
    [  OK  ] Listening on Syslog Socket.
    [    7.036273] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    7.060699] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    7.085904] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    7.108728] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    7.132790] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    7.149759] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    7.178612] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    7.200683] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    7.225388] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    7.272912] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    7.291993] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    7.319763] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    7.336854] systemd[1]: Kernel Trace File System was skipped because of a fai
    [    7.356371] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    7.372719] systemd[1]: Create List of Static Device Nodes was skipped becaus
    [    7.417072] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    7.439954] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    7.459958] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    7.476661] systemd[1]: File System Check on Root Device was skipped because
    [    7.499401] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    7.518675] systemd[1]: Load Kernel Modules was skipped because all trigger c
    [    7.565240] systemd[1]: Starting Generate network units from Kernel command l
             Starting Generate network …ts from Kernel command line...
    [    7.596200] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    7.624487] systemd[1]: Starting Apply Kernel Variables...
             Starting Apply Kernel Variables...
    [    7.644864] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    7.671383] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [FAILED] Failed to mount Huge Pages File System.
    See 'systemctl status dev-hugepages.mount' for details.
    [FAILED] Failed to mount POSIX Message Queue File System.
    See 'systemctl status dev-mqueue.mount' for details.
    [FAILED] Failed to mount Kernel Debug File System.
    See 'systemctl status sys-kernel-debug.mount' for details.
    [FAILED] Failed to mount Temporary Directory /tmp.
    See 'systemctl status tmp.mount' for details.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [  OK  ] Finished Generate network units from Kernel command line.
    [FAILED] Failed to start Remount Root and Kernel File Systems.
    See 'systemctl status systemd-remount-fs.service' for details.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Reached target Preparation for Network.
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
             Starting Create System Users...
    [    8.042297] systemd-journald[201]: Received client request to flush runtime j
    [FAILED] Failed to mount Kernel Configuration File System.
    See 'systemctl status sys-kernel-config.mount' for details.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Create System Users.
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /media/ram...
             Mounting /var/volatile...
    [    8.287848] audit: type=1334 audit(1651167747.296:2): prog-id=5 op=LOAD
    [    8.296275] audit: type=1334 audit(1651167747.304:3): prog-id=6 op=LOAD
             Starting Rule-based Manage…for Device Events and Files...
    [  OK  ] Finished Coldplug All udev Devices.
    [FAILED] Failed to mount /media/ram.
    See 'systemctl status media-ram.mount' for details.
    [DEPEND] Dependency failed for Local File Systems.
    [FAILED] Failed to mount /var/volatile.
    See 'systemctl status var-volatile.mount' for details.
    [DEPEND] Dependency failed for Bind mount volatile /srv.
    [DEPEND] Dependency failed for Bind mount volatile /var/spool.
    [DEPEND] Dependency failed for Bind mount volatile /var/cache.
    [DEPEND] Dependency failed for Bind mount volatile /var/lib.
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Stopped Dispatch Password …ts to Console Directory Watch.
    [  OK  ] Stopped Forward Password R…uests to Wall Directory Watch.
    [  OK  ] Reached target Timer Units.
    [  OK  ] Closed Syslog Socket.
    [  OK  ] Reached target Login Prompts.
    [    8.587680] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider
    [    8.587931] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider u
    [    8.587931] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider usi
    [    8.588592] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consi
    [    8.594261] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consi
    [    8.626174] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider
    [    8.627589] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider
             Starting Synchronize System and HW clocks...
             Starting Network Configuration...
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Socket Units.
    [  OK  ] Started Emergency Shell.
    [  OK  ] Reached target Emergency Mode.
             Starting Rebuild Dynamic Linker Cache...
             Starting Load Kernel Module configfs...
             Starting Create Volatile Files and Directories...
    [  OK  ] Finished Synchronize System and HW clocks.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Create Volatile Files and Directories.
    [  OK  ] Finished Rebuild Dynamic Linker Cache.
    [  OK  ] Started Network Configuration.
    [    9.066463] am65-cpsw-nuss c200000.ethernet eth1: PHY [c200f00.mdio:00] drive
    [    9.078196] am65-cpsw-nuss c200000.ethernet eth1: configuring for phy/rgmii-r
    [    9.102453] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] dri
    [    9.114407] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-
             Mounting Kernel Configuration File System...
             Starting Rebuild Journal Catalog...
             Starting Network Name Resolution...
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [    9.232447] random: crng init done
    [FAILED] Failed to mount Kernel Configuration File System.
    See 'systemctl status sys-kernel-config.mount' for details.
    [  OK  ] Finished Load/Save Random Seed.
    [  OK  ] Finished Rebuild Journal Catalog.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Time Set.
             Starting Update is Completed...
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Finished Update is Completed.
    [  OK  ] Reached target Network.
    [  OK  ] Reached target Host and Network Name Lookups.
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
             Starting Record Runlevel Change in UTMP...
    [  OK  ] Finished Record Runlevel Change in UTMP.
    You are in emergency mode. After logging in, type "journalctl -xb" to view
    system logs, "systemctl rebooPress Enter for maintenance
    (or press Control-D to continue): [   13.190053] am65-cpsw-nuss c200000.ethernet
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    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 30 10:48:03 UTC 2024 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
    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) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Thu Jun 20 12:01:51 CST 2024
    [    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 bootloader!
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000f90000000, size 1792 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a6000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a6100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a7000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a7100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a9000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a9100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@aa000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000aa100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@aa100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ab000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@ab000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ab100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@ab100000, compatible id shared-dma-pool
    [    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(ospi_nand.tispl),4m(ospi_nand.u-boot),256k(ospi_nand.env),256k(ospi_nand.env.backup),64m@48m(ospi_nand.rootfs),256k(ospi_nand.phypattern);
    [    0.000000]         ubi part ospi_nand.rootfs
    [    0.000000]   ubi.mtd=ospi_nand.rootfs root=ubi0:rootfs rw rootfstype=ubifs rootwait
    [    0.000000] Unknown kernel command line parameters "ubi part mtdid=spi-nand0", will be passed to user space.
    [    0.000000] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
    [    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-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 30772600K/33554432K available (11712K kernel code, 1258K rwdata, 3812K rodata, 1984K init, 438K bss, 946824K reserved, 1835008K cma-reserved)
    [    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 jiffies.
    [    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 overlapping address
    [    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 @880800000 (flat, esz 8, psz 64K, shr 0)
    [    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 @0x0000000880060000
    [    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.000330] Console: colour dummy device 80x25
    [    0.000378] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.000386] pid_max: default: 32768 minimum: 301
    [    0.000420] LSM: Security Framework initializing
    [    0.000559] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.000640] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.002001] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.002009] cblist_init_generic: Setting shift to 3 and lim to 1.
    [    0.002070] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.002073] cblist_init_generic: Setting shift to 3 and lim to 1.
    [    0.002200] rcu: Hierarchical SRCU implementation.
    [    0.002203] rcu:     Max phase no-delay instances is 1000.
    [    0.002448] Platform MSI: msi-controller@1820000 domain created
    [    0.002693] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.002970] EFI services will not be available.
    [    0.003298] smp: Bringing up secondary CPUs ...
    [    0.021186] Detected PIPT I-cache on CPU1
    [    0.021276] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.021294] GICv3: CPU1: using allocated LPI pending table @0x0000000880070000
    [    0.021339] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.039302] Detected PIPT I-cache on CPU2
    [    0.039376] GICv3: CPU2: found redistributor 2 region 0:0x0000000001940000
    [    0.039395] GICv3: CPU2: using allocated LPI pending table @0x0000000880080000
    [    0.039426] CPU2: Booted secondary processor 0x0000000002 [0x411fd080]
    [    0.057302] Detected PIPT I-cache on CPU3
    [    0.057371] GICv3: CPU3: found redistributor 3 region 0:0x0000000001960000
    [    0.057387] GICv3: CPU3: using allocated LPI pending table @0x0000000880090000
    [    0.057417] CPU3: Booted secondary processor 0x0000000003 [0x411fd080]
    [    0.075327] Detected PIPT I-cache on CPU4
    [    0.075432] GICv3: CPU4: found redistributor 100 region 0:0x0000000001980000
    [    0.075451] GICv3: CPU4: using allocated LPI pending table @0x00000008800a0000
    [    0.075493] CPU4: Booted secondary processor 0x0000000100 [0x411fd080]
    [    0.093454] Detected PIPT I-cache on CPU5
    [    0.093536] GICv3: CPU5: found redistributor 101 region 0:0x00000000019a0000
    [    0.093552] GICv3: CPU5: using allocated LPI pending table @0x00000008800b0000
    [    0.093586] CPU5: Booted secondary processor 0x0000000101 [0x411fd080]
    [    0.111507] Detected PIPT I-cache on CPU6
    [    0.111590] GICv3: CPU6: found redistributor 102 region 0:0x00000000019c0000
    [    0.111607] GICv3: CPU6: using allocated LPI pending table @0x00000008800c0000
    [    0.111642] CPU6: Booted secondary processor 0x0000000102 [0x411fd080]
    [    0.129537] Detected PIPT I-cache on CPU7
    [    0.129613] GICv3: CPU7: found redistributor 103 region 0:0x00000000019e0000
    [    0.129631] GICv3: CPU7: using allocated LPI pending table @0x00000008800d0000
    [    0.129664] CPU7: Booted secondary processor 0x0000000103 [0x411fd080]
    [    0.129728] smp: Brought up 1 node, 8 CPUs
    [    0.129736] SMP: Total of 8 processors activated.
    [    0.129741] CPU features: detected: 32-bit EL0 Support
    [    0.129744] CPU features: detected: CRC32 instructions
    [    0.129816] CPU: All CPU(s) started at EL2
    [    0.129819] alternatives: applying system-wide alternatives
    [    0.131256] devtmpfs: initialized
    [    0.144824] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.144845] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
    [    0.179623] pinctrl core: initialized pinctrl subsystem
    [    0.180072] DMI not present or invalid.
    [    0.180611] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.182404] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
    [    0.183327] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.184234] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.184332] audit: initializing netlink subsys (disabled)
    [    0.184555] audit: type=2000 audit(0.184:1): state=initialized audit_enabled=0 res=1
    [    0.184854] thermal_sys: Registered thermal governor 'step_wise'
    [    0.184862] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.185008] cpuidle: using governor menu
    [    0.185120] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.185282] ASID allocator initialised with 32768 entries
    [    0.196440] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
    [    0.199856] KASLR enabled
    [    0.203642] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.203649] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.203654] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.203656] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.203659] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.203661] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.203664] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.203667] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.204761] k3-chipinfo 43000014.chipid: Family:J784S4 rev:SR1.0 JTAGID[0x0bb8002f] Detected
    [    0.206128] iommu: Default domain type: Translated
    [    0.206134] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.206320] SCSI subsystem initialized
    [    0.206554] usbcore: registered new interface driver usbfs
    [    0.206583] usbcore: registered new interface driver hub
    [    0.206607] usbcore: registered new device driver usb
    [    0.206947] pps_core: LinuxPPS API ver. 1 registered
    [    0.206950] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.206957] PTP clock support registered
    [    0.207070] EDAC MC: Ver: 3.0.0
    [    0.207847] FPGA manager framework
    [    0.207892] Advanced Linux Sound Architecture Driver Initialized.
    [    0.208528] clocksource: Switched to clocksource arch_sys_counter
    [    0.208769] VFS: Disk quotas dquot_6.6.0
    [    0.208797] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.212582] NET: Registered PF_INET protocol family
    [    0.213081] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.219667] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
    [    0.219874] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.219903] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.220972] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
    [    0.222198] TCP: Hash tables configured (established 262144 bind 65536)
    [    0.222370] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.222771] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.223316] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.223782] RPC: Registered named UNIX socket transport module.
    [    0.223788] RPC: Registered udp transport module.
    [    0.223791] RPC: Registered tcp transport module.
    [    0.223794] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.223800] NET: Registered PF_XDP protocol family
    [    0.223818] PCI: CLS 0 bytes, default 64
    [    0.224809] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    0.226124] Initialise system trusted keyrings
    [    0.226321] workingset: timestamp_bits=46 max_order=23 bucket_order=0
    [    0.229108] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.229508] NFS: Registering the id_resolver key type
    [    0.229529] Key type id_resolver registered
    [    0.229532] Key type id_legacy registered
    [    0.229576] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.229581] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.254059] Key type asymmetric registered
    [    0.254068] Asymmetric key parser 'x509' registered
    [    0.254121] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.254237] io scheduler mq-deadline registered
    [    0.254241] io scheduler kyber registered
    [    0.257737] pinctrl-single 4301c000.pinctrl: 13 pins, size 52
    [    0.257883] pinctrl-single 4301c038.pinctrl: 11 pins, size 44
    [    0.258062] pinctrl-single 4301c068.pinctrl: 72 pins, size 288
    [    0.258404] pinctrl-single 4301c190.pinctrl: 1 pins, size 4
    [    0.258581] pinctrl-single 11c000.pinctrl: 72 pins, size 288
    [    0.259409] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.264660] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.272485] loop: module loaded
    [    0.273536] megasas: 07.719.03.00-rc1
    [    0.275751] tun: Universal TUN/TAP device driver, 1.6
    [    0.276347] VFIO - User Level meta-driver version: 0.3
    [    0.277026] usbcore: registered new interface driver usb-storage
    [    0.277509] i2c_dev: i2c /dev entries driver
    [    0.278338] sdhci: Secure Digital Host Controller Interface driver
    [    0.278343] sdhci: Copyright(c) Pierre Ossman
    [    0.278519] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.279173] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.279341] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.279582] usbcore: registered new interface driver usbhid
    [    0.279586] usbhid: USB HID core driver
    [    0.280344] optee: probing for conduit method.
    [    0.280370] optee: revision 4.1 (012cdca4)
    [    0.300927] optee: dynamic shared memory is enabled
    [    0.301231] optee: initialized driver
    [    0.302810] Initializing XFRM netlink socket
    [    0.302837] NET: Registered PF_PACKET protocol family
    [    0.302890] Key type dns_resolver registered
    [    0.303197] registered taskstats version 1
    [    0.303217] Loading compiled-in X.509 certificates
    [    0.311941] ti-sci 44083000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.4--v09.02.04 (Kool Koala)')
    [    0.368044] omap_i2c 42120000.i2c: bus 1 rev0.12 at 400 kHz
    [    0.369051] pca953x 0-0020: supply vcc not found, using dummy regulator
    [    0.369144] pca953x 0-0020: using no AI
    [    0.393377] pca953x 0-0022: supply vcc not found, using dummy regulator
    [    0.393429] pca953x 0-0022: using AI
    [    0.394254] omap_i2c 2000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.394972] pca953x 2-0020: supply vcc not found, using dummy regulator
    [    0.395038] pca953x 2-0020: using no AI
    [    0.417134] omap_i2c 2040000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.417925] pca953x 3-0020: supply vcc not found, using dummy regulator
    [    0.417989] pca953x 3-0020: using no AI
    [    0.440922] omap_i2c 2050000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.441177] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 177 domain created
    [    0.441290] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 10 domain created
    [    0.441403] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 283 domain created
    [    0.441686] ti-sci-inta 33d00000.msi-controller: Interrupt Aggregator domain 321 created
    [    0.448050] ti-udma 311a0000.dma-controller: Number of rings: 48
    [    0.448869] ti-udma 311a0000.dma-controller: Channels: 24 (bchan: 0, tchan: 8, rchan: 16)
    [    0.450028] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:328
    [    0.450037] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    0.450041] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    0.451921] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[878,128] sci-dev-id:315
    [    0.451928] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    0.451932] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66349100, num_proxies:64
    [    0.452635] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 216, base_baud = 6000000) is a 8250
    [    0.453361] 2880000.serial: ttyS2 at MMIO 0x2880000 (irq = 217, base_baud = 3000000) is a 8250
    [    2.878031] printk: console [ttyS2] enabled
    [    2.924538] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    2.935936] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    2.946287] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    2.962377] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    2.971387] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    2.979148] pps pps0: new PPS source ptp0
    [    2.984374] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    [    3.036527] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    3.047668] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867
    [    3.057792] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    3.073760] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [    3.081582] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [    3.090479] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [    3.098227] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
    [    3.111098] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010c, freq:250000000, add_val:3 pps:0
    [    3.122208] mmc0: CQHCI version 5.10
    [    3.167898] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [    3.267416] mmc0: Command Queue Engine enabled
    [    3.272983] mmc0: new HS200 MMC card at address 0001
    [    3.279767] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [    3.287167] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    [    3.294456] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    [    3.301555] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
    [    3.459516] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    [    3.466973] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
    [    3.477343] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fca100
    [    3.485862] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fca100
    [    3.494354] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fca100
    [    3.502842] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fca100
    [    3.511339] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fca100
    [    3.519815] omap-mailbox 31f85000.mailbox: omap mailbox rev 0x66fca100
    [    3.531757] ti-udma 285c0000.dma-controller: Channels: 22 (tchan: 11, rchan: 11, gp-rflow: 8)
    [    3.544339] ti-udma 31150000.dma-controller: Channels: 66 (tchan: 33, rchan: 33, gp-rflow: 16)
    [    3.559108] spi-nand spi0.0: Winbond SPI NAND was found.
    [    3.565755] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
    [    3.576136] mtd: no mtd-id
    [    3.579540] 7 fixed-partitions partitions found on MTD device spi0.0
    [    3.587469] Creating 7 MTD partitions on "spi0.0":
    [    3.593440] 0x000000000000-0x000000100000 : "ospi_nand.tiboot3"
    [    3.602288] 0x000000100000-0x000000300000 : "ospi_nand.tispl"
    [    3.611098] 0x000000300000-0x000000700000 : "ospi_nand.u-boot"
    [    3.620696] 0x000000700000-0x000000740000 : "ospi_nand.env"
    [    3.628484] 0x000000740000-0x000000780000 : "ospi_nand.env.backup"
    [    3.637113] 0x000003000000-0x000007000000 : "ospi_nand.rootfs"
    [    3.669080] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
    [    3.716550] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    3.728066] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    3.738419] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    3.754533] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    3.763544] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    3.771336] pps pps0: new PPS source ptp1
    [    3.776560] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010b, freq:500000000, add_val:1 pps:1
    [    3.789036] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    3.836550] davinci_mdio c200f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    3.847917] davinci_mdio c200f00.mdio: phy[0]: device c200f00.mdio:00, driver TI DP83867
    [    3.858047] am65-cpsw-nuss c200000.ethernet: initializing am65 cpsw nuss version 0x6BA02102, cpsw version 0x6BA82102 Ports: 2 quirks:00000000
    [    3.874018] am65-cpsw-nuss c200000.ethernet: Use random MAC address
    [    3.881841] am65-cpsw-nuss c200000.ethernet: initialized cpsw ale version 1.4
    [    3.890738] am65-cpsw-nuss c200000.ethernet: ALE Table size 64
    [    3.898495] am65-cpsw-nuss c200000.ethernet: CPTS ver 0x4e8a010b, freq:200000000, add_val:4 pps:0
    [    3.910877] am65-cpsw-nuss c200000.ethernet: set new flow-id-base 82
    [    3.921126] debugfs: Directory 'pd:74' with parent 'pm_genpd' already present!
    [    3.921229] mmc1: CQHCI version 5.10
    [    3.930190] debugfs: Directory 'pd:73' with parent 'pm_genpd' already present!
    [    3.943664] debugfs: Directory 'pd:72' with parent 'pm_genpd' already present!
    [    3.953351] debugfs: Directory 'pd:335' with parent 'pm_genpd' already present!
    [    3.962508] debugfs: Directory 'pd:333' with parent 'pm_genpd' already present!
    [    3.971653] debugfs: Directory 'pd:332' with parent 'pm_genpd' already present!
    [    3.982298] ubi0: attaching mtd5
    [    4.097208] ubi0: scanning is finished
    [    4.104715] ubi0 warning: ubi_eba_init: cannot reserve enough PEBs for bad PEB handling, reserved 4, need 10
    [    4.117395] ubi0: attached mtd5 (name "ospi_nand.rootfs", size 64 MiB)
    [    4.125546] ubi0: PEB size: 262144 bytes (256 KiB), LEB size: 253952 bytes
    [    4.134120] ubi0: min./max. I/O unit sizes: 4096/4096, sub-page size 4096
    [    4.142584] ubi0: VID header offset: 4096 (aligned 4096), data offset: 8192
    [    4.151265] ubi0: good PEBs: 256, bad PEBs: 0, corrupted PEBs: 0
    [    4.158753] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128
    [    4.167758] ubi0: max/mean erase counter: 1/0, WL threshold: 4096, image sequence number: 206831021
    [    4.179042] ubi0: available PEBs: 0, total reserved PEBs: 256, PEBs reserved for bad PEB handling: 4
    [    4.190446] ubi0: background thread "ubi_bgt0d" started, PID 173
    [    4.200724] ALSA device list:
    [    4.204429]   No soundcards found.
    [    5.446000] sdhci-am654 4fb0000.mmc: Power on failed
    [    5.482889] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    5.492905] UBIFS (ubi0:0): Mounting in unauthenticated mode
    [    5.500133] UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 174
    [    5.527768] UBIFS (ubi0:0): recovery needed
    [    5.648242] UBIFS (ubi0:0): recovery completed
    [    5.653868] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "rootfs"
    [    5.663101] UBIFS (ubi0:0): LEB size: 253952 bytes (248 KiB), min./max. I/O unit sizes: 4096 bytes/4096 bytes
    [    5.675466] UBIFS (ubi0:0): FS size: 60440576 bytes (57 MiB, 238 LEBs), max 300 LEBs, journal size 9404416 bytes (8 MiB, 38 LEBs)
    [    5.690001] UBIFS (ubi0:0): reserved for root: 0 bytes (0 KiB)
    [    5.697278] UBIFS (ubi0:0): media format: w4/r0 (latest is w5/r0), UUID C190A087-5144-4C1C-90DC-984EA7A34FE0, small LPT model
    [    5.712577] VFS: Mounted root (ubifs filesystem) on device 0:20.
    [    5.721234] devtmpfs: mounted
    [    5.725975] Freeing unused kernel memory: 1984K
    [    5.731787] Run /sbin/init as init process
    [    5.975583] systemd[1]: System time before build time, advancing clock.
    [    6.050598] 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)
    [    6.090979] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    6.154880] systemd[1]: Hostname set to <j784s4-evm>.
    [    6.281940] systemd[176]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
    [    6.616836] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    6.681593] systemd[1]: Queued start job for default target Multi-User System.
    [    6.737297] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    6.761862] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    6.785638] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    6.809394] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    6.833674] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    [    6.864745] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    [    6.893777] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    6.908602] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    6.932586] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    6.948605] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    6.968799] systemd[1]: Listening on Syslog Socket.
    [  OK  ] Listening on Syslog Socket.
    [    6.988332] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    7.012797] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    7.038003] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    7.060839] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    7.084877] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    7.101843] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    7.130669] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    7.152781] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    7.177486] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    7.224926] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    7.244155] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    7.271945] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    7.288918] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    7.305316] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
    [    7.319107] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    7.336791] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/6.1.80-dirty/modules.devname).
    [    7.389180] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    7.411966] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    7.432106] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    7.448754] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    7.471339] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    7.490729] systemd[1]: Load Kernel Modules was skipped because all trigger condition checks failed.
    [    7.506081] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network …ts from Kernel command line...
    [    7.536289] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    7.564301] systemd[1]: Starting Apply Kernel Variables...
             Starting Apply Kernel Variables...
    [    7.584486] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    7.608033] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [FAILED] Failed to mount Huge Pages File System.
    See 'systemctl status dev-hugepages.mount' for details.
    [FAILED] Failed to mount POSIX Message Queue File System.
    See 'systemctl status dev-mqueue.mount' for details.
    [FAILED] Failed to mount Kernel Debug File System.
    See 'systemctl status sys-kernel-debug.mount' for details.
    [FAILED] Failed to mount Temporary Directory /tmp.
    See 'systemctl status tmp.mount' for details.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [  OK  ] Finished Generate network units from Kernel command line.
    [FAILED] Failed to start Remount Root and Kernel File Systems.
    See 'systemctl status systemd-remount-fs.service' for details.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Reached target Preparation for Network.
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
             Starting Create Static Device Nodes in /dev...
    [    7.984403] systemd-journald[196]: Received client request to flush runtime journal.
    [FAILED] Failed to mount Kernel Configuration File System.
    See 'systemctl status sys-kernel-config.mount' for details.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /media/ram...
             Mounting /var/volatile...
    [    8.183673] audit: type=1334 audit(1651167747.204:2): prog-id=5 op=LOAD
    [    8.192044] audit: type=1334 audit(1651167747.212:3): prog-id=6 op=LOAD
             Starting Rule-based Manage…for Device Events and Files...
    [FAILED] Failed to mount /media/ram.
    See 'systemctl status media-ram.mount' for details.
    [DEPEND] Dependency failed for Local File Systems.
    [  OK  ] Finished Coldplug All udev Devices.
    [FAILED] Failed to mount /var/volatile.
    See 'systemctl status var-volatile.mount' for details.
    [DEPEND] Dependency failed for Bind mount volatile /var/spool.
    [DEPEND] Dependency failed for Bind mount volatile /var/cache.
    [DEPEND] Dependency failed for Bind mount volatile /var/lib.
    [DEPEND] Dependency failed for Bind mount volatile /srv.
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Stopped Dispatch Password …ts to Console Directory Watch.
    [  OK  ] Stopped Forward Password R…uests to Wall Directory Watch.
    [  OK  ] Reached target Timer Units.
    [  OK  ] Closed Syslog Socket.
    [    8.479446] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    [    8.480251] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
    [    8.482692] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    [    8.489103] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    [    8.489823] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [    8.491750] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    [    8.509461] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Starting Network Configuration...
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Socket Units.
    [  OK  ] Started Emergency Shell.
    [  OK  ] Reached target Emergency Mode.
             Starting Load Kernel Module configfs...
             Starting Create Volatile Files and Directories...
    [  OK  ] Finished Synchronize System and HW clocks.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Create Volatile Files and Directories.
    [  OK  ] Started Network Configuration.
    [    8.921580] am65-cpsw-nuss c200000.ethernet eth1: PHY [c200f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    8.933237] am65-cpsw-nuss c200000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    [    8.957683] am65-cpsw-nuss 46000000.ethernet eth0: PHY [46000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    8.969564] am65-cpsw-nuss 46000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
             Mounting Kernel Configuration File System...
             Starting Network Name Resolution...
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [FAILED] Failed to mount Kernel Configuration File System.
    See 'systemctl status sys-kernel-config.mount' for details.
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [    9.184535] random: crng init done
             Starting Record Runlevel Change in UTMP...
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Finished Load/Save Random Seed.
    [  OK  ] Reached target Network.
    [  OK  ] Reached target Host and Network Name Lookups.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Finished Record Runlevel Change in UTMP.
    You are in emergency mode. After logging in, type "journalctl -xb" to view
    system logs, "systemctl reboot"tPress Enter for maintenance
    (or press Control-D to continue): [   14.054038] am65-cpsw-nuss c200000.ethernet eth1: Link is Up - 1Gbps/Full - flow control rx/tx
    
    
    [FAILED] Failed to mount Huge Pages File System.
    [FAILED] Failed to mount /var/volatile.
    [FAILED] Failed to mount Kernel Configuration File System.
  • but this cost too much nand space for the rootfs which is about 52MB,is there any rootfs which takes less?

    We do not have a custom one.

    [FAILED] Failed to mount Huge Pages File System.

    Did you try Ctrl+D?

    - Keerthy

  • I tried CTRL+D,but it does not works,and there already have the issues here

    [FAILED] Failed to mount Huge Pages File System.
  • we change the ubi pack cmd and then it runs success with the tisdk-tiny-image-j784s4-evm.tar.xz 

    By the way,if we just using the tisdk-tiny-image-j784s4-evm.tar.xz for booting up,the ethernet also seems work failed,and here is the log prints

    and even we cannot ping the eth0 and eth1

  • Hi,

    We will try the internally and get back to you early next week. This is not a feature tested in the SDK. We tests eMMC and SD. UBIFS we will try to reproduce the failure and get back to you.

    - Keerthy

  • Hi,

    Can you please share your ubinize.ini file? I want to review and reproduce using the same.

    - Keerthy

  • Hello ,Sorry for late,here is the init file

    [ubifs]
    mode=ubi
    image=opt.ubifs
    vol_id=0
    vol_type=dynamic
    vol_name=rootfs
    vol_size=60MiB
    

  • Thanks. I will use this to reproduce the issue.

    - Keerthy

  • Hi,

    Apologies for the long silence on this.

    https://e2e.ti.com/support/processors-group/processors/f/processors-forum/920696/faq-tda4vm-flashing-the-tiny-rootfs-image-using-uniflash-on-ospi/3488577#3488577

    I tried something like below after booting to Linux kernel:

    cat /proc/mtd
    ubiformat /dev/mtd5
    ubiattach -p /dev/mtd5
    ubimkvol /dev/ubi0 -N flash_fs -s 50MiB
    mkdir /mnt/flash
    mount -t ubifs ubi0:flash_fs /mnt/flash/
    
    cd /mnt/flash
    tar xvf /home/root/tisdk-tiny-image-j7-evm.tar.xz
    sync
    
    cd /home/root/
    umount /mnt/flash

    The tisdk-tiny-image-j7-evm.tar.xz is a small busybox based file system. I was able to boot to kernel usng UBIFS.

    => setenv args_mmc "run finduuid;setenv bootargs console=${console} ${optargs} rootfstype=ubifs root=ubi0:flash_fs rw ubi.mtd=ospi.rootfs"
    => boot

    I could not get UBIFS with the way described above. I was able to create a .ubi file using your ini file thanks for that.

    But After flashing it to 0x800000 offset of my flash which maps to /dev/mtd5, I was not successful in mounting UBIFS.

    Can you share bootargs or any U-Boot change to switch to UBIFS rootfs?

    - Keerthy