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.

[FAQ] How to enable the DDR inline ECC in Linux SDK on AM62-SIP board

Part Number: AM625

DDR ECC [1] on the TI AM62x SoC operates using an inline ECC mechanism. Unlike traditional server-grade systems that require a dedicated 9th memory chip, the AM62x stores Error Correction Code (ECC) data directly within the standard SDRAM memory space.

Storage Efficiency: The system uses a 1/9th ratio for ECC storage. For every 256-byte data block, 32 bytes are used for ECC, leaving 8/9ths of the total SDRAM space available for system use.

SECDED Protection: It implements an 8-bit Single Error Correction Double Error Detection (SECDED) code calculated over 64-bit data.
- 1-bit errors: Automatically corrected by the hardware.
- 2-bit (or multi-bit) errors: Detected but not correctable, typically triggering a system exception or reset.

Address Space: To the software, the 8/9ths available space appears as a continuous, consecutive block of memory addresses.

- The AM62-SIP evaluation module [2]. It is a stand-alone test and development platform built around the AM6254 system-on-a-chip (SoC) with integrated 512 MB LPDDR4 SDRAM in a single package.

- The available DDR size is reduced to 448MiB from 512MiB once the DDR ECC feature is enabled on the AM62-SIP board. We'll have to adjust the default DM firmware memory map, and rebuild the DM firmware to work with the reduced DDR memory.

The FAQ lists the steps using AM62x Linux SDK 12.0.0.7.4 [3] as an example
- how to modify the the default DM firmware memory map, and rebuild the DM firmware to work with the reduced DDR memory.
- how to adjust u-boot & kernel reserved memory map to work with the modified DM firmware memory map

[1]. https://software-dl.ti.com/processor-sdk-linux/esd/AM62X/latest/exports/docs/linux/Foundational_Components/U-Boot/UG-DDRSS.html
[2]. https://www.ti.com/tool/SK-AM62-SIP
[3]. https://www.ti.com/tool/download/PROCESSOR-SDK-LINUX-AM62X/12.00.00.07.04

  • 1/. The DM linker cmd patch to adjust the default DM firmware memory map
    - AM62x MCU+SDK 12.0.0.27 package is used to build the DM firmware binary as an example
    https://www.ti.com/tool/download/MCU-PLUS-SDK-AM62X/12.00.00.27
    - am62_sip_dm_512MB.patch
    - DM firmware binary build instruction once the MCU+SDK package is installed
    "make -C examples/drivers/ipc/ipc_rpmsg_echo_linux/am62x-sip-sk/r5fss0-0_freertos/ti-arm-clang PROFILE=release"
    - Upon successful DM firmware binary build, copy "ipc_rpmsg_echo.wkup-r5f0_0.release.strip.out" to u-boot prebuilt folder , i.e. "prebuilt-images/am62xxsip-evm/ti-dm/am62xx/ipc_echo_testb_mcu1_0_release_strip.xer5f"

    2/. u-boot patch
    - am62_sip_ddr_ecc.patch: to enable DDR inline ECC in u-boot
    - am62_sip_uboot_reserved_mem_map.patch: adjust the DDR reserved memory map DT node in u-boot

    3/. kernel patch
    - am62_sip_kernel_reserved_mem_map.patch: adjust the DDR reserved memory map DT node in kernel

    4/. the boot log on AM62-SIP board
    am62-sip_12.0.0.7.4_ecc_kernel_boot.log

    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/am62_5F00_sip_5F00_dm_5F00_512MB.patch

    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/am62_5F00_sip_5F00_ddr_5F00_ecc.patch

    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/am62_5F00_sip_5F00_uboot_5F00_reserved_5F00_mem_5F00_map.patch

    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/am62_5F00_sip_5F00_kernel_5F00_reserved_5F00_mem_5F00_map.patch

    �
    U-Boot SPL 2026.01-g2549829cc194-dirty (May 04 2026 - 14:08:49 -0500)
    SYSFW ABI: 4.0 (firmware rev 0x000c '12.0.2--v12.00.02 (Clever Cat)')
    ECC is enabled, priming DDR which will take several seconds.
    ECC: priming DDR completed in 763 msec
    Set clock rates for '/a53@0', CPU: 1250MHz at Speed Grade 'T'
    SPL initial stack usage: 13456 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.14.0(release):sandbox/v2.14-472-g76500ceaee
    NOTICE:  BL31: Built : 11:33:22, Feb  2 2026
    
    U-Boot SPL 2026.01-g2549829cc194-dirty (May 04 2026 - 14:09:50 -0500)
    SYSFW ABI: 4.0 (firmware rev 0x000c '12.0.2--v12.00.02 (Clever Cat)')
    SPL initial stack usage: 2016 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2026.01-g2549829cc194-dirty (May 04 2026 - 14:09:50 -0500)
    
    SoC:   AM62X SR1.0 HS-FS
    Reset reason: POR
    Model: Texas Instruments AM6254atl SK
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -19
    DRAM:  448 MiB
    Core:  93 devices, 35 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial
    Out:   serial
    Err:   serial
    EEPROM not available at 0x50, trying to read at 0x51
    Net:   eth0: ethernet@8000000port@1
    
    Hit any key to stop autoboot:  2 
    Hit any key to stop autoboot: 0
    => bdinfo
    boot_params = 0x0000000000000000
    DRAM bank   = 0x0000000000000000
    -> start    = 0x0000000080000000
    -> size     = 0x000000001c000000
    flashstart  = 0x0000000000000000
    flashsize   = 0x0000000000000000
    flashoffset = 0x0000000000000000
    baudrate    = 115200 bps
    relocaddr   = 0x000000009b5a5000
    reloc off   = 0x0000000018625000
    Build       = 64-bit
    current eth = ethernet@8000000port@1
    ethaddr     = 08:04:b4:2e:a5:41
    IP addr     = <NULL>
    fdt_blob    = 0x000000009956f7d0
    multi_dtb_fit= 0x0000000000000000
    lmb_dump_all:
     memory.count = 0x1
     memory[0]	[0x80000000-0x9bffffff], 0x1c000000 bytes, flags: none
     reserved.count = 0x3
     reserved[0]	[0x80000000-0x8187ffff], 0x1880000 bytes, flags: no-map
     reserved[1]	[0x9856b000-0x9856dfff], 0x3000 bytes, flags: no-notify, no-overwrite
     reserved[2]	[0x9856eff0-0x9bffffff], 0x3a91010 bytes, flags: no-overwrite
    devicetree  = separate
    serial addr = 0x0000000002800000
     width      = 0x0000000000000000
     shift      = 0x0000000000000002
     offset     = 0x0000000000000000
     clock      = 0x0000000002dc6c00
    arch_number = 0x0000000000000000
    TLB addr    = 0x000000009b6e0000
    irq_sp      = 0x000000009956eff0
    sp start    = 0x000000009956eff0
    Early malloc usage: 40f8 / 8000
    => boot
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    574 bytes read in 3 ms (186.5 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    21641728 bytes read in 230 ms (89.7 MiB/s)
    Failed to load 'ti-core-initramfs.cpio.xz'
    WARNING: Initramfs not found, continuing without initramfs
    63790 bytes read in 6 ms (10.1 MiB/s)
    Working FDT set to 88000000
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Using Device Tree in place at 0000000088000000, end 0000000088112fff
    Working FDT set to 88000000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.18.13-gc21449208550-dirty (jason@laptop) (aarch64-oe-linux-gcc (GCC) 15.2.0, GNU ld (GNU Binutils) 2.46) #1 SMP PREEMPT Fri May  1 14:52:37 CDT 2026
    [    0.000000] KASLR enabled
    [    0.000000] Machine model: Texas Instruments AM6254atl SK
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: legacy bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x0000000091600000, size 128 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x0000000091600000..0x00000000995fffff (131072 KiB) map reusable linux,cma
    [    0.000000] OF: reserved mem: 0x0000000080080000..0x000000008187ffff (24576 KiB) nomap non-reusable optee@80080000
    [    0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB) nomap non-reusable tfa@80000000
    [    0.000000] OF: reserved mem: 0x000000009b700000..0x000000009bffffff (9216 KiB) nomap non-reusable framebuffer@9b700000
    [    0.000000] OF: reserved mem: 0x0000000099700000..0x00000000997fffff (1024 KiB) map non-reusable ramoops@99700000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009aa00000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node memory@9aa00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009aa00000..0x000000009aafffff (1024 KiB) nomap non-reusable memory@9aa00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009ab00000, size 12 MiB
    [    0.000000] OF: reserved mem: initialized node memory@9ab00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009ab00000..0x000000009b6fffff (12288 KiB) nomap non-reusable memory@9ab00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009c800000, size 3 MiB
    [    0.000000] OF: reserved mem: initialized node ipc-memories@9c800000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009c800000..0x000000009cafffff (3072 KiB) nomap non-reusable ipc-memories@9c800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009cb00000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node memory@9cb00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009cb00000..0x000000009cbfffff (1024 KiB) nomap non-reusable memory@9cb00000
    [    0.000000] Reserved memory: created DMA memory pool at 0x000000009cc00000, size 14 MiB
    [    0.000000] OF: reserved mem: initialized node memory@9cc00000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x000000009cc00000..0x000000009d9fffff (14336 KiB) nomap non-reusable memory@9cc00000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x000000009bffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000008187ffff]
    [    0.000000]   node   0: [mem 0x0000000081880000-0x000000009a9fffff]
    [    0.000000]   node   0: [mem 0x000000009aa00000-0x000000009bffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009bffffff]
    [    0.000000] On node 0, zone DMA: 16384 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.5
    [    0.000000] percpu: Embedded 22 pages/cpu s52312 r8192 d29608 u90112
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GICv3 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] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=PARTUUID=322a9f26-02 rw rootfstype=ext4 rootwait
    [    0.000000] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
    [    0.000000] Dentry cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 0MB
    [    0.000000] software IO TLB: area num 4.
    [    0.000000] software IO TLB: SWIOTLB bounce buffer size roundup to 1MB
    [    0.000000] software IO TLB: mapped [mem 0x0000000099f00000-0x000000009a000000] (1MB)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 114688
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    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=512 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] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
    [    0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_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: GICD_CTLR.DS=0, SCR_EL3.FIQ=1
    [    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 @83c00000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000081c50000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000081c60000
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] arch_timer: cp15 timer 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.008796] Console: colour dummy device 80x25
    [    0.013447] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.024137] pid_max: default: 32768 minimum: 301
    [    0.028994] LSM: initializing lsm=capability,selinux
    [    0.034154] SELinux:  Initializing.
    [    0.038414] Mount-cache hash table entries: 512 (order: 0, 4096 bytes, linear)
    [    0.045816] Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes, linear)
    [    0.056930] rcu: Hierarchical SRCU implementation.
    [    0.061924] rcu: 	Max phase no-delay instances is 1000.
    [    0.067587] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
    [    0.076595] EFI services will not be available.
    [    0.081631] smp: Bringing up secondary CPUs ...
    [    0.107151] Detected VIPT I-cache on CPU1
    [    0.107346] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.107374] GICv3: CPU1: using allocated LPI pending table @0x0000000081c70000
    [    0.107453] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.128588] Detected VIPT I-cache on CPU2
    [    0.128743] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.128759] GICv3: CPU2: using allocated LPI pending table @0x0000000081c80000
    [    0.128813] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.149821] Detected VIPT I-cache on CPU3
    [    0.149952] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.149974] GICv3: CPU3: using allocated LPI pending table @0x0000000081c90000
    [    0.150018] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.150169] smp: Brought up 1 node, 4 CPUs
    [    0.229912] SMP: Total of 4 processors activated.
    [    0.234724] CPU: All CPU(s) started at EL2
    [    0.238936] CPU features: detected: 32-bit EL0 Support
    [    0.244199] CPU features: detected: CRC32 instructions
    [    0.249467] CPU features: detected: PMUv3
    [    0.253611] alternatives: applying system-wide alternatives
    [    0.260378] Memory: 239420K/458752K available (13504K kernel code, 1294K rwdata, 4776K rodata, 1408K init, 576K bss, 81668K reserved, 131072K cma-reserved)
    [    0.275700] devtmpfs: initialized
    [    0.290516] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.300589] posixtimers hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    0.308279] futex hash table entries: 1024 (65536 bytes on 1 NUMA nodes, total 64 KiB, linear).
    [    0.320880] 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
    [    0.327460] 0 pages in range for non-PLT usage
    [    0.327467] 518832 pages in range for PLT usage
    [    0.332490] pinctrl core: initialized pinctrl subsystem
    [    0.343487] DMI not present or invalid.
    [    0.350772] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.358292] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
    [    0.365844] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.374054] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.382245] audit: initializing netlink subsys (disabled)
    [    0.388145] audit: type=2000 audit(0.208:1): state=initialized audit_enabled=0 res=1
    [    0.388760] thermal_sys: Registered thermal governor 'step_wise'
    [    0.396092] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.402298] cpuidle: using governor menu
    [    0.413213] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.420281] ASID allocator initialised with 32768 entries
    [    0.433148] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [    0.444741] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    0.456782] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.466737] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [    0.478830] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.494551] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    0.506776] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.517738] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [    0.530819] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.540768] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.553177] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi
    [    0.562466] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.574175] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.581185] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.587611] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.594558] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.600968] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.607909] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.614321] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.621266] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.630155] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    0.639833] iommu: Default domain type: Translated
    [    0.644783] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.651961] SCSI subsystem initialized
    [    0.656447] usbcore: registered new interface driver usbfs
    [    0.662113] usbcore: registered new interface driver hub
    [    0.667589] usbcore: registered new device driver usb
    [    0.673560] pps_core: LinuxPPS API ver. 1 registered
    [    0.678658] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.688013] PTP clock support registered
    [    0.692068] EDAC MC: Ver: 3.0.0
    [    0.695793] scmi_core: SCMI protocol bus registered
    [    0.701233] FPGA manager framework
    [    0.706315] vgaarb: loaded
    [    0.709680] clocksource: Switched to clocksource arch_sys_counter
    [    0.716422] VFS: Disk quotas dquot_6.6.0
    [    0.720470] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.736444] NET: Registered PF_INET protocol family
    [    0.741718] IP idents hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.749966] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
    [    0.758615] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.766571] TCP established hash table entries: 2048 (order: 2, 16384 bytes, linear)
    [    0.774516] TCP bind hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.781901] TCP: Hash tables configured (established 2048 bind 2048)
    [    0.788568] UDP hash table entries: 256 (order: 2, 16384 bytes, linear)
    [    0.795367] UDP-Lite hash table entries: 256 (order: 2, 16384 bytes, linear)
    [    0.802798] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.809280] RPC: Registered named UNIX socket transport module.
    [    0.815379] RPC: Registered udp transport module.
    [    0.820195] RPC: Registered tcp transport module.
    [    0.825006] RPC: Registered tcp-with-tls transport module.
    [    0.830617] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.837232] PCI: CLS 0 bytes, default 64
    [    0.843211] Initialise system trusted keyrings
    [    0.848189] workingset: timestamp_bits=46 max_order=17 bucket_order=0
    [    0.855279] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.861717] NFS: Registering the id_resolver key type
    [    0.866928] Key type id_resolver registered
    [    0.871213] Key type id_legacy registered
    [    0.875341] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.882199] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.943375] Key type asymmetric registered
    [    0.947590] Asymmetric key parser 'x509' registered
    [    0.952706] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
    [    0.960594] io scheduler mq-deadline registered
    [    0.965239] io scheduler kyber registered
    [    0.969384] io scheduler bfq registered
    [    0.976969] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.983806] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.992372] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.006165] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    1.028282] loop: module loaded
    [    1.033145] megasas: 07.734.00.00-rc1
    [    1.042140] tun: Universal TUN/TAP device driver, 1.6
    [    1.048886] VFIO - User Level meta-driver version: 0.3
    [    1.055749] usbcore: registered new interface driver usb-storage
    [    1.062576] i2c_dev: i2c /dev entries driver
    [    1.069280] sdhci: Secure Digital Host Controller Interface driver
    [    1.075670] sdhci: Copyright(c) Pierre Ossman
    [    1.080426] sdhci-pltfm: SDHCI platform and OF driver helper
    [    1.086984] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    1.094758] usbcore: registered new interface driver usbhid
    [    1.100485] usbhid: USB HID core driver
    [    1.106232] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
    [    1.116830] optee: probing for conduit method.
    [    1.121456] optee: revision 4.9 (f2a7ad0638aeff52)
    [    1.122073] optee: dynamic shared memory is enabled
    [    1.133003] optee: initialized driver
    [    1.133103] random: crng init done
    [    1.138263] Initializing XFRM netlink socket
    [    1.144713] NET: Registered PF_PACKET protocol family
    [    1.150144] Key type dns_resolver registered
    [    1.165792] registered taskstats version 1
    [    1.170275] Loading compiled-in X.509 certificates
    [    1.194775] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000c '12.0.2--v12.00.02 (Clever Cat)')
    [    3.374329] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    3.386516] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    3.396926] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    3.406278] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    3.416243] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi
    [    3.425487] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    3.435943] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [    3.445983] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    3.461287] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    3.488996] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    3.516708] simple-framebuffer 9b700000.framebuffer: framebuffer at 0x9b700000, 0x8ca000 bytes
    [    3.525566] simple-framebuffer 9b700000.framebuffer: format=a8r8g8b8, mode=1920x1200x32, linelength=7680
    [    3.546891] Console: switching to colour frame buffer device 240x75
    [    3.563899] simple-framebuffer 9b700000.framebuffer: fb0: simplefb registered!
    [    3.572651] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    3.609779] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    3.621925] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    3.799648] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    3.812752] OF: /bus@f0000/serial@2800000: Read of boolean property 'wakeup-source' with a value.
    [    3.822614] printk: legacy console [ttyS2] disabled
    [    3.828171] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 238, base_baud = 3000000) is a 8250
    [    3.837111] printk: legacy console [ttyS2] enabled
    [    3.837111] printk: legacy console [ttyS2] enabled
    [    3.846824] printk: legacy bootconsole [ns16550a0] disabled
    [    3.846824] printk: legacy bootconsole [ns16550a0] disabled
    [    4.083555] spi-nor spi0.0: supply vcc not found, using dummy regulator
    [    4.116364] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [    4.123377] Creating 7 MTD partitions on "fc40000.spi.0":
    [    4.128814] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    4.138222] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    4.146244] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    4.153639] 0x000000680000-0x0000006c0000 : "ospi.env"
    [    4.160505] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [    4.168025] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    4.175158] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    4.186136] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    4.199082] am65-cpsw-nuss 8000000.ethernet: RGMII mode without internal TX delay unsupported; please fix your Device Tree
    [    4.210253] am65-cpsw-nuss 8000000.ethernet: RGMII mode without internal TX delay unsupported; please fix your Device Tree
    [    4.221419] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    [    4.228516] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    4.273690] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    4.286068] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    4.294185] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
    [    4.302483] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    4.309615] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [    4.327229] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    5.381436] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
    [    6.123220] /bus@f0000/i2c@20000000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    6.135188] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/tps6598x@3f/connector
    [    6.174894] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [    6.180494] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [    6.188367] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
    [    6.194381] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [    6.203850] xhci-hcd xhci-hcd.0.auto: irq 252, io mem 0x31100000
    [    6.211055] hub 1-0:1.0: USB hub found
    [    6.214863] hub 1-0:1.0: 1 port detected
    [    6.316392] mmc0: CQHCI version 5.10
    [    6.362082] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    6.450959] mmc0: Command Queue Engine enabled
    [    6.455489] mmc0: new HS200 MMC card at address 0001
    [    6.461963] mmcblk0: mmc0:0001 G1M15L 29.6 GiB
    [    6.468981]  mmcblk0: p1 p2
    [    6.472684] mmcblk0boot0: mmc0:0001 G1M15L 31.5 MiB
    [    6.480134] mmcblk0boot1: mmc0:0001 G1M15L 31.5 MiB
    [    6.487462] mmcblk0rpmb: mmc0:0001 G1M15L 4.00 MiB, chardev (238:0)
    [    6.501246] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    6.508087] pca953x 1-0022: using AI
    [    6.531553] clk: Disabling unused clocks
    [    6.540425] mmc1: CQHCI version 5.10
    [    6.586782] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    6.655969] mmc1: new UHS-I speed SDR104 SDHC card at address aaaa
    [    6.663271] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
    [    6.674025]  mmcblk1: p1 p2
    [    6.994753] PM: genpd: Disabling unused power domains
    [    7.000506] check access for rdinit=/init failed: -2, ignoring
    [    7.026262] EXT4-fs (mmcblk1p2): mounted filesystem 8725d862-ecbe-4bd6-bbc0-a67e3648b9da r/w with ordered data mode. Quota mode: none.
    [    7.038510] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    7.051521] devtmpfs: mounted
    [    7.055902] Freeing unused kernel memory: 1408K
    [    7.060559] Run /sbin/init as init process
    [    7.238731] systemd[1]: System time advanced to timestamp on /var/lib/systemd/timesync/clock: Fri 2026-03-13 19:55:57 UTC
    [    7.441869] systemd[1]: systemd 259.5 running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA +IPE -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN +KMOD -LIBCRYPTSETUP -LIBCRYPTSETUP_PLUGINS +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -BTF -XKBCOMMON +UTMP -SYSVINIT -LIBARCHIVE)
    [    7.474822] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2025.01!
    
    
    [    7.512210] systemd[1]: Hostname set to <am62xxsip-evm>.
    [    8.030820] systemd[1]: Configuration file /usr/lib/systemd/system/ti-apps-launcher.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    8.175624] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
    [    8.184613] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
    [    8.238848] systemd[1]: Queued start job for default target Graphical Interface.
    [    9.599340] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    
    [    9.631656] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    
    [    9.663591] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    
    [    9.694515] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    
    [    9.714472] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    
    [    9.734266] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    
    [    9.754021] systemd[1]: Expecting device /dev/dri/card1...
             Expecting device /dev/dri/card1...
    
    [    9.769786] systemd[1]: Expecting device /dev/ttyS2...
             Expecting device /dev/ttyS2...
    
    [    9.781804] systemd[1]: Expecting device /dev/ttyS3...
             Expecting device /dev/ttyS3...
    
    [    9.794055] systemd[1]: Reached target NFS client services.
    [  OK  ] Reached target NFS client services.
    
    [    9.809926] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    
    [    9.825887] systemd[1]: Reached target Preparation for Remote File Systems.
    [  OK  ] Reached target Preparation for Remote File Systems.
    
    [    9.845842] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    
    [    9.861887] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    
    [    9.873917] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    
    [    9.929884] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    
    [    9.950220] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    
    [    9.975304] systemd[1]: Listening on Query the User Interactively for a Password.
    [  OK  ] Listening on Query the User Interactively for a Password.
    
    [   10.003628] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    
    [   10.029075] systemd[1]: Listening on Credential Encryption/Decryption.
    [  OK  ] Listening on Credential Encryption/Decryption.
    
    [   10.058888] systemd[1]: Listening on Factory Reset Management.
    [  OK  ] Listening on Factory Reset Management.
    
    [   10.078658] systemd[1]: Journal Audit Socket skipped, unmet condition check ConditionSecurity=audit
    [   10.088649] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    
    [   10.106811] systemd[1]: Listening on Journal Sockets.
    [  OK  ] Listening on Journal Sockets.
    
    [   10.135714] systemd[1]: Listening on Console Output Muting Service Socket.
    [  OK  ] Listening on Console Output Muting Service Socket.
    
    [   10.155161] systemd[1]: Listening on Network Management Resolve Hook Socket.
    [  OK  ] Listening on Network Management Resolve Hook Socket.
    
    [   10.175141] systemd[1]: Listening on Network Management Varlink Socket.
    [  OK  ] Listening on Network Management Varlink Socket.
    
    [   10.194923] systemd[1]: Listening on Network Management Netlink Socket.
    [  OK  ] Listening on Network Management Netlink Socket.
    
    [   10.214620] systemd[1]: Listening on Resolve Monitor Varlink Socket.
    [  OK  ] Listening on Resolve Monitor Varlink Socket.
    
    [   10.234529] systemd[1]: Listening on Resolve Service Varlink Socket.
    [  OK  ] Listening on Resolve Service Varlink Socket.
    
    [   10.254513] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    
    [   10.274493] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    
    [   10.294530] systemd[1]: Listening on udev Varlink Socket.
    [  OK  ] Listening on udev Varlink Socket.
    
    [   10.314514] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    
    [   10.354546] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    
    [   10.399280] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    
    [   10.436808] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    
    [   10.450991] systemd[1]: Kernel Trace File System skipped, unmet condition check ConditionPathExists=/sys/kernel/tracing
    [   10.466053] systemd[1]: tmp.mount: x-systemd.graceful-option=usrquota specified, but option is not available, suppressing.
    [   10.493943] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    
    [   10.506884] systemd[1]: Create List of Static Device Nodes skipped, unmet condition check ConditionFileNotEmpty=/lib/modules/6.18.13-gc21449208550-dirty/modules.devname
    [   10.522641] systemd[1]: Load Kernel Module configfs skipped, unmet condition check ConditionKernelModuleLoaded=!configfs
    [   10.550640] systemd[1]: Mounting Kernel Configuration File System...
             Mounting Kernel Configuration File System...
    
    [   10.588148] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    
    [   10.620627] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    
    [   10.634871] systemd[1]: Clear SysFail Entry If The Boot Is Successful skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/LoaderEntrySysFail-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f
    [   10.653546] systemd[1]: File System Check on Root Device skipped, unmet condition check ConditionPathIsReadWrite=!/
    [   10.664316] systemd[1]: Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67
    [   10.720367] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    
    [   10.763428] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    
    [   10.801558] systemd[1]: Starting Generate Network Units from Kernel Command Line...
             Starting Generate Network Units from Kernel Command Line...
    
    [   10.844170] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    
    [   10.889166] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
             Starting Create Static Device Nodes in /dev gracefully...
    
    [   10.903272] systemd-journald[267]: Collecting audit messages is disabled.
    [   10.942762] systemd[1]: Starting Load udev Rules from Credentials...
             Starting Load udev Rules from Credentials.[   10.954509] EXT4-fs (mmcblk1p2): re-mounted 8725d862-ecbe-4bd6-bbc0-a67e3648b9da.
    ..
    
    [   10.991730] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    
    [   11.380931] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    
    [  OK  ] Mounted Huge Pages File System.
    
    [  OK  ] Mounted POSIX Message Queue File System.
    
    [  OK  ] Mounted Kernel Debug File System.
    
    [  OK  ] Mounted Temporary Directory /tmp.
    
    [  OK  ] Mounted Kernel Configuration File System.
    
    [  OK  ] Finished Load Kernel Module drm.
    
    [  OK  ] Finished Load Kernel Module fuse.
    
    [  OK  ] Finished Load Kernel Modules.
    
    [  OK  ] Finished Generate Network Units from Kernel Command Line.
    
    [  OK  ] Finished Remount Root and Kernel File Systems.
    
    [  OK  ] Finished Create Static Device Nodes in /dev gracefully.
    
    [  OK  ] Finished Load udev Rules from Credentials.
    
             Starting Flush Journal to Persistent Storage...
    
             Starting Apply Kernel Variables...
    
    [   11.861981] systemd-journald[267]: Received client request to flush runtime journal.
             Starting Network Time Synchronization...
    
             Starting Create Static Device Nodes in /dev...
    
    [  OK  ] Finished Flush Journal to Persistent Storage.
    
    [  OK  ] Finished Apply Kernel Variables.
    
    [  OK  ] Finished Create Static Device Nodes in /dev.
    
    [  OK  ] Reached target Preparation for Local File Systems.
    
             Starting Network Name Resolution...
    
             Starting Rule-based Manager for Device Events and Files...
    
             Starting User Database Manager...
    
             Mounting /var/volatile...
    
    [  OK  ] Started User Database Manager.
    
    [  OK  ] Mounted /var/volatile.
    
             Starting Load/Save OS Random Seed...
    
    [  OK  ] Reached target Local File Systems.
    
    [  OK  ] Listening on Boot Entries Service Socket.
    
             Starting Automatic Boot Loader Update...
    
             Starting Create System Files and Directories...
    
             Starting Load JSON user/group Records from Credentials...
    
    [  OK  ] Started Network Name Resolution.
    
    [  OK  ] Started Network Time Synchronization.
    
    [  OK  ] Finished Coldplug All udev Devices.
    
    [  OK  ] Finished Load/Save OS Random Seed.
    
    [  OK  ] Finished Automatic Boot Loader Update.
    
    [  OK  ] Finished Create System Files and Directories.
    
    [  OK  ] Finished Load JSON user/group Records from Credentials.
    
    [  OK  ] Reached target Host and Network Name Lookups.
    
    [  OK  ] Reached target System Time Set.
    
             Starting RPC Bind...
    
             Starting Record System Boot/Shutdown in UTMP...
    
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    
    [  OK  ] Started RPC Bind.
    
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    
    [  OK  ] Reached target System Initialization.
    
    [  OK  ] Started Daily rotation of log files.
    
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    
    [  OK  ] Reached target Timer Units.
    
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    
    [  OK  ] Listening on D-Bus System Message Bus Socket.
    
    [  OK  ] Listening on dropbear.socket.
    
    [  OK  ] Listening on PC/SC Smart Card Daemon Activation Socket.
    
    [  OK  ] Listening on Hostname Service Socket.
    
    [  OK  ] Listening on User Login Management Varlink Socket.
    
    [  OK  ] Reached target Socket Units.
    
    [  OK  ] Reached target Basic System.
    
    [  OK  ] Started Job spooling tools.
    
             Starting Avahi mDNS/DNS-SD Stack...
    
    [  OK  ] Started Periodic Command Scheduler.
    
             Starting Print notice about GPLv3 packages...
    
             Starting IPv6 Packet Filtering Framework...
    
             Starting IPv4 Packet Filtering Framework...
    
    [  OK  ] Started irqbalance daemon.
    
             Starting Reboot and dump vmcore via kexec...
    
    [  OK  ] Started Multiple Spanning Tree Protocol Daemon.
    
             Starting Telephony service...
    
             Starting PulseAudio Sound System...
    
             Starting Expand the rootfs partition to full size of the boot device....
    
    [  OK  ] Started Seat management daemon.
    
             Starting User Login Management...
    
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    
    [  OK  ] Reached target Preparation for Network.
    
             Starting D-Bus System Message Bus...
    
             Starting Network Management...
    
    [  OK  ] Finished Expand the rootfs partition to full size of the boot device..
    
    [  OK  ] Started D-Bus System Message Bus.
    
    [  OK  ] Started User Login Management.
    
    [  OK  ] Started Telephony service.
    
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    
    [  OK  ] Started PulseAudio Sound System.
    
    [  OK  ] Found device /dev/ttyS2.
    
    [  OK  ] Started Network Management.
    
    [  OK  ] Reached target Network.
    
             Starting containerd container runtime...
    
             Starting LLDP daemon...
    
    [  OK  ] Started Netperf Benchmark Server.
    
             Starting Simple Network Management Protocol (SNMP) Daemon....
    
             Starting Enable Persistent Storage in systemd-networkd...
    
             Starting Wait for Network to be Configured...
    
             Starting Permit User Sessions...
    
    [  OK  ] Finished Permit User Sessions.
    
    [  OK  ] Finished Enable Persistent Storage in systemd-networkd.
    
    [  OK  ] Started Getty on tty1.
    
    [  OK  ] Started Serial Getty on ttyS2.
    
    [  OK  ] Started LLDP daemon.
    
    [   16.598817] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [   16.613330] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [   16.662779] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
    [   16.670089] ti_sci_pm_domains 44043000.system-controller:power-controller: sync_state() pending due to 30040000.pruss
    [   16.676335] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    [   16.682835] ti_sci_pm_domains 44043000.system-controller:power-controller: sync_state() pending due to 2b10000.audio-controller
    [   16.682862] ti_sci_pm_domains 44043000.system-controller:power-controller: sync_state() pending due to 23010000.pwm
    [   16.682871] ti_sci_pm_domains 44043000.system-controller:power-controller: sync_state() pending due to e0f0000.watchdog
    [   16.682878] ti_sci_pm_domains 44043000.system-controller:power-controller: sync_state() pending due to e030000.watchdog
    [   16.682885] ti_sci_pm_domains 44043000.system-controller:power-controller: sync_state() pending due to e020000.watchdog
    [   16.682892] ti_sci_pm_domains 44043000.system-controller:power-controller: sync_state() pending due to e010000.watchdog
    [   16.682907] ti_sci_pm_domains 44043000.system-controller:power-controller: sync_state() pending due to e000000.watchdog
    [   16.682913] ti_sci_pm_domains 44043000.system-controller:power-controller: sync_state() pending due to 23120000.pwm
    [   16.682920] ti_sci_pm_domains 44043000.system-controller:power-controller: sync_state() pending due to 23100000.pwm
    [   16.682927] ti_sci_pm_domains 44043000.system-controller:power-controller: sync_state() pending due to 30200000.dss
    [   16.811287] ti_sci_pm_domains 44043000.system-controller:power-controller: sync_state() pending due to fd00000.gpu
    [   16.821898] ti_sci_pm_domains 44043000.system-controller:power-controller: sync_state() pending due to b00000.temperature-sensor
    [   16.836205] ti_sci_pm_domains 44043000.system-controller:power-controller: sync_state() pending due to bus@f0000:bus@b00000:r5fss@78000000
    [   16.849383] ti_sci_pm_domains 44043000.system-controller:power-controller: sync_state() pending due to 2b1f0000.rtc
    [  OK  ] Started Simple Network Management Protocol (SNMP) Daemon..
    
    [  OK  ] Created slice Slice /system/systemd-fsck.
    
             Expecting device /dev/mmcblk0p1...
    
             Expecting device /dev/mmcblk1p1...
    
    [  OK  ] Found device /dev/mmcblk0p1.
    
             Starting File System Check on /dev/mmcblk0p1...
    
    [  OK  ] Finished File System Check on /dev/mmcblk0p1.
    
    [  OK  ] Found device /dev/mmcblk1p1.
    
             Mounting /run/media/mmcblk0p1...
    
             Starting File System Check on /dev/mmcblk1p1...
    
    [  OK  ] Mounted /run/media/mmcblk0p1.
    
    [  OK  ] Created slice Slice /system/psplash-start.
    
             Starting Start psplash boot splash screen...
    
    [  OK  ] Started Start psplash boot splash screen.
    
    [  OK  ] Started Start psplash-systemd progress communication helper.
    
    [  OK  ] Finished File System Check on /dev/mmcblk1p1.
    
             Mounting /run/media/boot-mmcblk1p1...
    
    [  OK  ] Mounted /run/media/boot-mmcblk1p1.
    
    [  OK  ] Reached target Hardware activated USB gadget.
    
    [  OK  ] Started containerd container runtime.
    
    [  OK  ] Created slice Slice /system/tee-supplicant.
    
             Starting TEE Supplicant on teepriv0...
    
             Starting Virtual Console Setup...
    
    [  OK  ] Started TEE Supplicant on teepriv0.
    
    [  OK  ] Finished Virtual Console Setup.
    
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
    	adwaita-icon-theme-symbolic
    	autoconf
    	babeltrace2
    	bash-dev
    	bash
    	bc
    	binutils
    	cifs-utils
    	coreutils-stdbuf
    	coreutils
    	cpio
    	cpp-symlinks
    	cpp
    	dosfstools
    	elfutils-dev
    	elfutils
    	findutils
    	g++-symlinks
    	g++
    	gawk
    	gcc-symlinks
    	gcc
    	gdb
    	gdbserver
    	gettext
    	glmark2
    	gnu-config
    	grub-common
    	grub-editenv
    	grub-efi
    	gzip
    	hidapi
    	kbd-dev
    	kbd-keymaps-pine
    	less
    	libasm1
    	libatomic-dev
    	libatomic1
    	libbfd
    	libdebuginfod1
    	libdw1
    	libelf1
    	libgcc-s-dev
    	libgcc1
    	libgdbm-compat4
    	libgdbm-dev
    	libgdbm6
    	libgettextlib
    	libgettextsrc
    	libgmp-dev
    	libgmp10
    	libgmpxx4
    	libgnutls-dev
    	libgnutls-openssl27
    	libgomp1
    	libidn2-0
    	libidn2-dev
    	libmpc3
    	libmpfr6
    	libopcodes
    	libqt6core5compat-plugins
    	libqt6core5compat-qmlplugins
    	libqt6core5compat6
    	libqt6shadertools-dev
    	libqt6shadertools-plugins
    	libqt6shadertools-qmlplugins
    	libqt6shadertools6
    	libreadline-dev
    	libreadline8
    	libstdc++-dev
    	libstdc++6
    	libtalloc2
    	libtasn1-dev
    	libunistring-dev
    	libunistring5
    	m4
    	make
    	nettle-dev
    	nettle
    	parted
    	piglit
    	qt3d-plugins
    	qt3d-qmlplugins
    	qt3d
    	qtbase-dev
    	qtbase-plugins
    	qtbase-qmlplugins
    	qtbase-staticdev
    	qtbase
    	qtdeclarative-dev
    	qtdeclarative-plugins
    	qtdeclarative-qmlplugins
    	qtdeclarative-staticdev
    	qtdeclarative-tools
    	qtdeclarative
    	qtlanguageserver-dev
    	qtlanguageserver-plugins
    	qtlanguageserver-qmlplugins
    	qtlanguageserver-staticdev
    	qtlanguageserver
    	qtmultimedia-plugins
    	qtmultimedia-qmlplugins
    	qtmultimedia
    	qtquick3d-plugins
    	qtquick3d-qmlplugins
    	qtquick3d
    	qtquicktimeline-plugins
    	qtquicktimeline-qmlplugins
    	qtquicktimeline
    	qtsvg-dev
    	qtsvg-plugins
    	qtsvg-qmlplugins
    	qtsvg
    	qttools-plugins
    	qttools-qmlplugins
    	qttools
    	qtwayland-dev
    	qtwayland-plugins
    	qtwayland-qmlplugins
    	qtwayland
    	tar
    	which
    
    If you do not wish to distribute GPL-3.0 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project am62xxsip-evm ttyS2
    
    Arago 2025.01 am62xxsip-evm ttyS2
    
    Type 'root' to login with superuser privileges (no password will be asked).
    
    am62xxsip-evm login: root
    
    root@am62xxsip-evm:~# uname -a
    Linux am62xxsip-evm 6.18.13-gc21449208550-dirty #1 SMP PREEMPT Fri May  1 14:52:37 CDT 2026 aarch64 GNU/Linux
    root@am62xxsip-evm:~#