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.

SK-AM62A-LP: Support Falcon Mode

Part Number: SK-AM62A-LP

I looked at the 09_02_00 am62a sdk guide document and found the following phrase:

However, other guides explain how to use Falcon mode.

I want to use falcon mode to reducing bootloader time

falcon mode be used on am62a board?

  • Hi Kim,

    just to clarify, do you want to use a U-Boot based boot flow (using "SPL" as tiboot3.bin initial boot binary, based on our Processor SDK Linux), or an MCU+ SDK based boot flow (using "SBL" as tiboot3.bin boot binary, based on our MCU+ SDK for AM62A)? Let me know if you need help to decide.

    Regards, Andreas

  • HI Andreas

    We are considering a Linux base.

    Regards KIm

  • Ok, let me assign to appropriate subject matter expert. Stay tuned.

  • Hi Kim,

    I looked at the 09_02_00 am62a sdk guide document and found the following phrase:

    This statement only means the SDK U-Boot out of the box doesn't support falcon mode.

    But U-Boot source code could be modified to run falcon mode on AM62Ax devices.

    The instruction below explains how to use falcon mode on AM62x, but it is applicable to AM62Ax too. The instruction is base on SDK8.6, but SDK9.2 has moved to BINMAN, so the fit image generation process is slightly different, we don't have an clear instruction for it yet.

    https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1205638/faq-am625-how-to-boot-from-r5-u-boot-spl-directly-into-the-linux-kernel-skipping-a53-spl-and-a53-u-boot-falcon-mode

  • Hi Liu

    If I proceed with MCU + SDK, can I refer to the SDK documentation?

  • Earlier you said you use Linux. But if you use MCU+ SDK, I would have to route your query to out MCU+ SDK expert.

    Please confirm what exact OS you use.

  • It seems that if you use linux, need to use Yocto. Is this correct?

  • The TI Processor SDK Linux provides Yocto and Debian based root filesystems. But you are free to use other Linux OS, but just won't get support on this forums.

  • We are working on the basis of the above document.

    0435.linux-boottime-optimization-public.pdf

    When booting after the operation, a kernel panic occurs as shown below.

    U-Boot SPL 2023.04-gb0d717b732 (Dec 06 2023 - 15:11:45 +0000)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
    am62a_init: board_init_f done
    SPL initial stack usage: 17040 bytes
    am62a_init: spl_boot_device: devstat = 0x243 bootmedia = 0x8 bootindex = 0
    Trying to boot from MMC2
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
    NOTICE:  BL31: Built : 09:34:15, Aug 24 2023
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.1.46-g247b2535b2 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Dec  6 17:54:04 UTC 2023
    [    0.000000] Machine model: Texas Instruments AM62A7 SK
    [    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 0x00000000c0000000, size 576 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000099800000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-dma-memory@99800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x0000000099900000, size 30 MiB
    [    0.000000] OF: reserved mem: initialized node c7x-memory@99900000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009b800000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9b800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009b900000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9b900000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c900000, size 30 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c900000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node edgeai-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: initialized node edgeai_shared-memories, compatible id dma-heap-carveout
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ae000000, size 288 MiB
    [    0.000000] OF: reserved mem: initialized node edgeai-core-heap-memory@ae000000, compatible id shared-dma-pool
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x00000000997fffff]
    [    0.000000]   node   0: [mem 0x0000000099800000-0x000000009b7fefff]
    [    0.000000]   node   0: [mem 0x000000009b800000-0x000000009e6fffff]
    [    0.000000]   node   0: [mem 0x000000009e700000-0x000000009e77ffff]
    [    0.000000]   node   0: [mem 0x000000009e780000-0x00000000a2ffffff]
    [    0.000000]   node   0: [mem 0x00000000a3000000-0x00000000adffffff]
    [    0.000000]   node   0: [mem 0x00000000ae000000-0x00000000bfffffff]
    [    0.000000]   node   0: [mem 0x00000000c0000000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
    [    0.000000] On node 0, zone DMA: 1 pages in unavailable ranges
    [    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 19 pages/cpu s37992 r8192 d31640 u77824
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: kernel page table isolation forced ON by KASLR
    [    0.000000] CPU features: detected: Kernel page table isolation (KPTI)
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032191
    [    0.000000] Kernel command line: 
    [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 4.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 2807956K/4194300K available (12288K kernel code, 1266K rwdata, 4020K rodata, 2112K init, 438K bss, 796520K reserved, 589824K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu: 	RCU event tracing is enabled.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
    [    0.000000] 	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=4
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 256 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: gic_handle_irq
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
    [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000880040000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880050000
    [    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.000279] Console: colour dummy device 80x25
    [    0.000950] printk: console [tty0] enabled
    [    0.000996] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.001019] pid_max: default: 32768 minimum: 301
    [    0.001075] LSM: Security Framework initializing
    [    0.001188] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.001218] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.002699] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.002730] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.002803] cblist_init_generic: Setting adjustable number of callback queues.
    [    0.002818] cblist_init_generic: Setting shift to 2 and lim to 1.
    [    0.002970] rcu: Hierarchical SRCU implementation.
    [    0.002982] rcu: 	Max phase no-delay instances is 1000.
    [    0.003200] Platform MSI: msi-controller@1820000 domain created
    [    0.003386] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.003617] EFI services will not be available.
    [    0.003843] smp: Bringing up secondary CPUs ...
    [    0.004501] Detected VIPT I-cache on CPU1
    [    0.004590] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.004606] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
    [    0.004650] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.005265] Detected VIPT I-cache on CPU2
    [    0.005331] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.005345] GICv3: CPU2: using allocated LPI pending table @0x0000000880070000
    [    0.005375] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.005929] Detected VIPT I-cache on CPU3
    [    0.006001] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.006015] GICv3: CPU3: using allocated LPI pending table @0x0000000880080000
    [    0.006042] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.006106] smp: Brought up 1 node, 4 CPUs
    [    0.006218] SMP: Total of 4 processors activated.
    [    0.006230] CPU features: detected: 32-bit EL0 Support
    [    0.006241] CPU features: detected: CRC32 instructions
    [    0.006299] CPU: All CPU(s) started at EL2
    [    0.006310] alternatives: applying system-wide alternatives
    [    0.007768] devtmpfs: initialized
    [    0.015794] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.015844] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.029453] pinctrl core: initialized pinctrl subsystem
    [    0.029984] DMI not present or invalid.
    [    0.030529] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.031345] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.031585] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.031758] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.031834] audit: initializing netlink subsys (disabled)
    [    0.031970] audit: type=2000 audit(0.028:1): state=initialized audit_enabled=0 res=1
    [    0.032396] thermal_sys: Registered thermal governor 'step_wise'
    [    0.032403] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.032454] cpuidle: using governor menu
    [    0.032550] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.032642] ASID allocator initialised with 32768 entries
    [    0.043716] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [    0.045708] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [    0.046026] KASLR enabled
    [    0.052573] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.052600] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.052614] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.052625] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.052637] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.052647] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.052659] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.052670] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.053906] k3-chipinfo 43000014.chipid: Family:AM62AX rev:SR1.0 JTAGID[0x0bb8d02f] Detected
    [    0.055333] iommu: Default domain type: Translated 
    [    0.055357] iommu: DMA domain TLB invalidation policy: strict mode 
    [    0.055602] SCSI subsystem initialized
    [    0.055885] usbcore: registered new interface driver usbfs
    [    0.055926] usbcore: registered new interface driver hub
    [    0.055960] usbcore: registered new device driver usb
    [    0.056381] pps_core: LinuxPPS API ver. 1 registered
    [    0.056394] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.056417] PTP clock support registered
    [    0.056548] EDAC MC: Ver: 3.0.0
    [    0.057301] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
    [    0.057464] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
    [    0.057606] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100
    [    0.057669] omap-mailbox 29030000.mailbox: no available mbox devices found
    [    0.057971] FPGA manager framework
    [    0.058057] Advanced Linux Sound Architecture Driver Initialized.
    [    0.058812] clocksource: Switched to clocksource arch_sys_counter
    [    0.059008] VFS: Disk quotas dquot_6.6.0
    [    0.059051] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.064822] Carveout Heap: Exported 176 MiB at 0x00000000a3000000
    [    0.064946] NET: Registered PF_INET protocol family
    [    0.065169] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.068064] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    0.068163] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.068189] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.068415] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
    [    0.069236] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.069383] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.069493] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.069721] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.070119] RPC: Registered named UNIX socket transport module.
    [    0.070140] RPC: Registered udp transport module.
    [    0.070150] RPC: Registered tcp transport module.
    [    0.070159] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.070174] NET: Registered PF_XDP protocol family
    [    0.070196] PCI: CLS 0 bytes, default 64
    [    0.070738] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    0.072221] Initialise system trusted keyrings
    [    0.072437] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [    0.076802] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.077332] NFS: Registering the id_resolver key type
    [    0.077378] Key type id_resolver registered
    [    0.077389] Key type id_legacy registered
    [    0.077453] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.077467] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.112853] Key type asymmetric registered
    [    0.112872] Asymmetric key parser 'x509' registered
    [    0.112923] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.113065] io scheduler mq-deadline registered
    [    0.113078] io scheduler kyber registered
    [    0.115949] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.116499] pinctrl-single f4000.pinctrl: 151 pins, size 604
    [    0.117476] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.123291] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.131831] loop: module loaded
    [    0.132967] megasas: 07.719.03.00-rc1
    [    0.135802] tun: Universal TUN/TAP device driver, 1.6
    [    0.136471] thunder_xcv, ver 1.0
    [    0.136512] thunder_bgx, ver 1.0
    [    0.136547] nicpf, ver 1.0
    [    0.136702] e1000: Intel(R) PRO/1000 Network Driver
    [    0.136713] e1000: Copyright (c) 1999-2006 Intel Corporation.
    [    0.136755] e1000e: Intel(R) PRO/1000 Network Driver
    [    0.136766] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [    0.136804] igb: Intel(R) Gigabit Ethernet Network Driver
    [    0.136815] igb: Copyright (c) 2007-2014 Intel Corporation.
    [    0.136852] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [    0.136864] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    0.136977] sky2: driver version 1.30
    [    0.137640] VFIO - User Level meta-driver version: 0.3
    [    0.138300] usbcore: registered new interface driver usb-storage
    [    0.138843] i2c_dev: i2c /dev entries driver
    [    0.140237] sdhci: Secure Digital Host Controller Interface driver
    [    0.140262] sdhci: Copyright(c) Pierre Ossman
    [    0.140459] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.141162] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.141344] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.141681] usbcore: registered new interface driver usbhid
    [    0.141695] usbhid: USB HID core driver
    [    0.142480] optee: probing for conduit method.
    [    0.142517] optee: revision 4.0 (2a5b1d12)
    [    0.142770] optee: dynamic shared memory is enabled
    [    0.143169] optee: initialized driver
    [    0.144593] Initializing XFRM netlink socket
    [    0.144640] NET: Registered PF_PACKET protocol family
    [    0.144709] Key type dns_resolver registered
    [    0.144981] registered taskstats version 1
    [    0.145013] Loading compiled-in X.509 certificates
    [    0.153336] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
    [    0.183450] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.184753] pca953x 1-0023: supply vcc not found, using dummy regulator
    [    0.184879] pca953x 1-0023: using AI
    [    0.209383] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [    0.210456] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    0.210682] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [    0.210830] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    0.211054] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    0.211333] ti-sci-inta 4e0a0000.interrupt-controller: Interrupt Aggregator domain 200 created
    [    0.212204] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.214100] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    0.216477] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.220074] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    0.221835] ti-udma 4e230000.dma-controller: Number of rings: 6
    [    0.222249] ti-udma 4e230000.dma-controller: Channels: 6 (bchan: 0, tchan: 0, rchan: 6)
    [    0.223362] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 253, base_baud = 3000000) is a 8250
    [    1.787350] printk: console [ttyS2] enabled
    [    1.793717] spi-nand spi0.0: Winbond SPI NAND was found.
    [    1.799067] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
    [    1.807414] 7 fixed-partitions partitions found on MTD device spi0.0
    [    1.813780] Creating 7 MTD partitions on "spi0.0":
    [    1.818576] 0x000000000000-0x000000080000 : "ospi_nand.tiboot3"
    [    1.825826] 0x000000080000-0x000000280000 : "ospi_nand.tispl"
    [    1.833465] 0x000000280000-0x000000680000 : "ospi_nand.u-boot"
    [    1.841918] 0x000000680000-0x0000006c0000 : "ospi_nand.env"
    [    1.848612] 0x0000006c0000-0x000000700000 : "ospi_nand.env.backup"
    [    1.855949] 0x000002000000-0x000007fc0000 : "ospi_nand.rootfs"
    [    1.900553] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
    [    1.946848] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.955950] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    1.964106] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    1.976962] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    1.984101] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    1.990463] pps pps0: new PPS source ptp0
    [    1.994739] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    2.005003] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    2.013364] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1200000 KHz, changing to: 1250000 KHz
    [    2.025832] mmc0: CQHCI version 5.10
    [    2.080700] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    2.173967] mmc0: Command Queue Engine enabled
    [    2.179809] mmc0: new HS200 MMC card at address 0001
    [    2.186193] mmcblk0: mmc0:0001 G1M15L 29.6 GiB 
    [    2.192914]  mmcblk0: p1 p2
    [    2.196321] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB 
    [    2.202225] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB 
    [    2.208110] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
    [    2.518555] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    [    2.524567] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
    [    2.532917] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    2.539656] pca953x 1-0022: using AI
    [    2.549720] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    2.557330] mmc1: CQHCI version 5.10
    [    2.558187] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    2.568349] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    2.581374] ALSA device list:
    [    2.584369]   No soundcards found.
    [    2.602145] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    2.610260] /dev/root: Can't open blockdev
    [    2.614409] VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6
    [    2.621907] Please append a correct "root=" boot option; here are the available partitions:
    [    2.632463] 1f00             512 mtdblock0 
    [    2.633128]  (driver?)
    [    2.639796] 1f01            2048 mtdblock1 
    [    2.639804]  (driver?)
    [    2.648541] 1f02            4096 mtdblock2 
    [    2.648815]  (driver?)
    [    2.655789] 1f03             256 mtdblock3 
    [    2.655794]  (driver?)
    [    2.662343] 1f04             256 mtdblock4 
    [    2.662348]  (driver?)
    [    2.668899] 1f05           98048 mtdblock5 
    [    2.668904]  (driver?)
    [    2.675443] 1f06             256 mtdblock6 
    [    2.675448]  (driver?)
    [    2.681995] b300        31080448 mmcblk0 
    [    2.682001]  driver: mmcblk
    [    2.688804]   b301           16384 mmcblk0p1 c5adbff9-01
    [    2.688811] 
    [    2.695609]   b302        31063040 mmcblk0p2 c5adbff9-02
    [    2.695614] 
    [    2.702419] b320           32256 mmcblk0boot0 
    [    2.702424]  (driver?)
    [    2.709231] b340           32256 mmcblk0boot1 
    [    2.709236]  (driver?)
    [    2.716047] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
    [    2.724301] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 6.1.46-g247b2535b2 #1
    [    2.731256] Hardware name: Texas Instruments AM62A7 SK (DT)
    [    2.736820] Call trace:
    [    2.739261]  dump_backtrace.part.0+0xdc/0xf0
    [    2.743537]  show_stack+0x18/0x30
    [    2.746849]  dump_stack_lvl+0x68/0x84
    [    2.750513]  dump_stack+0x18/0x34
    [    2.753826]  panic+0x188/0x348
    [    2.756878]  mount_block_root+0x188/0x23c
    [    2.760888]  mount_root+0x208/0x248
    [    2.764374]  prepare_namespace+0x130/0x170
    [    2.768466]  kernel_init_freeable+0x258/0x284
    [    2.772820]  kernel_init+0x24/0x130
    [    2.776304]  ret_from_fork+0x10/0x20
    [    2.779878] SMP: stopping secondary CPUs
    [    2.783796] Kernel Offset: 0x80000 from 0xffff800008000000
    [    2.789273] PHYS_OFFSET: 0x80000000
    [    2.792753] CPU features: 0x00000,00900084,0000420b
    [    2.797624] Memory Limit: none
    [    2.800676] ---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) ]---
    

    tispl.its:

    /dts-v1/;
    
    / {
    	description = "Configuration to load ATF and SPL";
    	#address-cells = <1>;
    
    	images {
    		atf {
    			description = "ARM Trusted Firmware";
    			data = /incbin/("bl31.bin");
    			type = "firmware";
    			arch = "arm64";
    			compression = "none";
    			os = "arm-trusted-firmware";
    			load = <0x9e780000>;
    			entry = <0x9e780000>;
    		};
    		tee {
    			description = "OPTEE";
    			data = /incbin/("bl32.bin");
    			type = "tee";
    			arch = "arm64";
    			compression = "none";
    			os = "tee";
    			load = <0x9e800000>;
    			entry = <0x9e800000>;
    		};
    		dm {
    			description = "DM binary";
    			data = /incbin/("ipc_echo_testb_mcu1_0_release_strip.xer5f");
    			type = "firmware";
    			arch = "arm32";
    			compression = "none";
    			os = "DM";
    			load = <0x89000000>;
    			entry = <0x89000000>;
    		};
    		kernel {
    			description = "Linux Kernel (64-bit)";
    			data = /incbin/("Image");
    			type = "standalone";
    			os = "Linux";
    			arch = "arm64";
    			compression = "none";
    			load = <0x80080000>;
    			entry = <0x80080000>;
    		};
    		fdt-0 {
    			description = "k3-am62a7-sk";
    			data = /incbin/("k3-am62a7-sk.dtb");
    			type = "standalone";
    			arch = "arm";
    			compression = "none";
    			load = <0x82000000>;
    		};
    	};
    	configurations {
    		default = "k3-am62a7-sk.dtb";
    
    		k3-am62a7-sk.dtb {
    			description = "k3-am62a7-sk";
    			firmware = "atf";
    			loadables = "tee", "dm", "fdt-0", "kernel";
    		};
    	};
    };

  • Your kernel command line is empty, and linux tries to boot from /dev/mtdblock0 by default. If you set the kernel arguments, this should be fixed.

  • bootargs = "console=ttyS2,115200 root=/dev/mmcblk1p2 rw rootfstype=ext4 rootwait";

    After adding the kernel command line, I confirmed booting.

    But the boot time was not reduced.

    [0.000001 0.000001] 
    [0.000104 0.000103] U-Boot SPL 2023.04-gb0d717b732 (Dec 06 2023 - 15:11:45 +0000)
    [0.002730 0.002626] SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
    [0.063962 0.061232] am62a_init: board_init_f done
    [0.065233 0.001270] SPL initial stack usage: 17040 bytes
    [0.066686 0.001454] am62a_init: spl_boot_device: devstat = 0x243 bootmedia = 0x8 bootindex = 0
    [0.069496 0.002810] Trying to boot from MMC2
    [0.463912 0.394416] Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    [0.543902 0.079990] Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    [6.959548 6.415646] Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    [7.231407 0.271859] Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    [7.232661 0.001254] Warning: Did not detect image signing certificate. Skipping authentication to prevent boot failure. This will fail on Security Enforcing(HS-SE) devices
    [7.263381 0.030720] Starting ATF on ARM64 core...
    [7.263653 0.000272] 
    [7.263664 0.000011] NOTICE:  BL31: v2.9(release):v2.9.0-614-gd7a7135d32-dirty
    [7.279557 0.015893] NOTICE:  BL31: Built : 09:34:15, Aug 24 2023
    [7.679503 0.399946] [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [7.682366 0.002863] [    0.000000] Linux version 6.1.46-g247b2535b2 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Wed Dec  6 17:54:04 UTC 2023
    [7.699494 0.017128] [    0.000000] Machine model: Texas Instruments AM62A7 SK
    [7.701658 0.002163] [    0.000000] efi: UEFI not found.
    [7.712111 0.010453] [    0.000000] [Firmware Bug]: Kernel image misaligned at boot, please fix your bootloader!
    [7.715518 0.003407] [    0.000000] Reserved memory: created CMA memory pool at 0x00000000c0000000, size 576 MiB
    [7.728137 0.012619] [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [7.731483 0.003346] [    0.000000] Reserved memory: created DMA memory pool at 0x0000000099800000, size 1 MiB
    [7.744094 0.012611] [    0.000000] OF: reserved mem: initialized node c7x-dma-memory@99800000, compatible id shared-dma-pool
    [7.748018 0.003924] [    0.000000] Reserved memory: created DMA memory pool at 0x0000000099900000, size 30 MiB
    [7.760559 0.012540] [    0.000000] OF: reserved mem: initialized node c7x-memory@99900000, compatible id shared-dma-pool
    [7.764211 0.003653] [    0.000000] Reserved memory: created DMA memory pool at 0x000000009b800000, size 1 MiB
    [7.776872 0.012661] [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9b800000, compatible id shared-dma-pool
    [7.780782 0.003909] [    0.000000] Reserved memory: created DMA memory pool at 0x000000009b900000, size 15 MiB
    [7.793343 0.012562] [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9b900000, compatible id shared-dma-pool
    [7.797179 0.003836] [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 1 MiB
    [7.810044 0.012864] [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c800000, compatible id shared-dma-pool
    [7.813934 0.003891] [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c900000, size 30 MiB
    [7.826372 0.012438] [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c900000, compatible id shared-dma-pool
    [7.839548 0.013176] [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 32 MiB
    [7.842928 0.003379] [    0.000000] OF: reserved mem: initialized node edgeai-dma-memory@a1000000, compatible id shared-dma-pool
    [7.856122 0.013195] [    0.000000] OF: reserved mem: initialized node edgeai_shared-memories, compatible id dma-heap-carveout
    [7.859967 0.003844] [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ae000000, size 288 MiB
    [7.872719 0.012753] [    0.000000] OF: reserved mem: initialized node edgeai-core-heap-memory@ae000000, compatible id shared-dma-pool
    [7.876894 0.004174] [    0.000000] Zone ranges:
    [7.877953 0.001059] [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [7.889760 0.011807] [    0.000000]   DMA32    empty
    [7.890959 0.001199] [    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffffff]
    [7.893534 0.002575] [    0.000000] Movable zone start for each node
    [7.904729 0.011195] [    0.000000] Early memory node ranges
    [7.906288 0.001559] [    0.000000]   node   0: [mem 0x0000000080000000-0x00000000997fffff]
    [7.908943 0.002655] [    0.000000]   node   0: [mem 0x0000000099800000-0x000000009b7fefff]
    [7.920729 0.011786] [    0.000000]   node   0: [mem 0x000000009b800000-0x000000009e6fffff]
    [7.923360 0.002631] [    0.000000]   node   0: [mem 0x000000009e700000-0x000000009e77ffff]
    [7.925983 0.002623] [    0.000000]   node   0: [mem 0x000000009e780000-0x00000000a2ffffff]
    [7.937958 0.011975] [    0.000000]   node   0: [mem 0x00000000a3000000-0x00000000adffffff]
    [7.940555 0.002597] [    0.000000]   node   0: [mem 0x00000000ae000000-0x00000000bfffffff]
    [7.952339 0.011784] [    0.000000]   node   0: [mem 0x00000000c0000000-0x00000000ffffffff]
    [7.954957 0.002618] [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffffff]
    [7.957534 0.002577] [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
    [7.969895 0.012361] [    0.000000] On node 0, zone DMA: 1 pages in unavailable ranges
    [7.972306 0.002411] [    0.000000] psci: probing for conduit method from DT.
    [7.983732 0.011426] [    0.000000] psci: PSCIv1.1 detected in firmware.
    [7.985646 0.001914] [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [7.987807 0.002161] [    0.000000] psci: Trusted OS migration not required
    [7.989821 0.002014] [    0.000000] psci: SMC Calling Convention v1.4
    [8.001010 0.011189] [    0.000000] percpu: Embedded 19 pages/cpu s37992 r8192 d31640 u77824
    [8.003771 0.002760] [    0.000000] Detected VIPT I-cache on CPU0
    [8.005456 0.001685] [    0.000000] CPU features: detected: GIC system register CPU interface
    [8.017214 0.011758] [    0.000000] CPU features: kernel page table isolation forced ON by KASLR
    [8.019995 0.002781] [    0.000000] CPU features: detected: Kernel page table isolation (KPTI)
    [8.032183 0.012188] [    0.000000] CPU features: detected: ARM erratum 845719
    [8.034335 0.002152] [    0.000000] alternatives: applying boot alternatives
    [8.036501 0.002166] [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032191
    [8.048425 0.011924] [    0.000000] Kernel command line: console=ttyS2,115200 root=/dev/mmcblk1p2 rw rootfstype=ext4 rootwait
    [8.052238 0.003813] [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [8.064961 0.012724] [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [8.068310 0.003349] [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [8.080087 0.011777] [    0.000000] software IO TLB: area num 4.
    [8.081752 0.001665] [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [8.085032 0.003279] [    0.000000] Memory: 2807960K/4194300K available (12288K kernel code, 1266K rwdata, 4020K rodata, 2112K init, 438K bss, 796516K reserved, 589824K cma-reserved)
    [8.100373 0.015342] [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [8.112261 0.011888] [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [8.114673 0.002413] [    0.000000] rcu: 	RCU event tracing is enabled.
    [8.116534 0.001861] [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
    [8.128698 0.012164] [    0.000000] 	Trampoline variant of Tasks RCU enabled.
    [8.130800 0.002102] [    0.000000] 	Tracing variant of Tasks RCU enabled.
    [8.132848 0.002047] [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [8.145222 0.012374] [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [8.147995 0.002773] [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [8.159667 0.011672] [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [8.161838 0.002170] [    0.000000] GICv3: 256 SPIs implemented
    [8.163475 0.001637] [    0.000000] GICv3: 0 Extended SPIs implemented
    [8.165305 0.001830] [    0.000000] Root IRQ handler: gic_handle_irq
    [8.176351 0.011046] [    0.000000] GICv3: GICv3 features: 16 PPIs
    [8.178066 0.001714] [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
    [8.180910 0.002844] [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [8.192048 0.011138] [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [8.194875 0.002828] [    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [8.198137 0.003262] [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
    [8.211120 0.012983] [    0.000000] ITS: using cache flushing for cmd queue
    [8.213171 0.002051] [    0.000000] GICv3: using LPI property table @0x0000000880040000
    [8.224824 0.011653] [    0.000000] GIC: using cache flushing for LPI property table
    [8.227244 0.002420] [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880050000
    [8.239487 0.012243] [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [8.242369 0.002882] [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [8.244943 0.002574] [    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [8.258897 0.013954] [    0.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [8.271481 0.012584] [    0.000289] Console: colour dummy device 80x25
    [8.273313 0.001832] [    0.000335] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [8.277672 0.004359] [    0.000345] pid_max: default: 32768 minimum: 301
    [8.288943 0.011271] [    0.000393] LSM: Security Framework initializing
    [8.290911 0.001968] [    0.000499] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [8.294024 0.003113] [    0.000518] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [8.306541 0.012517] [    0.001974] cblist_init_generic: Setting adjustable number of callback queues.
    [8.309505 0.002964] [    0.001984] cblist_init_generic: Setting shift to 2 and lim to 1.
    [8.321431 0.011926] [    0.002048] cblist_init_generic: Setting adjustable number of callback queues.
    [8.324476 0.003045] [    0.002052] cblist_init_generic: Setting shift to 2 and lim to 1.
    [8.336318 0.011842] [    0.002192] rcu: Hierarchical SRCU implementation.
    [8.338398 0.002080] [    0.002196] rcu: 	Max phase no-delay instances is 1000.
    [8.340636 0.002238] [    0.002409] Platform MSI: msi-controller@1820000 domain created
    [8.352242 0.011606] [    0.002593] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [8.355997 0.003755] [    0.002821] EFI services will not be available.
    [8.357912 0.001915] [    0.003037] smp: Bringing up secondary CPUs ...
    [8.369020 0.011109] [    0.003623] Detected VIPT I-cache on CPU1
    [8.370699 0.001678] [    0.003711] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [8.373592 0.002893] [    0.003726] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
    [8.386116 0.012524] [    0.003770] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [8.388840 0.002725] [    0.004434] Detected VIPT I-cache on CPU2
    [8.399597 0.010756] [    0.004504] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [8.402448 0.002851] [    0.004517] GICv3: CPU2: using allocated LPI pending table @0x0000000880070000
    [8.405433 0.002985] [    0.004547] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [8.417470 0.012037] [    0.005108] Detected VIPT I-cache on CPU3
    [8.419175 0.001705] [    0.005180] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [8.421979 0.002805] [    0.005194] GICv3: CPU3: using allocated LPI pending table @0x0000000880080000
    [8.434417 0.012438] [    0.005221] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [8.437109 0.002692] [    0.005281] smp: Brought up 1 node, 4 CPUs
    [8.448304 0.011195] [    0.005288] SMP: Total of 4 processors activated.
    [8.450283 0.001979] [    0.005293] CPU features: detected: 32-bit EL0 Support
    [8.452439 0.002155] [    0.005297] CPU features: detected: CRC32 instructions
    [8.463702 0.011264] [    0.005348] CPU: All CPU(s) started at EL2
    [8.465436 0.001734] [    0.005352] alternatives: applying system-wide alternatives
    [8.467800 0.002363] [    0.006801] devtmpfs: initialized
    [8.469194 0.001394] [    0.014882] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [8.482724 0.013530] [    0.014906] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [8.485725 0.003001] [    0.028481] pinctrl core: initialized pinctrl subsystem
    [8.496770 0.011045] [    0.028989] DMI not present or invalid.
    [8.498403 0.001633] [    0.029522] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [8.500880 0.002476] [    0.030403] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [8.513135 0.012255] [    0.030625] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [8.516407 0.003273] [    0.030783] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [8.528920 0.012512] [    0.030845] audit: initializing netlink subsys (disabled)
    [8.531181 0.002261] [    0.030970] audit: type=2000 audit(0.028:1): state=initialized audit_enabled=0 res=1
    [8.543836 0.012655] [    0.031359] thermal_sys: Registered thermal governor 'step_wise'
    [8.546362 0.002526] [    0.031365] thermal_sys: Registered thermal governor 'power_allocator'
    [8.549085 0.002723] [    0.031404] cpuidle: using governor menu
    [8.559912 0.010827] [    0.031539] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [8.562718 0.002805] [    0.031622] ASID allocator initialised with 32768 entries
    [8.564952 0.002234] [    0.042706] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [8.578137 0.013186] [    0.044685] platform connector: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/sii9022@3b
    [8.581824 0.003687] [    0.045060] KASLR enabled
    [8.592257 0.010433] [    0.051563] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [8.595113 0.002856] [    0.051573] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [8.597738 0.002625] [    0.051579] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [8.609931 0.012193] [    0.051582] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [8.612550 0.002620] [    0.051586] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [8.624545 0.011994] [    0.051590] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [8.627190 0.002645] [    0.051594] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [8.630008 0.002819] [    0.051597] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [8.642091 0.012082] [    0.052819] k3-chipinfo 43000014.chipid: Family:AM62AX rev:SR1.0 JTAGID[0x0bb8d02f] Detected
    [8.645813 0.003722] [    0.054220] iommu: Default domain type: Translated 
    [8.656842 0.011030] [    0.054228] iommu: DMA domain TLB invalidation policy: strict mode 
    [8.659489 0.002647] [    0.054460] SCSI subsystem initialized
    [8.661040 0.001551] [    0.054729] usbcore: registered new interface driver usbfs
    [8.672605 0.011565] [    0.054759] usbcore: registered new interface driver hub
    [8.674833 0.002228] [    0.054784] usbcore: registered new device driver usb
    [8.676916 0.002084] [    0.055157] pps_core: LinuxPPS API ver. 1 registered
    [8.688294 0.011378] [    0.055161] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [8.692117 0.003824] [    0.055173] PTP clock support registered
    [8.693762 0.001645] [    0.055296] EDAC MC: Ver: 3.0.0
    [8.704342 0.010580] [    0.056037] omap-mailbox 29000000.mailbox: omap mailbox rev 0x66fca100
    [8.707133 0.002791] [    0.056182] omap-mailbox 29010000.mailbox: omap mailbox rev 0x66fca100
    [8.709890 0.002757] [    0.056312] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fca100
    [8.721804 0.011914] [    0.056401] omap-mailbox 29030000.mailbox: no available mbox devices found
    [8.724672 0.002868] [    0.056705] FPGA manager framework
    [8.735444 0.010772] [    0.056781] Advanced Linux Sound Architecture Driver Initialized.
    [8.737990 0.002546] [    0.057596] clocksource: Switched to clocksource arch_sys_counter
    [8.740527 0.002537] [    0.057780] VFS: Disk quotas dquot_6.6.0
    [8.751474 0.010947] [    0.057815] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [8.754354 0.002880] [    0.063480] Carveout Heap: Exported 176 MiB at 0x00000000a3000000
    [8.756885 0.002531] [    0.063581] NET: Registered PF_INET protocol family
    [8.768201 0.011316] [    0.063798] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [8.771274 0.003073] [    0.066708] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [8.784171 0.012897] [    0.066789] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [8.787401 0.003230] [    0.066804] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [8.800000 0.012600] [    0.067018] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
    [8.803091 0.003090] [    0.067822] TCP: Hash tables configured (established 32768 bind 32768)
    [8.805800 0.002709] [    0.067955] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [8.817915 0.012115] [    0.068044] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [8.820856 0.002941] [    0.068266] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [8.832572 0.011716] [    0.068673] RPC: Registered named UNIX socket transport module.
    [8.835065 0.002493] [    0.068681] RPC: Registered udp transport module.
    [8.836996 0.001931] [    0.068684] RPC: Registered tcp transport module.
    [8.848229 0.011233] [    0.068687] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [8.850933 0.002703] [    0.068694] NET: Registered PF_XDP protocol family
    [8.852917 0.001984] [    0.068709] PCI: CLS 0 bytes, default 64
    [8.863910 0.010994] [    0.069340] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [8.867321 0.003411] [    0.070856] Initialise system trusted keyrings
    [8.869178 0.001856] [    0.071051] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [8.881106 0.011929] [    0.075417] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [8.883579 0.002473] [    0.075938] NFS: Registering the id_resolver key type
    [8.885690 0.002111] [    0.075970] Key type id_resolver registered
    [8.896788 0.011098] [    0.075974] Key type id_legacy registered
    [8.898478 0.001690] [    0.076027] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [8.901249 0.002771] [    0.076031] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [8.913693 0.012444] [    0.111925] Key type asymmetric registered
    [8.915391 0.001699] [    0.111934] Asymmetric key parser 'x509' registered
    [8.917414 0.002022] [    0.111979] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [8.929848 0.012435] [    0.112107] io scheduler mq-deadline registered
    [8.931717 0.001869] [    0.112113] io scheduler kyber registered
    [8.933371 0.001654] [    0.115127] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [8.945017 0.011646] [    0.115677] pinctrl-single f4000.pinctrl: 151 pins, size 604
    [8.947402 0.002384] [    0.116621] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [8.949844 0.002443] [    0.122529] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [8.961898 0.012054] [    0.131173] loop: module loaded
    [8.963191 0.001293] [    0.132310] megasas: 07.719.03.00-rc1
    [8.964706 0.001515] [    0.135160] tun: Universal TUN/TAP device driver, 1.6
    [8.976087 0.011381] [    0.135854] thunder_xcv, ver 1.0
    [8.977436 0.001349] [    0.135885] thunder_bgx, ver 1.0
    [8.978859 0.001423] [    0.135913] nicpf, ver 1.0
    [8.979992 0.001133] [    0.136069] e1000: Intel(R) PRO/1000 Network Driver
    [8.982033 0.002042] [    0.136072] e1000: Copyright (c) 1999-2006 Intel Corporation.
    [8.993640 0.011607] [    0.136105] e1000e: Intel(R) PRO/1000 Network Driver
    [8.995696 0.002055] [    0.136107] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [9.007509 0.011813] [    0.136138] igb: Intel(R) Gigabit Ethernet Network Driver
    [9.009734 0.002225] [    0.136141] igb: Copyright (c) 2007-2014 Intel Corporation.
    [9.011999 0.002265] [    0.136168] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [9.024032 0.012033] [    0.136171] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [9.026550 0.002518] [    0.136277] sky2: driver version 1.30
    [9.028066 0.001516] [    0.136952] VFIO - User Level meta-driver version: 0.3
    [9.039427 0.011361] [    0.137665] usbcore: registered new interface driver usb-storage
    [9.041940 0.002513] [    0.138179] i2c_dev: i2c /dev entries driver
    [9.043693 0.001753] [    0.139558] sdhci: Secure Digital Host Controller Interface driver
    [9.055577 0.011885] [    0.139566] sdhci: Copyright(c) Pierre Ossman
    [9.057374 0.001797] [    0.139762] sdhci-pltfm: SDHCI platform and OF driver helper
    [9.059750 0.002376] [    0.140458] ledtrig-cpu: registered to indicate activity on CPUs
    [9.071617 0.011867] [    0.140626] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [9.074319 0.002702] [    0.140963] usbcore: registered new interface driver usbhid
    [9.076658 0.002339] [    0.140967] usbhid: USB HID core driver
    [9.087565 0.010907] [    0.141798] optee: probing for conduit method.
    [9.089437 0.001872] [    0.141824] optee: revision 4.0 (2a5b1d12)
    [9.091177 0.001739] [    0.142071] optee: dynamic shared memory is enabled
    [9.093184 0.002007] [    0.142423] optee: initialized driver
    [9.104005 0.010821] [    0.143821] Initializing XFRM netlink socket
    [9.105793 0.001788] [    0.143851] NET: Registered PF_PACKET protocol family
    [9.107881 0.002088] [    0.143907] Key type dns_resolver registered
    [9.109659 0.001778] [    0.144245] registered taskstats version 1
    [9.120644 0.010985] [    0.144266] Loading compiled-in X.509 certificates
    [9.122685 0.002042] [    0.152508] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.1.8--v09.01.08 (Kool Koala)')
    [9.136105 0.013420] [    0.183319] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [9.138443 0.002338] [    0.184605] pca953x 1-0023: supply vcc not found, using dummy regulator
    [9.141172 0.002729] [    0.184704] pca953x 1-0023: using AI
    [9.151932 0.010760] [    0.208163] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [9.154263 0.002330] [    0.209209] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [9.156592 0.002329] [    0.209421] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
    [9.169271 0.012679] [    0.209551] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [9.172947 0.003675] [    0.209789] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [9.185856 0.012909] [    0.210057] ti-sci-inta 4e0a0000.interrupt-controller: Interrupt Aggregator domain 200 created
    [9.189418 0.003563] [    0.210948] ti-udma 485c0100.dma-controller: Number of rings: 82
    [9.201247 0.011829] [    0.212842] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [9.204772 0.003524] [    0.215211] ti-udma 485c0000.dma-controller: Number of rings: 150
    [9.216548 0.011776] [    0.218802] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [9.219645 0.003096] [    0.220548] ti-udma 4e230000.dma-controller: Number of rings: 6
    [9.231332 0.011688] [    0.220964] ti-udma 4e230000.dma-controller: Channels: 6 (bchan: 0, tchan: 0, rchan: 6)
    [9.234689 0.003357] [    0.222002] printk: console [ttyS2] disabled
    [9.236451 0.001761] [    0.222060] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 253, base_baud = 3000000) is a 8250
    [9.249465 0.013014] [    1.792041] printk: console [ttyS2] enabled
    [9.251237 0.001772] [    1.798427] spi-nand spi0.0: Winbond SPI NAND was found.
    [9.263657 0.012420] [    1.803763] spi-nand spi0.0: 128 MiB, block size: 256 KiB, page size: 4096, OOB size: 128
    [9.267051 0.003394] [    1.812096] 7 fixed-partitions partitions found on MTD device spi0.0
    [9.269714 0.002663] [    1.818451] Creating 7 MTD partitions on "spi0.0":
    [9.281089 0.011374] [    1.823267] 0x000000000000-0x000000080000 : "ospi_nand.tiboot3"
    [9.283572 0.002484] [    1.830516] 0x000000080000-0x000000280000 : "ospi_nand.tispl"
    [9.295893 0.012321] [    1.838099] 0x000000280000-0x000000680000 : "ospi_nand.u-boot"
    [9.298357 0.002464] [    1.846556] 0x000000680000-0x0000006c0000 : "ospi_nand.env"
    [9.311823 0.013467] [    1.853252] 0x0000006c0000-0x000000700000 : "ospi_nand.env.backup"
    [9.314430 0.002607] [    1.860548] 0x000002000000-0x000007fc0000 : "ospi_nand.rootfs"
    [9.359374 0.044943] [    1.904899] 0x000007fc0000-0x000008000000 : "ospi_nand.phypattern"
    [9.407378 0.048005] [    1.949632] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [9.410620 0.003242] [    1.958729] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [9.424883 0.014262] [    1.966869] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [9.439532 0.014649] [    1.979714] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [9.442520 0.002988] [    1.986843] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [9.444927 0.002407] [    1.993225] pps pps0: new PPS source ptp0
    [9.456342 0.011415] [    1.997492] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [9.460249 0.003907] [    2.007754] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [9.472601 0.012352] [    2.016081] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1200000 KHz, changing to: 1250000 KHz
    [9.487309 0.014708] [    2.028528] mmc0: CQHCI version 5.10
    [9.535374 0.048065] [    2.084517] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [9.647382 0.112007] [    2.202968] mmc0: Command Queue Engine enabled
    [9.665137 0.017755] [    2.207459] mmc0: new HS200 MMC card at address 0001
    [9.667221 0.002084] [    2.212962] mmcblk0: mmc0:0001 G1M15L 29.6 GiB 
    [9.669099 0.001878] [    2.218815]  mmcblk0: p1 p2
    [9.680414 0.011314] [    2.222172] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB 
    [9.682494 0.002081] [    2.228077] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB 
    [9.684556 0.002062] [    2.233886] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (240:0)
    [9.903359 0.218802] [    2.454179] tps6594-rtc tps6594-rtc.4.auto: registered as rtc0
    [9.919744 0.016386] [    2.463025] tps6594-rtc tps6594-rtc.4.auto: hctosys: unable to read the hardware clock
    [9.923041 0.003297] [    2.474221] pca953x 1-0022: supply vcc not found, using dummy regulator
    [9.937750 0.014709] [    2.480972] pca953x 1-0022: using AI
    [9.939239 0.001488] [    2.490954] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [9.954375 0.015136] [    2.498573] mmc1: CQHCI version 5.10
    [9.955861 0.001486] [    2.499414] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [9.968287 0.012426] [    2.509563] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [9.983316 0.015029] [    2.523187] ALSA device list:
    [9.984597 0.001281] [    2.526184]   No soundcards found.
    [9.999298 0.014701] [    2.543353] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [10.002512 0.003214] [    2.551028] Waiting for root device /dev/mmcblk1p2...
    [10.079327 0.076815] [    2.618887] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
    [10.082160 0.002833] [    2.628415] mmcblk1: mmc1:aaaa SE32G 29.7 GiB 
    [10.095333 0.013173] [    2.636599]  mmcblk1: p1 p2
    [10.175335 0.080002] [    2.720922] EXT4-fs (mmcblk1p2): recovery complete
    [10.191223 0.015889] [    2.732310] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [10.194866 0.003643] [    2.740911] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [10.207211 0.012345] [    2.750314] devtmpfs: mounted
    [10.207517 0.000305] [    2.753893] Freeing unused kernel memory: 2112K
    [10.207957 0.000440] [    2.758511] Run /sbin/init as init process
    [10.367321 0.159364] [    2.919444] systemd[1]: System time before build time, advancing clock.
    [10.415310 0.047989] [    2.968267] vmap allocation for size 479232 failed: use vmalloc=<size> to increase size
    [10.433497 0.018187] [    2.976363] systemd: vmalloc error: size 475136, vm_struct allocation failed, mode:0xcc0(GFP_KERNEL), nodemask=(null),cpuset=/,mems_allowed=0
    [10.447406 0.013909] [    2.989126] CPU: 1 PID: 1 Comm: systemd Not tainted 6.1.46-g247b2535b2 #1
    [10.448117 0.000710] [    2.995911] Hardware name: Texas Instruments AM62A7 SK (DT)
    [10.448680 0.000563] [    3.001476] Call trace:
    [10.463353 0.014673] [    3.003917]  dump_backtrace.part.0+0xdc/0xf0
    [10.463989 0.000636] [    3.008201]  show_stack+0x18/0x30
    [10.464517 0.000527] [    3.011519]  dump_stack_lvl+0x68/0x84
    [10.465094 0.000577] [    3.015190]  dump_stack+0x18/0x34
    [10.465630 0.000536] [    3.018508]  warn_alloc+0x114/0x1b0
    [10.480135 0.014505] [    3.021999]  __vmalloc_node_range+0x590/0x6e0
    [10.481377 0.001242] [    3.026353]  module_alloc+0xec/0x100
    [10.482395 0.001018] [    3.029933]  load_module+0xa1c/0x1c80
    [10.483412 0.001017] [    3.033600]  __do_sys_finit_module+0xac/0x104
    [10.496487 0.013074] [    3.037958]  __arm64_sys_finit_module+0x20/0x30
    [10.498456 0.001969] [    3.042491]  invoke_syscall+0x48/0x114
    [10.500008 0.001552] [    3.046241]  el0_svc_common.constprop.0+0x44/0xfc
    [10.502004 0.001996] [    3.050945]  do_el0_svc+0x20/0x30
    [10.512624 0.010620] [    3.054261]  el0_svc+0x28/0xa0
    [10.513925 0.001301] [    3.057321]  el0t_64_sync_handler+0xbc/0x140
    [10.515675 0.001750] [    3.061588]  el0t_64_sync+0x18c/0x190
    [10.517169 0.001494] [    3.065276] Mem-Info:
    [10.527533 0.010364] [    3.067552] active_anon:1 inactive_anon:87 isolated_anon:0
    [10.529804 0.002271] [    3.067552]  active_file:536 inactive_file:1928 isolated_file:0
    [10.532233 0.002429] [    3.067552]  unevictable:0 dirty:0 writeback:0
    [10.543415 0.011182] [    3.067552]  slab_reclaimable:1032 slab_unreclaimable:3114
    [10.545718 0.002303] [    3.067552]  mapped:1022 shmem:0 pagetables:9
    [10.547503 0.001785] [    3.067552]  sec_pagetables:0 bounce:0
    [10.549046 0.001543] [    3.067552]  kernel_misc_reclaimable:0
    [10.559988 0.010942] [    3.067552]  free:837828 free_pcp:1678 free_cma:146897
    [10.562208 0.002220] [    3.105728] Node 0 active_anon:4kB inactive_anon:348kB active_file:2144kB inactive_file:7712kB unevictable:0kB isolated(anon):0kB isolated(file):0kB mapped:4088kB dirty:0kB writeback:0kB shmem:0kB shmem_thp: 0kB shmem_pmdmapped: 0kB anon_thp: 0kB writeback_tmp:0kB kernel_stack:1472kB pagetables:36kB sec_pagetables:0kB all_unreclaimable? no
    [10.593292 0.031084] [    3.135746] DMA free:1378840kB boost:0kB min:18312kB low:22888kB high:27464kB reserved_highatomic:0KB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:2097148kB managed:1383188kB mlocked:0kB bounce:0kB free_pcp:2112kB local_pcp:2112kB free_cma:587588kB
    [10.623406 0.030114] [    3.163251] lowmem_reserve[]: 0 0 1969 1969
    [10.625142 0.001736] [    3.167438] Normal free:1972472kB boost:0kB min:26740kB low:33424kB high:40108kB reserved_highatomic:0KB active_anon:4kB inactive_anon:348kB active_file:2144kB inactive_file:7712kB unevictable:0kB writepending:0kB present:2097152kB managed:2016708kB mlocked:0kB bounce:0kB free_pcp:4600kB local_pcp:968kB free_cma:0kB
    [10.655520 0.030378] [    3.195374] lowmem_reserve[]: 0 0 0 0
    [10.657017 0.001498] [    3.199040] DMA: 6*4kB (MC) 4*8kB (MC) 6*16kB (MC) 4*32kB (MC) 6*64kB (MC) 5*128kB (MC) 3*256kB (M) 7*512kB (MC) 5*1024kB (MC) 4*2048kB (M) 332*4096kB (MC) = 1378840kB
    [10.672485 0.015467] [    3.214023] Normal: 0*4kB 1*8kB (E) 1*16kB (U) 1*32kB (M) 3*64kB (UME) 0*128kB 2*256kB (UM) 3*512kB (UME) 2*1024kB (UM) 3*2048kB (UME) 479*4096kB (M) = 1972472kB
    [10.687935 0.015450] [    3.228482] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=1048576kB
    [10.691550 0.003615] [    3.237174] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=32768kB
    [10.703952 0.012402] [    3.245686] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
    [10.706351 0.002400] [    3.254111] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=64kB
    [10.720291 0.013940] [    3.262363] 2495 total pagecache pages
    [10.721356 0.001065] [    3.266105] 0 pages in swap cache
    [10.722322 0.000966] [    3.269407] Free swap  = 0kB
    [10.723130 0.000808] [    3.272282] Total swap = 0kB
    [10.735315 0.012185] [    3.275157] 1048575 pages RAM
    [10.736167 0.000852] [    3.278119] 0 pages HighMem/MovableOnly
    [10.737243 0.001076] [    3.281947] 198601 pages reserved
    [10.738188 0.000944] [    3.285249] 147456 pages cma reserved
    [10.739212 0.001024] [    3.288903] 0 pages hwpoisoned
    [10.783295 0.044083] [    3.337278] 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)
    [10.820987 0.037692] [    3.369313] systemd[1]: Detected architecture arm64.
    [10.895338 0.074351] 
    [10.895426 0.000087] Welcome to Arago 2023.10!
    [10.896716 0.001290] 
    [10.911265 0.014549] [    3.453303] systemd[1]: Hostname set to <am62axx-evm>.
    [11.023300 0.112035] [    3.569840] systemd-sysv-generator[156]: SysV service '/etc/init.d/netopeer2-server' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [11.055269 0.031970] [    3.596857] systemd-sysv-generator[156]: SysV service '/etc/init.d/edgeai-launcher.sh' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [11.075827 0.020557] [    3.622668] systemd-sysv-generator[156]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [11.105118 0.029292] [    3.647412] systemd-sysv-generator[156]: SysV service '/etc/init.d/sysrepo' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [11.455265 0.350147] [    3.995693] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
    [11.459167 0.003902] [    4.004645] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
    [11.503201 0.044034] [    4.044068] systemd[1]: /lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [11.567248 0.064047] [    4.113329] 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.
    [11.647230 0.079982] [    4.191441] systemd[1]: Queued start job for default target Graphical Interface.
    [11.711228 0.063998] [    4.263502] systemd[1]: Created slice Slice /system/getty.
    [11.728110 0.016882] [  OK  ] Created slice Slice /system/getty.
    [11.743130 0.015020] [    4.288359] systemd[1]: Created slice Slice /system/modprobe.
    [11.743721 0.000592] [  OK  ] Created slice Slice /system/modprobe.
    [11.759375 0.015653] [    4.312351] systemd[1]: Created slice Slice /system/serial-getty.
    [11.776134 0.016759] [  OK  ] Created slice Slice /system/serial-getty.
    [11.791211 0.015077] [    4.336211] systemd[1]: Created slice User and Session Slice.
    [11.793640 0.002429] [  OK  ] Created slice User and Session Slice.
    [11.807926 0.014286] [    4.358124] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [11.824481 0.016555] [  OK  ] Started Dispatch Password ts to Console Directory Watch.
    [11.839259 0.014778] [    4.382024] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [11.842487 0.003228] [  OK  ] Started Forward Password Ruests to Wall Directory Watch.
    [11.856429 0.013941] [    4.406279] systemd[1]: Reached target Path Units.
    [11.871276 0.014848] [  OK  ] Reached target Path Units.
    [11.873577 0.002301] [    4.421849] systemd[1]: Reached target Remote File Systems.
    [11.887419 0.013842] [  OK  ] Reached target Remote File Systems.
    [11.889955 0.002536] [    4.441931] systemd[1]: Reached target Slice Units.
    [11.904836 0.014881] [  OK  ] Reached target Slice Units.
    [11.907150 0.002314] [    4.457996] systemd[1]: Reached target Swaps.
    [11.920651 0.013501] [  OK  ] Reached target Swaps.
    [11.967212 0.046561] [    4.514458] systemd[1]: Listening on RPCbind Server Activation Socket.
    [11.969999 0.002787] [  OK  ] Listening on RPCbind Server Activation Socket.
    [11.985597 0.015598] [    4.538158] systemd[1]: Reached target RPC Port Mapper.
    [12.001192 0.015595] [  OK  ] Reached target RPC Port Mapper.
    [12.031235 0.030042] [    4.579061] systemd[1]: Listening on Process Core Dump Socket.
    [12.033731 0.002496] [  OK  ] Listening on Process Core Dump Socket.
    [12.049147 0.015416] [    4.602538] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [12.065864 0.016716] [  OK  ] Listening on initctl Compatibility Named Pipe.
    [12.079169 0.013305] [    4.629406] systemd[1]: Listening on Journal Audit Socket.
    [12.095204 0.016035] [  OK  ] Listening on Journal Audit Socket.
    [12.111155 0.015950] [    4.652276] systemd[1]: Listening on Journal Socket (/dev/log).
    [12.113669 0.002515] [  OK  ] Listening on Journal Socket (/dev/log).
    [12.127177 0.013508] [    4.676415] systemd[1]: Listening on Journal Socket.
    [12.129372 0.002195] [  OK  ] Listening on Journal Socket.
    [12.145082 0.015710] [    4.697439] systemd[1]: Listening on Network Service Netlink Socket.
    [12.161275 0.016194] [  OK  ] Listening on Network Service Netlink Socket.
    [12.175152 0.013876] [    4.724843] systemd[1]: Listening on udev Control Socket.
    [12.191138 0.015986] [  OK  ] Listening on udev Control Socket.
    [12.207177 0.016040] [    4.747848] systemd[1]: Listening on udev Kernel Socket.
    [12.209423 0.002245] [  OK  ] Listening on udev Kernel Socket.
    [12.223187 0.013764] [    4.772266] systemd[1]: Listening on User Database Manager Socket.
    [12.239158 0.015970] [  OK  ] Listening on User Database Manager Socket.
    [12.287173 0.048015] [    4.838153] systemd[1]: Mounting Huge Pages File System...
    [12.303515 0.016342]          Mounting Huge Pages File System...
    [12.319162 0.015647] [    4.859827] systemd[1]: Mounting POSIX Message Queue File System...
    [12.321864 0.002702]          Mounting POSIX Message Queue File System...
    [12.351186 0.029322] [    4.891137] systemd[1]: Mounting Kernel Debug File System...
    [12.353626 0.002440]          Mounting Kernel Debug File System...
    [12.367142 0.013516] [    4.906969] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [12.399155 0.032014] [    4.950245] systemd[1]: Mounting Temporary Directory /tmp...
    [12.415667 0.016511]          Mounting Temporary Directory /tmp...
    [12.431146 0.015480] [    4.979033] systemd[1]: Starting Create List of Static Device Nodes...
    [12.433946 0.002800]          Starting Create List of Static Device Nodes...
    [12.479208 0.045262] [    5.030638] systemd[1]: Starting Load Kernel Module configfs...
    [12.495936 0.016728]          Starting Load Kernel Module configfs...
    [12.511146 0.015209] [    5.051982] systemd[1]: Starting Load Kernel Module drm...
    [12.513458 0.002313]          Starting Load Kernel Module drm...
    [12.527138 0.013680] [    5.067816] vmap allocation for size 32768 failed: use vmalloc=<size> to increase size
    [12.530739 0.003600] [    5.081763] systemd[1]: Starting Load Kernel Module fuse...
    [12.544677 0.013938]          Starting Load Kernel Module fuse...
    [12.546209 0.001533] [    5.095576] vmap allocation for size 135168 failed: use vmalloc=<size> to increase size
    [12.575067 0.028858] [    5.119351] systemd[1]: Starting Start psplash boot splash screen...
    [12.575690 0.000623]          Starting Start psplash boot splash screen...
    [12.607008 0.031318] [    5.152759] systemd[1]: Starting RPC Bind...
    [12.607399 0.000391]          Starting RPC Bind...
    [12.623032 0.015632] [    5.166100] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [12.639074 0.016042] [    5.182947] vmap allocation for size 479232 failed: use vmalloc=<size> to increase size
    [12.655034 0.015960] [    5.202727] vmap allocation for size 479232 failed: use vmalloc=<size> to increase size
    [12.655735 0.000701] [    5.206713] systemd[1]: Starting Journal Service...
    [12.671454 0.015719]          Starting Journal Service...
    [12.687062 0.015608] [    5.242713] systemd[1]: Starting Load Kernel Modules...
    [12.703494 0.016432] [    5.247534] vmap allocation for size 479232 failed: use vmalloc=<size> to increase size
    [12.704152 0.000658]          Starting Load Kernel Modules...
    [12.719277 0.015125] [    5.264249] cryptodev: loading out-of-tree module taints kernel.
    [12.719819 0.000542] [    5.270611] vmap allocation for size 57344 failed: use vmalloc=<size> to increase size
    [12.735404 0.015586] [    5.275516] systemd[1]: Starting Generate network units from Kernel command line...
    [12.736087 0.000683]          Starting Generate network ts from Kernel command line...
    [12.751294 0.015207] [    5.306713] systemd[1]: Starting Remount Root and Kernel File Systems...
    [12.767746 0.016453]          Starting Remount Root and Kernel File Systems...
    [12.783140 0.015393] [    5.325064] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [12.783727 0.000587] [    5.336381] systemd[1]: Starting Coldplug All udev Devices...
    [12.799475 0.015748]          Starting Coldplug All udev Devices...
    [12.815048 0.015573] [    5.363301] systemd[1]: Started RPC Bind.
    [12.815635 0.000588] [  OK  ] Started RPC Bind.
    [12.831371 0.015735] [    5.378306] systemd[1]: Started Journal Service.
    [12.832253 0.000882] [  OK  ] Started Journal Service.
    [12.847511 0.015258] [  OK  ] Mounted Huge Pages File System.
    [12.863324 0.015813] [  OK  ] Mounted POSIX Message Queue File System.
    [12.880096 0.016772] [  OK  ] Mounted Kernel Debug File System.
    [12.895861 0.015765] [  OK  ] Mounted Temporary Directory /tmp.
    [12.911750 0.015889] [  OK  ] Finished Create List of Static Device Nodes.
    [12.943151 0.031401] [  OK  ] Finished Load Kernel Module configfs.
    [12.959137 0.015986] [  OK  ] Finished Load Kernel Module drm.
    [12.975152 0.016015] [  OK  ] Finished Load Kernel Module fuse.
    [13.007118 0.031966] [FAILED] Failed to start Start psplash boot splash screen.
    [13.023121 0.016002] See 'systemctl status psplash-start.service' for details.
    [13.039109 0.015989] [DEPEND] Dependency failed for Starprogress communication helper.
    [13.055072 0.015963] [FAILED] Failed to start Load Kernel Modules.
    [13.073799 0.018727] See 'systemctl status systemd-modules-load.service' for details.
    [13.103019 0.029220] [  OK  ] Finished Generate network units from Kernel command line.
    [13.119074 0.016055] [  OK  ] Finished Remount Root and Kernel File Systems.
    [13.199136 0.080061]          Mounting Kernel Configuration File System...
    [13.247112 0.047976]          Starting Flush Journal to Persistent Storage...
    [13.279120 0.032008] [    5.819322] systemd-journald[172]: Received client request to flush runtime journal.
    [13.282427 0.003307]          Starting Apply Kernel Variables...
    [13.311111 0.028684]          Starting Create Static Device Nodes in /dev...
    [13.327139 0.016028] [  OK  ] Mounted Kernel Configuration File System.
    [13.343082 0.015944] [  OK  ] Finished Flush Journal to Persistent Storage.
    [13.359120 0.016037] [  OK  ] Finished Apply Kernel Variables.
    [13.376234 0.017114] [  OK  ] Finished Create Static Device Nodes in /dev.
    [13.392678 0.016443] [  OK  ] Reached target Preparation for Local File Systems.
    [13.439094 0.046416]          Mounting /media/ram...
    [13.455122 0.016029]          Mounting /var/volatile...
    [13.471083 0.015961] [    6.018311] audit: type=1334 audit(1651167748.100:2): prog-id=5 op=LOAD
    [13.473910 0.002827] [    6.025126] audit: type=1334 audit(1651167748.104:3): prog-id=6 op=LOAD
    [13.503112 0.029202]          Starting Rule-based Managefor Device Events and Files...
    [13.519062 0.015950] [  OK  ] Finished Coldplug All udev Devices.
    [13.535325 0.016263] [  OK  ] Mounted /media/ram.
    [13.551489 0.016164] [  OK  ] Mounted /var/volatile.
    [13.583090 0.031601]          Starting Load/Save Random Seed...
    [13.599086 0.015996] [  OK  ] Reached target Local File Systems.
    [13.615103 0.016016]          Starting Create Volatile Files and Directories...
    [13.663093 0.047991] [  OK  ] Finished Create Volatile Files and Directories.
    [13.695108 0.032015]          Starting Network Time Synchronization...
    [13.711787 0.016679]          Starting Record System Boot/Shutdown in UTMP...
    [13.743080 0.031293] [  OK  ] Started Rule-based Manager for Device Events and Files.
    [13.775090 0.032011] [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [14.015071 0.239980] [    6.560893] vmap allocation for size 24576 failed: use vmalloc=<size> to increase size
    [14.031090 0.016019] [    6.577682] vmap allocation for size 24576 failed: use vmalloc=<size> to increase size
    [14.063077 0.031986] [    6.609894] systemd-journald[172]: Oldest entry in /run/log/journal/15665e9253df450ebefcdc6fdb592950/system.journal is older than the configured file retention duration (1month), suggesting rotation.
    [14.083049 0.019972] [    6.628989] systemd-journald[172]: /run/log/journal/15665e9253df450ebefcdc6fdb592950/system.journal: Journal header limits reached or header out-of-date, rotating.
    [14.095763 0.012715] [  OK  ] Started Network Time Synchronization.
    [14.110948 0.015184] [  OK  ] Reached target System Initialization.
    [14.126990 0.016042] [  OK  ] Started Daily Cleanup of Temporary Directories.
    [14.143066 0.016076] [  OK  ] Reached target System Time Set.
    [14.159040 0.015974] [  OK  ] Started Daily rotation of log files.
    [14.175012 0.015972] [  OK  ] Reached target Timer Units.
    [14.191028 0.016016] [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [14.207016 0.015989] [  OK  ] Listening on D-Bus System Message Bus Socket.
    [14.223041 0.016024]          Starting Docker Socket for the API...
    [14.255046 0.032006] [  OK  ] Listening on dropbear.socket.
    [14.271045 0.015999] [  OK  ] Listening on PC/SC Smart Card Daemon Activation Socket.
    [14.287019 0.015973]          Starting Weston socket...
    [14.303553 0.016534]          Starting Console System Startup Logging...
    [14.335063 0.031510]          Starting D-Bus System Message Bus...
    [14.351054 0.015991]          Starting Reboot and dump vmcore via kexec...
    [14.367076 0.016021] [  OK  ] Listening on Docker Socket for the API.
    [14.383848 0.016772] [  OK  ] Listening on Weston socket.
    [14.399521 0.015672] [  OK  ] Finished Console System Startup Logging.
    [14.414973 0.015453] [  OK  ] Finished Reboot and dump vmcore via kexec.
    [14.430944 0.015970] [  OK  ] Found device /dev/ttyS2.
    [14.447109 0.016165] [    6.993634] random: crng init done
    [14.462971 0.015862] [  OK  ] Finished Load/Save Random Seed.
    [14.478914 0.015943] [  OK  ] Reached target Socket Units.
    [14.494919 0.016005] [  OK  ] Started D-Bus System Message Bus.
    [14.526917 0.031999] [  OK  ] Reached target Basic System.
    [14.574948 0.048031] [    7.116872] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    [14.575876 0.000927] [    7.122263] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    [14.591497 0.015622] [    7.123581] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
    [14.592339 0.000842] [    7.134501] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [14.607775 0.015436] [  OK  ] Started Job spooling tools.
    [14.623022 0.015247] [    7.166848] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    [14.638925 0.015903] [    7.190180] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [14.655713 0.016789] [  OK  ] Started Periodic Command Scheduler.
    [14.670910 0.015196] [    7.218409] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    [14.687617 0.016708]          Starting DEMO...
    [14.703027 0.015410]          Starting Print notice about GPLv3 packages...
    [14.767022 0.063995]          Starting IPv6 Packet Filtering Framework...
    [14.769602 0.002580]          Starting IPv4 Packet Filtering Framework...
    [14.782989 0.013387] [  OK  ] Started irqbalance daemon.
    [14.785245 0.002257]          Starting Telephony service...
    [14.799025 0.013780]          Starting Expand the rootfsll size of the boot device....
    [14.816409 0.017384] [  OK  ] Started strongSwan IPsec IIKEv2 daemon using ipsec.conf.
    [14.831031 0.014623]          Starting User Login Management...
    [14.847031 0.016000] [  OK  ] Started TEE Supplicant.
    [14.959035 0.112004]          Starting Telnet Server...
    [14.960964 0.001929] [  OK  ] Started DEMO.
    [14.976300 0.015336] [  OK  ] Finished IPv6 Packet Filtering Framework.
    [14.979033 0.002733] [  OK  ] Finished IPv4 Packet Filtering Framework.
    [15.135054 0.156020] [  OK  ] Started Telephony service.
    [15.151025 0.015971] [  OK  ] Reached target Preparation for Network.
    [15.263036 0.112011]          Starting Network Configuration...
    [15.279570 0.016534] [  OK  ] Finished Telnet Server.
    [15.294979 0.015409] [  OK  ] Finished Expand the rootfsfull size of the boot device..
    [15.534963 0.239985] [  OK  ] Started User Login Management.
    [15.663010 0.128047] [    8.211958] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [15.694937 0.031927] [    8.241637] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [15.726935 0.031999] [  OK  ] Started Network Configuration.
    [15.758938 0.032003] [    8.313665] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [15.778447 0.019508] [    8.323232] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [15.790975 0.012528]          Starting Network Name Resolution...
    [15.806930 0.015955] [    8.346692] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    [15.870980 0.064050] [    8.418542] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    [15.887781 0.016801] [    8.428533] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [15.902921 0.015139] [    8.456762] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [15.934931 0.032011] [    8.486264] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    [15.966881 0.031950] [    8.516383] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    [16.078870 0.111989] [    8.623496] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    [16.190919 0.112050] [  OK  ] Started Network Name Resolution.
    [16.191494 0.000575] [  OK  ] Reached target Network.
    [16.191968 0.000473] [  OK  ] Reached target Host and Network Name Lookups.
    [16.207697 0.015729]          Starting Avahi mDNS/DNS-SD Stack...
    [16.223254 0.015557]          Starting Enable and configure wl18xx bluetooth stack...
    [16.224717 0.001463]          Starting containerd container runtime...
    [16.239032 0.014314] [  OK  ] Started Netperf Benchmark Server.
    [16.241493 0.002462] [  OK  ] Started NFS status monitor for NFSv2/3 locking..
    [16.257069 0.015575]          Starting Simple Network Maent Protocol (SNMP) Daemon....
    [16.272390 0.015321]          Starting Permit User Sessions...
    [16.286938 0.014547] [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [16.303602 0.016664] [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [16.306040 0.002438] [  OK  ] Finished Permit User Sessions.
    [16.308383 0.002343] [  OK  ] Started Getty on tty1.
    [16.320591 0.012209] [  OK  ] Started Serial Getty on ttyS2.
    [16.322993 0.002402] [  OK  ] Reached target Login Prompts.
    [16.335595 0.012602]          Starting Synchronize System and HW clocks...
    [16.338072 0.002477]          Starting Weston, a Waylandositor, as a system service...
    [16.526946 0.188874]          Starting User Database Manager...
    [16.638942 0.111996] [  OK  ] Finished Synchronize System and HW clocks.
    [16.654896 0.015954] [    9.198404] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
    [16.686912 0.032017] [    9.228491] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    [16.718912 0.032000] [  OK  ] Started User Database Manager.
    [16.798944 0.080033] [  OK  ] Created slice User Slice of UID 1000.
    [16.830805 0.031860]          Starting User Runtime Directory /run/user/1000...
    [16.846862 0.016057] [  OK  ] Finished User Runtime Directory /run/user/1000.
    [16.863449 0.016587]          Starting User Manager for UID 1000...
    [16.958917 0.095469] [  OK  ] Created slice Slice /system/systemd-fsck.
    [17.070883 0.111966] [  OK  ] Found device /dev/mmcblk0p1.
    [17.102789 0.031906]          Starting File System Check on /dev/mmcblk0p1...
    [17.118825 0.016036] [  OK  ] Started Simple Network Manement Protocol (SNMP) Daemon..
    [17.150865 0.032040] [  OK  ] Finished File System Check on /dev/mmcblk0p1.
    [17.182866 0.032001]          Mounting /run/media/mmcblk0p1...
    [17.230938 0.048072] [  OK  ] Mounted /run/media/mmcblk0p1.
    [17.390899 0.159961] [  OK  ] Found device /dev/mmcblk1p1.
    [17.422894 0.031996]          Starting File System Check on /dev/mmcblk1p1...
    [17.550893 0.127998] [  OK  ] Started User Manager for UID 1000.
    [17.582876 0.031983] [  OK  ] Started Session c1 of User weston.
    [17.585429 0.002553] [  OK  ] Finished File System Check on /dev/mmcblk1p1.
    [17.614814 0.029385]          Mounting /run/media/BOOT-mmcblk1p1...
    [17.630799 0.015985] [   10.174171] kauditd_printk_skb: 69 callbacks suppressed
    [17.631927 0.001128] [   10.174190] audit: type=1006 audit(1714549204.012:9): pid=591 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [17.649044 0.017117] [   10.191864] audit: type=1300 audit(1714549204.012:9): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffcaf69f38 a2=4 a3=ffff8a507020 items=0 ppid=1 pid=591 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/lib/systemd/systemd" key=(null)
    [17.664154 0.015110] [  OK  ] Mounted /run/media/BOOT-mmcblk1p1   10.218572] audit: type=1327 audit(1714549204.012:9): proctitle="(weston)"
    [17.680482 0.016329] 0m.
    [17.790866 0.110384] [FAILED] Failed to start Weston, a mpositor, as a system service.
    [17.808113 0.017247] See 'systemctl status weston.service' for details.
    [17.822782 0.014669]          Starting EdgeAI OOB demos...
    [17.918857 0.096076] [  OK  ] Started containerd container runtime.
    [18.350840 0.431983] [   10.895534] audit: type=1701 audit(1714549204.736:10): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=898 comm="kmsprint" exe="/usr/bin/kmsprint" sig=6 res=1
    [18.382837 0.031997] [  OK  ] Created slice Slice /system/systemd-coredump.
    [18.385821 0.002984] [   10.930727] audit: type=1334 audit(1714549204.772:11): prog-id=11 op=LOAD
    [18.398792 0.012971] [   10.938870] audit: type=1334 audit(1714549204.780:12): prog-id=12 op=LOAD
    [18.414723 0.015931] [  OK  ] Started Process Core Dump (PID 915/UID 0).
    [18.846828 0.432105] [   11.391433] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
    [18.862769 0.015941] [  OK  ] Started EdgeAI OOB demos.
    [18.878801 0.016032] [   11.429780] audit: type=1334 audit(1714549205.272:13): prog-id=12 op=UNLOAD
    [18.895741 0.016940] ***************************************************************[   11.437101] audit: type=1334 audit(1714549205.272:14): prog-id=11 op=UNLOAD
    [18.900228 0.004486] 
    [18.900238 0.000011] ***************************************************************
    [18.911138 0.010900] NOTICE: This file system contains the following GPL-3.0 packages:
    [18.911721 0.000583] 	adwaita-icon-theme-symbolic
    [18.911979 0.000258] 	autoconf
    [18.912073 0.000094] 	bash-dev
    [18.912168 0.000094] 	bash
    [18.912226 0.000059] 	bc
    [18.926749 0.014522] 	binutils
    [18.926883 0.000134] 	cifs-utils
    [18.927034 0.000151] 	coreutils-stdbuf
    [18.927253 0.000220] 	coreutils
    [18.927391 0.000138] 	cpio
    [18.927472 0.000081] 	cpp-symlinks
    [18.927645 0.000174] 	cpp
    [18.927716 0.000070] 	dosfstools
    [18.927866 0.000150] 	elfutils
    [18.927994 0.000128] 	g++-symlinks
    [18.928169 0.000176] 	g++
    [18.928238 0.000069] 	gawk
    [18.928320 0.000082] 	gcc-symlinks
    [18.928493 0.000174] 	gcc
    [18.928563 0.000069] 	gdb
    [18.928632 0.000070] 	gdbserver
    [18.928772 0.000140] 	gettext
    [18.942715 0.013943] 	glmark2
    [18.942952 0.000237] 	gnu-config
    [18.943200 0.000248] 	grub-common
    [18.943470 0.000269] 	grub-editenv
    [18.943754 0.000285] 	grub-efi
    [18.943993 0.000239] 	gzip
    [18.944155 0.000162] 	hidapi
    [18.944358 0.000203] 	less
    [18.944513 0.000155] 	libasm1
    [18.944741 0.000228] 	libatomic-dev
    [18.945106 0.000364] 	libatomic1
    [18.945402 0.000297] 	libbfd
    [18.945629 0.000226] 	libdebuginfod1
    [18.946017 0.000388] 	libdw1
    [18.946224 0.000208] 	libeigen-dev
    [18.946566 0.000342] 	libelf1
    [18.958849 0.012283] 	libgcc-s-dev
    [18.959393 0.000544] 	libgcc1
    [18.959747 0.000353] 	libgdbm-compat4
    [18.960392 0.000646] 	libgdbm-dev
    [18.960879 0.000487] 	libgdbm6
    [18.961273 0.000394] 	libgettextlib
    [18.961921 0.000648] 	libgettextsrc
    [18.962501 0.000580] 	libgmp10
    [18.962898 0.000397] 	libidn2-0
    [18.963324 0.000426] 	libmpc3
    [18.963672 0.000348] 	libmpfr6
    [18.964069 0.000397] 	libopcodes
    [18.964539 0.000469] 	libqt5charts-examples
    [18.965395 0.000856] 	libqt5charts-plugins
    [18.975573 0.010178] 	libqt5charts-qmlplugins
    [18.976525 0.000952] 	libqt5charts5
    [18.977100 0.000575] 	libqt5sensors-plugins
    [18.977996 0.000896] 	libqt5sensors-qmlplugins
    [18.978962 0.000966] 	libqt5sensors5
    [18.979583 0.000621] 	libqt5serialport-examples
    [18.980593 0.001010] 	libqt5serialport-plugins
    [18.990852 0.010259] 	libqt5serialport-qmlplugins
    [18.991935 0.001082] 	libqt5serialport5
    [18.992653 0.000718] 	libqt5svg-examples
    [18.993394 0.000741] 	libqt5svg-plugins
    [18.994123 0.000729] 	libqt5svg-qmlplugins
    [18.994938 0.000815] 	libqt5svg5
    [18.995401 0.000463] 	libqt5virtualkeyboard-plugins
    [18.996547 0.001145] 	libqt5virtualkeyboard-qmlplugins
    [19.007185 0.010638] 	libqt5virtualkeyboard5
    [19.008095 0.000910] 	libqt5webchannel-plugins
    [19.009063 0.000968] 	libqt5webchannel-qmlplugins
    [19.010158 0.001095] 	libqt5webchannel5
    [19.010870 0.000712] 	libreadline-dev
    [19.011508 0.000638] 	libreadline8
    [19.012040 0.000532] 	libstdc++-dev
    [19.012611 0.000571] 	libstdc++6
    [19.013073 0.000462] 	libunistring2
    [19.023043 0.009970] 	m4-dev
    [19.023379 0.000336] 	m4
    [19.023563 0.000184] 	make
    [19.023808 0.000245] 	nettle
    [19.024133 0.000325] 	parted
    [19.024454 0.000321] 	piglit
    [19.024776 0.000322] 	qt3d-plugins
    [19.025314 0.000538] 	qt3d-qmlplugins
    [19.025982 0.000668] 	qt3d
    [19.026231 0.000250] 	qtbase-examples
    [19.026890 0.000658] 	qtbase-plugins
    [19.027502 0.000612] 	qtbase-qmlplugins
    [19.028221 0.000719] 	qtbase
    [19.028543 0.000322] 	qtconnectivity-plugins
    [19.038773 0.010230] 	qtconnectivity-qmlplugins
    [19.039854 0.001081] 	qtconnectivity
    [19.040474 0.000620] 	qtdeclarative-plugins
    [19.041345 0.000870] 	qtdeclarative-qmlplugins
    [19.042336 0.000991] 	qtdeclarative-tools
    [19.043136 0.000801] 	qtdeclarative
    [19.043711 0.000575] 	qtgraphicaleffects-qmlplugins
    [19.044864 0.001153] 	qtlocation-examples
    [19.054968 0.010104] 	qtlocation-plugins
    [19.055770 0.000802] 	qtlocation-qmlplugins
    [19.056658 0.000888] 	qtlocation
    [19.057147 0.000490] 	qtmultimedia-examples
    [19.058059 0.000912] 	qtmultimedia-plugins
    [19.058921 0.000861] 	qtmultimedia-qmlplugins
    [19.059905 0.000985] 	qtmultimedia
    [19.060460 0.000555] 	qtquick3d-plugins
    [19.061200 0.000740] 	qtquick3d-qmlplugins
    [19.071085 0.009885] 	qtquick3d
    [19.071532 0.000447] 	qtquics-qmlplugins.control
    [19.072556 0.001024] 	qtquics2-plugins.control
    [19.073508 0.000952] 	qtquics2-qmlplugins.control
    [19.074604 0.001095] 	qtquics2.control
    [19.075278 0.000675] 	qtscript-examples
    [19.075997 0.000719] 	qtscript-plugins
    [19.076675 0.000678] 	qtscript-qmlplugins
    [19.086865 0.010190] 	qtscript
    [19.087275 0.000410] 	qtwayland-examples
    [19.088029 0.000754] 	qtwayland-plugins
    [19.088743 0.000714] 	qtwayland-qmlplugins
    [19.089595 0.000851] 	qtwayland
    [19.090022 0.000427] 	tar
    [19.090234 0.000211] 	which
    [19.090541 0.000308] 
    [19.090589 0.000048] If you do not wish to distribute GPL-3.0 components please remove
    [19.092990 0.002402] the above packages prior to distribution.  This can be done using
    [19.104793 0.011803] the opkg remove command.  i.e.:
    [19.106007 0.001214]     opkg remove <package>
    [19.106993 0.000986] Where <package> is the name printed in the list above
    [19.108994 0.002001] 
    [19.109042 0.000048] NOTE: If the package is a dependency of another package you
    [19.120637 0.011596]       will be notified of the dependent packages.  You should
    [19.122953 0.002315]       use the --force-removal-of-dependent-packages option to
    [19.125219 0.002266]       also remove the dependent packages as well
    [19.136426 0.011208] ***************************************************************
    [19.138800 0.002374] ***************************************************************
    [19.150752 0.011952] [  OK  ] Finished Print notice about GPLv3 packages.
    [19.168028 0.017275] [  OK  ] Reached target Multi-User System.
    [19.198768 0.030740] [  OK  ] Reached target Graphical Interface.
    [19.246758 0.047990]          Starting Record Runlevel Change in UTMP...
    [19.294735 0.047977] [  OK  ] Finished Record Runlevel Change in UTMP.
    [19.902735 0.608000] [   12.451047] audit: type=1701 audit(1714549206.292:15): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=1124 comm="edgeai-gui-app" exe="/usr/bin/edgeai-gui-app" sig=6 res=1
    [19.934704 0.031968] [   12.475786] audit: type=1334 audit(1714549206.316:16): prog-id=13 op=LOAD
    [20.334798 0.400094] 
    [20.334885 0.000087]  _____                    _____           _         _   
    [20.337054 0.002169] |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    [20.352584 0.015530] |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    [20.354711 0.002127] |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
    [20.356233 0.001522]               |___|                    |___|            
    [20.366954 0.010720] 
    [20.366969 0.000015] Arago Project am62axx-evm -
    [20.367223 0.000254] 
    [20.367234 0.000011] Arago 2023.10 am62axx-evm -
    [20.367486 0.000252] 
    [20.367497 0.000011] am62axx-evm login:

  • One of the other falcon mode threads mentioned that the u-boot configuration didn't enable DMA for eMMC. Once that was enabled, the speed improvement was seen.

    See here for the configuration change/patch needed for that improvement.