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.

AM6422: Query on PCIe EPF Test – DMA Write/Read Support on AM64xx EVM

Part Number: AM6422

Hello TI Team,

I am working on PCIe endpoint testing using the pci_epf_test function driver on AM64xx EVM.I have referred the following doc for testinf pcie ep functionality.
https://software-dl.ti.com/processor-sdk-linux/esd/AM64X/11_01_05_03/exports/docs/linux/Foundational_Components/Kernel/Kernel_Drivers/PCIe/PCIe_End_Point.html

 I followed the standard configfs steps to set up vendor/device IDs, MSI/MSI-X interrupts, and linked the function to the controller. The logs show BAR0 is configured successfully, but I encounter errors related to DMA.

Steps executed:

echo 0x104c > functions/pci_epf_test/func1/vendorid
echo 0xb010 > functions/pci_epf_test/func1/deviceid
echo 2 > functions/pci_epf_test/func1/msi_interrupts
echo 2 > functions/pci_epf_test/func1/msix_interrupts
ln -s functions/pci_epf_test/func1 controllers/f102000.pcie-ep/

Kernel logs:

[   75.861010] EPF_TEST: Using shared DDR memory
[   75.865515] EPF_TEST: mapped DDR 0xa6000000 size 0x200000
[   75.871011] pci_epf_test pci_epf_test.0: Failed to get private DMA rx channel. Falling back to generic one
[   75.881690] EPF_TEST: Setting BAR0 addr=0xa6000000 size=0x200000
[   75.887781] EPF_TEST: BAR0 configured successfully

Issue:

  • DMA channel allocation fails (Failed to get private DMA rx channel).

  • Because of this, I am unable to test PCIe write/read transactions using DMA.

Request for Guidance:

  1. What is the recommended way to test PCIe write/read functions using DMA on AM64xx EVM with pci_epf_test?

  2. Are any DTS changes required (e.g., enabling DMA channels or IRQ configuration)?

  3. Are any defconfig changes required to enable specific DMA/PCIe options?

  4. Do we need driver modifications in pci_epf_test or related DMA drivers to support this use case?

  5. Any reference examples or documentation for DMA‑based PCIe EP testing on AM64xx would be very helpful.

Thank you for your support.

Best regards,

Charan

  • What is the recommended way to test PCIe write/read functions using DMA on AM64xx EVM with pci_epf_test?

    The pcitest utility should be installed on the PCIe Root-Complex (running Linux) and the following commands should be run for Write and Read tests respectively:
    pcitest -w -s <Transfer_Size> -d -D /dev/pci-endpoint-test.N
    pcitest -r -s <Transfer_Size> -d -D /dev/pci-endpoint-test.N

    The <Transfer_Size> should be replaced with the number of Bytes to be transferred during the test. Please note that the commands above are to be run on the Root-Complex for the AM64xx EVM's DMA to initiate the transfer. The 'Write' command run on the Root-Complex causes the EP's DMA to write from its local Buffer to a Buffer in the Root-Complex's memory and is therefore a 'Read' from the Root-Complex's perspective. Similarly, the 'Read' command run on the Root-Complex causes the EP's DMA to read from a Buffer in the Root-Complex's memory into its local Buffer and is therefore a 'Write' from the Root-Complex's perspective.

    Are any DTS changes required (e.g., enabling DMA channels or IRQ configuration)?

    No. If the concern is w.r.t. the following log:

    [   75.871011] pci_epf_test pci_epf_test.0: Failed to get private DMA rx channel. Falling back to generic one

    then it can be safely ignored. Although it says 'Failed', it does indicate that it falls back to a generic one. The meaning of the log is the following:
    Certain PCIe Endpoints support 'embedded DMA Controllers' and the 'private DMA Channels' refer to the DMA Channels of such embedded DMA Controllers. In the case of AM64xx SoC, the PCIe Controller configured for Endpoint mode does not have an embedded DMA Controller and instead it uses the AM64xx SoC's Central DMA Controller (which is the fallback / generic DMA Controller here).

    Are any defconfig changes required to enable specific DMA/PCIe options?

    The following configs should be enabled:

    CONFIG_PCI_ENDPOINT=y
    CONFIG_PCI_ENDPOINT_TEST=y
    CONFIG_PCI_ENDPOINT_CONFIGFS=y
    CONFIG_PCI_EPF_TEST=y
    CONFIG_PCI_J721E=y
    CONFIG_PCIE_CADENCE_EP=y

    Do we need driver modifications in pci_epf_test or related DMA drivers to support this use case?

    No.

    Any reference examples or documentation for DMA‑based PCIe EP testing on AM64xx would be very helpful.

    The following logs are from a setup with one AM64x EVM acting as the Root-Complex and the other acting as the Endpoint for DMA Write and Read Tests.

    DMA Write Test Logs

    AM64x RC Logs:

    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.12.35-ti-rt-00969-gadbec2562ad1 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.4.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT_RT Wed Aug 13 19:40:14 UTC 2025
    [    0.000000] Machine model: Texas Instruments AM642 EVM
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: legacy bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
    [ I  / T0C:. 00S0ec0o0n0d] arOFy:  CrPeUs e1 rivenid tmieaml:i zi0xng00
    0
    00I0/00TaC3:0 0S0ec00o0n.d.ar0yx0 0C0P0U0 010 s0aw3it0cffhfifnfg  (t1o0 n24or KmiaBl ) wnoormlad p bonoont-
    r
    eusable r5f-dma-memory@a3000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable m4f-dma-memory@a4000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable m4f-memory@a4100000
    [    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a57fffff (8192 KiB) nomap non-reusable ipc-memories@a5000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    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-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a57fffff]
    [    0.000000]   node   0: [mem 0x00000000a5800000-0x00000000ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000] cma: Reserved 32 MiB at 0x00000000fbe00000 on node -1
    [    0.000000] psci: probing for conduit method from DT.
    [    0.000000] psci: PSCIv1.1 detected in firmware.
    [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [    0.000000] psci: Trusted OS migration not required
    [    0.000000] psci: SMC Calling Convention v1.5
    [    0.000000] percpu: Embedded 23 pages/cpu s54640 r8192 d31376 u94208
    [    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 disabled by kernel configuration
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled  ip=:::::eth0:dhcp  root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am64xx-hsevm2/autofs/e6f1a02426e0480581cd59cc53a7bc62,nolock,v3,tcp,rsize=4096,wsize=4096 
    [    0.000000] sysrq: sysrq always enabled.
    [    0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
    [    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 524288
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 2MB
    [    0.000000] software IO TLB: area num 2.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fba00000-0x00000000fbc00000] (2MB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
    [    0.000000] rcu: 	RCU_SOFTIRQ processing moved to rcuc kthreads.
    [    0.000000] 	No expedited grace period (rcu_normal_after_boot).
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 256 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: 0xffff8000800100bc
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=1
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001840000
    [    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 @80800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000
    [    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.000479] Console: colour dummy device 80x25
    [    0.000547] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.000560] pid_max: default: 32768 minimum: 301
    [    0.000639] LSM: initializing lsm=capability
    [    0.000811] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.000837] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.027699] rcu: Hierarchical SRCU implementation.
    [    0.027713] rcu: 	Max phase no-delay instances is 400.
    [    0.045724] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
    [    0.059884] EFI services will not be available.
    [    0.077531] smp: Bringing up secondary CPUs ...
    [    0.266022] Detected VIPT I-cache on CPU1
    [    0.266141] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000
    [    0.266160] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [    0.266216] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.305257] smp: Brought up 1 node, 2 CPUs
    [    0.305267] SMP: Total of 2 processors activated.
    [    0.305271] CPU: All CPU(s) started at EL2
    [    0.305276] CPU features: detected: 32-bit EL0 Support
    [    0.305282] CPU features: detected: CRC32 instructions
    [    0.326024] alternatives: applying system-wide alternatives
    [    0.326502] Memory: 1886336K/2097152K available (10368K kernel code, 1178K rwdata, 2732K rodata, 2240K init, 531K bss, 170408K reserved, 32768K cma-reserved)
    [    0.329261] devtmpfs: initialized
    [    0.343836] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.343867] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.345170] 28464 pages in range for non-PLT usage
    [    0.345192] 519984 pages in range for PLT usage
    [    0.345527] pinctrl core: initialized pinctrl subsystem
    [    0.346365] DMI not present or invalid.
    [    0.347139] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.348923] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.349534] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.350550] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.350680] audit: initializing netlink subsys (disabled)
    [    0.351028] audit: type=2000 audit(0.349:1): state=initialized audit_enabled=0 res=1
    [    0.351706] thermal_sys: Registered thermal governor 'step_wise'
    [    0.352047] ASID allocator initialised with 65536 entries
    [    0.359792] /bus@f4000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f4000/interrupt-controller@1800000
    [    0.373683] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.373699] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.373706] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.373709] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.373714] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.373718] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.373723] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.373727] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    1.042159] k3-chipinfo 43000014.chipid: Family:AM64X rev:SR2.0 JTAGID[0x1bb3802f] Detected
    [    1.043335] iommu: Default domain type: Translated
    [    1.043351] iommu: DMA domain TLB invalidation policy: strict mode
    [    1.044385] SCSI subsystem initialized
    [    1.044897] usbcore: registered new interface driver usbfs
    [    1.044949] usbcore: registered new interface driver hub
    [    1.044994] usbcore: registered new device driver usb
    [    1.045775] pps_core: LinuxPPS API ver. 1 registered
    [    1.045786] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    1.045803] PTP clock support registered
    [    1.045848] EDAC MC: Ver: 3.0.0
    [    1.046361] scmi_core: SCMI protocol bus registered
    [    1.046775] FPGA manager framework
    [    1.046930] Advanced Linux Sound Architecture Driver Initialized.
    [    1.048671] clocksource: Switched to clocksource arch_sys_counter
    [    1.048978] VFS: Disk quotas dquot_6.6.0
    [    1.049006] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    1.057914] NET: Registered PF_INET protocol family
    [    1.058235] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    1.060411] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [    1.060474] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    1.060488] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    1.060851] TCP bind hash table entIri/eTsC::  1R6e3s8e4r v(edo rsdhearre: d8 ,m em13ory1 07i2s0  ebnyabteles,d
     
    linI/eaTrC):
     
    Dy[n a  m i1c. s06h2a3r7e1d ] mTeCmPo:ry  Haissh  etnaabblleesd 
    c
    onIfi/gTuCr:e Nd o(remsatla bWloirsldhe dv ir16t3ua8l4 ibziantdi o1n6 3su8pp4o)r
    t
     [ i s   d1is.0a6b2le60d
    9
    ] UIDP/ TCh:as hA sytnabclher oneonutrsi enost: i1f0i2c4a t(ioonrsde ra:r e4 d,i 9sa83b0le4d 
    b
    ytes, linear)
    [    1.062855] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    1.063213] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    1.063861] RPC: Registered named UNIX socket transport module.
    [    1.063872] RPC: Registered udp transport module.
    [    1.063876] RPC: Registered tcp transport module.
    [    1.063879] RPC: Registered tcp-with-tls transport module.
    [    1.063882] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    1.063900] PCI: CLS 0 bytes, default 64
    [    1.065791] Initialise system trusted keyrings
    [    1.066047] workingset: timestamp_bits=62 max_order=19 bucket_order=0
    [    1.066434] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    1.066831] NFS: Registering the id_resolver key type
    [    1.066874] Key type id_resolver registered
    [    1.066879] Key type id_legacy registered
    [    1.066907] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    1.066914] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    1.130337] Key type asymmetric registered
    [    1.130351] Asymmetric key parser 'x509' registered
    [    1.130455] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    1.130464] io scheduler mq-deadline registered
    [    1.130469] io scheduler kyber registered
    [    1.130499] io scheduler bfq registered
    [    1.134761] pinctrl-single 4084000.pinctrl: 33 pins, size 132
    [    1.135372] pinctrl-single f4000.pinctrl: 180 pins, size 720
    [    1.146684] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    1.160069] loop: module loaded
    [    1.161628] megasas: 07.727.03.00-rc1
    [    1.168375] tun: Universal TUN/TAP device driver, 1.6
    [    1.170097] VFIO - User Level meta-driver version: 0.3
    [    1.172041] usbcore: registered new interface driver usb-storage
    [    1.173003] i2c_dev: i2c /dev entries driver
    [    1.173911] sdhci: Secure Digital Host Controller Interface driver
    [    1.173919] sdhci: Copyright(c) Pierre Ossman
    [    1.174203] sdhci-pltfm: SDHCI platform and OF driver helper
    [    1.175161] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    1.176610] usbcore: registered new interface driver usbhid
    [    1.176624] usbhid: USB HID core driver
    [    1.178032] optee: probing for conduit method.
    [    1.178074] optee: revision 4.6 (71785645fa6ce42d)
    [    1.211075] optee: dynamic shared memory is enabled
    [    1.212148] optee: initialized driver
    [    1.212979] random: crng init done
    [    1.216007] NET: Registered PF_PACKET protocol family
    [    1.216116] Key type dns_resolver registered
    [    1.229780] Loading compiled-in X.509 certificates
    [    1.248029] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.1.5--v11.01.05 (Fancy Rat)')
    [    1.385392] pca953x 0-0038: supply vcc not found, using dummy regulator
    [    1.385585] pca953x 0-0038: using no AI
    [    1.397755] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.400072] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.400254] pca953x 1-0022: using AI
    [    1.413204] omap_i2c 20010000.i2c: bus 1 rev0.12 at 400 kHz
    [    1.413756] ti-sci-intr bus@f4000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.414209] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.419330] ti-udma 485c0100.dma-controller: Number of rings: 68
    [    1.421640] ti-udma 485c0100.dma-controller: Channels: 24 (bchan: 12, tchan: 6, rchan: 6)
    [    1.424281] ti-udma 485c0000.dma-controller: Number of rings: 288
    [    1.439493] ti-udma 485c0000.dma-controller: Channels: 44 (tchan: 29, rchan: 15)
    [    1.444774] printk: legacy console [ttyS2] disabled
    [    1.539931] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 309, base_baud = 3000000) is a 8250
    [    1.548852] printk: legacy console [ttyS2] enabled
    [    1.548852] printk: legacy console [ttyS2] enabled
    [    1.548861] printk: legacy bootconsole [ns16550a0] disabled
    [    1.548861] printk: legacy bootconsole [ns16550a0] disabled
    [    1.580080] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [    1.580108] Creating 7 MTD partitions on "fc40000.spi.0":
    [    1.580117] 0x000000000000-0x000000100000 : "ospi.tiboot3"
    [    1.582206] 0x000000100000-0x000000300000 : "ospi.tispl"
    [    1.584001] 0x000000300000-0x000000700000 : "ospi.u-boot"
    [    1.585828] 0x000000700000-0x000000740000 : "ospi.env"
    [    1.587622] 0x000000740000-0x000000780000 : "ospi.env.backup"
    [    1.589437] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    1.591208] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    1.753067] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00903, cpsw version 0x6BA80903 Ports: 3 quirks:00000006
    [    1.754234] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    1.787690] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.790206] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    1.790423] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.4
    [    1.790433] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [    1.791724] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.843110] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 16
    [    1.852552] am65-cpts 39000000.cpts: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.855825] mmc0: CQHCI version 5.10
    [    1.871854] j721e-pcie f102000.pcie: host bridge /bus@f4000/pcie@f102000 ranges:
    [    1.871908] j721e-pcie f102000.pcie:       IO 0x0600001000..0x0600100fff -> 0x0000001000
    [    1.871934] j721e-pcie f102000.pcie:      MEM 0x0600101000..0x06ffffffff -> 0x0000101000
    [    1.871955] j721e-pcie f102000.pcie:   IB MEM 0x0000000000..0x0fffffffff -> 0x0000000000
    [    1.904771] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.990502] mmc0: Command Queue Engine enabled
    [    1.990540] mmc0: new HS200 MMC card at address 0001
    [    1.991545] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
    [    1.993764]  mmcblk0: p1 p2 p3
    [    1.994767] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
    [    1.996529] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
    [    1.998160] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (239:0)
    [    2.081005] j721e-pcie f102000.pcie: Link up
    [    2.081648] j721e-pcie f102000.pcie: PCI host bridge to bus 0000:00
    [    2.081828] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    2.081843] pci_bus 0000:00: root bus resource [io  0x0000-0xfffff] (bus address [0x1000-0x100fff])
    [    2.081852] pci_bus 0000:00: root bus resource [mem 0x600101000-0x6ffffffff] (bus address [0x00101000-0xffffffff])
    [    2.081897] pci 0000:00:00.0: [104c:b010] type 01 class 0x060400 PCIe Root Port
    [    2.081919] pci 0000:00:00.0: BAR 0 [mem 0x00000000-0xfffffffff 64bit pref]
    [    2.081932] pci 0000:00:00.0: PCI bridge to [bus 00]
    [    2.081942] pci 0000:00:00.0:   bridge window [io  0x0000-0x0fff]
    [    2.081950] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
    [    2.081962] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
    [    2.082043] pci 0000:00:00.0: supports D1
    [    2.082049] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    2.085047] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.085300] pci 0000:01:00.0: [104c:b010] type 00 class 0x080100 PCIe Endpoint
    [    2.085345] pci 0000:01:00.0: BAR 0 [mem 0x00000000-0x000000ff]
    [    2.085368] pci 0000:01:00.0: BAR 1 [mem 0x00000000-0x000001ff]
    [    2.085387] pci 0000:01:00.0: BAR 2 [mem 0x00000000-0x000003ff]
    [    2.085407] pci 0000:01:00.0: BAR 3 [mem 0x00000000-0x00003fff]
    [    2.085426] pci 0000:01:00.0: BAR 4 [mem 0x00000000-0x0001ffff]
    [    2.085445] pci 0000:01:00.0: BAR 5 [mem 0x00000000-0x000fffff]
    [    2.085823] pci 0000:01:00.0: supports D1
    [    2.085834] pci 0000:01:00.0: PME# supported from D0 D1 D3hot
    [    2.087773] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    2.087817] pci 0000:00:00.0: BAR 0 [mem size 0x1000000000 64bit pref]: can't assign; no space
    [    2.087828] pci 0000:00:00.0: BAR 0 [mem size 0x1000000000 64bit pref]: failed to assign
    [    2.087841] pci 0000:00:00.0: bridge window [mem 0x600200000-0x6003fffff]: assigned
    [    2.087857] pci 0000:01:00.0: BAR 5 [mem 0x600200000-0x6002fffff]: assigned
    [    2.087871] pci 0000:01:00.0: BAR 4 [mem 0x600300000-0x60031ffff]: assigned
    [    2.087885] pci 0000:01:00.0: BAR 3 [mem 0x600320000-0x600323fff]: assigned
    [    2.087899] pci 0000:01:00.0: BAR 2 [mem 0x600324000-0x6003243ff]: assigned
    [    2.087913] pci 0000:01:00.0: BAR 1 [mem 0x600324400-0x6003245ff]: assigned
    [    2.087926] pci 0000:01:00.0: BAR 0 [mem 0x600324600-0x6003246ff]: assigned
    [    2.087941] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    2.087950] pci 0000:00:00.0:   bridge window [mem 0x600200000-0x6003fffff]
    [    2.087962] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
    [    2.087968] pci_bus 0000:00: resource 4 [io  0x0000-0xfffff]
    [    2.087976] pci_bus 0000:00: resource 5 [mem 0x600101000-0x6ffffffff]
    [    2.087984] pci_bus 0000:01: resource 1 [mem 0x600200000-0x6003fffff]
    [    2.088150] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    2.088165] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
    [    2.088949] pcieport 0000:00:00.0: PME: Signaling with IRQ 512
    [    2.089335] pcieport 0000:00:00.0: AER: enabled with IRQ 512
    [    2.092963] mmc1: CQHCI version 5.10
    [    2.140291] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    2.152510] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    2.152536] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [    2.207142] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
    [    2.208124] mmcblk1: mmc1:aaaa SH32G 29.7 GiB
    [    2.210828]  mmcblk1: p1 p2 p3
    [    6.246492] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [    6.257685] Sending DHCP requests ., OK
    [    6.263733] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.134
    [    6.263752] IP-Config: Complete:
    [    6.263755]      device=eth0, hwaddr=34:08:e1:80:a7:b4, ipaddr=192.168.0.134, mask=255.255.255.0, gw=192.168.0.1
    [    6.263765]      host=192.168.0.134, domain=ti.com, nis-domain=(none)
    [    6.263770]      bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
    [    6.263774]      nameserver0=192.0.2.2, nameserver1=192.0.2.3
    [    6.264050] clk: Disabling unused clocks
    [    6.287512] PM: genpd: Disabling unused power domains
    [    6.287722] ALSA device list:
    [    6.287731]   No soundcards found.
    [    6.339591] VFS: Mounted root (nfs filesystem) on device 0:21.
    [    6.341221] devtmpfs: mounted
    [    6.342856] Freeing unused kernel memory: 2240K
    [    6.343000] Run /sbin/init as init process
    [    6.715642] systemd[1]: System time before build time, advancing clock.
    [    6.787234] NET: Registered PF_INET6 protocol family
    [    6.796578] Segment Routing with IPv6
    [    6.796630] In-situ OAM (IOAM) with IPv6
    [    6.833309] systemd[1]: systemd 255.21^ 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 -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
    [    6.833428] systemd[1]: Detected architecture arm64.
    
    Welcome to [1mArago 2025.01[0m!
    
    
    [    6.882493] systemd[1]: Hostname set to <am64xx-evm>.
    [    7.731952] systemd[1]: /usr/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.
    [    8.082203] systemd[1]: Queued start job for default target Graphical Interface.
    [    8.119113] systemd[1]: Created slice Slice /system/getty.
    [[0;32m  OK  [0m] Created slice [0;1;39mSlice /system/getty[0m.
    
    [    8.134627] systemd[1]: Created slice Slice /system/modprobe.
    [[0;32m  OK  [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
    
    [    8.149636] systemd[1]: Created slice Slice /system/serial-getty.
    [[0;32m  OK  [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
    
    [[0;32m  OK  [0m] Created slice [0;1;39mUser and Session Slic[    8.165019] systemd[1]: Created slice User and Session Slice.
    e[0m.
    
    [    8.179442] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [[0;32m  OK  [0m] Started [0;1;39mDispatch Password Requests to Console Directory Watch[0m.
    
    [    8.197391] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [[0;32m  OK  [0m] Started [0;1;39mForward Password Requests to Wall Directory Watch[0m.
    
             Expecting device [0;1;39m/dev/ttyS2[0m...
    
    [    8.215114] systemd[1]: Expecting device /dev/ttyS2...
    [[0;32m  OK  [0m] Reached target [0;1;39mPath Units[0m.
    
    [    8.225884] systemd[1]: Reached target Path Units.
    [[0;32m  OK  [0m] Reached target [0;1;39mRemote File Systems[    8.236783] systemd[1]: Reached target Remote File Systems.
    [0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mSlice Units[0m.
    
    [    8.250023] systemd[1]: Reached target Slice Units.
    [[0;32m  OK  [0m] Reached target [0;1;39mSwaps[0m.
    
    [    8.261106] systemd[1]: Reached target Swaps.
    [[0;32m  OK  [0m] Listening on [0;1;39mRPCbind Server Activat[    8.273331] systemd[1]: Listening on RPCbind Server Activation Socket.
    ion Socket[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mRPC Port Mapper[0m.[    8.288066] systemd[1]: Reached target RPC Port Mapper.
    
    
    [    8.312401] systemd[1]: Listening on Process Core Dump Socket.
    [[0;32m  OK  [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
    
    [    8.326567] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [[0;32m  OK  [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mJournal Audit Socket[[    8.343290] systemd[1]: Listening on Journal Audit Socket.
    0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mJournal Socket (/dev/l[    8.358789] systemd[1]: Listening on Journal Socket (/dev/log).
    og)[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mJournal Socket[0m.
    [    8.374136] systemd[1]: Listening on Journal Socket.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mNetwork Service Netlin[    8.388954] systemd[1]: Listening on Network Service Netlink Socket.
    k Socket[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mudev Control Socket[0[    8.406850] systemd[1]: Listening on udev Control Socket.
    m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mudev Kernel Socket[0m[    8.420951] systemd[1]: Listening on udev Kernel Socket.
    .
    
    [    8.435579] systemd[1]: Listening on User Database Manager Socket.
    [[0;32m  OK  [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
    
    [    8.461310] systemd[1]: Mounting Huge Pages File System...
             Mounting [0;1;39mHuge Pages File System[0m...
    
             Mounting [0;1;39mPOSIX Message Queue File System[0m..[    8.484283] systemd[1]: Mounting POSIX Message Queue File System...
    .
    
             Mounting [0;1;39mKernel Debug File System[0m...
    [    8.513286] systemd[1]: Mounting Kernel Debug File System...
    
    [    8.528587] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
             Mounting [0;1;39mTemporary Directory /tmp[0m...
    [    8.547260] systemd[1]: Mounting Temporary Directory /tmp...
    
             Starting [0;1;39mCreate List of Static Device Nodes[0[    8.583009] systemd[1]: Starting Create List of Static Device Nodes...
    m...
    
             Starting [0;1;39mLoad Kernel Module configfs[0m...
    [    8.632889] systemd[1]: Starting Load Kernel Module configfs...
    
             Starting [0;1;39mLoad Kernel Module drm[0m...
    [    8.665198] systemd[1]: Starting Load Kernel Module drm...
    
             Starting [0;1;39mLoad Kernel Module fuse[0m...
    [    8.709092] systemd[1]: Starting Load Kernel Module fuse...
    
    [    8.755431] systemd[1]: Starting RPC Bind...
             Starting [0;1;39mRPC Bind[0m...
    
    [    8.769510] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [    8.775290] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    8.775320] systemd[1]: systemd-journald.service: (This warning is only shown for the first unit using IP firewalling.)
             Starting [0;1;39mJournal Service[0m...
    [    8.808783] systemd[1]: Starting Journal Service...
    
    [    8.867268] systemd[1]: Starting Load Kernel Modules...
             Starting [0;1;39mLoad Kernel Modules[0m...
    
             Starting [0;1;39mGenerate network units from Kernel co[    8.910880] systemd[1]: Starting Generate network units from Kernel command line...
    mmand line[0m...
    
    [    8.966561] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting [0;1;39mRemount Root and Kernel File Systems[0m...
    
    [    8.990167] fuse: init (API version 7.41)
             Starting [0;1;39mColdplug All udev Devices[0m...
    
    [    9.002960] systemd[1]: Starting Coldplug All udev Devices...
    [[0;32m  OK  [0m] Mounted [0;1;39mHuge Pages File System[0m.[    9.027100] systemd[1]: Mounted Huge Pages File System.
    
    
    [    9.040640] systemd[1]: Mounted POSIX Message Queue File System.
    [[0;32m  OK  [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39mKernel Debug File System[0[    9.057081] systemd[1]: Mounted Kernel Debug File System.
    m.
    
    [    9.072501] systemd[1]: Mounted Temporary Directory /tmp.
    [[0;32m  OK  [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mCreate List of Static Devi[    9.096464] systemd[1]: Finished Create List of Static Device Nodes.
    ce Nodes[0m.
    
    [    9.119896] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [[0;32m  OK  [0m] Finished [0;1;39mLoad Kernel Module configf[    9.129849] systemd[1]: Finished Load Kernel Module configfs.
    s[0m.
    
    [    9.173306] systemd[1]: modprobe@fuse.service: Deactivated successfully.
    [    9.177265] systemd[1]: Finished Load Kernel Module fuse.
    [[0;32m  OK  [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
    
    [    9.214925] systemd[1]: modprobe@drm.service: Deactivated successfully.
    [[0;32m  OK  [0m] Finished [0;1;39mLoad Kernel Module drm[0m[    9.227023] systemd[1]: Finished Load Kernel Module drm.
    .
    [    9.229191] systemd-journald[132]: Collecting audit messages is enabled.
    
    [    9.256963] systemd[1]: Started RPC Bind.
    [[0;32m  OK  [0m] Started [0;1;39mRPC Bind[0m.
    
    [    9.305574] cryptodev: loading out-of-tree module taints kernel.
    [    9.318253] sysctl table check failed: ioctl/(null) procname is null
    [    9.318275] sysctl table check failed: ioctl/(null) No proc_handler
    [    9.318281] cryptodev: driver 1.14 loaded.
    [    9.341385] systemd[1]: Mounting FUSE Control File System...
             Mounting [0;1;39mFUSE Control File System[0m...
    
             Mounting [0;1;39mKernel Configuration File System[0m.[    9.381271] systemd[1]: Mounting Kernel Configuration File System...
    ..
    
    [    9.437637] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
             Starting [0;1;39mCreate Static Device Nodes in /dev gracefully[0m...
    
    [    9.474452] systemd[1]: Finished Load Kernel Modules.
    [[0;32m  OK  [0m] Finished [0;1;39mLoad Kernel Modules[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mGenerate network units fro[    9.514776] systemd[1]: Finished Generate network units from Kernel command line.
    m Kernel command line[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mJournal Service[0m.
    [    9.549121] systemd[1]: Started Journal Service.
    
    [[0;32m  OK  [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39mFUSE Control File System[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39mKernel Configuration File System[0m.
    
             Starting [0;1;39mFlush Journal to Persistent Storage[0m...
    
             Starting [0;1;39mApply Kernel Variables[0m...
    
    [    9.925047] systemd-journald[132]: Received client request to flush runtime journal.
    [[0;32m  OK  [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mCreate Static Device Nodes in /dev gracefully[0m.
    
             Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mApply Kernel Variables[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
    
             Mounting [0;1;39m/var/volatile[0m...
    
             Starting [0;1;39mRule-based Manager for Device Events and Files[0m...
    
    [[0;32m  OK  [0m] Mounted [0;1;39m/var/volatile[0m.
    
             Starting [0;1;39mLoad/Save OS Random Seed[0m...
    
    [[0;32m  OK  [0m] Reached target [0;1;39mLocal File Systems[0m.
    
             Starting [0;1;39mCreate System Files and Directories[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mLoad/Save OS Random Seed[0m.
    
             Starting [0;1;39mUser Database Manager[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mColdplug All udev Devices[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mCreate System Files and Directories[0m.
    
             Starting [0;1;39mNetwork Name Resolution[0m...
    
             Starting [0;1;39mNetwork Time Synchronization[0m...
    
             Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
    
    [[0;32m  OK  [0m] Started [0;1;39mUser Database Manager[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mNetwork Time Synchronization[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mSystem Time Set[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mNetwork Name Resolution[0m.
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/ttyS2[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mSystem Initialization[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mDaily rotation of log files[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mTimer Units[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
    
             Starting [0;1;39mDocker Socket for the API[0m...
    
    [[0;32m  OK  [0m] Listening on [0;1;39mdropbear.socket[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
    
             Starting [0;1;39mD-Bus System Message Bus[0m...
    
             Starting [0;1;39mReboot and dump vmcore via kexec[0m...
    
    [[0;32m  OK  [0m] Listening on [0;1;39mDocker Socket for the API[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
    
    [   15.132260] CAN device driver interface
    [[0;32m  OK  [0m] Started [0;1;39mD-Bus System Message Bus[0m.
    
    [   15.237976] at24 0-0050: supply vcc not found, using dummy regulator
    [   15.250878] at24 0-0050: 131072 byte 24c1024 EEPROM, writable, 1 bytes/write
    [[0;32m  OK  [0m] Reached target [0;1;39mSocket Units[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mBasic System[0m.
    
    [   15.355637] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fc9100
    [   15.361311] omap-mailbox 29040000.mailbox: omap mailbox rev 0x66fc9100
    [   15.363211] omap-mailbox 29060000.mailbox: omap mailbox rev 0x66fc9100
    [[0;32m  OK  [0m] Started [0;1;39mJob spooling tools[0m.
    
    [   15.446335] davinci_mdio 300b2400.mdio: Configuring MDIO in manual mode
             Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
    [   15.517372] davinci_mdio 300b2400.mdio: davinci mdio revision 1.7, bus freq 1000000
    
    [[0;32m  OK  [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
    
             Starting [0;1;39mPrint notice about GPLv3 packages[0m...
    
             Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
    
             Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
    
    [   15.826170] davinci_mdio 300b2400.mdio: phy[15]: device 300b2400.mdio:0f, driver TI DP83869
    [[0;32m  OK  [0m] Started [0;1;39mirqbalance daemon[0m.
    
    [   15.919329] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@a4000000
    [   15.933893] k3-m4-rproc 5000000.m4fss: configured M4F for remoteproc mode
    [   15.986414] remoteproc remoteproc0: 5000000.m4fss is available
    [[0;32m  OK  [0m] Started [0;1;39mMultiple Spanning Tree Prot[   16.022789] platform 78000000.r5f: configured R5F for remoteproc mode
    [   16.024016] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    ocol Daemon[0m.
    
    [   16.051847] remoteproc remoteproc1: 78000000.r5f is available
    [   16.064352] platform 78200000.r5f: configured R5F for remoteproc mode
    [   16.065892] platform 78200000.r5f: assigned reserved memory node r5f-dma-memory@a1000000
    [   16.079844] remoteproc remoteproc2: 78200000.r5f is available
    [   16.142204] platform 78400000.r5f: configured R5F for remoteproc mode
    [   16.148120] remoteproc remoteproc1: powering up 78000000.r5f
    [   16.148158] remoteproc remoteproc1: Booting fw image am64-main-r5f0_0-fw, size 94056
    [   16.152752] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node r5f-dma-memory@a0000000
    [   16.161828] platform 78400000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [   16.169049] virtio_rpmsg_bus virtio0: rpmsg host is online
    [   16.169145] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
    [   16.169156] remoteproc remoteproc1: remote processor 78000000.r5f is now up
    [   16.169817] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [   16.186256] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [   16.193855] remoteproc remoteproc3: 78400000.r5f is available
    [   16.213406] remoteproc remoteproc0: powering up 5000000.m4fss
    [   16.213441] remoteproc remoteproc0: Booting fw image am64-mcu-m4f0_0-fw, size 88248
    [   16.213615] platform 78600000.r5f: configured R5F for remoteproc mode
    [   16.217165] platform 78600000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
    [   16.229187] remoteproc remoteproc2: powering up 78200000.r5f
    [   16.229223] remoteproc remoteproc2: Booting fw image am64-main-r5f0_1-fw, size 94056
    [[0;32m  OK  [0m] Started [0;1;39mstrongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf[0m.
    
    [   16.305955] remoteproc remoteproc3: powering up 78400000.r5f
    [   16.305992] remoteproc remoteproc3: Booting fw image am64-main-r5f1_0-fw, size 90216
    [   16.323167] remoteproc remoteproc4: 78600000.r5f is available
    [   16.340751] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node m4f-dma-memory@a4000000
    [   16.360822] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node r5f-dma-memory@a1000000
    [   16.361185] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@a2000000
    [   16.381059] remoteproc remoteproc4: powering up 78600000.r5f
    [   16.381097] remoteproc remoteproc4: Booting fw image am64-main-r5f1_1-fw, size 94056
    [   16.384210] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
    [   16.384437] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
    [   16.385882] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
    [   16.386104] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
    [   16.386861] virtio_rpmsg_bus virtio1: rpmsg host is online
    [   16.386928] rproc-virtio rproc-virtio.1.auto: registered virtio1 (type 7)
    [   16.386938] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
    [   16.387580] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [   16.387845] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [   16.389871] virtio_rpmsg_bus virtio2: rpmsg host is online
    [   16.390006] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7)
    [   16.390017] remoteproc remoteproc2: remote processor 78200000.r5f is now up
    [   16.391095] virtio_rpmsg_bus virtio3: rpmsg host is online
    [   16.391202] rproc-virtio rproc-virtio.3.auto: registered virtio3 (type 7)
    [   16.391212] remoteproc remoteproc3: remote processor 78400000.r5f is now up
    [   16.392579] rproc-virtio rproc-virtio.4.auto: assigned reserved memory node r5f-dma-memory@a3000000
    [   16.418687] virtio_rpmsg_bus virtio4: rpmsg host is online
    [   16.418748] rproc-virtio rproc-virtio.4.auto: registered virtio4 (type 7)
    [   16.418759] remoteproc remoteproc4: remote processor 78600000.r5f is now up
    [   16.419480] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xd
    [   16.419767] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xe
             Starting [0;1;39mUser Login Management[0m...
    
             Starting [0;1;39mTelnet Server[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mPreparation for Network[0m.
    
             Starting [0;1;39mNetwork Configuration[0m...
    
    [[0;32m  OK  [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mTelnet Server[0m.
    
    [   17.160559] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
    [   17.160617] pci-endpoint-test 0000:01:00.0: enabling device (0000 -> 0002)
    [   17.266473] m_can_platform 20701000.can: m_can device registered (irq=524, version=32)
    [   17.304886] m_can_platform 20711000.can: m_can device registered (irq=525, version=32)
    [   17.538563] remoteproc remoteproc5: 3000a000.txpru is available
    [   17.552838] remoteproc remoteproc6: 3000c000.txpru is available
    [   17.576837] remoteproc remoteproc7: 3008a000.txpru is available
    [   17.586062] remoteproc remoteproc8: 3008c000.txpru is available
    [   17.669981] gpio-mux mux-controller: 2-way mux-controller registered
    [[0;32m  OK  [0m] Started [0;1;39mUser Login Management[0m.
    
    [[0;32m  OK  [0m] Created slice [0;1;39mSlice /system/tee-supplicant[0m.
    
    [   18.512765] remoteproc remoteproc9: 30034000.pru is available
    [[0;32m  OK  [0m] Started [0;1;39mTEE Supplicant on teepriv0[0m.
    
    [   18.562836] remoteproc remoteproc10: 30004000.rtu is available
    [   18.569240] remoteproc remoteproc11: 300b4000.pru is available
    [   18.588878] remoteproc remoteproc12: 30084000.rtu is available
    [   18.618952] remoteproc remoteproc13: 30038000.pru is available
    [   18.658088] remoteproc remoteproc14: 30006000.rtu is available
    [   18.706271] remoteproc remoteproc15: 300b8000.pru is available
    [   18.713321] remoteproc remoteproc16: 30086000.rtu is available
             Starting [0;1;39mVirtual Console Setup[0m...
    
    [   18.794562] TI DP83869 300b2400.mdio:0f: attached PHY driver (mii_bus:phy_addr=300b2400.mdio:0f, irq=POLL)
    [   18.794611] icssg-prueth icssg1-eth: TI PRU ethernet driver initialized: single EMAC mode
    [   18.993064] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [   19.417143] m_can_platform 20701000.can main_mcan0: renamed from can0
    [   19.448860] m_can_platform 20711000.can main_mcan1: renamed from can1
    [   19.539255] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [   19.550111] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [[0;32m  OK  [0m] Reached target [0;1;39mHardware activated USB gadget[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mLoad/Save RF Kill Switch Status /dev/rfkill Watch[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mNetwork Configuration[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mNetwork[0m.
    
             Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
    
             Starting [0;1;39mcontainerd container runtime[0m...
    
             Starting [0;1;39mLLDP daemon[0m...
    
    [[0;32m  OK  [0m] Started [0;1;39mNetperf Benchmark Server[0m.
    
             Starting [0;1;39mPermit User Sessions[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mPermit User Sessions[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mVirtual Console Setup[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mLLDP daemon[0m.
    
    [[0;32m  OK  [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
    
             Expecting device [0;1;39m/dev/mmcblk0p1[0m...
    
             Expecting device [0;1;39m/dev/mmcblk0p2[0m...
    
             Expecting device [0;1;39m/dev/mmcblk0p3[0m...
    
             Expecting device [0;1;39m/dev/mmcblk1p1[0m...
    
             Expecting device [0;1;39m/dev/mmcblk1p2[0m...
    
             Expecting device [0;1;39m/dev/mmcblk1p3[0m...
    
    [[0;32m  OK  [0m] Started [0;1;39memptty display manager[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mGetty on tty1[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mLogin Prompts[0m.
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
    
             Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
    
             Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
    
             Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk0p3[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
    
             Mounting [0;1;39m/run/media/mmcblk0p1[0m...
    
             Mounting [0;1;39m/run/media/mmcblk1p3[0m...
    
             Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
    
             Starting [0;1;39mFile System Check on /dev/mmcblk0p2[0m...
    
             Starting [0;1;39mFile System Check on /dev/mmcblk0p3[0m...
    
             Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
    
    [   24.401592] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
    
    [   24.497170] FAT-fs (mmcblk1p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p3[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
    
             Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
    
             Mounting [0;1;39m/run/media/mmcblk0p2[0m...
    
             Mounting [0;1;39m/run/media/mmcblk0p3[0m...
    
    [   24.979547] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [   25.000509] FAT-fs (mmcblk0p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/mmcblk0p3[0m.
    
    [   25.088544] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
    
    [   25.182095] EXT4-fs (mmcblk1p2): recovery complete
    [   25.184717] EXT4-fs (mmcblk1p2): mounted filesystem c78fde80-620c-4afb-8fb4-07aba6f139ad r/w with ordered data mode. Quota mode: none.
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mcontainerd container runtime[0m.
    
    
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project am64xx-evm ttyS2
    
    Arago 2025.01 am64xx-evm ttyS2
    
    am64xx-evm login: 
    - 19:39:08 [INFO] Host: root
    - 19:39:15 [INFO] Target: 
    root
    
    [   30.442880] audit: type=1006 audit(1755391150.169:2): pid=982 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [   30.442924] audit: type=1300 audit(1755391150.169:2): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffda2fc638 a2=4 a3=1 items=0 ppid=1 pid=982 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
    [   30.442940] audit: type=1327 audit(1755391150.169:2): proctitle="(systemd)"
    [   30.480103] audit: type=1006 audit(1755391150.204:3): pid=993 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
    [   30.480140] audit: type=1300 audit(1755391150.204:3): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffe01c8168 a2=1 a3=1 items=0 ppid=1 pid=993 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
    [   30.480155] audit: type=1327 audit(1755391150.204:3): proctitle="(systemd)"
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
    	adwaita-icon-theme-symbolic
    	autoconf
    	bash
    	bc
    	binutils
    	cifs-utils
    	coreutils-stdbuf
    	coreutils
    	cpio
    	cpp-symlinks
    	cpp
    	dosfstools
    	elfutils
    	findutils
    	g++-symlinks
    	g++
    	gawk
    	gcc-symlinks
    	gcc
    	gdb
    	gdbserver
    	gettext
    	glmark2
    	gnu-config
    	grub-common
    	grub-editenv
    	grub-efi
    	gzip
    	kbd-keymaps-pine
    	less
    	libasm1
    	libatomic-dev
    	libatomic1
    	libbfd
    	libdebuginfod1
    	libdw1
    	libelf1
    	libgcc-s-dev
    	libgcc1
    	libgdbm-compat4
    	libgdbm6
    	libgettextlib
    	libgettextsrc
    	libgmp10
    	libgomp1
    	libidn2-0
    	libmpc3
    	libmpfr6
    	libopcodes
    	libreadline8
    	libstdc++-dev
    	libstdc++6
    	libunistring5
    	m4
    	make
    	nettle
    	parted
    	piglit
    	qtbase-examples
    	qtbase-plugins
    	qtbase-qmlplugins
    	qtbase
    	qtdeclarative-plugins
    	qtdeclarative-qmlplugins
    	qtdeclarative
    	qtsvg-plugins
    	qtsvg-qmlplugins
    	qtsvg
    	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
    ***************************************************************
    ***************************************************************
    7[r[999;999H[6nroot@am64xx-evm:~# 
    - 19:39:15 [INFO] Sleeping 15 secs to allow systemd to finish starting processes...
    - 19:39:30 [INFO] Disconnected serial from am64xx-hsevm
    - 19:39:30 [INFO] Connected to am64xx-hsevm via serial 
    - 19:39:30 [INFO] Host: uname -a
    - 19:39:30 [INFO] Target: 
    uname -a
    Linux am64xx-evm 6.12.35-ti-rt-00969-gadbec2562ad1 #1 SMP PREEMPT_RT Wed Aug 13 19:40:14 UTC 2025 aarch64 GNU/Linux
    root@am64xx-evm:~# 
    - 19:39:30 [INFO] Host: cat /proc/cmdline
    - 19:39:31 [INFO] Target: 
    cat /proc/cmdline
    console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled  ip=:::::eth0:dhcp  root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am64xx-hsevm2/autofs/e6f1a02426e0480581cd59cc53a7bc62,nolock,v3,tcp,rsize=4096,wsize=4096 
    root@am64xx-evm:~# 
    - 19:39:31 [INFO] Host: uname -a
    - 19:39:31 [INFO] Target: 
    uname -a
    Linux am64xx-evm 6.12.35-ti-rt-00969-gadbec2562ad1 #1 SMP PREEMPT_RT Wed Aug 13 19:40:14 UTC 2025 aarch64 GNU/Linux
    root@am64xx-evm:~# 
    - 19:39:31 [INFO] Host: cat /proc/mtd
    - 19:39:31 [INFO] Target: 
    cat /proc/mtd
    dev:    size   erasesize  name
    mtd0: 00100000 00040000 "ospi.tiboot3"
    mtd1: 00200000 00040000 "ospi.tispl"
    mtd2: 00400000 00040000 "ospi.u-boot"
    mtd3: 00040000 00040000 "ospi.env"
    mtd4: 00040000 00040000 "ospi.env.backup"
    mtd5: 037c0000 00040000 "ospi.rootfs"
    mtd6: 00040000 00040000 "ospi.phypattern"
    root@am64xx-evm:~# 
    - 19:39:31 [INFO] Host: grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/pnp /etc/resolv.conf && systemctl restart systemd-resolved
    - 19:39:32 [INFO] Target: 
    grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
    /pnp /etc/resolv.conf && systemctl restart systemd-resolved
    root@am64xx-evm:~# 
    - 19:39:32 [INFO] Host: ls -l /lib/firmware; ls -lR /lib/firmware/ipc
    - 19:39:32 [INFO] Target: 
    ls -l /lib/firmware; ls -lR /lib/firmware/ipc
    total 29256
    -rw-r--r-- 1 root root    2040 Mar  9  2018 LICENCE.ibt_firmware
    -rw-r--r-- 1 root root    2046 Mar  9  2018 LICENCE.iwlwifi_firmware
    lrwxrwxrwx 1 root root      72 Mar  9  2018 am64-main-r5f0_0-fw -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_0_release_strip.xer5f
    lrwxrwxrwx 1 root root      79 Mar  9  2018 am64-main-r5f0_0-fw-sec -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_0_release_strip.xer5f.signed
    lrwxrwxrwx 1 root root      72 Mar  9  2018 am64-main-r5f0_1-fw -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_1_release_strip.xer5f
    lrwxrwxrwx 1 root root      79 Mar  9  2018 am64-main-r5f0_1-fw-sec -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
    lrwxrwxrwx 1 root root      72 Mar  9  2018 am64-main-r5f1_0-fw -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_0_release_strip.xer5f
    lrwxrwxrwx 1 root root      79 Mar  9  2018 am64-main-r5f1_0-fw-sec -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
    lrwxrwxrwx 1 root root      72 Mar  9  2018 am64-main-r5f1_1-fw -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_1_release_strip.xer5f
    lrwxrwxrwx 1 root root      79 Mar  9  2018 am64-main-r5f1_1-fw-sec -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
    lrwxrwxrwx 1 root root      72 Mar  9  2018 am64-mcu-m4f0_0-fw -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu3_0_release_strip.xer5f
    lrwxrwxrwx 1 root root      79 Mar  9  2018 am64-mcu-m4f0_0-fw-sec -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu3_0_release_strip.xer5f.signed
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-pru0_0-fw -> /usr/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_0.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-pru0_1-fw -> /usr/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_1.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-pru1_0-fw -> /usr/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_0.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-pru1_1-fw -> /usr/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_1.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-rtu0_0-fw -> /usr/lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_0.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-rtu0_1-fw -> /usr/lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_1.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-rtu1_0-fw -> /usr/lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_0.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-rtu1_1-fw -> /usr/lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_1.out
    lrwxrwxrwx 1 root root      39 Mar  9  2018 am64x-txpru0_0-fw -> /usr/lib/firmware/pru/TX_PRU_Halt_0.out
    lrwxrwxrwx 1 root root      39 Mar  9  2018 am64x-txpru0_1-fw -> /usr/lib/firmware/pru/TX_PRU_Halt_1.out
    lrwxrwxrwx 1 root root      39 Mar  9  2018 am64x-txpru1_0-fw -> /usr/lib/firmware/pru/TX_PRU_Halt_0.out
    lrwxrwxrwx 1 root root      39 Mar  9  2018 am64x-txpru1_1-fw -> /usr/lib/firmware/pru/TX_PRU_Halt_1.out
    -rw-r--r-- 1 root root  712064 Mar  9  2018 bl32.bin
    -rw-r--r-- 1 root root 4815816 Mar  9  2018 bl32.elf
    -rw-r--r-- 1 root root   14980 Mar  9  2018 eip29t2_2.1.0.bin
    drwxr-xr-x 2 root root    4096 Mar  9  2018 intel
    -rw-r--r-- 1 root root  918268 Mar  9  2018 iwlwifi-3160-17.ucode
    -rw-r--r-- 1 root root 2448976 Mar  9  2018 iwlwifi-8000C-34.ucode
    -rw-r--r-- 1 root root 2428004 Mar  9  2018 iwlwifi-8000C-36.ucode
    -rw-r--r-- 1 root root 2440780 Mar  9  2018 iwlwifi-8265-34.ucode
    -rw-r--r-- 1 root root 2436632 Mar  9  2018 iwlwifi-8265-36.ucode
    -rw-r--r-- 1 root root 2678092 Mar  9  2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
    -rw-r--r-- 1 root root 2521412 Mar  9  2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
    -rw-r--r-- 1 root root 1490508 Mar  9  2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
    drwxr-xr-x 2 root root    4096 Mar  9  2018 pru
    -rw-r--r-- 1 root root    5980 Mar  9  2018 regulatory.db
    -rw-r--r-- 1 root root    1085 Mar  9  2018 regulatory.db.p7s
    -rw-r--r-- 1 root root      28 Mar  9  2018 tee-header_v2.bin
    -rw-r--r-- 1 root root       0 Mar  9  2018 tee-pageable_v2.bin
    -rw-r--r-- 1 root root  712064 Mar  9  2018 tee-pager_v2.bin
    -rw-r--r-- 1 root root  712064 Mar  9  2018 tee-raw.bin
    -rw-r--r-- 1 root root  712092 Mar  9  2018 tee.bin
    -rw-r--r-- 1 root root 4815816 Mar  9  2018 tee.elf
    drwxr-xr-x 2 root root    4096 Mar  9  2018 ti-connectivity
    drwxr-xr-x 3 root root    4096 Mar  9  2018 ti-ipc
    drwxr-xr-x 2 root root    4096 Mar  9  2018 ti-pruss
    ls: cannot access '/lib/firmware/ipc': No such file or directory
    root@am64xx-evm:~# 
    - 19:39:32 [INFO] Host: cat /proc/diskstats
    - 19:39:33 [INFO] Target: 
    cat /proc/diskstats
       7       0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
      31       0 mtdblock0 13 0 104 45 0 0 0 0 0 45 45 0 0 0 0 0 0
      31       1 mtdblock1 28 0 224 135 0 0 0 0 0 135 135 0 0 0 0 0 0
      31       2 mtdblock2 29 0 232 69 0 0 0 0 0 69 69 0 0 0 0 0 0
      31       3 mtdblock3 10 0 80 49 0 0 0 0 0 52 49 0 0 0 0 0 0
      31       4 mtdblock4 10 0 80 63 0 0 0 0 0 63 63 0 0 0 0 0 0
      31       5 mtdblock5 26 0 208 82 0 0 0 0 0 78 82 0 0 0 0 0 0
      31       6 mtdblock6 10 0 80 77 0 0 0 0 0 79 77 0 0 0 0 0 0
     179       0 mmcblk0 793 0 51434 633 0 0 0 0 0 443 633 0 0 0 0 0 0
     179       1 mmcblk0p1 244 0 16716 183 0 0 0 0 0 157 183 0 0 0 0 0 0
     179       2 mmcblk0p2 259 0 16723 192 0 0 0 0 0 160 192 0 0 0 0 0 0
     179       3 mmcblk0p3 251 0 16787 237 0 0 0 0 0 201 237 0 0 0 0 0 0
     179      32 mmcblk0boot0 34 0 672 14 0 0 0 0 0 9 14 0 0 0 0 0 0
     179      64 mmcblk0boot1 34 0 672 19 0 0 0 0 0 19 19 0 0 0 0 0 0
     179      96 mmcblk1 1261 32 49972 1730 7 0 48 39 0 1009 1771 0 0 0 0 4 1
     179      97 mmcblk1p1 236 0 14593 508 0 0 0 0 0 399 508 0 0 0 0 0 0
     179      98 mmcblk1p2 756 32 19360 776 7 0 48 39 0 664 815 0 0 0 0 0 0
     179      99 mmcblk1p3 231 0 14819 401 0 0 0 0 0 338 401 0 0 0 0 0 0
    root@am64xx-evm:~# 
    - 19:39:33 [INFO] Host: cat /proc/interrupts
    - 19:39:33 [INFO] Target: 
    cat /proc/interrupts
               CPU0       CPU1       
     11:      32076      31026     GICv3  30 Level     arch_timer
     14:       1589          0     GICv3  66 Level     4d000000.mailbox thr_012
     23:          8          0     GICv3 193 Level     20000000.i2c
     24:        691          0     GICv3 194 Level     20010000.i2c
     25:       1475          0  MSI-INTA 1713152 Level     485c0100.dma-controller chan0
     61:          0          0  MSI-INTA 1970688 Level     485c0000.dma-controller chan1
     65:          0          0  MSI-INTA 1970704 Level     8000000.ethernet-tx0
     73:          0         16  MSI-INTA 1970712 Level     8000000.ethernet-tx1
     81:         15          0  MSI-INTA 1970720 Level     8000000.ethernet-tx2
     89:        344      27587  MSI-INTA 1970728 Level     8000000.ethernet-tx3
     97:          9          0  MSI-INTA 1970736 Level     8000000.ethernet-tx4
    105:          0         16  MSI-INTA 1970744 Level     8000000.ethernet-tx5
    113:          4          0  MSI-INTA 1970752 Level     8000000.ethernet-tx6
    121:          0          0  MSI-INTA 1970760 Level     8000000.ethernet-tx7
    129:          0          0  MSI-INTA 1970776 Level     485c0000.dma-controller chan4
    153:          0          0  MSI-INTA 1971712 Level     485c0000.dma-controller chan0
    157:      39701          0  MSI-INTA 1971728 Level     8000000.ethernet-rx0
    173:          0          0  MSI-INTA 1971752 Level     485c0000.dma-controller chan2
    174:          0          0  MSI-INTA 1971753 Level     485c0000.dma-controller chan3
    309:        735          0     GICv3 210 Level     2800000.serial
    310:          2          0     GICv3 171 Level     fc40000.spi
    312:          0          0     GICv3 134 Level     8000000.ethernet
    322:          0          0     GICv3 129 Level     39000000.cpts
    324:        967          0     GICv3 165 Level     mmc0
    511:          0          0     GICv3 235 Edge      j721e-pcie-link-down-irq
    512:          0          0  ITS-PCI-MSI-0000:00:00.0   0 Edge      PCIe PME, aerdrv
    513:       2637          0     GICv3 166 Level     mmc1
    516:          0          0     GICv3 204 Level     20100000.spi
    517:          8          0     GICv3 112 Level     mbox-main-r5fss0-core0, mbox-main-r5fss0-core1
    518:          8          0     GICv3 116 Level     mbox-main-r5fss1-core0, mbox-main-r5fss1-core1
    519:          4          0     GICv3 108 Level     mbox-m4-0
    523:          0          0  ITS-PCI-MSI-0000:01:00.0   0 Edge      pci-endpoint-test.0
    544:          0          0     GICv3 226 Level     f400000.usb
    545:          0          0     GICv3 228 Level     f400000.usb
    IPI0:     19018      19105       Rescheduling interrupts
    IPI1:       415        994       Function call interrupts
    IPI2:         0          0       CPU stop interrupts
    IPI3:         0          0       CPU stop NMIs
    IPI4:         0          0       Timer broadcast interrupts
    IPI5:         1         10       IRQ work interrupts
    IPI6:         0          0       CPU backtrace interrupts
    IPI7:         0          0       KGDB roundup interrupts
    Err:          0
    root@am64xx-evm:~# 
    - 19:39:33 [INFO] Host: cat /proc/softirqs
    - 19:39:33 [INFO] Target: 
    cat /proc/softirqs
                        CPU0       CPU1       
              HI:          0          0
           TIMER:       6976       7088
          NET_TX:          9         16
          NET_RX:      40096      27639
           BLOCK:        847          0
        IRQ_POLL:          0          0
         TASKLET:       1015       1487
           SCHED:       7161       6492
         HRTIMER:       1323       1473
             RCU:          0          0
    root@am64xx-evm:~# 
    - 19:39:33 [INFO] Host: ls -lR /run/media/mmcblk0p1
    - 19:39:34 [INFO] Target: 
    ls -lR /run/media/mmcblk0p1
    /run/media/mmcblk0p1:
    total 0
    root@am64xx-evm:~# 
    - 19:39:34 [INFO] Host: opkg list-installed | grep packagegroup-arago-test; echo $?
    - 19:39:44 [ERROR] On command: opkg list-installed | grep packagegroup-arago-test; echo $? waiting for opkg list-installed | grep packagegroup-arago-test; echo $?.+?(?-mix:^0) >>> error: execution expired
    - 19:39:44 [INFO] Target: 
    opkg list-installed | grep packagegroup-arago-test; echo $?
    1
    root@am64xx-evm:~# 
    - 19:39:44 [INFO] Host: opkg list-installed | grep ti-test; echo $?
    - 19:39:44 [INFO] Target: 
    opkg list-installed | grep ti-test; echo $?
    ti-test - 1.0-r0.19
    ti-test-extras - 1.0-r0.19
    0
    root@am64xx-evm:~# 
    - 19:39:44 [INFO] Host: lspci
    - 19:39:44 [INFO] Target: 
    lspci
    00:00.0 PCI bridge: Texas Instruments Device b010
    01:00.0 DMA controller: Texas Instruments Device b010
    root@am64xx-evm:~# 
    - 19:39:44 [INFO] Host: for f in /sys/bus/pci/devices/*/sriov_numvfs; do echo 0 > $f; done
    - 19:39:45 [INFO] Target: 
    for f in /sys/bus/pci/devices/*/sriov_numvfs; do echo 0 > $f; 
     done
    -sh: /sys/bus/pci/devices/*/sriov_numvfs: No such file or directory
    root@am64xx-evm:~# 
    - 19:39:45 [INFO] Host: pcitest -h
    - 19:39:45 [INFO] Target: 
    pcitest -h
    usage: pcitest [options]
    Options:
    	-D <dev>		PCI endpoint test device {default: /dev/pci-endpoint-test.0}
    	-b <bar num>		BAR test (bar number between 0..5)
    	-m <msi num>		MSI test (msi number between 1..32)
    	-x <msix num>		MSI-X test (msix number between 1..2048)
    	-i <irq type>		Set IRQ type (0 - Legacy, 1 - MSI, 2 - MSI-X)
    	-e			Clear IRQ
    	-I			Get current IRQ type configured
    	-d			Use DMA
    	-l			Legacy IRQ test
    	-r			Read buffer test
    	-w			Write buffer test
    	-c			Copy buffer test
    	-s <size>		Size of buffer {default: 100KB}
    	-h			Print this help message
    root@am64xx-evm:~# 
    - 19:39:45 [INFO] Host: modprobe pci_endpoint_test
    - 19:39:45 [INFO] Target: 
    modprobe pci_endpoint_test
    root@am64xx-evm:~# 
    - 19:39:45 [INFO] Host: ls /dev/pci-endpoint-test*
    - 19:39:45 [INFO] Target: 
    ls /dev/pci-endpoint-test*
    /dev/pci-endpoint-test.0
    root@am64xx-evm:~# 
    - 19:39:45 [INFO] Number of pci-endpoint-test devices: 1
    - 19:39:45 [INFO] === WRITE TEST for /dev/pci-endpoint-test.0 ===
    - 19:39:45 [INFO] Host: pcitest -w -s 1 -d -D /dev/pci-endpoint-test.0
    - 19:39:45 [INFO] Target: 
    pcitest -w -s 1 -d -D /dev/pci-endpoint-test.0
    WRITE (      1 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:46 [INFO] Host: pcitest -w -s 1024 -d -D /dev/pci-endpoint-test.0
    - 19:39:46 [INFO] Target: 
    pcitest -w -s 1024 -d -D /dev/pci-endpoint-test.0
    WRITE (   1024 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:46 [INFO] Host: pcitest -w -s 1025 -d -D /dev/pci-endpoint-test.0
    - 19:39:46 [INFO] Target: 
    pcitest -w -s 1025 -d -D /dev/pci-endpoint-test.0
    WRITE (   1025 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:46 [INFO] Host: pcitest -w -s 1024000 -d -D /dev/pci-endpoint-test.0
    - 19:39:47 [INFO] Target: 
    pcitest -w -s 1024000 -d -D /dev/pci-endpoint-test.0
    WRITE (1024000 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:47 [INFO] Host: pcitest -w -s 1024001 -d -D /dev/pci-endpoint-test.0
    - 19:39:47 [INFO] Target: 
    pcitest -w -s 1024001 -d -D /dev/pci-endpoint-test.0
    WRITE (1024001 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:47 [INFO] Host: pcitest -w -s 1 -d -D /dev/pci-endpoint-test.0
    - 19:39:47 [INFO] Target: 
    pcitest -w -s 1 -d -D /dev/pci-endpoint-test.0
    WRITE (      1 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:48 [INFO] Host: pcitest -w -s 1024 -d -D /dev/pci-endpoint-test.0
    - 19:39:48 [INFO] Target: 
    pcitest -w -s 1024 -d -D /dev/pci-endpoint-test.0
    WRITE (   1024 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:48 [INFO] Host: pcitest -w -s 1025 -d -D /dev/pci-endpoint-test.0
    - 19:39:48 [INFO] Target: 
    pcitest -w -s 1025 -d -D /dev/pci-endpoint-test.0
    WRITE (   1025 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:48 [INFO] Host: pcitest -w -s 1024000 -d -D /dev/pci-endpoint-test.0
    - 19:39:49 [INFO] Target: 
    pcitest -w -s 1024000 -d -D /dev/pci-endpoint-test.0
    WRITE (1024000 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:49 [INFO] Host: pcitest -w -s 1024001 -d -D /dev/pci-endpoint-test.0
    - 19:39:49 [INFO] Target: 
    pcitest -w -s 1024001 -d -D /dev/pci-endpoint-test.0
    WRITE (1024001 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:49 [INFO] Host: pcitest -w -s 1 -d -D /dev/pci-endpoint-test.0
    - 19:39:49 [INFO] Target: 
    pcitest -w -s 1 -d -D /dev/pci-endpoint-test.0
    WRITE (      1 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:50 [INFO] Host: pcitest -w -s 1024 -d -D /dev/pci-endpoint-test.0
    - 19:39:50 [INFO] Target: 
    pcitest -w -s 1024 -d -D /dev/pci-endpoint-test.0
    WRITE (   1024 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:50 [INFO] Host: pcitest -w -s 1025 -d -D /dev/pci-endpoint-test.0
    - 19:39:50 [INFO] Target: 
    pcitest -w -s 1025 -d -D /dev/pci-endpoint-test.0
    WRITE (   1025 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:50 [INFO] Host: pcitest -w -s 1024000 -d -D /dev/pci-endpoint-test.0
    - 19:39:51 [INFO] Target: 
    pcitest -w -s 1024000 -d -D /dev/pci-endpoint-test.0
    WRITE (1024000 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:51 [INFO] Host: pcitest -w -s 1024001 -d -D /dev/pci-endpoint-test.0
    - 19:39:51 [INFO] Target: 
    pcitest -w -s 1024001 -d -D /dev/pci-endpoint-test.0
    WRITE (1024001 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:51 [INFO] Host: pcitest -w -s 1 -d -D /dev/pci-endpoint-test.0
    - 19:39:51 [INFO] Target: 
    pcitest -w -s 1 -d -D /dev/pci-endpoint-test.0
    WRITE (      1 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:52 [INFO] Host: pcitest -w -s 1024 -d -D /dev/pci-endpoint-test.0
    - 19:39:52 [INFO] Target: 
    pcitest -w -s 1024 -d -D /dev/pci-endpoint-test.0
    WRITE (   1024 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:52 [INFO] Host: pcitest -w -s 1025 -d -D /dev/pci-endpoint-test.0
    - 19:39:52 [INFO] Target: 
    pcitest -w -s 1025 -d -D /dev/pci-endpoint-test.0
    WRITE (   1025 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:52 [INFO] Host: pcitest -w -s 1024000 -d -D /dev/pci-endpoint-test.0
    - 19:39:53 [INFO] Target: 
    pcitest -w -s 1024000 -d -D /dev/pci-endpoint-test.0
    WRITE (1024000 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:53 [INFO] Host: pcitest -w -s 1024001 -d -D /dev/pci-endpoint-test.0
    - 19:39:53 [INFO] Target: 
    pcitest -w -s 1024001 -d -D /dev/pci-endpoint-test.0
    WRITE (1024001 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:53 [INFO] Host: pcitest -w -s 1 -d -D /dev/pci-endpoint-test.0
    - 19:39:53 [INFO] Target: 
    pcitest -w -s 1 -d -D /dev/pci-endpoint-test.0
    WRITE (      1 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:54 [INFO] Host: pcitest -w -s 1024 -d -D /dev/pci-endpoint-test.0
    - 19:39:54 [INFO] Target: 
    pcitest -w -s 1024 -d -D /dev/pci-endpoint-test.0
    WRITE (   1024 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:54 [INFO] Host: pcitest -w -s 1025 -d -D /dev/pci-endpoint-test.0
    - 19:39:54 [INFO] Target: 
    pcitest -w -s 1025 -d -D /dev/pci-endpoint-test.0
    WRITE (   1025 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:54 [INFO] Host: pcitest -w -s 1024000 -d -D /dev/pci-endpoint-test.0
    - 19:39:55 [INFO] Target: 
    pcitest -w -s 1024000 -d -D /dev/pci-endpoint-test.0
    WRITE (1024000 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:55 [INFO] Host: pcitest -w -s 1024001 -d -D /dev/pci-endpoint-test.0
    - 19:39:55 [INFO] Target: 
    pcitest -w -s 1024001 -d -D /dev/pci-endpoint-test.0
    WRITE (1024001 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:39:55 [INFO] ==== Buffer Size 1 ====
    - 19:39:55 [INFO] Throughput 2 KB/s
    - 19:39:55 [INFO] ==== Buffer Size 1024 ====
    - 19:39:55 [INFO] Throughput 2791 KB/s
    - 19:39:55 [INFO] ==== Buffer Size 1025 ====
    - 19:39:55 [INFO] Throughput 2796 KB/s
    - 19:39:55 [INFO] ==== Buffer Size 1024000 ====
    - 19:39:55 [INFO] Throughput 110240 KB/s
    - 19:39:55 [INFO] ==== Buffer Size 1024001 ====
    - 19:39:55 [INFO] Throughput 110220 KB/s

    AM64x EP Logs:

    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.12.35-ti-rt-00969-gadbec2562ad1 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.4.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT_RT Wed Aug 13 19:40:14 UTC 2025
    [    0.000000] Machine model: Texas Instruments AM642 EVM
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: legacy bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [ I/ T  C0:. 0S0ec0o00n0d]a ryOF :C PUre s1e rinveitdi maelmiz:i ningi
    tiaIli/zTCe:d  Sneocdeo ndra5rfy-m eCmPoUr 1y @asw21i0t0ch00i0n,g  tcoo mpnaotrimballe  wiodr lsdh abroeodt-
    d
    ma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable m4f-dma-memory@a4000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable m4f-memory@a4100000
    [    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a57fffff (8192 KiB) nomap non-reusable ipc-memories@a5000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    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-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a57fffff]
    [    0.000000]   node   0: [mem 0x00000000a5800000-0x00000000ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000] cma: Reserved 32 MiB at 0x00000000fbe00000 on node -1
    [    0.000000] psci: probing for conduit method from DT.
    [    0.000000] psci: PSCIv1.1 detected in firmware.
    [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [    0.000000] psci: Trusted OS migration not required
    [    0.000000] psci: SMC Calling Convention v1.5
    [    0.000000] percpu: Embedded 23 pages/cpu s54640 r8192 d31376 u94208
    [    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 disabled by kernel configuration
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled  ip=:::::eth0:dhcp  root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am64xx-hsevm1/autofs/e6f1a02426e0480581cd59cc53a7bc62,nolock,v3,tcp,rsize=4096,wsize=4096 
    [    0.000000] sysrq: sysrq always enabled.
    [    0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
    [    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 524288
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 2MB
    [    0.000000] software IO TLB: area num 2.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fba00000-0x00000000fbc00000] (2MB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
    [    0.000000] rcu: 	RCU_SOFTIRQ processing moved to rcuc kthreads.
    [    0.000000] 	No expedited grace period (rcu_normal_after_boot).
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 256 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: 0xffff8000800100bc
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=1
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001840000
    [    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 @80800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000
    [    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.000488] Console: colour dummy device 80x25
    [    0.000557] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.000569] pid_max: default: 32768 minimum: 301
    [    0.000648] LSM: initializing lsm=capability
    [    0.000823] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.000849] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.003166] rcu: Hierarchical SRCU implementation.
    [    0.003183] rcu: 	Max phase no-delay instances is 400.
    [    0.067716] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
    [    0.088667] EFI services will not be available.
    [    0.106042] smp: Bringing up secondary CPUs ...
    [    0.228370] Detected VIPT I-cache on CPU1
    [    0.228486] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000
    [    0.228504] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [    0.228563] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.257650] smp: Brought up 1 node, 2 CPUs
    [    0.257659] SMP: Total of 2 processors activated.
    [    0.257663] CPU: All CPU(s) started at EL2
    [    0.257667] CPU features: detected: 32-bit EL0 Support
    [    0.257673] CPU features: detected: CRC32 instructions
    [    0.257711] alternatives: applying system-wide alternatives
    [    0.258808] Memory: 1886160K/2097152K available (10368K kernel code, 1178K rwdata, 2732K rodata, 2240K init, 531K bss, 170408K reserved, 32768K cma-reserved)
    [    0.260110] devtmpfs: initialized
    [    0.274742] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.274772] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.276075] 28464 pages in range for non-PLT usage
    [    0.276097] 519984 pages in range for PLT usage
    [    0.276413] pinctrl core: initialized pinctrl subsystem
    [    0.277227] DMI not present or invalid.
    [    0.278016] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.279825] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.280544] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.281519] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.281647] audit: initializing netlink subsys (disabled)
    [    0.281933] audit: type=2000 audit(0.280:1): state=initialized audit_enabled=0 res=1
    [    0.282703] thermal_sys: Registered thermal governor 'step_wise'
    [    0.282984] ASID allocator initialised with 65536 entries
    [    0.290687] /bus@f4000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f4000/interrupt-controller@1800000
    [    0.304640] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.304657] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.304664] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.304668] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.304673] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.304677] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.304682] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.304685] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    1.041532] k3-chipinfo 43000014.chipid: Family:AM64X rev:SR2.0 JTAGID[0x1bb3802f] Detected
    [    1.042747] iommu: Default domain type: Translated
    [    1.042763] iommu: DMA domain TLB invalidation policy: strict mode
    [    1.045047] SCSI subsystem initialized
    [    1.045663] usbcore: registered new interface driver usbfs
    [    1.045715] usbcore: registered new interface driver hub
    [    1.045759] usbcore: registered new device driver usb
    [    1.046620] pps_core: LinuxPPS API ver. 1 registered
    [    1.046630] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    1.046648] PTP clock support registered
    [    1.046696] EDAC MC: Ver: 3.0.0
    [    1.047139] scmi_core: SCMI protocol bus registered
    [    1.047581] FPGA manager framework
    [    1.047729] Advanced Linux Sound Architecture Driver Initialized.
    [    1.051461] clocksource: Switched to clocksource arch_sys_counter
    [    1.051779] VFS: Disk quotas dquot_6.6.0
    [    1.051804] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    1.060710] NET: Registered PF_INET protocol family
    [    1.061049] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    1.063226] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [    1.063289] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    1.063302] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    1.063634] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear)
    [    1.0I6/51T4C8:]  ReTsCePr:ve dHa sshh atreadbl mese mcoorny fiigs ureenad bl(eed
    s
    tabIl/iTsCh:e Ddy 1n6a3m8i4c  bsihnadre 1d6 3me84mo)r
    y [ i s  e n1a.0bl65e4d7
    2
    ] IUD/PT Ch: asNho rmtaalbl We oernldtr iveisr:tu 1a0l2iz4a (toirodne sr:u p4p,or 9t 83is04  dibsytabesle,d 
    l
    ineaI/r)T
    C
    : [A s y  n1ch.0ro6n56o3u2s] n oUDtiPf-Liciateti onhsa sah rte abdiles aebnletrd
    i
    es: 1024 (order: 4, 98304 bytes, linear)
    [    1.065981] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    1.066624] RPC: Registered named UNIX socket transport module.
    [    1.066637] RPC: Registered udp transport module.
    [    1.066641] RPC: Registered tcp transport module.
    [    1.066644] RPC: Registered tcp-with-tls transport module.
    [    1.066648] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    1.066665] PCI: CLS 0 bytes, default 64
    [    1.068552] Initialise system trusted keyrings
    [    1.068789] workingset: timestamp_bits=62 max_order=19 bucket_order=0
    [    1.069191] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    1.069547] NFS: Registering the id_resolver key type
    [    1.069594] Key type id_resolver registered
    [    1.069598] Key type id_legacy registered
    [    1.069625] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    1.069632] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    1.132889] Key type asymmetric registered
    [    1.132903] Asymmetric key parser 'x509' registered
    [    1.133006] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    1.133015] io scheduler mq-deadline registered
    [    1.133020] io scheduler kyber registered
    [    1.133050] io scheduler bfq registered
    [    1.137437] pinctrl-single 4084000.pinctrl: 33 pins, size 132
    [    1.138028] pinctrl-single f4000.pinctrl: 180 pins, size 720
    [    1.149141] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    1.163853] loop: module loaded
    [    1.165526] megasas: 07.727.03.00-rc1
    [    1.172295] tun: Universal TUN/TAP device driver, 1.6
    [    1.173909] VFIO - User Level meta-driver version: 0.3
    [    1.175888] usbcore: registered new interface driver usb-storage
    [    1.176850] i2c_dev: i2c /dev entries driver
    [    1.177775] sdhci: Secure Digital Host Controller Interface driver
    [    1.177784] sdhci: Copyright(c) Pierre Ossman
    [    1.178056] sdhci-pltfm: SDHCI platform and OF driver helper
    [    1.179061] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    1.180505] usbcore: registered new interface driver usbhid
    [    1.180518] usbhid: USB HID core driver
    [    1.181942] optee: probing for conduit method.
    [    1.181982] optee: revision 4.6 (71785645fa6ce42d)
    [    1.214975] optee: dynamic shared memory is enabled
    [    1.216054] optee: initialized driver
    [    1.216706] random: crng init done
    [    1.219817] NET: Registered PF_PACKET protocol family
    [    1.219930] Key type dns_resolver registered
    [    1.233663] Loading compiled-in X.509 certificates
    [    1.249039] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.1.5--v11.01.05 (Fancy Rat)')
    [    1.386201] pca953x 0-0038: supply vcc not found, using dummy regulator
    [    1.386540] pca953x 0-0038: using no AI
    [    1.399472] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.401559] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.401735] pca953x 1-0022: using AI
    [    1.414939] omap_i2c 20010000.i2c: bus 1 rev0.12 at 400 kHz
    [    1.415465] ti-sci-intr bus@f4000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.415923] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.420990] ti-udma 485c0100.dma-controller: Number of rings: 68
    [    1.423357] ti-udma 485c0100.dma-controller: Channels: 24 (bchan: 12, tchan: 6, rchan: 6)
    [    1.425975] ti-udma 485c0000.dma-controller: Number of rings: 288
    [    1.441193] ti-udma 485c0000.dma-controller: Channels: 44 (tchan: 29, rchan: 15)
    [    1.446286] printk: legacy console [ttyS2] disabled
    [    1.538869] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 309, base_baud = 3000000) is a 8250
    [    1.547808] printk: legacy console [ttyS2] enabled
    [    1.547808] printk: legacy console [ttyS2] enabled
    [    1.547818] printk: legacy bootconsole [ns16550a0] disabled
    [    1.547818] printk: legacy bootconsole [ns16550a0] disabled
    [    1.578774] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [    1.578803] Creating 7 MTD partitions on "fc40000.spi.0":
    [    1.578812] 0x000000000000-0x000000100000 : "ospi.tiboot3"
    [    1.580833] 0x000000100000-0x000000300000 : "ospi.tispl"
    [    1.582612] 0x000000300000-0x000000700000 : "ospi.u-boot"
    [    1.584318] 0x000000700000-0x000000740000 : "ospi.env"
    [    1.586093] 0x000000740000-0x000000780000 : "ospi.env.backup"
    [    1.587953] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    1.589681] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    1.753605] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00903, cpsw version 0x6BA80903 Ports: 3 quirks:00000006
    [    1.754771] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    1.788416] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.790964] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    1.791201] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.4
    [    1.791212] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [    1.792582] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.846177] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 16
    [    1.855274] am65-cpts 39000000.cpts: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.858563] mmc0: CQHCI version 5.10
    [    1.882565] mmc1: CQHCI version 5.10
    [    1.907670] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.924300] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    1.936769] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    1.936797] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [    1.991880] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
    [    1.993860] mmcblk1: mmc1:aaaa SH32G 29.7 GiB
    [    2.006815]  mmcblk1: p1 p2 p3
    [    2.014487] mmc0: Command Queue Engine enabled
    [    2.014525] mmc0: new HS200 MMC card at address 0001
    [    2.024902] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
    [    2.027113]  mmcblk0: p1 p2
    [    2.028042] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
    [    2.029851] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
    [    2.031633] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (239:0)
    [    6.054216] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [    6.067411] Sending DHCP requests ., OK
    [    6.071478] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.158
    [    6.071495] IP-Config: Complete:
    [    6.071498]      device=eth0, hwaddr=f4:84:4c:fd:9d:91, ipaddr=192.168.0.158, mask=255.255.255.0, gw=192.168.0.1
    [    6.071508]      host=192.168.0.158, domain=ti.com, nis-domain=(none)
    [    6.071513]      bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
    [    6.071518]      nameserver0=192.0.2.2, nameserver1=192.0.2.3
    [    6.071813] clk: Disabling unused clocks
    [    6.095327] PM: genpd: Disabling unused power domains
    [    6.095520] ALSA device list:
    [    6.095529]   No soundcards found.
    [    6.147566] VFS: Mounted root (nfs filesystem) on device 0:21.
    [    6.148067] devtmpfs: mounted
    [    6.150697] Freeing unused kernel memory: 2240K
    [    6.150845] Run /sbin/init as init process
    [    6.511754] systemd[1]: System time before build time, advancing clock.
    [    6.581744] NET: Registered PF_INET6 protocol family
    [    6.591302] Segment Routing with IPv6
    [    6.591354] In-situ OAM (IOAM) with IPv6
    [    6.625707] systemd[1]: systemd 255.21^ 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 -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
    [    6.625762] systemd[1]: Detected architecture arm64.
    
    Welcome to [1mArago 2025.01[0m!
    
    
    [    6.674499] systemd[1]: Hostname set to <am64xx-evm>.
    [    7.527363] systemd[1]: /usr/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.
    [    7.863325] systemd[1]: Queued start job for default target Graphical Interface.
    [    7.902012] systemd[1]: Created slice Slice /system/getty.
    [[0;32m  OK  [0m] Created slice [0;1;39mSlice /system/getty[0m.
    
    [    7.917317] systemd[1]: Created slice Slice /system/modprobe.
    [[0;32m  OK  [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
    
    [    7.932344] systemd[1]: Created slice Slice /system/serial-getty.
    [[0;32m  OK  [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
    
    [[0;32m  OK  [0m] Created slice [0;1;39mUser and Session Slic[    7.947759] systemd[1]: Created slice User and Session Slice.
    e[0m.
    
    [    7.962149] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [[0;32m  OK  [0m] Started [0;1;39mDispatch Password Requests to Console Directory Watch[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mForward Password Requests t[    7.980100] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    o Wall Directory Watch[0m.
    
             Expecting device [0;1;39m/dev/ttyS2[0m...
    
    [    7.997832] systemd[1]: Expecting device /dev/ttyS2...
    [[0;32m  OK  [0m] Reached target [0;1;39mPath Units[0m.
    
    [    8.008549] systemd[1]: Reached target Path Units.
    [[0;32m  OK  [0m] Reached target [0;1;39mRemote File Systems[    8.019439] systemd[1]: Reached target Remote File Systems.
    [0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mSlice Units[0m.
    
    [    8.032762] systemd[1]: Reached target Slice Units.
    [[0;32m  OK  [0m] Reached target [0;1;39mSwaps[0m.
    
    [    8.043864] systemd[1]: Reached target Swaps.
    [[0;32m  OK  [0m] Listening on [0;1;39mRPCbind Server Activat[    8.055874] systemd[1]: Listening on RPCbind Server Activation Socket.
    ion Socket[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mRPC Port Mapper[0m.[    8.070779] systemd[1]: Reached target RPC Port Mapper.
    
    
    [[0;32m  OK  [0m] Listening on [0;1;39mProcess Core Dump Sock[    8.094946] systemd[1]: Listening on Process Core Dump Socket.
    et[0m.
    
    [    8.110295] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [[0;32m  OK  [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mJournal Audit Socket[[    8.127001] systemd[1]: Listening on Journal Audit Socket.
    0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mJournal Socket (/dev/l[    8.142475] systemd[1]: Listening on Journal Socket (/dev/log).
    og)[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mJournal Socket[0m.
    
    [    8.157857] systemd[1]: Listening on Journal Socket.
    [[0;32m  OK  [0m] Listening on [0;1;39mNetwork Service Netlin[    8.170919] systemd[1]: Listening on Network Service Netlink Socket.
    k Socket[0m.
    
    [    8.190178] systemd[1]: Listening on udev Control Socket.
    [[0;32m  OK  [0m] Listening on [0;1;39mudev Control Socket[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mudev Kernel Socket[0m[    8.204644] systemd[1]: Listening on udev Kernel Socket.
    .
    
    [    8.219302] systemd[1]: Listening on User Database Manager Socket.
    [[0;32m  OK  [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
    
             Mounting [0;1;39mHuge Pages File System[0m...
    
    [    8.245873] systemd[1]: Mounting Huge Pages File System...
             Mounting [0;1;39mPOSIX Message Queue File System[0m..[    8.266900] systemd[1]: Mounting POSIX Message Queue File System...
    .
    
    [    8.296257] systemd[1]: Mounting Kernel Debug File System...
             Mounting [0;1;39mKernel Debug File System[0m...
    
    [    8.305162] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
             Mounting [0;1;39mTemporary Directory /tmp[0m...
    [    8.336977] systemd[1]: Mounting Temporary Directory /tmp...
    
             Starting [0;1;39mCreate List of Static Device Nodes[0[    8.379446] systemd[1]: Starting Create List of Static Device Nodes...
    m...
    
    [    8.413143] systemd[1]: Starting Load Kernel Module configfs...
             Starting [0;1;39mLoad Kernel Module configfs[0m...
    
             Starting [0;1;39mLoad Kernel Module drm[0m...
    
    [    8.446488] systemd[1]: Starting Load Kernel Module drm...
    [    8.479279] systemd[1]: Starting Load Kernel Module fuse...
             Starting [0;1;39mLoad Kernel Module fuse[0m...
    
             Starting [0;1;39mRPC Bind[0m...
    
    [    8.524526] systemd[1]: Starting RPC Bind...
    [    8.537327] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [    8.542038] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    8.542068] systemd[1]: systemd-journald.service: (This warning is only shown for the first unit using IP firewalling.)
    [    8.583124] systemd[1]: Starting Journal Service...
             Starting [0;1;39mJournal Service[0m...
    
    [    8.638308] systemd[1]: Starting Load Kernel Modules...
             Starting [0;1;39mLoad Kernel Modules[0m...
    
             Starting [0;1;39mGenerate network units from Kernel co[    8.687561] systemd[1]: Starting Generate network units from Kernel command line...
    mmand line[0m...
    
             Starting [0;1;39mRemount Root and Kernel File Systems[    8.726556] systemd[1]: Starting Remount Root and Kernel File Systems...
    [0m...
    
             Starting [0;1;39mColdplug All udev Devices[0m...
    
    [    8.764616] systemd[1]: Starting Coldplug All udev Devices...
    [    8.786120] systemd[1]: Mounted Huge Pages File System.
    [[0;32m  OK  [0m] Mounted [0;1;39mHuge Pages File System[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39mPOSIX Message Queue File Sy[    8.800767] systemd[1]: Mounted POSIX Message Queue File System.
    stem[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39mKernel Debug File System[0[    8.823636] systemd[1]: Mounted Kernel Debug File System.
    m.
    [    8.836321] fuse: init (API version 7.41)
    
    [[0;32m  OK  [0m] Mounted [0;1;39mTemporary Directory /tmp[0[    8.851620] systemd[1]: Mounted Temporary Directory /tmp.
    m.
    
    [    8.880167] systemd[1]: Finished Create List of Static Device Nodes.
    [[0;32m  OK  [0m] Finished [0;1;39mCreate List of Static Devi[    8.891534] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    ce Nodes[0m.
    
    [    8.901358] systemd[1]: Finished Load Kernel Module configfs.
    [[0;32m  OK  [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
    
    [    8.927667] systemd[1]: modprobe@fuse.service: Deactivated successfully.
    [[0;32m  OK  [0m] Finished [0;1;39mLoad Kernel Module fuse[0[    8.935551] systemd[1]: Finished Load Kernel Module fuse.
    m.
    
    [    8.958072] systemd[1]: modprobe@drm.service: Deactivated successfully.
    [    8.966160] systemd[1]: Finished Load Kernel Module drm.
    [[0;32m  OK  [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
    
    [    8.986800] systemd-journald[138]: Collecting audit messages is enabled.
             Mounting [0;1;39mFUSE Control File System[0m...
    
    [    9.007870] systemd[1]: Mounting FUSE Control File System...
    [    9.040361] systemd[1]: Mounting Kernel Configuration File System...
             Mounting [0;1;39mKernel Configuration File System[0m...
    
             Starting [0;1;39mCreate Static Device Nodes in /dev gr[    9.111540] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
    acefully[0m...
    
    [[0;32m  OK  [0m] Started [0;1;39mRPC Bind[0m.
    [    9.138691] systemd[1]: Started RPC Bind.
    
    [[0;32m  OK  [0m] Started [0;1;39mJournal Service[0m.
    [    9.154492] systemd[1]: Started Journal Service.
    
    [    9.163073] cryptodev: loading out-of-tree module taints kernel.
    [    9.182082] sysctl table check failed: ioctl/(null) procname is null
    [    9.182106] sysctl table check failed: ioctl/(null) No proc_handler
    [    9.182111] cryptodev: driver 1.14 loaded.
    [[0;32m  OK  [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mLoad Kernel Modules[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39mFUSE Control File System[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39mKernel Configuration File System[0m.
    
             Starting [0;1;39mFlush Journal to Persistent Storage[0m...
    
             Starting [0;1;39mApply Kernel Variables[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mCreate Static Device Nodes[    9.651943] systemd-journald[138]: Received client request to flush runtime journal.
     in /dev gracefully[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
    
             Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mApply Kernel Variables[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
    
             Mounting [0;1;39m/var/volatile[0m...
    
             Starting [0;1;39mRule-based Manager for Device Events and Files[0m...
    
    [[0;32m  OK  [0m] Mounted [0;1;39m/var/volatile[0m.
    
             Starting [0;1;39mLoad/Save OS Random Seed[0m...
    
    [[0;32m  OK  [0m] Reached target [0;1;39mLocal File Systems[0m.
    
             Starting [0;1;39mCreate System Files and Directories[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mLoad/Save OS Random Seed[0m.
    
             Starting [0;1;39mUser Database Manager[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mColdplug All udev Devices[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mCreate System Files and Directories[0m.
    
             Starting [0;1;39mNetwork Name Resolution[0m...
    
             Starting [0;1;39mNetwork Time Synchronization[0m...
    
             Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
    
    [[0;32m  OK  [0m] Started [0;1;39mUser Database Manager[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mNetwork Time Synchronization[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mSystem Time Set[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mNetwork Name Resolution[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mSystem Initialization[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mDaily rotation of log files[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mTimer Units[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
    
             Starting [0;1;39mDocker Socket for the API[0m...
    
    [[0;32m  OK  [0m] Listening on [0;1;39mdropbear.socket[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
    
             Starting [0;1;39mD-Bus System Message Bus[0m...
    
             Starting [0;1;39mReboot and dump vmcore via kexec[0m...
    
    [[0;32m  OK  [0m] Listening on [0;1;39mDocker Socket for the API[0m.
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/ttyS2[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mD-Bus System Message Bus[0m.
    
    [   14.837781] CAN device driver interface
    [   14.924716] at24 0-0050: supply vcc not found, using dummy regulator
    [   14.933058] at24 0-0050: 131072 byte 24c1024 EEPROM, writable, 1 bytes/write
    [   15.036849] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fc9100
    [   15.037211] omap-mailbox 29040000.mailbox: omap mailbox rev 0x66fc9100
    [   15.070730] omap-mailbox 29060000.mailbox: omap mailbox rev 0x66fc9100
    [[0;32m  OK  [0m] Reached target [0;1;39mSocket Units[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mBasic System[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mJob spooling tools[0m.
    
    [   15.237136] davinci_mdio 300b2400.mdio: Configuring MDIO in manual mode
             Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
    
    [   15.300682] davinci_mdio 300b2400.mdio: davinci mdio revision 1.7, bus freq 1000000
    [[0;32m  OK  [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
    
             Starting [0;1;39mPrint notice about GPLv3 packages[0m...
    
             Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
    
             Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
    
    [   15.493654] platform 78000000.r5f: configured R5F for remoteproc mode
    [   15.498620] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [   15.511169] remoteproc remoteproc0: 78000000.r5f is available
    [   15.528528] platform 78200000.r5f: configured R5F for remoteproc mode
    [   15.531375] platform 78200000.r5f: assigned reserved memory node r5f-dma-memory@a1000000
    [   15.533816] remoteproc remoteproc1: 78200000.r5f is available
    [   15.574770] platform 78400000.r5f: configured R5F for remoteproc mode
    [   15.576815] platform 78400000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [   15.581236] remoteproc remoteproc2: 78400000.r5f is available
    [   15.597928] platform 78600000.r5f: configured R5F for remoteproc mode
    [   15.598537] platform 78600000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
    [   15.600538] remoteproc remoteproc3: 78600000.r5f is available
    [[0;32m  OK  [0m] Started [0;1;39mirqbalance daemon[0m.
    
    [   15.669650] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@a4000000
    [   15.672440] k3-m4-rproc 5000000.m4fss: configured M4F for remoteproc mode
    [   15.673756] davinci_mdio 300b2400.mdio: phy[15]: device 300b2400.mdio:0f, driver TI DP83869
    [   15.699495] remoteproc remoteproc4: 5000000.m4fss is available
    [   15.726974] remoteproc remoteproc2: powering up 78400000.r5f
    [   15.727011] remoteproc remoteproc2: Booting fw image am64-main-r5f1_0-fw, size 90216
    [   15.735472] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node r5f-dma-memory@a2000000
    [   15.736573] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [   15.736705] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [   15.746909] virtio_rpmsg_bus virtio0: rpmsg host is online
    [   15.749346] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
    [   15.749372] remoteproc remoteproc2: remote processor 78400000.r5f is now up
    [   15.772702] remoteproc remoteproc1: powering up 78200000.r5f
    [   15.772738] remoteproc remoteproc1: Booting fw image am64-main-r5f0_1-fw, size 94056
    [   15.773601] remoteproc remoteproc3: powering up 78600000.r5f
    [   15.773627] remoteproc remoteproc3: Booting fw image am64-main-r5f1_1-fw, size 94056
    [   15.780045] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node r5f-dma-memory@a3000000
    [   15.780230] remoteproc remoteproc0: powering up 78000000.r5f
    [   15.780256] remoteproc remoteproc0: Booting fw image am64-main-r5f0_0-fw, size 94056
    [   15.802424] remoteproc remoteproc4: powering up 5000000.m4fss
    [   15.802461] remoteproc remoteproc4: Booting fw image am64-mcu-m4f0_0-fw, size 88248
    [[0;32m  OK  [0m] Started [0;1;39mMultiple Spanning Tree Protocol Daemon[0m.
    
    [   15.891838] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@a1000000
    [   15.891933] rproc-virtio rproc-virtio.4.auto: assigned reserved memory node m4f-dma-memory@a4000000
    [   15.892007] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node r5f-dma-memory@a0000000
    [[0;32m  OK  [0m] Started [0;1;39mstrongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf[0m.
    
    [   15.984126] virtio_rpmsg_bus virtio1: rpmsg host is online
    [   15.984142] virtio_rpmsg_bus virtio4: rpmsg host is online
    [   15.984188] rproc-virtio rproc-virtio.2.auto: registered virtio4 (type 7)
    [   15.984200] remoteproc remoteproc0: remote processor 78000000.r5f is now up
    [   15.984213] rproc-virtio rproc-virtio.1.auto: registered virtio1 (type 7)
    [   15.984223] remoteproc remoteproc3: remote processor 78600000.r5f is now up
    [   15.985009] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [   15.985107] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xd
    [   15.985623] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [   15.985689] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xe
    [   16.006837] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
    [   16.007002] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
    [   16.007142] virtio_rpmsg_bus virtio2: rpmsg host is online
    [   16.007193] rproc-virtio rproc-virtio.3.auto: registered virtio2 (type 7)
    [   16.007203] remoteproc remoteproc1: remote processor 78200000.r5f is now up
    [   16.013422] virtio_rpmsg_bus virtio3: rpmsg host is online
    [   16.013487] rproc-virtio rproc-virtio.4.auto: registered virtio3 (type 7)
    [   16.013498] remoteproc remoteproc4: remote processor 5000000.m4fss is now up
    [   16.014440] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
    [   16.014683] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
             Starting [0;1;39mUser Login Management[0m...
    
             Starting [0;1;39mTelnet Server[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mPreparation for Network[0m.
    
             Starting [0;1;39mNetwork Configuration[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mTelnet Server[0m.
    
    [   16.845289] m_can_platform 20701000.can: m_can device registered (irq=522, version=32)
    [   16.862108] m_can_platform 20711000.can: m_can device registered (irq=523, version=32)
    [[0;32m  OK  [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
    
    [   16.954573] gpio-mux mux-controller: 2-way mux-controller registered
    [   17.086071] remoteproc remoteproc5: 3000a000.txpru is available
    [   17.094251] remoteproc remoteproc6: 3000c000.txpru is available
    [   17.104244] remoteproc remoteproc7: 3008a000.txpru is available
    [   17.113267] remoteproc remoteproc8: 3008c000.txpru is available
    [[0;32m  OK  [0m] Created slice [0;1;39mSlice /system/tee-supplicant[0m.
    
    [   17.800744] remoteproc remoteproc9: 30034000.pru is available
    [   17.813207] remoteproc remoteproc10: 30004000.rtu is available
    [[0;32m  OK  [0m] Started [0;1;39mTEE Supplicant on teepriv0[0m.
    [   17.837142] remoteproc remoteproc11: 30038000.pru is available
    [   17.851874] remoteproc remoteproc12: 30006000.rtu is available
    [   17.863631] remoteproc remoteproc13: 300b4000.pru is available
    
    [   17.873128] remoteproc remoteproc14: 30084000.rtu is available
    [   17.884530] remoteproc remoteproc15: 300b8000.pru is available
    [   17.897016] remoteproc remoteproc16: 30086000.rtu is available
    [   17.924331] TI DP83869 300b2400.mdio:0f: attached PHY driver (mii_bus:phy_addr=300b2400.mdio:0f, irq=POLL)
    [   17.924377] icssg-prueth icssg1-eth: TI PRU ethernet driver initialized: single EMAC mode
             Starting [0;1;39mVirtual Console Setup[0m...
    
    [   18.566620] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
    [   18.576611] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 1
    [   18.577075] xhci-hcd xhci-hcd.5.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010
    [   18.578218] xhci-hcd xhci-hcd.5.auto: irq 541, io mem 0x0f410000
    [   18.581623] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
    [   18.581664] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 2
    [   18.581692] xhci-hcd xhci-hcd.5.auto: Host supports USB 3.0 SuperSpeed
    [   18.668574] m_can_platform 20701000.can main_mcan0: renamed from can0
    [   18.703033] hub 1-0:1.0: USB hub found
    [   18.708843] hub 1-0:1.0: 1 port detected
    [   18.795695] m_can_platform 20711000.can main_mcan1: renamed from can1
    [   18.800070] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   18.820482] hub 2-0:1.0: USB hub found
    [   18.821617] hub 2-0:1.0: 1 port detected
    [[0;32m  OK  [0m] Started [0;1;39mUser Login Management[0m.
    
    [   19.317672] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [[0;32m  OK  [0m] Listening on [0;1;39mLoad/Save RF Kill Switch Status /dev/rfkill Watch[0m.
    
    [   19.803370] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [   19.813955] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [[0;32m  OK  [0m] Started [0;1;39mNetwork Configuration[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mVirtual Console Setup[0m.
    
    [[0;32m  OK  [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
    
             Expecting device [0;1;39m/dev/mmcblk0p1[0m...
    
             Expecting device [0;1;39m/dev/mmcblk0p2[0m...
    
             Expecting device [0;1;39m/dev/mmcblk1p1[0m...
    
             Expecting device [0;1;39m/dev/mmcblk1p2[0m...
    
             Expecting device [0;1;39m/dev/mmcblk1p3[0m...
    
    [[0;32m  OK  [0m] Reached target [0;1;39mNetwork[0m.
    
             Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
    
             Starting [0;1;39mcontainerd container runtime[0m...
    
             Starting [0;1;39mLLDP daemon[0m...
    
    [[0;32m  OK  [0m] Started [0;1;39mNetperf Benchmark Server[0m.
    
             Starting [0;1;39mPermit User Sessions[0m...
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mPermit User Sessions[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mLLDP daemon[0m.
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39memptty display manager[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mGetty on tty1[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mLogin Prompts[0m.
    
             Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
    
             Starting [0;1;39mFile System Check on /dev/mmcblk0p2[0m...
    
             Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
    
             Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
    
             Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
    
             Mounting [0;1;39m/run/media/mmcblk0p1[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
    
             Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
    
             Mounting [0;1;39m/run/media/mmcblk0p2[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
    
             Mounting [0;1;39m/run/media/mmcblk1p3[0m...
    
    [   23.409473] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
             Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
    
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
    
    [   23.517992] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
    
    [   23.927181] EXT4-fs (mmcblk0p2): mounted filesystem c4518766-c52b-4237-b8f6-62c42bc2e096 r/w with ordered data mode. Quota mode: none.
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
    
    [   24.390442] EXT4-fs (mmcblk1p3): mounted filesystem 74446dc1-0332-4e00-8dcb-7214badd271a r/w with ordered data mode. Quota mode: none.
    [   24.421191] EXT4-fs (mmcblk1p2): mounted filesystem c78fde80-620c-4afb-8fb4-07aba6f139ad r/w with ordered data mode. Quota mode: none.
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mcontainerd container runtime[0m.
    
    
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project am64xx-evm ttyS2
    
    Arago 2025.01 am64xx-evm ttyS2
    
    am64xx-evm login: 
    - 19:37:06 [INFO] Host: root
    - 19:37:12 [INFO] Target: 
    rot
    
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
    	adwaita-icon-theme-symbolic
    	autoconf
    	bash
    	bc
    	binutils
    	cifs-utils
    	coreutils-stdbuf
    	coreutils
    	cpio
    	cpp-symlinks
    	cpp
    	dosfstools
    	elfutils
    	findutils
    	g++-symlinks
    	g++
    	gawk
    	gcc-symlinks
    	gcc
    	gdb
    	gdbserver
    	gettext
    	glmark2
    	gnu-config
    	grub-common
    	grub-editenv
    	grub-efi
    	gzip
    	kbd-keymaps-pine
    	less
    	libasm1
    	libatomic-dev
    	libatomic1
    	libbfd
    	libdebuginfod1
    	libdw1
    	libelf1
    	libgcc-s-dev
    	libgcc1
    	libgdbm-compat4
    	libgdbm6
    	libgettextlib
    	libgettextsrc
    	libgmp10
    	libgomp1
    	libidn2-0
    	libmpc3
    	libmpfr6
    	libopcodes
    	libreadline8
    	libstdc++-dev
    	libstdc++6
    	libunistring5
    	m4
    	make
    	nettle
    	parted
    	piglit
    	qtbase-examples
    	qtbase-plugins
    	qtbase-qmlplugins
    	qtbase
    	qtdeclarative-plugins
    	qtdeclarative-qmlplugins
    	qtdeclarative
    	qtsvg-plugins
    	qtsvg-qmlplugins
    	qtsvg
    	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
    ***************************************************************
    ***************************************************************
    [   30.318061] audit: type=1006 audit(1755391027.761:2): pid=1089 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
    [   30.318099] audit: type=1300 audit(1755391027.761:2): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc0b0a7f8 a2=1 a3=1 items=0 ppid=1 pid=1089 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
    [   30.318114] audit: type=1327 audit(1755391027.761:2): proctitle="(systemd)"
    [   30.347080] audit: type=1006 audit(1755391027.791:3): pid=1087 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
    [   30.347113] audit: type=1300 audit(1755391027.791:3): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff6f85268 a2=4 a3=1 items=0 ppid=1 pid=1087 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
    [   30.347129] audit: type=1327 audit(1755391027.791:3): proctitle="(systemd)"
    7[r[999;999H[6nroot@am64xx-evm:~# 
    - 19:37:12 [INFO] Sleeping 15 secs to allow systemd to finish starting processes...
    - 19:37:27 [INFO] Disconnected serial from am64xx-hsevm
    - 19:37:27 [INFO] Connected to am64xx-hsevm via serial 
    - 19:37:27 [INFO] Host: uname -a
    - 19:37:27 [INFO] Target: 
    uname -a
    Linux am64xx-evm 6.12.35-ti-rt-00969-gadbec2562ad1 #1 SMP PREEMPT_RT Wed Aug 13 19:40:14 UTC 2025 aarch64 GNU/Linux
    root@am64xx-evm:~# 
    - 19:37:27 [INFO] Host: cat /proc/cmdline
    - 19:37:28 [INFO] Target: 
    cat /proc/cmdline
    console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled  ip=:::::eth0:dhcp  root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am64xx-hsevm1/autofs/e6f1a02426e0480581cd59cc53a7bc62,nolock,v3,tcp,rsize=4096,wsize=4096 
    root@am64xx-evm:~# 
    - 19:37:28 [INFO] Host: uname -a
    - 19:37:28 [INFO] Target: 
    uname -a
    Linux am64xx-evm 6.12.35-ti-rt-00969-gadbec2562ad1 #1 SMP PREEMPT_RT Wed Aug 13 19:40:14 UTC 2025 aarch64 GNU/Linux
    root@am64xx-evm:~# 
    - 19:37:28 [INFO] Host: cat /proc/mtd
    - 19:37:28 [INFO] Target: 
    cat /proc/mtd
    dev:    size   erasesize  name
    mtd0: 00100000 00040000 "ospi.tiboot3"
    mtd1: 00200000 00040000 "ospi.tispl"
    mtd2: 00400000 00040000 "ospi.u-boot"
    mtd3: 00040000 00040000 "ospi.env"
    mtd4: 00040000 00040000 "ospi.env.backup"
    mtd5: 037c0000 00040000 "ospi.rootfs"
    mtd6: 00040000 00040000 "ospi.phypattern"
    root@am64xx-evm:~# 
    - 19:37:28 [INFO] Host: grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/pnp /etc/resolv.conf && systemctl restart systemd-resolved
    - 19:37:29 [INFO] Target: 
    grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
    /pnp /etc/resolv.conf && systemctl restart systemd-resolved
    root@am64xx-evm:~# 
    - 19:37:29 [INFO] Host: ls -l /lib/firmware; ls -lR /lib/firmware/ipc
    - 19:37:29 [INFO] Target: 
    ls -l /lib/firmware; ls -lR /lib/firmware/ipc
    total 29256
    -rw-r--r-- 1 root root    2040 Mar  9  2018 LICENCE.ibt_firmware
    -rw-r--r-- 1 root root    2046 Mar  9  2018 LICENCE.iwlwifi_firmware
    lrwxrwxrwx 1 root root      72 Aug 16 09:01 am64-main-r5f0_0-fw -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_0_release_strip.xer5f
    lrwxrwxrwx 1 root root      79 Mar  9  2018 am64-main-r5f0_0-fw-sec -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_0_release_strip.xer5f.signed
    lrwxrwxrwx 1 root root      72 Aug 16 09:01 am64-main-r5f0_1-fw -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_1_release_strip.xer5f
    lrwxrwxrwx 1 root root      79 Mar  9  2018 am64-main-r5f0_1-fw-sec -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
    lrwxrwxrwx 1 root root      72 Aug 16 09:01 am64-main-r5f1_0-fw -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_0_release_strip.xer5f
    lrwxrwxrwx 1 root root      79 Mar  9  2018 am64-main-r5f1_0-fw-sec -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
    lrwxrwxrwx 1 root root      72 Aug 16 09:01 am64-main-r5f1_1-fw -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_1_release_strip.xer5f
    lrwxrwxrwx 1 root root      79 Mar  9  2018 am64-main-r5f1_1-fw-sec -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
    lrwxrwxrwx 1 root root      72 Aug 16 09:01 am64-mcu-m4f0_0-fw -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu3_0_release_strip.xer5f
    lrwxrwxrwx 1 root root      79 Mar  9  2018 am64-mcu-m4f0_0-fw-sec -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu3_0_release_strip.xer5f.signed
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-pru0_0-fw -> /usr/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_0.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-pru0_1-fw -> /usr/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_1.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-pru1_0-fw -> /usr/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_0.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-pru1_1-fw -> /usr/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_1.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-rtu0_0-fw -> /usr/lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_0.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-rtu0_1-fw -> /usr/lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_1.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-rtu1_0-fw -> /usr/lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_0.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-rtu1_1-fw -> /usr/lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_1.out
    lrwxrwxrwx 1 root root      39 Mar  9  2018 am64x-txpru0_0-fw -> /usr/lib/firmware/pru/TX_PRU_Halt_0.out
    lrwxrwxrwx 1 root root      39 Mar  9  2018 am64x-txpru0_1-fw -> /usr/lib/firmware/pru/TX_PRU_Halt_1.out
    lrwxrwxrwx 1 root root      39 Mar  9  2018 am64x-txpru1_0-fw -> /usr/lib/firmware/pru/TX_PRU_Halt_0.out
    lrwxrwxrwx 1 root root      39 Mar  9  2018 am64x-txpru1_1-fw -> /usr/lib/firmware/pru/TX_PRU_Halt_1.out
    -rw-r--r-- 1 root root  712064 Mar  9  2018 bl32.bin
    -rw-r--r-- 1 root root 4815816 Mar  9  2018 bl32.elf
    -rw-r--r-- 1 root root   14980 Mar  9  2018 eip29t2_2.1.0.bin
    drwxr-xr-x 2 root root    4096 Mar  9  2018 intel
    -rw-r--r-- 1 root root  918268 Mar  9  2018 iwlwifi-3160-17.ucode
    -rw-r--r-- 1 root root 2448976 Mar  9  2018 iwlwifi-8000C-34.ucode
    -rw-r--r-- 1 root root 2428004 Mar  9  2018 iwlwifi-8000C-36.ucode
    -rw-r--r-- 1 root root 2440780 Mar  9  2018 iwlwifi-8265-34.ucode
    -rw-r--r-- 1 root root 2436632 Mar  9  2018 iwlwifi-8265-36.ucode
    -rw-r--r-- 1 root root 2678092 Mar  9  2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
    -rw-r--r-- 1 root root 2521412 Mar  9  2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
    -rw-r--r-- 1 root root 1490508 Mar  9  2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
    drwxr-xr-x 2 root root    4096 Mar  9  2018 pru
    -rw-r--r-- 1 root root    5980 Mar  9  2018 regulatory.db
    -rw-r--r-- 1 root root    1085 Mar  9  2018 regulatory.db.p7s
    -rw-r--r-- 1 root root      28 Mar  9  2018 tee-header_v2.bin
    -rw-r--r-- 1 root root       0 Mar  9  2018 tee-pageable_v2.bin
    -rw-r--r-- 1 root root  712064 Mar  9  2018 tee-pager_v2.bin
    -rw-r--r-- 1 root root  712064 Mar  9  2018 tee-raw.bin
    -rw-r--r-- 1 root root  712092 Mar  9  2018 tee.bin
    -rw-r--r-- 1 root root 4815816 Mar  9  2018 tee.elf
    drwxr-xr-x 2 root root    4096 Mar  9  2018 ti-connectivity
    drwxr-xr-x 3 root root    4096 Mar  9  2018 ti-ipc
    drwxr-xr-x 2 root root    4096 Mar  9  2018 ti-pruss
    ls: cannot access '/lib/firmware/ipc': No such file or directory
    root@am64xx-evm:~# 
    - 19:37:29 [INFO] Host: cat /proc/diskstats
    - 19:37:30 [INFO] Target: 
    cat /proc/diskstats
       7       0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
      31       0 mtdblock0 13 0 104 182 0 0 0 0 0 182 182 0 0 0 0 0 0
      31       1 mtdblock1 28 0 224 102 0 0 0 0 0 103 102 0 0 0 0 0 0
      31       2 mtdblock2 29 0 232 289 0 0 0 0 0 294 289 0 0 0 0 0 0
      31       3 mtdblock3 10 0 80 109 0 0 0 0 0 110 109 0 0 0 0 0 0
      31       4 mtdblock4 10 0 80 49 0 0 0 0 0 48 49 0 0 0 0 0 0
      31       5 mtdblock5 52 0 416 433 0 0 0 0 0 435 433 0 0 0 0 0 0
      31       6 mtdblock6 10 0 80 33 0 0 0 0 0 32 33 0 0 0 0 0 0
     179       0 mmcblk1 1757 32 55811 2826 2 0 16 13 0 1218 2845 0 0 0 0 2 4
     179       1 mmcblk1p1 236 0 14593 492 0 0 0 0 0 364 492 0 0 0 0 0 0
     179       2 mmcblk1p2 726 32 19120 1043 1 0 8 1 0 914 1045 0 0 0 0 0 0
     179       3 mmcblk1p3 756 0 20890 1243 1 0 8 12 0 959 1255 0 0 0 0 0 0
     179      32 mmcblk0 986 4 26830 533 1 0 8 0 0 357 533 0 0 0 0 0 0
     179      33 mmcblk0p1 196 0 4740 96 0 0 0 0 0 79 96 0 0 0 0 0 0
     179      34 mmcblk0p2 751 4 20882 420 1 0 8 0 0 289 420 0 0 0 0 0 0
     179      64 mmcblk0boot0 34 0 672 27 0 0 0 0 0 26 27 0 0 0 0 0 0
     179      96 mmcblk0boot1 34 0 672 30 0 0 0 0 0 27 30 0 0 0 0 0 0
    root@am64xx-evm:~# 
    - 19:37:30 [INFO] Host: cat /proc/interrupts
    - 19:37:30 [INFO] Target: 
    cat /proc/interrupts
               CPU0       CPU1       
     11:      30688      30772     GICv3  30 Level     arch_timer
     14:       1603          0     GICv3  66 Level     4d000000.mailbox thr_012
     23:          9          0     GICv3 193 Level     20000000.i2c
     24:        635          0     GICv3 194 Level     20010000.i2c
     25:       1684          0  MSI-INTA 1713152 Level     485c0100.dma-controller chan0
     61:          0          0  MSI-INTA 1970688 Level     485c0000.dma-controller chan1
     65:      24136          0  MSI-INTA 1970704 Level     8000000.ethernet-tx0
     73:          0          7  MSI-INTA 1970712 Level     8000000.ethernet-tx1
     81:          9          1  MSI-INTA 1970720 Level     8000000.ethernet-tx2
     89:          0          6  MSI-INTA 1970728 Level     8000000.ethernet-tx3
     97:          2          0  MSI-INTA 1970736 Level     8000000.ethernet-tx4
    105:          0          1  MSI-INTA 1970744 Level     8000000.ethernet-tx5
    113:         25          0  MSI-INTA 1970752 Level     8000000.ethernet-tx6
    121:          0          0  MSI-INTA 1970760 Level     8000000.ethernet-tx7
    129:          0          0  MSI-INTA 1970776 Level     485c0000.dma-controller chan4
    153:          0          0  MSI-INTA 1971712 Level     485c0000.dma-controller chan0
    157:      38903        353  MSI-INTA 1971728 Level     8000000.ethernet-rx0
    173:          0          0  MSI-INTA 1971752 Level     485c0000.dma-controller chan2
    174:          0          0  MSI-INTA 1971753 Level     485c0000.dma-controller chan3
    309:        702          0     GICv3 210 Level     2800000.serial
    310:          2          0     GICv3 171 Level     fc40000.spi
    312:          0          0     GICv3 134 Level     8000000.ethernet
    322:          0          0     GICv3 129 Level     39000000.cpts
    324:       1169          0     GICv3 165 Level     mmc0
    511:          0          0     GICv3 235 Edge      j721e-pcie-link-down-irq
    512:       3598          0     GICv3 166 Level     mmc1
    515:          0          0     GICv3 204 Level     20100000.spi
    516:          8          0     GICv3 112 Level     mbox-main-r5fss0-core0, mbox-main-r5fss0-core1
    517:          8          0     GICv3 116 Level     mbox-main-r5fss1-core0, mbox-main-r5fss1-core1
    518:          4          0     GICv3 108 Level     mbox-m4-0
    541:          0          0     GICv3 220 Level     xhci-hcd:usb1
    543:          1          0     GICv3 228 Level     f400000.usb
    IPI0:     15871      22586       Rescheduling interrupts
    IPI1:       507        784       Function call interrupts
    IPI2:         0          0       CPU stop interrupts
    IPI3:         0          0       CPU stop NMIs
    IPI4:         0          0       Timer broadcast interrupts
    IPI5:         6          2       IRQ work interrupts
    IPI6:         0          0       CPU backtrace interrupts
    IPI7:         0          0       KGDB roundup interrupts
    Err:          0
    root@am64xx-evm:~# 
    - 19:37:30 [INFO] Host: cat /proc/softirqs
    - 19:37:30 [INFO] Target: 
    cat /proc/softirqs
                        CPU0       CPU1       
              HI:          0         39
           TIMER:       6038       7610
          NET_TX:        163         92
          NET_RX:      63086        399
           BLOCK:       1050          0
        IRQ_POLL:          0          0
         TASKLET:       2350       1666
           SCHED:       7447       6573
         HRTIMER:       1313       1330
             RCU:          0          0
    root@am64xx-evm:~# 
    - 19:37:30 [INFO] Host: ls -lR /run/media/mmcblk0p1
    - 19:37:30 [INFO] Target: 
    ls -lR /run/media/mmcblk0p1
    /run/media/mmcblk0p1:
    total 0
    root@am64xx-evm:~# 
    - 19:37:30 [INFO] Host: opkg list-installed | grep packagegroup-arago-test; echo $?
    - 19:37:41 [ERROR] On command: opkg list-installed | grep packagegroup-arago-test; echo $? waiting for opkg list-installed | grep packagegroup-arago-test; echo $?.+?(?-mix:^0) >>> error: execution expired
    - 19:37:41 [INFO] Target: 
    opkg list-installed | grep packagegroup-arago-test; echo $?
    1
    root@am64xx-evm:~# 
    - 19:37:41 [INFO] Host: opkg list-installed | grep ti-test; echo $?
    - 19:37:41 [INFO] Target: 
    opkg list-installed | grep ti-test; echo $?
    ti-test - 1.0-r0.19
    ti-test-extras - 1.0-r0.19
    0
    roo
    - 19:37:41 [INFO] Host: #check prompt
    - 19:37:41 [INFO] Target: 
    #check prompt
    root@am64xx-evm:~# 
    - 19:37:41 [INFO] Host: cat /proc/version
    - 19:37:41 [INFO] Target: 
    cat /proc/version
    Linux version 6.12.35-ti-rt-00969-gadbec2562ad1 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.4.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT_RT Wed Aug 13 19:40:14 UTC 2025
    root@am64xx-evm:~# 
    - 19:37:41 [INFO] Host: modprobe pci_epf_test
    - 19:37:41 [INFO] Target: 
    modprobe pci_epf_test
    root@am64xx-evm:~# 
    - 19:37:41 [INFO] Host: ls /sys/class/pci_epc/
    - 19:37:42 [INFO] Target: 
    ls /sys/class/pci_epc/
    f102000.pcie-ep
    root@am64xx-evm:~# 
    - 19:37:42 [INFO] Host: ctrl_driver_name=f102000.pcie-ep 
    - 19:37:42 [INFO] Target: 
    ctrl_driver_name=f102000.pcie-ep 
    root@am64xx-evm:~# 
    - 19:37:42 [INFO] Host: mkdir /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.pcie-ep_pf1
    - 19:37:42 [INFO] Target: 
    mkdir /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000
    0.pcie-ep_pf1
    root@am64xx-evm:~# 
    - 19:37:42 [INFO] Host: ls /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.pcie-ep_pf1
    - 19:37:42 [INFO] Target: 
    ls /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.pc
    cie-ep_pf1
    baseclass_code	 interrupt_pin	  primary      secondary      subsys_vendor_id
    cache_line_size  msi_interrupts   progif_code  subclass_code  vendorid
    deviceid	 msix_interrupts  revid        subsys_id
    root@am64xx-evm:~# 
    - 19:37:42 [INFO] Host: cat /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.pcie-ep_pf1/vendorid
    - 19:37:42 [INFO] Target: 
    cat /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.p
    pcie-ep_pf1/vendorid
    0xffff
    root@am64xx-evm:~# 
    - 19:37:42 [INFO] Host: cat /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.pcie-ep_pf1/interrupt_pin
    - 19:37:43 [INFO] Target: 
    cat /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.p
    pcie-ep_pf1/interrupt_pin
    0x0001
    root@am64xx-evm:~# 
    - 19:37:43 [INFO] Host: echo 0x104c > /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.pcie-ep_pf1/vendorid
    - 19:37:43 [INFO] Target: 
    echo 0x104c > /sys/kernel/config/pci_ep/functions/pci_epf_test
    t/f102000.pcie-ep_pf1/vendorid
    root@am64xx-evm:~# 
    - 19:37:43 [INFO] Host: echo 0xb010 > /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.pcie-ep_pf1/deviceid
    - 19:37:43 [INFO] Target: 
    echo 0xb010 > /sys/kernel/config/pci_ep/functions/pci_epf_test
    t/f102000.pcie-ep_pf1/deviceid
    root@am64xx-evm:~# 
    - 19:37:43 [INFO] Host: echo 0x8 > /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.pcie-ep_pf1/baseclass_code
    - 19:37:43 [INFO] Target: 
    echo 0x8 > /sys/kernel/config/pci_ep/functions/pci_epf_test/f1
    102000.pcie-ep_pf1/baseclass_code
    root@am64xx-evm:~# 
    - 19:37:43 [INFO] Host: echo 0x1 > /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.pcie-ep_pf1/subclass_code
    - 19:37:43 [INFO] Target: 
    echo 0x1 > /sys/kernel/config/pci_ep/functions/pci_epf_test/f1
    102000.pcie-ep_pf1/subclass_code
    root@am64xx-evm:~# 
    - 19:37:43 [INFO] Host: echo 1 > /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.pcie-ep_pf1/msi_interrupts
    - 19:37:44 [INFO] Target: 
    echo 1 > /sys/kernel/config/pci_ep/functions/pci_epf_test/f102
    2000.pcie-ep_pf1/msi_interrupts
    root@am64xx-evm:~# 
    - 19:37:44 [INFO] Host: echo 1 > /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.pcie-ep_pf1/msix_interrupts
    - 19:37:44 [INFO] Target: 
    echo 1 > /sys/kernel/config/pci_ep/functions/pci_epf_test/f102
    2000.pcie-ep_pf1/msix_interrupts
    root@am64xx-evm:~# 
    - 19:37:44 [INFO] Host: ln -s /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.pcie-ep_pf1 /sys/kernel/config/pci_ep/controllers/${ctrl_driver_name}
    - 19:37:44 [INFO] Target: 
    ln -s /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000
    0.pcie-ep_pf1 /sys/kernel/config/pci_ep/controllers/${ctrl_driver_name}
    [   67.061277] pci_epf_test pci_epf_test.0: Failed to get private DMA rx channel. Falling back to generic one
    root@am64xx-evm:~# 
    - 19:37:44 [INFO] Host: ls -l /sys/kernel/config/pci_ep/functions/pci_epf_test
    - 19:37:44 [INFO] Target: 
    ls -l /sys/kernel/config/pci_ep/functions/pci_epf_test
    total 0
    drwxr-xr-x 4 root root 0 Aug 17 00:37 f102000.pcie-ep_pf1
    root@am64xx-evm:~# 
    - 19:37:44 [INFO] Host: ctrl_driver_name=f102000.pcie-ep 
    - 19:37:44 [INFO] Target: 
    ctrl_driver_name=f102000.pcie-ep 
    root@am64xx-evm:~# 
    - 19:37:44 [INFO] Host: echo 1 > /sys/kernel/config/pci_ep/controllers/${ctrl_driver_name}/start
    - 19:37:45 [INFO] Target: 
    echo 1 > /sys/kernel/config/pci_ep/controllers/${ctrl_driver_n
    name}/start
    root@am64xx-evm:~# 
    - 19:37:45 [INFO] Host: cat /sys/kernel/config/pci_ep/controllers/${ctrl_driver_name}/start
    - 19:37:45 [INFO] Target: 
    cat /sys/kernel/config/pci_ep/controllers/${ctrl_driver_name}/
    /start
    1
    root@am64xx-evm:~# 
    - 19:39:45 [INFO] Host: dmesg | tail -n1
    - 19:39:46 [INFO] Target: 
    dmesg | tail -n1
    [  188.307824] pci_epf_test pci_epf_test.0: READ => Size: 1 B, DMA: YES, Time: 0.000363881 s, Rate: 2 KB/s
    root@am64xx-evm:~# 
    - 19:39:46 [INFO] Host: dmesg | tail -n1
    - 19:39:46 [INFO] Target: 
    dmesg | tail -n1
    [  188.708805] pci_epf_test pci_epf_test.0: READ => Size: 1024 B, DMA: YES, Time: 0.000359341 s, Rate: 2849 KB/s
    root@am64xx-evm:~# 
    - 19:39:46 [INFO] Host: dmesg | tail -n1
    - 19:39:46 [INFO] Target: 
    dmesg | tail -n1
    [  189.109817] pci_epf_test pci_epf_test.0: READ => Size: 1025 B, DMA: YES, Time: 0.000370640 s, Rate: 2765 KB/s
    root@am64xx-evm:~# 
    - 19:39:47 [INFO] Host: dmesg | tail -n1
    - 19:39:47 [INFO] Target: 
    dmesg | tail -n1
    [  189.534442] pci_epf_test pci_epf_test.0: READ => Size: 1024000 B, DMA: YES, Time: 0.009288252 s, Rate: 110246 KB/s
    root@am64xx-evm:~# 
    - 19:39:47 [INFO] Host: dmesg | tail -n1
    - 19:39:47 [INFO] Target: 
    dmesg | tail -n1
    [  189.934442] pci_epf_test pci_epf_test.0: READ => Size: 1024001 B, DMA: YES, Time: 0.009283632 s, Rate: 110301 KB/s
    root@am64xx-evm:~# 
    - 19:39:47 [INFO] Host: dmesg | tail -n1
    - 19:39:48 [INFO] Target: 
    dmesg | tail -n1
    [  190.313809] pci_epf_test pci_epf_test.0: READ => Size: 1 B, DMA: YES, Time: 0.000354355 s, Rate: 2 KB/s
    root@am64xx-evm:~# 
    - 19:39:48 [INFO] Host: dmesg | tail -n1
    - 19:39:48 [INFO] Target: 
    dmesg | tail -n1
    [  190.715814] pci_epf_test pci_epf_test.0: READ => Size: 1024 B, DMA: YES, Time: 0.000366630 s, Rate: 2793 KB/s
    root@am64xx-evm:~# 
    - 19:39:48 [INFO] Host: dmesg | tail -n1
    - 19:39:48 [INFO] Target: 
    dmesg | tail -n1
    [  191.116810] pci_epf_test pci_epf_test.0: READ => Size: 1025 B, DMA: YES, Time: 0.000363711 s, Rate: 2818 KB/s
    root@am64xx-evm:~# 
    - 19:39:49 [INFO] Host: dmesg | tail -n1
    - 19:39:49 [INFO] Target: 
    dmesg | tail -n1
    [  191.542442] pci_epf_test pci_epf_test.0: READ => Size: 1024000 B, DMA: YES, Time: 0.009287137 s, Rate: 110260 KB/s
    root@am64xx-evm:~# 
    - 19:39:49 [INFO] Host: dmesg | tail -n1
    - 19:39:49 [INFO] Target: 
    dmesg | tail -n1
    [  191.943450] pci_epf_test pci_epf_test.0: READ => Size: 1024001 B, DMA: YES, Time: 0.009292822 s, Rate: 110192 KB/s
    root@am64xx-evm:~# 
    - 19:39:49 [INFO] Host: dmesg | tail -n1
    - 19:39:50 [INFO] Target: 
    dmesg | tail -n1
    [  192.321812] pci_epf_test pci_epf_test.0: READ => Size: 1 B, DMA: YES, Time: 0.000357815 s, Rate: 2 KB/s
    root@am64xx-evm:~# 
    - 19:39:50 [INFO] Host: dmesg | tail -n1
    - 19:39:50 [INFO] Target: 
    dmesg | tail -n1
    [  192.722819] pci_epf_test pci_epf_test.0: READ => Size: 1024 B, DMA: YES, Time: 0.000375181 s, Rate: 2729 KB/s
    root@am64xx-evm:~# 
    - 19:39:50 [INFO] Host: dmesg | tail -n1
    - 19:39:50 [INFO] Target: 
    dmesg | tail -n1
    [  193.125796] pci_epf_test pci_epf_test.0: READ => Size: 1025 B, DMA: YES, Time: 0.000354565 s, Rate: 2890 KB/s
    root@am64xx-evm:~# 
    - 19:39:51 [INFO] Host: dmesg | tail -n1
    - 19:39:51 [INFO] Target: 
    dmesg | tail -n1
    [  193.548460] pci_epf_test pci_epf_test.0: READ => Size: 1024000 B, DMA: YES, Time: 0.009283123 s, Rate: 110307 KB/s
    root@am64xx-evm:~# 
    - 19:39:51 [INFO] Host: dmesg | tail -n1
    - 19:39:51 [INFO] Target: 
    dmesg | tail -n1
    [  193.951457] pci_epf_test pci_epf_test.0: READ => Size: 1024001 B, DMA: YES, Time: 0.009293037 s, Rate: 110190 KB/s
    root@am64xx-evm:~# 
    - 19:39:51 [INFO] Host: dmesg | tail -n1
    - 19:39:52 [INFO] Target: 
    dmesg | tail -n1
    [  194.329819] pci_epf_test pci_epf_test.0: READ => Size: 1 B, DMA: YES, Time: 0.000370711 s, Rate: 2 KB/s
    root@am64xx-evm:~# 
    - 19:39:52 [INFO] Host: dmesg | tail -n1
    - 19:39:52 [INFO] Target: 
    dmesg | tail -n1
    [  194.731809] pci_epf_test pci_epf_test.0: READ => Size: 1024 B, DMA: YES, Time: 0.000365676 s, Rate: 2800 KB/s
    root@am64xx-evm:~# 
    - 19:39:52 [INFO] Host: dmesg | tail -n1
    - 19:39:52 [INFO] Target: 
    dmesg | tail -n1
    [  195.132816] pci_epf_test pci_epf_test.0: READ => Size: 1025 B, DMA: YES, Time: 0.000367600 s, Rate: 2788 KB/s
    root@am64xx-evm:~# 
    - 19:39:53 [INFO] Host: dmesg | tail -n1
    - 19:39:53 [INFO] Target: 
    dmesg | tail -n1
    [  195.556454] pci_epf_test pci_epf_test.0: READ => Size: 1024000 B, DMA: YES, Time: 0.009294462 s, Rate: 110173 KB/s
    root@am64xx-evm:~# 
    - 19:39:53 [INFO] Host: dmesg | tail -n1
    - 19:39:53 [INFO] Target: 
    dmesg | tail -n1
    [  195.958441] pci_epf_test pci_epf_test.0: READ => Size: 1024001 B, DMA: YES, Time: 0.009291341 s, Rate: 110210 KB/s
    root@am64xx-evm:~# 
    - 19:39:53 [INFO] Host: dmesg | tail -n1
    - 19:39:54 [INFO] Target: 
    dmesg | tail -n1
    [  196.337796] pci_epf_test pci_epf_test.0: READ => Size: 1 B, DMA: YES, Time: 0.000354370 s, Rate: 2 KB/s
    root@am64xx-evm:~# 
    - 19:39:54 [INFO] Host: dmesg | tail -n1
    - 19:39:54 [INFO] Target: 
    dmesg | tail -n1
    [  196.738802] pci_epf_test pci_epf_test.0: READ => Size: 1024 B, DMA: YES, Time: 0.000367301 s, Rate: 2787 KB/s
    root@am64xx-evm:~# 
    - 19:39:54 [INFO] Host: dmesg | tail -n1
    - 19:39:54 [INFO] Target: 
    dmesg | tail -n1
    [  197.140818] pci_epf_test pci_epf_test.0: READ => Size: 1025 B, DMA: YES, Time: 0.000376885 s, Rate: 2719 KB/s
    root@am64xx-evm:~# 
    - 19:39:55 [INFO] Host: dmesg | tail -n1
    - 19:39:55 [INFO] Target: 
    dmesg | tail -n1
    [  197.565454] pci_epf_test pci_epf_test.0: READ => Size: 1024000 B, DMA: YES, Time: 0.009290922 s, Rate: 110215 KB/s
    root@am64xx-evm:~# 
    - 19:39:55 [INFO] Host: dmesg | tail -n1
    - 19:39:55 [INFO] Target: 
    dmesg | tail -n1
    [  197.965455] pci_epf_test pci_epf_test.0: READ => Size: 1024001 B, DMA: YES, Time: 0.009291477 s, Rate: 110208 KB/s
    root@am64xx-evm:~# 

    DMA Read Test Logs

    AM64x RC Logs:

    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.12.35-ti-rt-00969-gadbec2562ad1 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.4.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT_RT Wed Aug 13 19:40:14 UTC 2025
    [    0.000000] Machine model: Texas Instruments AM642 EVM
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: legacy bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000
    [ I / T C0:. 0S0ec0o00nd0]a rRy esCPerU ve1d  imneimtoirayl:i zcirnge
    a
    tedI D/TMCA:  meSemocorynd paoryo lC aPtU  01 xs00w0i0t0c0h0i0nag 2t1o00 0n0or0,m asl izwoe rl15d  MboioB
    t
    
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable m4f-dma-memory@a4000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable m4f-memory@a4100000
    [    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a57fffff (8192 KiB) nomap non-reusable ipc-memories@a5000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    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-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a57fffff]
    [    0.000000]   node   0: [mem 0x00000000a5800000-0x00000000ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000] cma: Reserved 32 MiB at 0x00000000fbe00000 on node -1
    [    0.000000] psci: probing for conduit method from DT.
    [    0.000000] psci: PSCIv1.1 detected in firmware.
    [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [    0.000000] psci: Trusted OS migration not required
    [    0.000000] psci: SMC Calling Convention v1.5
    [    0.000000] percpu: Embedded 23 pages/cpu s54640 r8192 d31376 u94208
    [    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 disabled by kernel configuration
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled  ip=:::::eth0:dhcp  root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am64xx-hsevm2/autofs/e6f1a02426e0480581cd59cc53a7bc62,nolock,v3,tcp,rsize=4096,wsize=4096 
    [    0.000000] sysrq: sysrq always enabled.
    [    0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
    [    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 524288
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 2MB
    [    0.000000] software IO TLB: area num 2.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fba00000-0x00000000fbc00000] (2MB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
    [    0.000000] rcu: 	RCU_SOFTIRQ processing moved to rcuc kthreads.
    [    0.000000] 	No expedited grace period (rcu_normal_after_boot).
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 256 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: 0xffff8000800100bc
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=1
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001840000
    [    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 @80800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000
    [    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.000481] Console: colour dummy device 80x25
    [    0.000549] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.000562] pid_max: default: 32768 minimum: 301
    [    0.000640] LSM: initializing lsm=capability
    [    0.000813] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.000839] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.003155] rcu: Hierarchical SRCU implementation.
    [    0.003172] rcu: 	Max phase no-delay instances is 400.
    [    0.067677] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
    [    0.088637] EFI services will not be available.
    [    0.106018] smp: Bringing up secondary CPUs ...
    [    0.220188] Detected VIPT I-cache on CPU1
    [    0.220306] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000
    [    0.220325] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [    0.220382] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.248224] smp: Brought up 1 node, 2 CPUs
    [    0.248234] SMP: Total of 2 processors activated.
    [    0.248237] CPU: All CPU(s) started at EL2
    [    0.248242] CPU features: detected: 32-bit EL0 Support
    [    0.248248] CPU features: detected: CRC32 instructions
    [    0.248286] alternatives: applying system-wide alternatives
    [    0.248753] Memory: 1886336K/2097152K available (10368K kernel code, 1178K rwdata, 2732K rodata, 2240K init, 531K bss, 170408K reserved, 32768K cma-reserved)
    [    0.251351] devtmpfs: initialized
    [    0.265905] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.265935] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.267232] 28464 pages in range for non-PLT usage
    [    0.267254] 519984 pages in range for PLT usage
    [    0.267590] pinctrl core: initialized pinctrl subsystem
    [    0.268381] DMI not present or invalid.
    [    0.269185] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.270983] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.271606] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.272627] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.272756] audit: initializing netlink subsys (disabled)
    [    0.273097] audit: type=2000 audit(0.271:1): state=initialized audit_enabled=0 res=1
    [    0.273776] thermal_sys: Registered thermal governor 'step_wise'
    [    0.274121] ASID allocator initialised with 65536 entries
    [    0.281857] /bus@f4000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f4000/interrupt-controller@1800000
    [    0.295730] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.295748] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.295755] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.295759] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.295764] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.295767] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.295772] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.295776] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    1.042047] k3-chipinfo 43000014.chipid: Family:AM64X rev:SR2.0 JTAGID[0x1bb3802f] Detected
    [    1.045223] iommu: Default domain type: Translated
    [    1.045241] iommu: DMA domain TLB invalidation policy: strict mode
    [    1.046732] SCSI subsystem initialized
    [    1.047283] usbcore: registered new interface driver usbfs
    [    1.047340] usbcore: registered new interface driver hub
    [    1.047446] usbcore: registered new device driver usb
    [    1.048133] pps_core: LinuxPPS API ver. 1 registered
    [    1.048140] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    1.048159] PTP clock support registered
    [    1.048204] EDAC MC: Ver: 3.0.0
    [    1.048692] scmi_core: SCMI protocol bus registered
    [    1.049150] FPGA manager framework
    [    1.049293] Advanced Linux Sound Architecture Driver Initialized.
    [    1.051760] clocksource: Switched to clocksource arch_sys_counter
    [    1.052067] VFS: Disk quotas dquot_6.6.0
    [    1.052092] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    1.060965] NET: Registered PF_INET protocol family
    [    1.061299] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    1.063426] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [    1.063488] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    1.063501] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    1.063905] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear)
    [    1.065I42/0TC]: T CRPes: eHravsedh  sthaablreesd  mceonmfoirgyu rised  e(naebstleabdl
    i
    shIe/d T1C:63 D8y4n baimnidc  s16ha38re4)d
     
    me[m o r y 1 .i0s6 5en6a57bl]e dUD
    P
     hIas/hT Ct:a Nboler mealnt rWioerlsd:  1v0i2rt4u (aloridzaetri: on4, s 9up8p30or4t b iyste ds,i salbinleeadr
    )
    
    I/[T  C :  A1s.y0n65c9hr0o0n] oUuDs Pn-Loititfei hcaatshio ntsab laree e nditrsiabelse: d1
    024 (order: 4, 98304 bytes, linear)
    [    1.066260] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    1.066985] RPC: Registered named UNIX socket transport module.
    [    1.066999] RPC: Registered udp transport module.
    [    1.067003] RPC: Registered tcp transport module.
    [    1.067006] RPC: Registered tcp-with-tls transport module.
    [    1.067010] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    1.067027] PCI: CLS 0 bytes, default 64
    [    1.068885] Initialise system trusted keyrings
    [    1.069136] workingset: timestamp_bits=62 max_order=19 bucket_order=0
    [    1.069542] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    1.069968] NFS: Registering the id_resolver key type
    [    1.070017] Key type id_resolver registered
    [    1.070021] Key type id_legacy registered
    [    1.070049] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    1.070055] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    1.133474] Key type asymmetric registered
    [    1.133487] Asymmetric key parser 'x509' registered
    [    1.133589] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    1.133598] io scheduler mq-deadline registered
    [    1.133603] io scheduler kyber registered
    [    1.133632] io scheduler bfq registered
    [    1.137852] pinctrl-single 4084000.pinctrl: 33 pins, size 132
    [    1.138475] pinctrl-single f4000.pinctrl: 180 pins, size 720
    [    1.149686] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    1.164203] loop: module loaded
    [    1.165939] megasas: 07.727.03.00-rc1
    [    1.172621] tun: Universal TUN/TAP device driver, 1.6
    [    1.174243] VFIO - User Level meta-driver version: 0.3
    [    1.176235] usbcore: registered new interface driver usb-storage
    [    1.177146] i2c_dev: i2c /dev entries driver
    [    1.178041] sdhci: Secure Digital Host Controller Interface driver
    [    1.178051] sdhci: Copyright(c) Pierre Ossman
    [    1.178310] sdhci-pltfm: SDHCI platform and OF driver helper
    [    1.179341] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    1.180800] usbcore: registered new interface driver usbhid
    [    1.180814] usbhid: USB HID core driver
    [    1.182158] optee: probing for conduit method.
    [    1.182199] optee: revision 4.6 (71785645fa6ce42d)
    [    1.215517] optee: dynamic shared memory is enabled
    [    1.216497] optee: initialized driver
    [    1.217043] random: crng init done
    [    1.220216] NET: Registered PF_PACKET protocol family
    [    1.220331] Key type dns_resolver registered
    [    1.233953] Loading compiled-in X.509 certificates
    [    1.248583] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.1.5--v11.01.05 (Fancy Rat)')
    [    1.386495] mmc0: CQHCI version 5.10
    [    1.388089] pca953x 0-0038: supply vcc not found, using dummy regulator
    [    1.388259] pca953x 0-0038: using no AI
    [    1.400877] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.403264] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.403437] pca953x 1-0022: using AI
    [    1.416315] omap_i2c 20010000.i2c: bus 1 rev0.12 at 400 kHz
    [    1.416907] ti-sci-intr bus@f4000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.417341] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.422630] ti-udma 485c0100.dma-controller: Number of rings: 68
    [    1.425067] ti-udma 485c0100.dma-controller: Channels: 24 (bchan: 12, tchan: 6, rchan: 6)
    [    1.427585] ti-udma 485c0000.dma-controller: Number of rings: 288
    [    1.431704] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.444619] ti-udma 485c0000.dma-controller: Channels: 44 (tchan: 29, rchan: 15)
    [    1.449920] printk: legacy console [ttyS2] disabled
    [    1.519080] mmc0: Command Queue Engine enabled
    [    1.519120] mmc0: new HS200 MMC card at address 0001
    [    1.520004] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
    [    1.522377]  mmcblk0: p1 p2 p3
    [    1.523362] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
    [    1.525075] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
    [    1.526764] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (239:0)
    [    1.583939] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 310, base_baud = 3000000) is a 8250
    [    1.592837] printk: legacy console [ttyS2] enabled
    [    1.592837] printk: legacy console [ttyS2] enabled
    [    1.592846] printk: legacy bootconsole [ns16550a0] disabled
    [    1.592846] printk: legacy bootconsole [ns16550a0] disabled
    [    1.624333] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [    1.624362] Creating 7 MTD partitions on "fc40000.spi.0":
    [    1.624371] 0x000000000000-0x000000100000 : "ospi.tiboot3"
    [    1.626438] 0x000000100000-0x000000300000 : "ospi.tispl"
    [    1.628292] 0x000000300000-0x000000700000 : "ospi.u-boot"
    [    1.630103] 0x000000700000-0x000000740000 : "ospi.env"
    [    1.631963] 0x000000740000-0x000000780000 : "ospi.env.backup"
    [    1.633789] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    1.635549] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    1.799280] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00903, cpsw version 0x6BA80903 Ports: 3 quirks:00000006
    [    1.800461] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    1.833789] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.836333] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    1.836551] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.4
    [    1.836561] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [    1.837953] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.889928] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 16
    [    1.900263] am65-cpts 39000000.cpts: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.919908] j721e-pcie f102000.pcie: host bridge /bus@f4000/pcie@f102000 ranges:
    [    1.919962] j721e-pcie f102000.pcie:       IO 0x0600001000..0x0600100fff -> 0x0000001000
    [    1.919988] j721e-pcie f102000.pcie:      MEM 0x0600101000..0x06ffffffff -> 0x0000101000
    [    1.920010] j721e-pcie f102000.pcie:   IB MEM 0x0000000000..0x0fffffffff -> 0x0000000000
    [    2.129011] j721e-pcie f102000.pcie: Link up
    [    2.129636] j721e-pcie f102000.pcie: PCI host bridge to bus 0000:00
    [    2.129662] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    2.129675] pci_bus 0000:00: root bus resource [io  0x0000-0xfffff] (bus address [0x1000-0x100fff])
    [    2.129685] pci_bus 0000:00: root bus resource [mem 0x600101000-0x6ffffffff] (bus address [0x00101000-0xffffffff])
    [    2.129729] pci 0000:00:00.0: [104c:b010] type 01 class 0x060400 PCIe Root Port
    [    2.129905] pci 0000:00:00.0: BAR 0 [mem 0x00000000-0xfffffffff 64bit pref]
    [    2.129920] pci 0000:00:00.0: PCI bridge to [bus 00]
    [    2.129930] pci 0000:00:00.0:   bridge window [io  0x0000-0x0fff]
    [    2.129938] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff]
    [    2.129951] pci 0000:00:00.0:   bridge window [mem 0x00000000-0x000fffff 64bit pref]
    [    2.130034] pci 0000:00:00.0: supports D1
    [    2.130040] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    2.133020] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.133260] pci 0000:01:00.0: [104c:b010] type 00 class 0x080100 PCIe Endpoint
    [    2.133305] pci 0000:01:00.0: BAR 0 [mem 0x00000000-0x000000ff]
    [    2.133328] pci 0000:01:00.0: BAR 1 [mem 0x00000000-0x000001ff]
    [    2.133348] pci 0000:01:00.0: BAR 2 [mem 0x00000000-0x000003ff]
    [    2.133368] pci 0000:01:00.0: BAR 3 [mem 0x00000000-0x00003fff]
    [    2.133388] pci 0000:01:00.0: BAR 4 [mem 0x00000000-0x0001ffff]
    [    2.133407] pci 0000:01:00.0: BAR 5 [mem 0x00000000-0x000fffff]
    [    2.133733] pci 0000:01:00.0: supports D1
    [    2.133740] pci 0000:01:00.0: PME# supported from D0 D1 D3hot
    [    2.135863] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    2.135910] pci 0000:00:00.0: BAR 0 [mem size 0x1000000000 64bit pref]: can't assign; no space
    [    2.135921] pci 0000:00:00.0: BAR 0 [mem size 0x1000000000 64bit pref]: failed to assign
    [    2.135934] pci 0000:00:00.0: bridge window [mem 0x600200000-0x6003fffff]: assigned
    [    2.135949] pci 0000:01:00.0: BAR 5 [mem 0x600200000-0x6002fffff]: assigned
    [    2.135963] pci 0000:01:00.0: BAR 4 [mem 0x600300000-0x60031ffff]: assigned
    [    2.135977] pci 0000:01:00.0: BAR 3 [mem 0x600320000-0x600323fff]: assigned
    [    2.135991] pci 0000:01:00.0: BAR 2 [mem 0x600324000-0x6003243ff]: assigned
    [    2.136004] pci 0000:01:00.0: BAR 1 [mem 0x600324400-0x6003245ff]: assigned
    [    2.136018] pci 0000:01:00.0: BAR 0 [mem 0x600324600-0x6003246ff]: assigned
    [    2.136033] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    2.136042] pci 0000:00:00.0:   bridge window [mem 0x600200000-0x6003fffff]
    [    2.136054] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
    [    2.136060] pci_bus 0000:00: resource 4 [io  0x0000-0xfffff]
    [    2.136068] pci_bus 0000:00: resource 5 [mem 0x600101000-0x6ffffffff]
    [    2.136076] pci_bus 0000:01: resource 1 [mem 0x600200000-0x6003fffff]
    [    2.136241] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    2.136256] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
    [    2.137062] pcieport 0000:00:00.0: PME: Signaling with IRQ 512
    [    2.137453] pcieport 0000:00:00.0: AER: enabled with IRQ 512
    [    2.141100] mmc1: CQHCI version 5.10
    [    2.188392] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    2.200721] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    2.200773] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [    2.254945] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
    [    2.255932] mmcblk1: mmc1:aaaa SH32G 29.7 GiB
    [    2.258624]  mmcblk1: p1 p2 p3
    [    6.310577] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [    6.321774] Sending DHCP requests ., OK
    [    6.325844] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.134
    [    6.325862] IP-Config: Complete:
    [    6.325865]      device=eth0, hwaddr=34:08:e1:80:a7:b4, ipaddr=192.168.0.134, mask=255.255.255.0, gw=192.168.0.1
    [    6.325876]      host=192.168.0.134, domain=ti.com, nis-domain=(none)
    [    6.325880]      bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
    [    6.325885]      nameserver0=192.0.2.2, nameserver1=192.0.2.3
    [    6.326158] clk: Disabling unused clocks
    [    6.349641] PM: genpd: Disabling unused power domains
    [    6.349789] ALSA device list:
    [    6.349796]   No soundcards found.
    [    6.402284] VFS: Mounted root (nfs filesystem) on device 0:21.
    [    6.403895] devtmpfs: mounted
    [    6.405552] Freeing unused kernel memory: 2240K
    [    6.405690] Run /sbin/init as init process
    [    6.787439] systemd[1]: System time before build time, advancing clock.
    [    6.861393] NET: Registered PF_INET6 protocol family
    [    6.865392] Segment Routing with IPv6
    [    6.865440] In-situ OAM (IOAM) with IPv6
    [    6.902674] systemd[1]: systemd 255.21^ 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 -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
    [    6.902725] systemd[1]: Detected architecture arm64.
    
    Welcome to [1mArago 2025.01[0m!
    
    
    [    6.950133] systemd[1]: Hostname set to <am64xx-evm>.
    [    7.792865] systemd[1]: /usr/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.
    [    8.140023] systemd[1]: Queued start job for default target Graphical Interface.
    [[0;32m  OK  [0m] Created slice [0;1;39mSlice /system/getty[[    8.176790] systemd[1]: Created slice Slice /system/getty.
    0m.
    
    [    8.191707] systemd[1]: Created slice Slice /system/modprobe.
    [[0;32m  OK  [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
    
    [    8.206697] systemd[1]: Created slice Slice /system/serial-getty.
    [[0;32m  OK  [0m] Created slice [0;1;39mSlice /system/serial-getty[0m.
    
    [[0;32m  OK  [0m] Created slice [0;1;39mUser and Session Slic[    8.222173] systemd[1]: Created slice User and Session Slice.
    e[0m.
    
    [    8.236543] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [[0;32m  OK  [0m] Started [0;1;39mDispatch Password Requests to Console Directory Watch[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mForward Password Requests t[    8.254476] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    o Wall Directory Watch[0m.
    
             Expecting device [0;1;39m/dev/ttyS2[0m...
    [    8.272176] systemd[1]: Expecting device /dev/ttyS2...
    
    [[0;32m  OK  [0m] Reached target [0;1;39mPath Units[0m.
    
    [    8.284224] systemd[1]: Reached target Path Units.
    [[0;32m  OK  [0m] Reached target [0;1;39mRemote File Systems[    8.295128] systemd[1]: Reached target Remote File Systems.
    [0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mSlice Units[0m.
    
    [    8.308141] systemd[1]: Reached target Slice Units.
    [[0;32m  OK  [0m] Reached target [0;1;39mSwaps[0m.
    
    [    8.319208] systemd[1]: Reached target Swaps.
    [    8.331457] systemd[1]: Listening on RPCbind Server Activation Socket.
    [[0;32m  OK  [0m] Listening on [0;1;39mRPCbind Server Activation Socket[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mRPC Port Mapper[0m.[    8.346150] systemd[1]: Reached target RPC Port Mapper.
    
    
    [    8.370500] systemd[1]: Listening on Process Core Dump Socket.
    [[0;32m  OK  [0m] Listening on [0;1;39mProcess Core Dump Socket[0m.
    
    [    8.384623] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [[0;32m  OK  [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mJournal Audit Socket[[    8.401348] systemd[1]: Listening on Journal Audit Socket.
    0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mJournal Socket (/dev/l[    8.416977] systemd[1]: Listening on Journal Socket (/dev/log).
    og)[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mJournal Socket[0m.
    [    8.432251] systemd[1]: Listening on Journal Socket.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mNetwork Service Netlin[    8.447050] systemd[1]: Listening on Network Service Netlink Socket.
    k Socket[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mudev Control Socket[0[    8.466736] systemd[1]: Listening on udev Control Socket.
    m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mudev Kernel Socket[0m[    8.482073] systemd[1]: Listening on udev Kernel Socket.
    .
    
    [    8.496671] systemd[1]: Listening on User Database Manager Socket.
    [[0;32m  OK  [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
    
             Mounting [0;1;39mHuge Pages File System[0m...
    
    [    8.523259] systemd[1]: Mounting Huge Pages File System...
    [    8.549316] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting [0;1;39mPOSIX Message Queue File System[0m...
    
    [    8.581651] systemd[1]: Mounting Kernel Debug File System...
             Mounting [0;1;39mKernel Debug File System[0m...
    
    [    8.595627] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
             Mounting [0;1;39mTemporary Directory /tmp[0m...
    [    8.626604] systemd[1]: Mounting Temporary Directory /tmp...
    
             Starting [0;1;39mCreate List of Static Device Nodes[0[    8.667009] systemd[1]: Starting Create List of Static Device Nodes...
    m...
    
    [    8.703658] systemd[1]: Starting Load Kernel Module configfs...
             Starting [0;1;39mLoad Kernel Module configfs[0m...
    
             Starting [0;1;39mLoad Kernel Module drm[0m...
    
    [    8.741352] systemd[1]: Starting Load Kernel Module drm...
             Starting [0;1;39mLoad Kernel Module fuse[0m...
    
    [    8.776440] systemd[1]: Starting Load Kernel Module fuse...
    [    8.819691] systemd[1]: Starting RPC Bind...
             Starting [0;1;39mRPC Bind[0m...
    
    [    8.833320] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [    8.847368] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    8.847401] systemd[1]: systemd-journald.service: (This warning is only shown for the first unit using IP firewalling.)
    [    8.887731] systemd[1]: Starting Journal Service...
             Starting [0;1;39mJournal Service[0m...
    
             Starting [0;1;39mLoad Kernel Modules[0m...
    [    8.937017] systemd[1]: Starting Load Kernel Modules...
    
             Starting [0;1;39mGenerate network units from Kernel co[    8.972042] systemd[1]: Starting Generate network units from Kernel command line...
    mmand line[0m...
    
    [    9.017476] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting [0;1;39mRemount Root and Kernel File Systems[0m...
    
    [    9.063722] systemd[1]: Starting Coldplug All udev Devices...
             Starting [0;1;39mColdplug All udev Devices[0m...
    
    [    9.082622] fuse: init (API version 7.41)
    [[0;32m  OK  [0m] Mounted [0;1;39mHuge Pages File System[0m.[    9.095930] systemd[1]: Mounted Huge Pages File System.
    
    
    [    9.113491] systemd[1]: Mounted POSIX Message Queue File System.
    [[0;32m  OK  [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39mKernel Debug File System[0[    9.129316] systemd[1]: Mounted Kernel Debug File System.
    m.
    
    [    9.146144] systemd[1]: Mounted Temporary Directory /tmp.
    [[0;32m  OK  [0m] Mounted [0;1;39mTemporary Directory /tmp[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mCreate List of Static Devi[    9.165296] systemd[1]: Finished Create List of Static Device Nodes.
    ce Nodes[0m.
    
    [    9.190041] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [    9.204698] systemd[1]: Finished Load Kernel Module configfs.
    [[0;32m  OK  [0m] Finished [0;1;39mLoad Kernel Module configfs[0m.
    
    [    9.224665] systemd[1]: modprobe@drm.service: Deactivated successfully.
    [[0;32m  OK  [0m] Finished [0;1;39mLoad Kernel Module drm[0m[    9.235403] systemd[1]: Finished Load Kernel Module drm.
    .
    
    [    9.251667] systemd[1]: modprobe@fuse.service: Deactivated successfully.
    [    9.260472] systemd[1]: Finished Load Kernel Module fuse.
    [[0;32m  OK  [0m] Finished [0;1;39mLoad Kernel Module fuse[0m.
    
    [    9.280813] systemd-journald[135]: Collecting audit messages is enabled.
    [    9.305601] systemd[1]: Mounting FUSE Control File System...
             Mounting [0;1;39mFUSE Control File System[0m...
    
    [    9.362647] systemd[1]: Mounting Kernel Configuration File System...
             Mounting [0;1;39mKernel Configuration File System[0m...
    
             Starting [0;1;39mCreate Static Device Nodes in /dev gr[    9.409138] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
    acefully[0m...
    
    [    9.419262] cryptodev: loading out-of-tree module taints kernel.
    [    9.424222] sysctl table check failed: ioctl/(null) procname is null
    [    9.424242] sysctl table check failed: ioctl/(null) No proc_handler
    [    9.424247] cryptodev: driver 1.14 loaded.
    [[0;32m  OK  [0m] Started [0;1;39mRPC Bind[0m.
    [    9.450224] systemd[1]: Started RPC Bind.
    
    [[0;32m  OK  [0m] Finished [0;1;39mLoad Kernel Modules[0m.
    [    9.464330] systemd[1]: Finished Load Kernel Modules.
    
    [    9.489606] systemd[1]: Finished Generate network units from Kernel command line.
    [[0;32m  OK  [0m] Finished [0;1;39mGenerate network units from Kernel command line[0m.
    
             Starting [0;1;39mApply Kernel Variables[0m...
    
    [    9.582191] systemd[1]: Starting Apply Kernel Variables...
    [[0;32m  OK  [0m] Started [0;1;39mJournal Service[0m.
    
    [    9.607830] systemd[1]: Started Journal Service.
    [[0;32m  OK  [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39mFUSE Control File System[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39mKernel Configuration File System[0m.
    
             Starting [0;1;39mFlush Journal to Persistent Storage[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mCreate Static Device Nodes in /dev gracefully[0m.
    
             Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
    
    [   10.088536] systemd-journald[135]: Received client request to flush runtime journal.
    [[0;32m  OK  [0m] Finished [0;1;39mApply Kernel Variables[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
    
             Mounting [0;1;39m/var/volatile[0m...
    
             Starting [0;1;39mRule-based Manager for Device Events and Files[0m...
    
    [[0;32m  OK  [0m] Mounted [0;1;39m/var/volatile[0m.
    
             Starting [0;1;39mLoad/Save OS Random Seed[0m...
    
    [[0;32m  OK  [0m] Reached target [0;1;39mLocal File Systems[0m.
    
             Starting [0;1;39mCreate System Files and Directories[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mLoad/Save OS Random Seed[0m.
    
             Starting [0;1;39mUser Database Manager[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mColdplug All udev Devices[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mCreate System Files and Directories[0m.
    
             Starting [0;1;39mNetwork Name Resolution[0m...
    
             Starting [0;1;39mNetwork Time Synchronization[0m...
    
             Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
    
    [[0;32m  OK  [0m] Started [0;1;39mUser Database Manager[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mNetwork Name Resolution[0m.
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/ttyS2[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mNetwork Time Synchronization[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mSystem Initialization[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mSystem Time Set[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mDaily rotation of log files[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mTimer Units[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
    
             Starting [0;1;39mDocker Socket for the API[0m...
    
    [[0;32m  OK  [0m] Listening on [0;1;39mdropbear.socket[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
    
             Starting [0;1;39mD-Bus System Message Bus[0m...
    
             Starting [0;1;39mReboot and dump vmcore via kexec[0m...
    
    [[0;32m  OK  [0m] Listening on [0;1;39mDocker Socket for the API[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
    
    [   15.140198] CAN device driver interface
    [[0;32m  OK  [0m] Started [0;1;39mD-Bus System Message Bus[0m.
    
    [   15.280344] at24 0-0050: supply vcc not found, using dummy regulator
    [   15.300104] at24 0-0050: 131072 byte 24c1024 EEPROM, writable, 1 bytes/write
    [   15.327558] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fc9100
    [   15.333153] omap-mailbox 29040000.mailbox: omap mailbox rev 0x66fc9100
    [   15.347710] omap-mailbox 29060000.mailbox: omap mailbox rev 0x66fc9100
    [   15.691663] davinci_mdio 300b2400.mdio: Configuring MDIO in manual mode
    [   15.745923] davinci_mdio 300b2400.mdio: davinci mdio revision 1.7, bus freq 1000000
    [[0;32m  OK  [0m] Reached target [0;1;39mSocket Units[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mBasic System[0m.
    
    [   15.848269] platform 78000000.r5f: configured R5F for remoteproc mode
    [   15.848730] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [   15.850194] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@a4000000
    [   15.854871] k3-m4-rproc 5000000.m4fss: configured M4F for remoteproc mode
    [   15.866138] remoteproc remoteproc1: 5000000.m4fss is available
    [   15.884718] remoteproc remoteproc0: 78000000.r5f is available
    [   15.929858] platform 78200000.r5f: configured R5F for remoteproc mode
    [   15.930234] remoteproc remoteproc0: powering up 78000000.r5f
    [   15.930269] remoteproc remoteproc0: Booting fw image am64-main-r5f0_0-fw, size 94056
    [   15.931027] platform 78200000.r5f: assigned reserved memory node r5f-dma-memory@a1000000
    [   15.955955] remoteproc remoteproc1: powering up 5000000.m4fss
    [   15.955992] remoteproc remoteproc1: Booting fw image am64-mcu-m4f0_0-fw, size 88248
    [[0;32m  OK  [0m] Started [0;1;39mJob spooling tools[0m.
    
    [   15.981542] remoteproc remoteproc2: 78200000.r5f is available
    [   15.987953] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node m4f-dma-memory@a4000000
    [   15.999290] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node r5f-dma-memory@a0000000
    [   16.017001] remoteproc remoteproc2: powering up 78200000.r5f
    [   16.017038] remoteproc remoteproc2: Booting fw image am64-main-r5f0_1-fw, size 94056
             Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
    
    [   16.117083] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node r5f-dma-memory@a1000000
    [[0;32m  OK  [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
    
    [   16.206580] virtio_rpmsg_bus virtio0: rpmsg host is online
    [   16.207328] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [   16.207514] rproc-virtio rproc-virtio.1.auto: registered virtio0 (type 7)
    [   16.207526] remoteproc remoteproc1: remote processor 5000000.m4fss is now up
    [   16.207544] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
             Starting [0;1;39mPrint notice about GPLv3 packages[0m...
    
    [   16.263808] virtio_rpmsg_bus virtio1: rpmsg host is online
    [   16.264571] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [   16.264962] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [   16.275488] rproc-virtio rproc-virtio.0.auto: registered virtio1 (type 7)
    [   16.275516] remoteproc remoteproc0: remote processor 78000000.r5f is now up
    [   16.287978] davinci_mdio 300b2400.mdio: phy[15]: device 300b2400.mdio:0f, driver TI DP83869
    [   16.314684] virtio_rpmsg_bus virtio2: rpmsg host is online
    [   16.314828] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7)
    [   16.314843] remoteproc remoteproc2: remote processor 78200000.r5f is now up
    [   16.315799] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
    [   16.316062] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
    [   16.350039] platform 78400000.r5f: configured R5F for remoteproc mode
    [   16.350824] platform 78400000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [   16.365992] remoteproc remoteproc3: 78400000.r5f is available
    [   16.372971] platform 78600000.r5f: configured R5F for remoteproc mode
    [   16.376925] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
    [   16.376974] pci-endpoint-test 0000:01:00.0: enabling device (0000 -> 0002)
    [   16.377989] platform 78600000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
             Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
    
    [   16.426025] remoteproc remoteproc4: 78600000.r5f is available
    [   16.434823] remoteproc remoteproc3: powering up 78400000.r5f
    [   16.434862] remoteproc remoteproc3: Booting fw image am64-main-r5f1_0-fw, size 90216
    [   16.496024] remoteproc remoteproc4: powering up 78600000.r5f
    [   16.496061] remoteproc remoteproc4: Booting fw image am64-main-r5f1_1-fw, size 94056
    [   16.503175] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@a2000000
    [   16.514196] virtio_rpmsg_bus virtio3: rpmsg host is online
    [   16.514256] rproc-virtio rproc-virtio.3.auto: registered virtio3 (type 7)
    [   16.514267] remoteproc remoteproc3: remote processor 78400000.r5f is now up
    [   16.514875] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
    [   16.515143] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
    [   16.520340] rproc-virtio rproc-virtio.4.auto: assigned reserved memory node r5f-dma-memory@a3000000
             Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
    
    [   16.593482] virtio_rpmsg_bus virtio4: rpmsg host is online
    [   16.593540] rproc-virtio rproc-virtio.4.auto: registered virtio4 (type 7)
    [   16.593552] remoteproc remoteproc4: remote processor 78600000.r5f is now up
    [   16.593937] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xd
    [   16.594154] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xe
    [[0;32m  OK  [0m] Started [0;1;39mirqbalance daemon[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mMultiple Spanning Tree Protocol Daemon[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mstrongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf[0m.
    
             Starting [0;1;39mUser Login Management[0m...
    
             Starting [0;1;39mTelnet Server[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mPreparation for Network[0m.
    
             Starting [0;1;39mNetwork Configuration[0m...
    
    [   17.264561] m_can_platform 20701000.can: m_can device registered (irq=524, version=32)
    [   17.312259] m_can_platform 20711000.can: m_can device registered (irq=525, version=32)
    [[0;32m  OK  [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
    
    [   17.403918] gpio-mux mux-controller: 2-way mux-controller registered
    [[0;32m  OK  [0m] Finished [0;1;39mTelnet Server[0m.
    
    [   17.561036] remoteproc remoteproc5: 3000a000.txpru is available
    [   17.597643] remoteproc remoteproc6: 3000c000.txpru is available
    [   17.660287] remoteproc remoteproc7: 3008a000.txpru is available
    [   17.668440] remoteproc remoteproc8: 3008c000.txpru is available
    [[0;32m  OK  [0m] Started [0;1;39mUser Login Management[0m.
    
    [   18.383008] remoteproc remoteproc9: 30038000.pru is available
    [   18.408050] remoteproc remoteproc10: 30006000.rtu is available
    [[0;32m  OK  [0m] Created slice [0;1;39mSlice /system/tee-supplicant[0m.
    
    [   18.450617] remoteproc remoteproc11: 300b4000.pru is available
    [   18.458293] remoteproc remoteproc12: 30084000.rtu is available
    [   18.484399] remoteproc remoteproc13: 300b8000.pru is available
    [   18.497175] remoteproc remoteproc14: 30086000.rtu is available
    [   18.518397] remoteproc remoteproc15: 30034000.pru is available
    [[0;32m  OK  [0m] Started [0;1;39mTEE Supplicant on teepriv0[0m.
    
    [   18.548696] remoteproc remoteproc16: 30004000.rtu is available
    [   18.619086] TI DP83869 300b2400.mdio:0f: attached PHY driver (mii_bus:phy_addr=300b2400.mdio:0f, irq=POLL)
    [   18.619132] icssg-prueth icssg1-eth: TI PRU ethernet driver initialized: single EMAC mode
             Starting [0;1;39mVirtual Console Setup[0m...
    
    [   19.348657] m_can_platform 20711000.can main_mcan1: renamed from can1
    [   19.386462] m_can_platform 20701000.can main_mcan0: renamed from can0
    [   19.463968] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [   19.951506] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [   19.954052] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [[0;32m  OK  [0m] Reached target [0;1;39mHardware activated USB gadget[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mLoad/Save RF Kill Switch Status /dev/rfkill Watch[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mNetwork Configuration[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mNetwork[0m.
    
             Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
    
             Starting [0;1;39mcontainerd container runtime[0m...
    
             Starting [0;1;39mLLDP daemon[0m...
    
    [[0;32m  OK  [0m] Started [0;1;39mNetperf Benchmark Server[0m.
    
             Starting [0;1;39mPermit User Sessions[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mVirtual Console Setup[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mLLDP daemon[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mPermit User Sessions[0m.
    
    [[0;32m  OK  [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
    
             Expecting device [0;1;39m/dev/mmcblk0p1[0m...
    
             Expecting device [0;1;39m/dev/mmcblk0p2[0m...
    
             Expecting device [0;1;39m/dev/mmcblk0p3[0m...
    
             Expecting device [0;1;39m/dev/mmcblk1p1[0m...
    
             Expecting device [0;1;39m/dev/mmcblk1p2[0m...
    
             Expecting device [0;1;39m/dev/mmcblk1p3[0m...
    
    [[0;32m  OK  [0m] Started [0;1;39memptty display manager[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mGetty on tty1[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mLogin Prompts[0m.
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
    
             Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
    
             Starting [0;1;39mFile System Check on /dev/mmcblk0p2[0m...
    
             Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk0p3[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
    
             Mounting [0;1;39m/run/media/mmcblk0p2[0m...
    
             Mounting [0;1;39m/run/media/mmcblk1p3[0m...
    
             Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
    
             Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
    
             Starting [0;1;39mFile System Check on /dev/mmcblk0p3[0m...
    
             Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
    
    [   24.591118] FAT-fs (mmcblk0p2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
    
    [   24.668352] FAT-fs (mmcblk1p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
    
             Mounting [0;1;39m/run/media/mmcblk0p1[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p3[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
    
             Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
    
             Mounting [0;1;39m/run/media/mmcblk0p3[0m...
    
    [   25.034885] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
    
    [   25.220870] FAT-fs (mmcblk0p3): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/mmcblk0p3[0m.
    
    [   25.296666] EXT4-fs (mmcblk1p2): recovery complete
    [   25.304638] EXT4-fs (mmcblk1p2): mounted filesystem c78fde80-620c-4afb-8fb4-07aba6f139ad r/w with ordered data mode. Quota mode: none.
    [   25.310027] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mcontainerd container runtime[0m.
    
    
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project am64xx-evm ttyS2
    
    Arago 2025.01 am64xx-evm ttyS2
    
    am64xx-evm login: 
    - 19:31:17 [INFO] Host: root
    - 19:31:24 [INFO] Target: 
    rot
    
    [   30.814791] audit: type=1006 audit(1755390678.719:2): pid=1012 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [   30.814824] audit: type=1300 audit(1755390678.719:2): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe08bc528 a2=4 a3=1 items=0 ppid=1 pid=1012 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
    [   30.814840] audit: type=1327 audit(1755390678.719:2): proctitle="(systemd)"
    [   30.905416] audit: type=1006 audit(1755390678.810:3): pid=1034 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
    [   30.905530] audit: type=1300 audit(1755390678.810:3): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffeb5b4b28 a2=1 a3=1 items=0 ppid=1 pid=1034 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
    [   30.905700] audit: type=1327 audit(1755390678.810:3): proctitle="(systemd)"
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
    	adwaita-icon-theme-symbolic
    	autoconf
    	bash
    	bc
    	binutils
    	cifs-utils
    	coreutils-stdbuf
    	coreutils
    	cpio
    	cpp-symlinks
    	cpp
    	dosfstools
    	elfutils
    	findutils
    	g++-symlinks
    	g++
    	gawk
    	gcc-symlinks
    	gcc
    	gdb
    	gdbserver
    	gettext
    	glmark2
    	gnu-config
    	grub-common
    	grub-editenv
    	grub-efi
    	gzip
    	kbd-keymaps-pine
    	less
    	libasm1
    	libatomic-dev
    	libatomic1
    	libbfd
    	libdebuginfod1
    	libdw1
    	libelf1
    	libgcc-s-dev
    	libgcc1
    	libgdbm-compat4
    	libgdbm6
    	libgettextlib
    	libgettextsrc
    	libgmp10
    	libgomp1
    	libidn2-0
    	libmpc3
    	libmpfr6
    	libopcodes
    	libreadline8
    	libstdc++-dev
    	libstdc++6
    	libunistring5
    	m4
    	make
    	nettle
    	parted
    	piglit
    	qtbase-examples
    	qtbase-plugins
    	qtbase-qmlplugins
    	qtbase
    	qtdeclarative-plugins
    	qtdeclarative-qmlplugins
    	qtdeclarative
    	qtsvg-plugins
    	qtsvg-qmlplugins
    	qtsvg
    	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
    ***************************************************************
    ***************************************************************
    7[r[999;999H[6nroot@am64xx-evm:~# 
    - 19:31:24 [INFO] Sleeping 15 secs to allow systemd to finish starting processes...
    - 19:31:39 [INFO] Disconnected serial from am64xx-hsevm
    - 19:31:39 [INFO] Connected to am64xx-hsevm via serial 
    - 19:31:39 [INFO] Host: uname -a
    - 19:31:39 [INFO] Target: 
    uname -a
    Linux am64xx-evm 6.12.35-ti-rt-00969-gadbec2562ad1 #1 SMP PREEMPT_RT Wed Aug 13 19:40:14 UTC 2025 aarch64 GNU/Linux
    root@am64xx-evm:~# 
    - 19:31:39 [INFO] Host: cat /proc/cmdline
    - 19:31:39 [INFO] Target: 
    cat /proc/cmdline
    console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled  ip=:::::eth0:dhcp  root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am64xx-hsevm2/autofs/e6f1a02426e0480581cd59cc53a7bc62,nolock,v3,tcp,rsize=4096,wsize=4096 
    root@am64xx-evm:~# 
    - 19:31:39 [INFO] Host: uname -a
    - 19:31:39 [INFO] Target: 
    uname -a
    Linux am64xx-evm 6.12.35-ti-rt-00969-gadbec2562ad1 #1 SMP PREEMPT_RT Wed Aug 13 19:40:14 UTC 2025 aarch64 GNU/Linux
    root@am64xx-evm:~# 
    - 19:31:39 [INFO] Host: cat /proc/mtd
    - 19:31:39 [INFO] Target: 
    cat /proc/mtd
    dev:    size   erasesize  name
    mtd0: 00100000 00040000 "ospi.tiboot3"
    mtd1: 00200000 00040000 "ospi.tispl"
    mtd2: 00400000 00040000 "ospi.u-boot"
    mtd3: 00040000 00040000 "ospi.env"
    mtd4: 00040000 00040000 "ospi.env.backup"
    mtd5: 037c0000 00040000 "ospi.rootfs"
    mtd6: 00040000 00040000 "ospi.phypattern"
    root@am64xx-evm:~# 
    - 19:31:39 [INFO] Host: grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/pnp /etc/resolv.conf && systemctl restart systemd-resolved
    - 19:31:40 [INFO] Target: 
    grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
    /pnp /etc/resolv.conf && systemctl restart systemd-resolved
    root@am64xx-evm:~# 
    - 19:31:40 [INFO] Host: ls -l /lib/firmware; ls -lR /lib/firmware/ipc
    - 19:31:41 [INFO] Target: 
    ls -l /lib/firmware; ls -lR /lib/firmware/ipc
    total 29256
    -rw-r--r-- 1 root root    2040 Mar  9  2018 LICENCE.ibt_firmware
    -rw-r--r-- 1 root root    2046 Mar  9  2018 LICENCE.iwlwifi_firmware
    lrwxrwxrwx 1 root root      72 Mar  9  2018 am64-main-r5f0_0-fw -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_0_release_strip.xer5f
    lrwxrwxrwx 1 root root      79 Mar  9  2018 am64-main-r5f0_0-fw-sec -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_0_release_strip.xer5f.signed
    lrwxrwxrwx 1 root root      72 Mar  9  2018 am64-main-r5f0_1-fw -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_1_release_strip.xer5f
    lrwxrwxrwx 1 root root      79 Mar  9  2018 am64-main-r5f0_1-fw-sec -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
    lrwxrwxrwx 1 root root      72 Mar  9  2018 am64-main-r5f1_0-fw -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_0_release_strip.xer5f
    lrwxrwxrwx 1 root root      79 Mar  9  2018 am64-main-r5f1_0-fw-sec -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
    lrwxrwxrwx 1 root root      72 Mar  9  2018 am64-main-r5f1_1-fw -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_1_release_strip.xer5f
    lrwxrwxrwx 1 root root      79 Mar  9  2018 am64-main-r5f1_1-fw-sec -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
    lrwxrwxrwx 1 root root      72 Mar  9  2018 am64-mcu-m4f0_0-fw -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu3_0_release_strip.xer5f
    lrwxrwxrwx 1 root root      79 Mar  9  2018 am64-mcu-m4f0_0-fw-sec -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu3_0_release_strip.xer5f.signed
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-pru0_0-fw -> /usr/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_0.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-pru0_1-fw -> /usr/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_1.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-pru1_0-fw -> /usr/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_0.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-pru1_1-fw -> /usr/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_1.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-rtu0_0-fw -> /usr/lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_0.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-rtu0_1-fw -> /usr/lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_1.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-rtu1_0-fw -> /usr/lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_0.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-rtu1_1-fw -> /usr/lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_1.out
    lrwxrwxrwx 1 root root      39 Mar  9  2018 am64x-txpru0_0-fw -> /usr/lib/firmware/pru/TX_PRU_Halt_0.out
    lrwxrwxrwx 1 root root      39 Mar  9  2018 am64x-txpru0_1-fw -> /usr/lib/firmware/pru/TX_PRU_Halt_1.out
    lrwxrwxrwx 1 root root      39 Mar  9  2018 am64x-txpru1_0-fw -> /usr/lib/firmware/pru/TX_PRU_Halt_0.out
    lrwxrwxrwx 1 root root      39 Mar  9  2018 am64x-txpru1_1-fw -> /usr/lib/firmware/pru/TX_PRU_Halt_1.out
    -rw-r--r-- 1 root root  712064 Mar  9  2018 bl32.bin
    -rw-r--r-- 1 root root 4815816 Mar  9  2018 bl32.elf
    -rw-r--r-- 1 root root   14980 Mar  9  2018 eip29t2_2.1.0.bin
    drwxr-xr-x 2 root root    4096 Mar  9  2018 intel
    -rw-r--r-- 1 root root  918268 Mar  9  2018 iwlwifi-3160-17.ucode
    -rw-r--r-- 1 root root 2448976 Mar  9  2018 iwlwifi-8000C-34.ucode
    -rw-r--r-- 1 root root 2428004 Mar  9  2018 iwlwifi-8000C-36.ucode
    -rw-r--r-- 1 root root 2440780 Mar  9  2018 iwlwifi-8265-34.ucode
    -rw-r--r-- 1 root root 2436632 Mar  9  2018 iwlwifi-8265-36.ucode
    -rw-r--r-- 1 root root 2678092 Mar  9  2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
    -rw-r--r-- 1 root root 2521412 Mar  9  2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
    -rw-r--r-- 1 root root 1490508 Mar  9  2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
    drwxr-xr-x 2 root root    4096 Mar  9  2018 pru
    -rw-r--r-- 1 root root    5980 Mar  9  2018 regulatory.db
    -rw-r--r-- 1 root root    1085 Mar  9  2018 regulatory.db.p7s
    -rw-r--r-- 1 root root      28 Mar  9  2018 tee-header_v2.bin
    -rw-r--r-- 1 root root       0 Mar  9  2018 tee-pageable_v2.bin
    -rw-r--r-- 1 root root  712064 Mar  9  2018 tee-pager_v2.bin
    -rw-r--r-- 1 root root  712064 Mar  9  2018 tee-raw.bin
    -rw-r--r-- 1 root root  712092 Mar  9  2018 tee.bin
    -rw-r--r-- 1 root root 4815816 Mar  9  2018 tee.elf
    drwxr-xr-x 2 root root    4096 Mar  9  2018 ti-connectivity
    drwxr-xr-x 3 root root    4096 Mar  9  2018 ti-ipc
    drwxr-xr-x 2 root root    4096 Mar  9  2018 ti-pruss
    ls: cannot access '/lib/firmware/ipc': No such file or directory
    root@am64xx-evm:~# 
    - 19:31:41 [INFO] Host: cat /proc/diskstats
    - 19:31:41 [INFO] Target: 
    cat /proc/diskstats
       7       0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
     179       0 mmcblk0 793 0 51434 568 0 0 0 0 0 379 568 0 0 0 0 0 0
     179       1 mmcblk0p1 244 0 16716 167 0 0 0 0 0 145 167 0 0 0 0 0 0
     179       2 mmcblk0p2 259 0 16723 171 0 0 0 0 0 146 171 0 0 0 0 0 0
     179       3 mmcblk0p3 251 0 16787 216 0 0 0 0 0 182 216 0 0 0 0 0 0
     179      32 mmcblk0boot0 34 0 672 21 0 0 0 0 0 19 21 0 0 0 0 0 0
     179      64 mmcblk0boot1 34 0 672 26 0 0 0 0 0 25 26 0 0 0 0 0 0
      31       0 mtdblock0 13 0 104 55 0 0 0 0 0 56 55 0 0 0 0 0 0
      31       1 mtdblock1 28 0 224 78 0 0 0 0 0 81 78 0 0 0 0 0 0
      31       2 mtdblock2 29 0 232 105 0 0 0 0 0 108 105 0 0 0 0 0 0
      31       3 mtdblock3 10 0 80 63 0 0 0 0 0 64 63 0 0 0 0 0 0
      31       4 mtdblock4 10 0 80 30 0 0 0 0 0 32 30 0 0 0 0 0 0
      31       5 mtdblock5 52 0 416 206 0 0 0 0 0 206 206 0 0 0 0 0 0
      31       6 mtdblock6 10 0 80 59 0 0 0 0 0 59 59 0 0 0 0 0 0
     179      96 mmcblk1 1348 32 56270 1982 7 0 48 33 0 1107 2017 0 0 0 0 4 1
     179      97 mmcblk1p1 265 0 16673 519 0 0 0 0 0 434 519 0 0 0 0 0 0
     179      98 mmcblk1p2 785 32 21458 951 7 0 48 33 0 791 985 0 0 0 0 0 0
     179      99 mmcblk1p3 259 0 16931 474 0 0 0 0 0 397 474 0 0 0 0 0 0
    root@am64xx-evm:~# 
    - 19:31:41 [INFO] Host: cat /proc/interrupts
    - 19:31:41 [INFO] Target: 
    cat /proc/interrupts
               CPU0       CPU1       
     11:      32294      31314     GICv3  30 Level     arch_timer
     14:       1613          0     GICv3  66 Level     4d000000.mailbox thr_012
     23:        941          0     GICv3 165 Level     mmc0
     24:          8          0     GICv3 193 Level     20000000.i2c
     25:        684          0     GICv3 194 Level     20010000.i2c
     26:       1683          0  MSI-INTA 1713152 Level     485c0100.dma-controller chan0
     62:          0          0  MSI-INTA 1970688 Level     485c0000.dma-controller chan1
     66:         10          0  MSI-INTA 1970704 Level     8000000.ethernet-tx0
     74:          0      27183  MSI-INTA 1970712 Level     8000000.ethernet-tx1
     82:          1          0  MSI-INTA 1970720 Level     8000000.ethernet-tx2
     90:          0          8  MSI-INTA 1970728 Level     8000000.ethernet-tx3
     98:          8          0  MSI-INTA 1970736 Level     8000000.ethernet-tx4
    106:          0          8  MSI-INTA 1970744 Level     8000000.ethernet-tx5
    114:          2          0  MSI-INTA 1970752 Level     8000000.ethernet-tx6
    122:          0          7  MSI-INTA 1970760 Level     8000000.ethernet-tx7
    130:          0          0  MSI-INTA 1970776 Level     485c0000.dma-controller chan4
    154:          0          0  MSI-INTA 1971712 Level     485c0000.dma-controller chan0
    158:      38616          0  MSI-INTA 1971728 Level     8000000.ethernet-rx0
    174:          0          0  MSI-INTA 1971752 Level     485c0000.dma-controller chan2
    175:          0          0  MSI-INTA 1971753 Level     485c0000.dma-controller chan3
    310:        706          0     GICv3 210 Level     2800000.serial
    311:          2          0     GICv3 171 Level     fc40000.spi
    313:          0          0     GICv3 134 Level     8000000.ethernet
    323:          0          0     GICv3 129 Level     39000000.cpts
    511:          0          0     GICv3 235 Edge      j721e-pcie-link-down-irq
    512:          0          0  ITS-PCI-MSI-0000:00:00.0   0 Edge      PCIe PME, aerdrv
    513:       2810          0     GICv3 166 Level     mmc1
    516:          0          0     GICv3 204 Level     20100000.spi
    517:          8          0     GICv3 112 Level     mbox-main-r5fss0-core0, mbox-main-r5fss0-core1
    518:          8          0     GICv3 116 Level     mbox-main-r5fss1-core0, mbox-main-r5fss1-core1
    519:          4          0     GICv3 108 Level     mbox-m4-0
    523:          0          0  ITS-PCI-MSI-0000:01:00.0   0 Edge      pci-endpoint-test.0
    544:          0          0     GICv3 226 Level     f400000.usb
    545:          0          0     GICv3 228 Level     f400000.usb
    IPI0:     19754      19473       Rescheduling interrupts
    IPI1:       372        951       Function call interrupts
    IPI2:         0          0       CPU stop interrupts
    IPI3:         0          0       CPU stop NMIs
    IPI4:         0          0       Timer broadcast interrupts
    IPI5:         4          6       IRQ work interrupts
    IPI6:         0          0       CPU backtrace interrupts
    IPI7:         0          0       KGDB roundup interrupts
    Err:          0
    root@am64xx-evm:~# 
    - 19:31:41 [INFO] Host: cat /proc/softirqs
    - 19:31:42 [INFO] Target: 
    cat /proc/softirqs
                        CPU0       CPU1       
              HI:          0          0
           TIMER:       6199       7911
          NET_TX:          7         24
          NET_RX:      38653      27234
           BLOCK:        845          0
        IRQ_POLL:          0          0
         TASKLET:        657       1977
           SCHED:       7393       6341
         HRTIMER:       1289       1538
             RCU:          0          0
    root@am64xx-evm:~# 
    - 19:31:42 [INFO] Host: ls -lR /run/media/mmcblk0p1
    - 19:31:42 [INFO] Target: 
    ls -lR /run/media/mmcblk0p1
    /run/media/mmcblk0p1:
    total 0
    root@am64xx-evm:~# 
    - 19:31:42 [INFO] Host: opkg list-installed | grep packagegroup-arago-test; echo $?
    - 19:31:52 [ERROR] On command: opkg list-installed | grep packagegroup-arago-test; echo $? waiting for opkg list-installed | grep packagegroup-arago-test; echo $?.+?(?-mix:^0) >>> error: execution expired
    - 19:31:52 [INFO] Target: 
    opkg list-installed | grep packagegroup-arago-test; echo $?
    1
    root@am64xx-evm:~# 
    - 19:31:52 [INFO] Host: opkg list-installed | grep ti-test; echo $?
    - 19:31:52 [INFO] Target: 
    opkg list-installed | grep ti-test; echo $?
    ti-test - 1.0-r0.19
    ti-test-extras - 1.0-r0.19
    0
    root@am64xx-evm:~# 
    - 19:31:52 [INFO] Host: lspci
    - 19:31:53 [INFO] Target: 
    lspci
    00:00.0 PCI bridge: Texas Instruments Device b010
    01:00.0 DMA controller: Texas Instruments Device b010
    root@am64xx-evm:~# 
    - 19:31:53 [INFO] Host: for f in /sys/bus/pci/devices/*/sriov_numvfs; do echo 0 > $f; done
    - 19:31:53 [INFO] Target: 
    for f in /sys/bus/pci/devices/*/sriov_numvfs; do echo 0 > $f; 
     done
    -sh: /sys/bus/pci/devices/*/sriov_numvfs: No such file or directory
    root@am64xx-evm:~# 
    - 19:31:53 [INFO] Host: pcitest -h
    - 19:31:53 [INFO] Target: 
    pcitest -h
    usage: pcitest [options]
    Options:
    	-D <dev>		PCI endpoint test device {default: /dev/pci-endpoint-test.0}
    	-b <bar num>		BAR test (bar number between 0..5)
    	-m <msi num>		MSI test (msi number between 1..32)
    	-x <msix num>		MSI-X test (msix number between 1..2048)
    	-i <irq type>		Set IRQ type (0 - Legacy, 1 - MSI, 2 - MSI-X)
    	-e			Clear IRQ
    	-I			Get current IRQ type configured
    	-d			Use DMA
    	-l			Legacy IRQ test
    	-r			Read buffer test
    	-w			Write buffer test
    	-c			Copy buffer test
    	-s <size>		Size of buffer {default: 100KB}
    	-h			Print this help message
    root@am64xx-evm:~# 
    - 19:31:53 [INFO] Host: modprobe pci_endpoint_test
    - 19:31:53 [INFO] Target: 
    modprobe pci_endpoint_test
    root@am64xx-evm:~# 
    - 19:31:53 [INFO] Host: ls /dev/pci-endpoint-test*
    - 19:31:54 [INFO] Target: 
    ls /dev/pci-endpoint-test*
    /dev/pci-endpoint-test.0
    root@am64xx-evm:~# 
    - 19:31:54 [INFO] Number of pci-endpoint-test devices: 1
    - 19:31:54 [INFO] === READ TEST for /dev/pci-endpoint-test.0 ===
    - 19:31:54 [INFO] Host: pcitest -r -s 1 -d -D /dev/pci-endpoint-test.0
    - 19:31:54 [INFO] Target: 
    pcitest -r -s 1 -d -D /dev/pci-endpoint-test.0
    READ (      1 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:31:54 [INFO] Host: pcitest -r -s 1024 -d -D /dev/pci-endpoint-test.0
    - 19:31:54 [INFO] Target: 
    pcitest -r -s 1024 -d -D /dev/pci-endpoint-test.0
    READ (   1024 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:31:54 [INFO] Host: pcitest -r -s 1025 -d -D /dev/pci-endpoint-test.0
    - 19:31:55 [INFO] Target: 
    pcitest -r -s 1025 -d -D /dev/pci-endpoint-test.0
    READ (   1025 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:31:55 [INFO] Host: pcitest -r -s 1024000 -d -D /dev/pci-endpoint-test.0
    - 19:31:55 [INFO] Target: 
    pcitest -r -s 1024000 -d -D /dev/pci-endpoint-test.0
    READ (1024000 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:31:55 [INFO] Host: pcitest -r -s 1024001 -d -D /dev/pci-endpoint-test.0
    - 19:31:55 [INFO] Target: 
    pcitest -r -s 1024001 -d -D /dev/pci-endpoint-test.0
    READ (1024001 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:31:56 [INFO] Host: pcitest -r -s 1 -d -D /dev/pci-endpoint-test.0
    - 19:31:56 [INFO] Target: 
    pcitest -r -s 1 -d -D /dev/pci-endpoint-test.0
    READ (      1 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:31:56 [INFO] Host: pcitest -r -s 1024 -d -D /dev/pci-endpoint-test.0
    - 19:31:56 [INFO] Target: 
    pcitest -r -s 1024 -d -D /dev/pci-endpoint-test.0
    READ (   1024 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:31:56 [INFO] Host: pcitest -r -s 1025 -d -D /dev/pci-endpoint-test.0
    - 19:31:57 [INFO] Target: 
    pcitest -r -s 1025 -d -D /dev/pci-endpoint-test.0
    READ (   1025 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:31:57 [INFO] Host: pcitest -r -s 1024000 -d -D /dev/pci-endpoint-test.0
    - 19:31:57 [INFO] Target: 
    pcitest -r -s 1024000 -d -D /dev/pci-endpoint-test.0
    READ (1024000 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:31:57 [INFO] Host: pcitest -r -s 1024001 -d -D /dev/pci-endpoint-test.0
    - 19:31:57 [INFO] Target: 
    pcitest -r -s 1024001 -d -D /dev/pci-endpoint-test.0
    READ (1024001 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:31:58 [INFO] Host: pcitest -r -s 1 -d -D /dev/pci-endpoint-test.0
    - 19:31:58 [INFO] Target: 
    pcitest -r -s 1 -d -D /dev/pci-endpoint-test.0
    READ (      1 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:31:58 [INFO] Host: pcitest -r -s 1024 -d -D /dev/pci-endpoint-test.0
    - 19:31:58 [INFO] Target: 
    pcitest -r -s 1024 -d -D /dev/pci-endpoint-test.0
    READ (   1024 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:31:58 [INFO] Host: pcitest -r -s 1025 -d -D /dev/pci-endpoint-test.0
    - 19:31:59 [INFO] Target: 
    pcitest -r -s 1025 -d -D /dev/pci-endpoint-test.0
    READ (   1025 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:31:59 [INFO] Host: pcitest -r -s 1024000 -d -D /dev/pci-endpoint-test.0
    - 19:31:59 [INFO] Target: 
    pcitest -r -s 1024000 -d -D /dev/pci-endpoint-test.0
    READ (1024000 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:31:59 [INFO] Host: pcitest -r -s 1024001 -d -D /dev/pci-endpoint-test.0
    - 19:31:59 [INFO] Target: 
    pcitest -r -s 1024001 -d -D /dev/pci-endpoint-test.0
    READ (1024001 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:32:00 [INFO] Host: pcitest -r -s 1 -d -D /dev/pci-endpoint-test.0
    - 19:32:00 [INFO] Target: 
    pcitest -r -s 1 -d -D /dev/pci-endpoint-test.0
    READ (      1 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:32:00 [INFO] Host: pcitest -r -s 1024 -d -D /dev/pci-endpoint-test.0
    - 19:32:00 [INFO] Target: 
    pcitest -r -s 1024 -d -D /dev/pci-endpoint-test.0
    READ (   1024 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:32:00 [INFO] Host: pcitest -r -s 1025 -d -D /dev/pci-endpoint-test.0
    - 19:32:01 [INFO] Target: 
    pcitest -r -s 1025 -d -D /dev/pci-endpoint-test.0
    READ (   1025 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:32:01 [INFO] Host: pcitest -r -s 1024000 -d -D /dev/pci-endpoint-test.0
    - 19:32:01 [INFO] Target: 
    pcitest -r -s 1024000 -d -D /dev/pci-endpoint-test.0
    READ (1024000 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:32:01 [INFO] Host: pcitest -r -s 1024001 -d -D /dev/pci-endpoint-test.0
    - 19:32:01 [INFO] Target: 
    pcitest -r -s 1024001 -d -D /dev/pci-endpoint-test.0
    READ (1024001 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:32:02 [INFO] Host: pcitest -r -s 1 -d -D /dev/pci-endpoint-test.0
    - 19:32:02 [INFO] Target: 
    pcitest -r -s 1 -d -D /dev/pci-endpoint-test.0
    READ (      1 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:32:02 [INFO] Host: pcitest -r -s 1024 -d -D /dev/pci-endpoint-test.0
    - 19:32:02 [INFO] Target: 
    pcitest -r -s 1024 -d -D /dev/pci-endpoint-test.0
    READ (   1024 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:32:02 [INFO] Host: pcitest -r -s 1025 -d -D /dev/pci-endpoint-test.0
    - 19:32:03 [INFO] Target: 
    pcitest -r -s 1025 -d -D /dev/pci-endpoint-test.0
    READ (   1025 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:32:03 [INFO] Host: pcitest -r -s 1024000 -d -D /dev/pci-endpoint-test.0
    - 19:32:03 [INFO] Target: 
    pcitest -r -s 1024000 -d -D /dev/pci-endpoint-test.0
    READ (1024000 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:32:03 [INFO] Host: pcitest -r -s 1024001 -d -D /dev/pci-endpoint-test.0
    - 19:32:03 [INFO] Target: 
    pcitest -r -s 1024001 -d -D /dev/pci-endpoint-test.0
    READ (1024001 bytes):		OKAY
    root@am64xx-evm:~# 
    - 19:32:04 [INFO] ==== Buffer Size 1 ====
    - 19:32:04 [INFO] Throughput 2 KB/s
    - 19:32:04 [INFO] ==== Buffer Size 1024 ====
    - 19:32:04 [INFO] Throughput 2840 KB/s
    - 19:32:04 [INFO] ==== Buffer Size 1025 ====
    - 19:32:04 [INFO] Throughput 2836 KB/s
    - 19:32:04 [INFO] ==== Buffer Size 1024000 ====
    - 19:32:04 [INFO] Throughput 318439 KB/s
    - 19:32:04 [INFO] ==== Buffer Size 1024001 ====
    - 19:32:04 [INFO] Throughput 316411 KB/s

    AM64x EP Logs:

    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.12.35-ti-rt-00969-gadbec2562ad1 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.4.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT_RT Wed Aug 13 19:40:14 UTC 2025
    [    0.000000] Machine model: Texas Instruments AM642 EVM
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: legacy bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [ I  / T0C.:0 0S0ec0o00n]da OryF : CrPeU se1r viendi tmieamli:z iinngi
    t
    ialI/iTzeCd:  nSoedcoe ndra5rf-ym eCmPUor y1 @asw2i10tc00h0i0n,g  ctoo mpnaotrimballe  woidrl dsh baoreotd
    -d
    ma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable m4f-dma-memory@a4000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable m4f-memory@a4100000
    [    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a57fffff (8192 KiB) nomap non-reusable ipc-memories@a5000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    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-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a57fffff]
    [    0.000000]   node   0: [mem 0x00000000a5800000-0x00000000ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000] cma: Reserved 32 MiB at 0x00000000fbe00000 on node -1
    [    0.000000] psci: probing for conduit method from DT.
    [    0.000000] psci: PSCIv1.1 detected in firmware.
    [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [    0.000000] psci: Trusted OS migration not required
    [    0.000000] psci: SMC Calling Convention v1.5
    [    0.000000] percpu: Embedded 23 pages/cpu s54640 r8192 d31376 u94208
    [    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 disabled by kernel configuration
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled  ip=:::::eth0:dhcp  root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am64xx-hsevm1/autofs/e6f1a02426e0480581cd59cc53a7bc62,nolock,v3,tcp,rsize=4096,wsize=4096 
    [    0.000000] sysrq: sysrq always enabled.
    [    0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
    [    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 524288
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 2MB
    [    0.000000] software IO TLB: area num 2.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fba00000-0x00000000fbc00000] (2MB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
    [    0.000000] rcu: 	RCU_SOFTIRQ processing moved to rcuc kthreads.
    [    0.000000] 	No expedited grace period (rcu_normal_after_boot).
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 256 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: 0xffff8000800100bc
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=1
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001840000
    [    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 @80800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000
    [    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.000486] Console: colour dummy device 80x25
    [    0.000556] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.000569] pid_max: default: 32768 minimum: 301
    [    0.000647] LSM: initializing lsm=capability
    [    0.000819] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.000846] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.003155] rcu: Hierarchical SRCU implementation.
    [    0.003172] rcu: 	Max phase no-delay instances is 400.
    [    0.067691] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
    [    0.088645] EFI services will not be available.
    [    0.106026] smp: Bringing up secondary CPUs ...
    [    0.228364] Detected VIPT I-cache on CPU1
    [    0.228482] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000
    [    0.228501] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [    0.228559] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.257658] smp: Brought up 1 node, 2 CPUs
    [    0.257666] SMP: Total of 2 processors activated.
    [    0.257670] CPU: All CPU(s) started at EL2
    [    0.257674] CPU features: detected: 32-bit EL0 Support
    [    0.257680] CPU features: detected: CRC32 instructions
    [    0.257717] alternatives: applying system-wide alternatives
    [    0.258807] Memory: 1886160K/2097152K available (10368K kernel code, 1178K rwdata, 2732K rodata, 2240K init, 531K bss, 170408K reserved, 32768K cma-reserved)
    [    0.260100] devtmpfs: initialized
    [    0.274736] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.274765] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.276074] 28464 pages in range for non-PLT usage
    [    0.276097] 519984 pages in range for PLT usage
    [    0.276410] pinctrl core: initialized pinctrl subsystem
    [    0.277225] DMI not present or invalid.
    [    0.278041] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.279811] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.280461] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.281456] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.281589] audit: initializing netlink subsys (disabled)
    [    0.281863] audit: type=2000 audit(0.280:1): state=initialized audit_enabled=0 res=1
    [    0.282610] thermal_sys: Registered thermal governor 'step_wise'
    [    0.282894] ASID allocator initialised with 65536 entries
    [    0.290602] /bus@f4000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f4000/interrupt-controller@1800000
    [    0.304579] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.304596] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.304602] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.304606] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.304611] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.304615] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.304620] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.304624] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    1.041541] k3-chipinfo 43000014.chipid: Family:AM64X rev:SR2.0 JTAGID[0x1bb3802f] Detected
    [    1.042745] iommu: Default domain type: Translated
    [    1.042761] iommu: DMA domain TLB invalidation policy: strict mode
    [    1.053747] SCSI subsystem initialized
    [    1.054372] usbcore: registered new interface driver usbfs
    [    1.054422] usbcore: registered new interface driver hub
    [    1.054465] usbcore: registered new device driver usb
    [    1.055230] pps_core: LinuxPPS API ver. 1 registered
    [    1.055240] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    1.055258] PTP clock support registered
    [    1.055308] EDAC MC: Ver: 3.0.0
    [    1.055747] scmi_core: SCMI protocol bus registered
    [    1.056354] FPGA manager framework
    [    1.056503] Advanced Linux Sound Architecture Driver Initialized.
    [    1.065480] clocksource: Switched to clocksource arch_sys_counter
    [    1.065789] VFS: Disk quotas dquot_6.6.0
    [    1.065815] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    1.074671] NET: Registered PF_INET protocol family
    [    1.074963] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    1.077147] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [    1.077206] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    1.077221] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    1.077593] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear)
    [    1.079114] TCP: Hash tables configured (established 16384 bind 16384)
    [    1.079349] UDP hash table entries: 1024 (order: 4, 98304 bytes, lIi/neTaCr: )R
    es[ e r v ed1 .s07ha95re86d]  mUeDmPor-yLi ites  heanasbhl teadb
    l
    e I/eTntCr:i eDsyn: am10i2c4  s(haorrdede rm: e4m,or 9y 83i0s4  enbaytbelse,d 
    l
    inIea/rTC)
    :
     N[o r m a l1. 0Wo79r9l3d8 ]v iNrtEuTa:l iRzegaitsitone rseud pPpoFr_UtN iIXs/ PdiFs_LaObClAedL
     p
    roI/toTCco:l  Afsaynmcilhyr
    o
    no[u  s   n1o.t0i8f0i6c1a7t]io nRPs C:a reR edgiissatberleedd 
    named UNIX socket transport module.
    [    1.080631] RPC: Registered udp transport module.
    [    1.080635] RPC: Registered tcp transport module.
    [    1.080638] RPC: Registered tcp-with-tls transport module.
    [    1.080641] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    1.080658] PCI: CLS 0 bytes, default 64
    [    1.081898] Initialise system trusted keyrings
    [    1.082371] workingset: timestamp_bits=62 max_order=19 bucket_order=0
    [    1.082930] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    1.083270] NFS: Registering the id_resolver key type
    [    1.083318] Key type id_resolver registered
    [    1.083323] Key type id_legacy registered
    [    1.083350] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    1.083356] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    1.146792] Key type asymmetric registered
    [    1.146808] Asymmetric key parser 'x509' registered
    [    1.146914] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    1.146922] io scheduler mq-deadline registered
    [    1.146927] io scheduler kyber registered
    [    1.146958] io scheduler bfq registered
    [    1.151294] pinctrl-single 4084000.pinctrl: 33 pins, size 132
    [    1.151973] pinctrl-single f4000.pinctrl: 180 pins, size 720
    [    1.163142] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    1.176238] loop: module loaded
    [    1.177935] megasas: 07.727.03.00-rc1
    [    1.184789] tun: Universal TUN/TAP device driver, 1.6
    [    1.186381] VFIO - User Level meta-driver version: 0.3
    [    1.188262] usbcore: registered new interface driver usb-storage
    [    1.189242] i2c_dev: i2c /dev entries driver
    [    1.190243] sdhci: Secure Digital Host Controller Interface driver
    [    1.190254] sdhci: Copyright(c) Pierre Ossman
    [    1.190612] sdhci-pltfm: SDHCI platform and OF driver helper
    [    1.191544] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    1.193018] usbcore: registered new interface driver usbhid
    [    1.193032] usbhid: USB HID core driver
    [    1.194415] optee: probing for conduit method.
    [    1.194456] optee: revision 4.6 (71785645fa6ce42d)
    [    1.227679] optee: dynamic shared memory is enabled
    [    1.228726] optee: initialized driver
    [    1.229814] random: crng init done
    [    1.232690] NET: Registered PF_PACKET protocol family
    [    1.232802] Key type dns_resolver registered
    [    1.246299] Loading compiled-in X.509 certificates
    [    1.262887] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.1.5--v11.01.05 (Fancy Rat)')
    [    1.386418] mmc0: CQHCI version 5.10
    [    1.398222] pca953x 0-0038: supply vcc not found, using dummy regulator
    [    1.398416] pca953x 0-0038: using no AI
    [    1.411587] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.413861] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.414044] pca953x 1-0022: using AI
    [    1.427082] omap_i2c 20010000.i2c: bus 1 rev0.12 at 400 kHz
    [    1.427684] ti-sci-intr bus@f4000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    1.428121] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    1.429328] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    1.435154] ti-udma 485c0100.dma-controller: Number of rings: 68
    [    1.437434] ti-udma 485c0100.dma-controller: Channels: 24 (bchan: 12, tchan: 6, rchan: 6)
    [    1.440215] ti-udma 485c0000.dma-controller: Number of rings: 288
    [    1.455367] ti-udma 485c0000.dma-controller: Channels: 44 (tchan: 29, rchan: 15)
    [    1.460443] printk: legacy console [ttyS2] disabled
    [    1.517987] mmc0: Command Queue Engine enabled
    [    1.518025] mmc0: new HS200 MMC card at address 0001
    [    1.518931] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
    [    1.521067]  mmcblk0: p1 p2
    [    1.521905] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
    [    1.523608] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
    [    1.525352] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (239:0)
    [    1.587390] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 310, base_baud = 3000000) is a 8250
    [    1.596347] printk: legacy console [ttyS2] enabled
    [    1.596347] printk: legacy console [ttyS2] enabled
    [    1.596355] printk: legacy bootconsole [ns16550a0] disabled
    [    1.596355] printk: legacy bootconsole [ns16550a0] disabled
    [    1.624038] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [    1.624066] Creating 7 MTD partitions on "fc40000.spi.0":
    [    1.624075] 0x000000000000-0x000000100000 : "ospi.tiboot3"
    [    1.626137] 0x000000100000-0x000000300000 : "ospi.tispl"
    [    1.627975] 0x000000300000-0x000000700000 : "ospi.u-boot"
    [    1.629759] 0x000000700000-0x000000740000 : "ospi.env"
    [    1.631557] 0x000000740000-0x000000780000 : "ospi.env.backup"
    [    1.633432] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    1.635272] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    1.796931] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00903, cpsw version 0x6BA80903 Ports: 3 quirks:00000006
    [    1.798110] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    1.831495] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    1.835007] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    1.835230] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.4
    [    1.835240] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [    1.836602] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.888448] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 16
    [    1.897257] am65-cpts 39000000.cpts: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    1.900539] mmc1: CQHCI version 5.10
    [    1.951372] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    1.963235] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [    1.963263] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [    2.028050] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
    [    2.030909] mmcblk1: mmc1:aaaa SH32G 29.7 GiB
    [    2.042711]  mmcblk1: p1 p2 p3
    [    6.054304] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [    6.065496] Sending DHCP requests ., OK
    [    6.069533] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.158
    [    6.069551] IP-Config: Complete:
    [    6.069553]      device=eth0, hwaddr=f4:84:4c:fd:9d:91, ipaddr=192.168.0.158, mask=255.255.255.0, gw=192.168.0.1
    [    6.069563]      host=192.168.0.158, domain=ti.com, nis-domain=(none)
    [    6.069568]      bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
    [    6.069573]      nameserver0=192.0.2.2, nameserver1=192.0.2.3
    [    6.069845] clk: Disabling unused clocks
    [    6.096672] PM: genpd: Disabling unused power domains
    [    6.096891] ALSA device list:
    [    6.096899]   No soundcards found.
    [    6.145578] VFS: Mounted root (nfs filesystem) on device 0:21.
    [    6.146181] devtmpfs: mounted
    [    6.147895] Freeing unused kernel memory: 2240K
    [    6.148040] Run /sbin/init as init process
    [    6.522314] systemd[1]: System time before build time, advancing clock.
    [    6.591945] NET: Registered PF_INET6 protocol family
    [    6.595954] Segment Routing with IPv6
    [    6.596003] In-situ OAM (IOAM) with IPv6
    [    6.637283] systemd[1]: systemd 255.21^ 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 -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
    [    6.637333] systemd[1]: Detected architecture arm64.
    
    Welcome to [1mArago 2025.01[0m!
    
    
    [    6.684186] systemd[1]: Hostname set to <am64xx-evm>.
    [    7.521118] systemd[1]: /usr/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.
    [    7.870318] systemd[1]: Queued start job for default target Graphical Interface.
    [    7.907778] systemd[1]: Created slice Slice /system/getty.
    [[0;32m  OK  [0m] Created slice [0;1;39mSlice /system/getty[0m.
    
    [    7.923431] systemd[1]: Created slice Slice /system/modprobe.
    [[0;32m  OK  [0m] Created slice [0;1;39mSlice /system/modprobe[0m.
    
    [[0;32m  OK  [0m] Created slice [0;1;39mSlice /system/serial-[    7.938623] systemd[1]: Created slice Slice /system/serial-getty.
    getty[0m.
    
    [[0;32m  OK  [0m] Created slice [0;1;39mUser and Session Slic[    7.954921] systemd[1]: Created slice User and Session Slice.
    e[0m.
    
    [    7.969226] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [[0;32m  OK  [0m] Started [0;1;39mDispatch Password Requests to Console Directory Watch[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mForward Password Requests t[    7.987191] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    o Wall Directory Watch[0m.
    
             Expecting device [0;1;39m/dev/ttyS2[0m...
    
    [    8.004916] systemd[1]: Expecting device /dev/ttyS2...
    [[0;32m  OK  [0m] Reached target [0;1;39mPath Units[0m.
    
    [    8.015676] systemd[1]: Reached target Path Units.
    [[0;32m  OK  [0m] Reached target [0;1;39mRemote File Systems[    8.026575] systemd[1]: Reached target Remote File Systems.
    [0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mSlice Units[0m.
    [    8.039865] systemd[1]: Reached target Slice Units.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mSwaps[0m.
    
    [    8.051856] systemd[1]: Reached target Swaps.
    [[0;32m  OK  [0m] Listening on [0;1;39mRPCbind Server Activat[    8.064086] systemd[1]: Listening on RPCbind Server Activation Socket.
    ion Socket[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mRPC Port Mapper[0m.[    8.078849] systemd[1]: Reached target RPC Port Mapper.
    
    
    [[0;32m  OK  [0m] Listening on [0;1;39mProcess Core Dump Sock[    8.103172] systemd[1]: Listening on Process Core Dump Socket.
    et[0m.
    
    [    8.118320] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [[0;32m  OK  [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mJournal Audit Socket[[    8.135071] systemd[1]: Listening on Journal Audit Socket.
    0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mJournal Socket (/dev/l[    8.150681] systemd[1]: Listening on Journal Socket (/dev/log).
    og)[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mJournal Socket[0m.
    
    [    8.165970] systemd[1]: Listening on Journal Socket.
    [[0;32m  OK  [0m] Listening on [0;1;39mNetwork Service Netlin[    8.179050] systemd[1]: Listening on Network Service Netlink Socket.
    k Socket[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mudev Control Socket[0[    8.198619] systemd[1]: Listening on udev Control Socket.
    m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mudev Kernel Socket[0m[    8.212691] systemd[1]: Listening on udev Kernel Socket.
    .
    
    [    8.228396] systemd[1]: Listening on User Database Manager Socket.
    [[0;32m  OK  [0m] Listening on [0;1;39mUser Database Manager Socket[0m.
    
             Mounting [0;1;39mHuge Pages File System[0m...
    
    [    8.254959] systemd[1]: Mounting Huge Pages File System...
    [    8.277340] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting [0;1;39mPOSIX Message Queue File System[0m...
    
    [    8.309035] systemd[1]: Mounting Kernel Debug File System...
             Mounting [0;1;39mKernel Debug File System[0m...
    
    [    8.324568] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [    8.346381] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting [0;1;39mTemporary Directory /tmp[0m...
    
    [    8.394403] systemd[1]: Starting Create List of Static Device Nodes...
             Starting [0;1;39mCreate List of Static Device Nodes[0m...
    
    [    8.433367] systemd[1]: Starting Load Kernel Module configfs...
             Starting [0;1;39mLoad Kernel Module configfs[0m...
    
             Starting [0;1;39mLoad Kernel Module drm[0m...
    [    8.468659] systemd[1]: Starting Load Kernel Module drm...
    
    [    8.500284] systemd[1]: Starting Load Kernel Module fuse...
             Starting [0;1;39mLoad Kernel Module fuse[0m...
    
             Starting [0;1;39mRPC Bind[0m...
    [    8.543582] systemd[1]: Starting RPC Bind...
    
    [    8.558866] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [    8.563319] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    8.563350] systemd[1]: systemd-journald.service: (This warning is only shown for the first unit using IP firewalling.)
             Starting [0;1;39mJournal Service[0m...
    [    8.600944] systemd[1]: Starting Journal Service...
    
             Starting [0;1;39mLoad Kernel Modules[0m...
    
    [    8.653948] systemd[1]: Starting Load Kernel Modules...
             Starting [0;1;39mGenerate network units from Kernel co[    8.700886] systemd[1]: Starting Generate network units from Kernel command line...
    mmand line[0m...
    
             Starting [0;1;39mRemount Root and Kernel File Systems[    8.755848] systemd[1]: Starting Remount Root and Kernel File Systems...
    [0m...
    
    [    8.802089] fuse: init (API version 7.41)
             Starting [0;1;39mColdplug All udev Devices[0m...
    [    8.819002] systemd[1]: Starting Coldplug All udev Devices...
    
    [    8.858355] systemd[1]: Mounted Huge Pages File System.
    [[0;32m  OK  [0m] Mounted [0;1;39mHuge Pages File System[0m.
    
    [    8.874292] systemd[1]: Mounted POSIX Message Queue File System.
    [[0;32m  OK  [0m] Mounted [0;1;39mPOSIX Message Queue File System[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39mKernel Debug File System[0[    8.894979] systemd[1]: Mounted Kernel Debug File System.
    m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39mTemporary Directory /tmp[0[    8.911069] systemd[1]: Mounted Temporary Directory /tmp.
    m.
    
    [    8.938270] systemd[1]: Finished Create List of Static Device Nodes.
    [[0;32m  OK  [0m] Finished [0;1;39mCreate List of Static Device Nodes[0m.
    
    [    8.969201] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [[0;32m  OK  [0m] Finished [0;1;39mLoad Kernel Module configf[    8.981092] systemd[1]: Finished Load Kernel Module configfs.
    s[0m.
    
    [    8.997195] systemd[1]: modprobe@drm.service: Deactivated successfully.
    [    9.005382] systemd-journald[132]: Collecting audit messages is enabled.
    [    9.013362] systemd[1]: Finished Load Kernel Module drm.
    [[0;32m  OK  [0m] Finished [0;1;39mLoad Kernel Module drm[0m.
    
    [    9.048578] systemd[1]: modprobe@fuse.service: Deactivated successfully.
    [[0;32m  OK  [0m] Finished [0;1;39mLoad Kernel Module fuse[0[    9.056985] systemd[1]: Finished Load Kernel Module fuse.
    m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mGenerate network units fro[    9.084041] systemd[1]: Finished Generate network units from Kernel command line.
    m Kernel command line[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mRPC Bind[0m.
    [    9.106679] systemd[1]: Started RPC Bind.
    
    [    9.122249] cryptodev: loading out-of-tree module taints kernel.
    [    9.132721] sysctl table check failed: ioctl/(null) procname is null
    [    9.132743] sysctl table check failed: ioctl/(null) No proc_handler
    [    9.132750] cryptodev: driver 1.14 loaded.
             Mounting [0;1;39mFUSE Control File System[0m...
    
    [    9.169922] systemd[1]: Mounting FUSE Control File System...
             Mounting [0;1;39mKernel Configuration File System[0m.[    9.214025] systemd[1]: Mounting Kernel Configuration File System...
    ..
    
    [    9.257699] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
             Starting [0;1;39mCreate Static Device Nodes in /dev gracefully[0m...
    
    [[0;32m  OK  [0m] Started [0;1;39mJournal Service[0m.
    [    9.284994] systemd[1]: Started Journal Service.
    
    [[0;32m  OK  [0m] Finished [0;1;39mLoad Kernel Modules[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mRemount Root and Kernel File Systems[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39mFUSE Control File System[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39mKernel Configuration File System[0m.
    
             Starting [0;1;39mFlush Journal to Persistent Storage[0m...
    
             Starting [0;1;39mApply Kernel Variables[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mCreate Static Device Nodes[    9.766302] systemd-journald[132]: Received client request to flush runtime journal.
     in /dev gracefully[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m.
    
             Starting [0;1;39mCreate Static Device Nodes in /dev[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mApply Kernel Variables[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mPreparation for Local File Systems[0m.
    
             Mounting [0;1;39m/var/volatile[0m...
    
             Starting [0;1;39mRule-based Manager for Device Events and Files[0m...
    
    [[0;32m  OK  [0m] Mounted [0;1;39m/var/volatile[0m.
    
             Starting [0;1;39mLoad/Save OS Random Seed[0m...
    
    [[0;32m  OK  [0m] Reached target [0;1;39mLocal File Systems[0m.
    
             Starting [0;1;39mCreate System Files and Directories[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mLoad/Save OS Random Seed[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mColdplug All udev Devices[0m.
    
             Starting [0;1;39mUser Database Manager[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mCreate System Files and Directories[0m.
    
             Starting [0;1;39mNetwork Name Resolution[0m...
    
             Starting [0;1;39mNetwork Time Synchronization[0m...
    
             Starting [0;1;39mRecord System Boot/Shutdown in UTMP[0m...
    
    [[0;32m  OK  [0m] Started [0;1;39mUser Database Manager[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mRecord System Boot/Shutdown in UTMP[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mNetwork Name Resolution[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mHost and Network Name Lookups[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mNetwork Time Synchronization[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mSystem Initialization[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mDaily Cleanup of Temporary Directories[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mSystem Time Set[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mDaily rotation of log files[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mTimer Units[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mAvahi mDNS/DNS-SD Stack Activation Socket[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mD-Bus System Message Bus Socket[0m.
    
             Starting [0;1;39mDocker Socket for the API[0m...
    
    [[0;32m  OK  [0m] Listening on [0;1;39mdropbear.socket[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mPC/SC Smart Card Daemon Activation Socket[0m.
    
             Starting [0;1;39mD-Bus System Message Bus[0m...
    
             Starting [0;1;39mReboot and dump vmcore via kexec[0m...
    
    [[0;32m  OK  [0m] Listening on [0;1;39mDocker Socket for the API[0m.
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/ttyS2[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mReboot and dump vmcore via kexec[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mD-Bus System Message Bus[0m.
    
    [   14.908970] CAN device driver interface
    [   15.006091] at24 0-0050: supply vcc not found, using dummy regulator
    [   15.009829] at24 0-0050: 131072 byte 24c1024 EEPROM, writable, 1 bytes/write
    [   15.082764] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fc9100
    [   15.096739] omap-mailbox 29040000.mailbox: omap mailbox rev 0x66fc9100
    [   15.097233] omap-mailbox 29060000.mailbox: omap mailbox rev 0x66fc9100
    [[0;32m  OK  [0m] Reached target [0;1;39mSocket Units[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mBasic System[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mJob spooling tools[0m.
    
             Starting [0;1;39mAvahi mDNS/DNS-SD Stack[0m...
    
    [[0;32m  OK  [0m] Started [0;1;39mPeriodic Command Scheduler[0m.
    
    [   15.377821] davinci_mdio 300b2400.mdio: Configuring MDIO in manual mode
             Starting [0;1;39mPrint notice about GPLv3 packages[0m...
    
    [   15.426597] davinci_mdio 300b2400.mdio: davinci mdio revision 1.7, bus freq 1000000
             Starting [0;1;39mIPv6 Packet Filtering Framework[0m...
    
    [   15.531554] platform 78000000.r5f: configured R5F for remoteproc mode
    [   15.532211] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [   15.577441] remoteproc remoteproc0: 78000000.r5f is available
    [   15.594208] platform 78200000.r5f: configured R5F for remoteproc mode
    [   15.599119] platform 78200000.r5f: assigned reserved memory node r5f-dma-memory@a1000000
             Starting [0;1;39mIPv4 Packet Filtering Framework[0m...
    
    [   15.666916] remoteproc remoteproc1: 78200000.r5f is available
    [   15.684140] remoteproc remoteproc0: powering up 78000000.r5f
    [   15.684180] remoteproc remoteproc0: Booting fw image am64-main-r5f0_0-fw, size 94056
    [   15.688416] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@a4000000
    [   15.695026] k3-m4-rproc 5000000.m4fss: configured M4F for remoteproc mode
    [   15.711795] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node r5f-dma-memory@a0000000
    [   15.714415] remoteproc remoteproc2: 5000000.m4fss is available
    [   15.717807] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [   15.718020] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [   15.721508] virtio_rpmsg_bus virtio0: rpmsg host is online
    [   15.721891] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
    [   15.721906] remoteproc remoteproc0: remote processor 78000000.r5f is now up
    [   15.735982] remoteproc remoteproc1: powering up 78200000.r5f
    [   15.736016] remoteproc remoteproc1: Booting fw image am64-main-r5f0_1-fw, size 94056
    [   15.748692] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node r5f-dma-memory@a1000000
    [   15.754566] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [   15.754773] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [   15.755889] platform 78400000.r5f: configured R5F for remoteproc mode
    [   15.758444] platform 78400000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [   15.761442] virtio_rpmsg_bus virtio1: rpmsg host is online
    [   15.762634] rproc-virtio rproc-virtio.1.auto: registered virtio1 (type 7)
    [   15.762656] remoteproc remoteproc1: remote processor 78200000.r5f is now up
    [   15.771971] remoteproc remoteproc3: 78400000.r5f is available
    [   15.795198] remoteproc remoteproc2: powering up 5000000.m4fss
    [   15.795234] remoteproc remoteproc2: Booting fw image am64-mcu-m4f0_0-fw, size 88248
    [   15.799716] platform 78600000.r5f: configured R5F for remoteproc mode
    [   15.810998] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node m4f-dma-memory@a4000000
    [   15.811249] platform 78600000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
    [   15.813270] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
    [   15.813506] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
    [   15.819364] virtio_rpmsg_bus virtio2: rpmsg host is online
    [   15.822574] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7)
    [   15.822605] remoteproc remoteproc2: remote processor 5000000.m4fss is now up
    [   15.823957] remoteproc remoteproc4: 78600000.r5f is available
    [   15.881205] remoteproc remoteproc3: powering up 78400000.r5f
    [   15.881242] remoteproc remoteproc3: Booting fw image am64-main-r5f1_0-fw, size 90216
    [   15.892239] davinci_mdio 300b2400.mdio: phy[15]: device 300b2400.mdio:0f, driver TI DP83869
    [   15.892393] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@a2000000
    [   15.918382] remoteproc remoteproc4: powering up 78600000.r5f
    [   15.918418] remoteproc remoteproc4: Booting fw image am64-main-r5f1_1-fw, size 94056
    [   15.942010] virtio_rpmsg_bus virtio3: rpmsg host is online
    [   15.942407] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
    [   15.942691] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
    [   15.951909] rproc-virtio rproc-virtio.3.auto: registered virtio3 (type 7)
    [   15.951934] remoteproc remoteproc3: remote processor 78400000.r5f is now up
    [   15.964343] rproc-virtio rproc-virtio.4.auto: assigned reserved memory node r5f-dma-memory@a3000000
    [   15.966436] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xd
    [   15.966701] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xe
    [   15.975506] virtio_rpmsg_bus virtio4: rpmsg host is online
    [   15.975643] rproc-virtio rproc-virtio.4.auto: registered virtio4 (type 7)
    [   15.975654] remoteproc remoteproc4: remote processor 78600000.r5f is now up
    [[0;32m  OK  [0m] Started [0;1;39mirqbalance daemon[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mMultiple Spanning Tree Protocol Daemon[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mstrongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf[0m.
    
             Starting [0;1;39mUser Login Management[0m...
    
    [   16.466319] m_can_platform 20701000.can: m_can device registered (irq=522, version=32)
             Starting [0;1;39mTelnet Server[0m...
    
    [   16.506934] m_can_platform 20711000.can: m_can device registered (irq=523, version=32)
    [[0;32m  OK  [0m] Finished [0;1;39mIPv6 Packet Filtering Framework[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mIPv4 Packet Filtering Framework[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mAvahi mDNS/DNS-SD Stack[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mPreparation for Network[0m.
    
             Starting [0;1;39mNetwork Configuration[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mTelnet Server[0m.
    
    [   16.976201] gpio-mux mux-controller: 2-way mux-controller registered
    [   17.099587] remoteproc remoteproc5: 3000a000.txpru is available
    [   17.112329] remoteproc remoteproc6: 3000c000.txpru is available
    [   17.127134] remoteproc remoteproc7: 3008a000.txpru is available
    [   17.137617] remoteproc remoteproc8: 3008c000.txpru is available
    [[0;32m  OK  [0m] Created slice [0;1;39mSlice /system/tee-supplicant[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mTEE Supplicant on teepriv0[   18.142975] remoteproc remoteproc9: 30034000.pru is available
    [0m.
    
    [   18.179390] remoteproc remoteproc10: 30004000.rtu is available
    [   18.201679] remoteproc remoteproc11: 30038000.pru is available
    [   18.236066] remoteproc remoteproc12: 30006000.rtu is available
    [   18.260037] remoteproc remoteproc13: 300b4000.pru is available
    [   18.290665] remoteproc remoteproc14: 30084000.rtu is available
    [   18.317306] remoteproc remoteproc15: 300b8000.pru is available
    [   18.340707] remoteproc remoteproc16: 30086000.rtu is available
             Starting [0;1;39mVirtual Console Setup[0m...
    
    [   18.458783] TI DP83869 300b2400.mdio:0f: attached PHY driver (mii_bus:phy_addr=300b2400.mdio:0f, irq=POLL)
    [   18.458830] icssg-prueth icssg1-eth: TI PRU ethernet driver initialized: single EMAC mode
    [[0;32m  OK  [0m] Started [0;1;39mUser Login Management[0m.
    
    [   18.973255] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
    [   18.973314] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 1
    [   18.979452] xhci-hcd xhci-hcd.5.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010
    [   19.001991] xhci-hcd xhci-hcd.5.auto: irq 541, io mem 0x0f410000
    [   19.002296] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
    [   19.004580] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 2
    [   19.004623] xhci-hcd xhci-hcd.5.auto: Host supports USB 3.0 SuperSpeed
    [   19.040047] hub 1-0:1.0: USB hub found
    [   19.042810] hub 1-0:1.0: 1 port detected
    [   19.057167] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   19.085340] m_can_platform 20701000.can main_mcan0: renamed from can0
    [   19.145321] hub 2-0:1.0: USB hub found
    [   19.153187] hub 2-0:1.0: 1 port detected
    [   19.235708] m_can_platform 20711000.can main_mcan1: renamed from can1
    [   19.621817] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [   20.057900] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [   20.069101] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [[0;32m  OK  [0m] Started [0;1;39mNetwork Configuration[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mVirtual Console Setup[0m.
    
    [[0;32m  OK  [0m] Created slice [0;1;39mSlice /system/systemd-fsck[0m.
    
             Expecting device [0;1;39m/dev/mmcblk0p1[0m...
    
             Expecting device [0;1;39m/dev/mmcblk0p2[0m...
    
             Expecting device [0;1;39m/dev/mmcblk1p1[0m...
    
             Expecting device [0;1;39m/dev/mmcblk1p2[0m...
    
             Expecting device [0;1;39m/dev/mmcblk1p3[0m...
    
    [[0;32m  OK  [0m] Reached target [0;1;39mNetwork[0m.
    
    [[0;32m  OK  [0m] Listening on [0;1;39mLoad/Save RF Kill Switch Status /dev/rfkill Watch[0m.
    
             Starting [0;1;39mEnable and configure wl18xx bluetooth stack[0m...
    
             Starting [0;1;39mcontainerd container runtime[0m...
    
             Starting [0;1;39mLLDP daemon[0m...
    
    [[0;32m  OK  [0m] Started [0;1;39mNetperf Benchmark Server[0m.
    
             Starting [0;1;39mPermit User Sessions[0m...
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk1p3[0m.
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk0p2[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mEnable and configure wl18xx bluetooth stack[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mPermit User Sessions[0m.
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk0p1[0m.
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk1p2[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mLLDP daemon[0m.
    
    [[0;32m  OK  [0m] Found device [0;1;39m/dev/mmcblk1p1[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39memptty display manager[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mGetty on tty1[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mSerial Getty on ttyS2[0m.
    
    [[0;32m  OK  [0m] Reached target [0;1;39mLogin Prompts[0m.
    
             Starting [0;1;39mFile System Check on /dev/mmcblk0p1[0m...
    
             Starting [0;1;39mFile System Check on /dev/mmcblk0p2[0m...
    
             Starting [0;1;39mFile System Check on /dev/mmcblk1p1[0m...
    
             Starting [0;1;39mFile System Check on /dev/mmcblk1p2[0m...
    
             Starting [0;1;39mFile System Check on /dev/mmcblk1p3[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p1[0m.
    
             Mounting [0;1;39m/run/media/mmcblk0p1[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk0p2[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p1[0m.
    
             Mounting [0;1;39m/run/media/boot-mmcblk1p1[0m...
    
             Mounting [0;1;39m/run/media/mmcblk0p2[0m...
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p2[0m.
    
    [[0;32m  OK  [0m] Finished [0;1;39mFile System Check on /dev/mmcblk1p3[0m.
    
             Mounting [0;1;39m/run/media/mmcblk1p3[0m...
    
             Mounting [0;1;39m/run/media/root-mmcblk1p2[0m...
    
    [   23.285980] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/mmcblk0p1[0m.
    
    [   23.413623] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/boot-mmcblk1p1[0m.
    
    [   23.703727] EXT4-fs (mmcblk0p2): mounted filesystem c4518766-c52b-4237-b8f6-62c42bc2e096 r/w with ordered data mode. Quota mode: none.
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/mmcblk0p2[0m.
    
    [   24.177107] EXT4-fs (mmcblk1p3): mounted filesystem 74446dc1-0332-4e00-8dcb-7214badd271a r/w with ordered data mode. Quota mode: none.
    [   24.182565] EXT4-fs (mmcblk1p2): mounted filesystem c78fde80-620c-4afb-8fb4-07aba6f139ad r/w with ordered data mode. Quota mode: none.
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/mmcblk1p3[0m.
    
    [[0;32m  OK  [0m] Mounted [0;1;39m/run/media/root-mmcblk1p2[0m.
    
    [[0;32m  OK  [0m] Started [0;1;39mcontainerd container runtime[0m.
    
    
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project am64xx-evm ttyS2
    
    Arago 2025.01 am64xx-evm ttyS2
    
    am64xx-evm login: 
    - 19:29:15 [INFO] Host: root
    - 19:29:21 [INFO] Target: 
    root
    
    [   30.263825] audit: type=1006 audit(1755390556.425:2): pid=1030 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [   30.263865] audit: type=1300 audit(1755390556.425:2): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffe8998e38 a2=4 a3=1 items=0 ppid=1 pid=1030 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
    [   30.263881] audit: type=1327 audit(1755390556.425:2): proctitle="(systemd)"
    [   30.313319] audit: type=1006 audit(1755390556.474:3): pid=1041 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
    [   30.313898] audit: type=1300 audit(1755390556.474:3): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffefd2b298 a2=1 a3=1 items=0 ppid=1 pid=1041 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
    [   30.313933] audit: type=1327 audit(1755390556.474:3): proctitle="(systemd)"
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
    	adwaita-icon-theme-symbolic
    	autoconf
    	bash
    	bc
    	binutils
    	cifs-utils
    	coreutils-stdbuf
    	coreutils
    	cpio
    	cpp-symlinks
    	cpp
    	dosfstools
    	elfutils
    	findutils
    	g++-symlinks
    	g++
    	gawk
    	gcc-symlinks
    	gcc
    	gdb
    	gdbserver
    	gettext
    	glmark2
    	gnu-config
    	grub-common
    	grub-editenv
    	grub-efi
    	gzip
    	kbd-keymaps-pine
    	less
    	libasm1
    	libatomic-dev
    	libatomic1
    	libbfd
    	libdebuginfod1
    	libdw1
    	libelf1
    	libgcc-s-dev
    	libgcc1
    	libgdbm-compat4
    	libgdbm6
    	libgettextlib
    	libgettextsrc
    	libgmp10
    	libgomp1
    	libidn2-0
    	libmpc3
    	libmpfr6
    	libopcodes
    	libreadline8
    	libstdc++-dev
    	libstdc++6
    	libunistring5
    	m4
    	make
    	nettle
    	parted
    	piglit
    	qtbase-examples
    	qtbase-plugins
    	qtbase-qmlplugins
    	qtbase
    	qtdeclarative-plugins
    	qtdeclarative-qmlplugins
    	qtdeclarative
    	qtsvg-plugins
    	qtsvg-qmlplugins
    	qtsvg
    	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
    ***************************************************************
    ***************************************************************
    7[r[999;999H[6nroot@am64xx-evm:~# 
    - 19:29:21 [INFO] Sleeping 15 secs to allow systemd to finish starting processes...
    - 19:29:36 [INFO] Disconnected serial from am64xx-hsevm
    - 19:29:36 [INFO] Connected to am64xx-hsevm via serial 
    - 19:29:36 [INFO] Host: uname -a
    - 19:29:36 [INFO] Target: 
    uname -a
    Linux am64xx-evm 6.12.35-ti-rt-00969-gadbec2562ad1 #1 SMP PREEMPT_RT Wed Aug 13 19:40:14 UTC 2025 aarch64 GNU/Linux
    root@am64xx-evm:~# 
    - 19:29:36 [INFO] Host: cat /proc/cmdline
    - 19:29:36 [INFO] Target: 
    cat /proc/cmdline
    console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled  ip=:::::eth0:dhcp  root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am64xx-hsevm1/autofs/e6f1a02426e0480581cd59cc53a7bc62,nolock,v3,tcp,rsize=4096,wsize=4096 
    root@am64xx-evm:~# 
    - 19:29:36 [INFO] Host: uname -a
    - 19:29:37 [INFO] Target: 
    uname -a
    Linux am64xx-evm 6.12.35-ti-rt-00969-gadbec2562ad1 #1 SMP PREEMPT_RT Wed Aug 13 19:40:14 UTC 2025 aarch64 GNU/Linux
    root@am64xx-evm:~# 
    - 19:29:37 [INFO] Host: cat /proc/mtd
    - 19:29:37 [INFO] Target: 
    cat /proc/mtd
    dev:    size   erasesize  name
    mtd0: 00100000 00040000 "ospi.tiboot3"
    mtd1: 00200000 00040000 "ospi.tispl"
    mtd2: 00400000 00040000 "ospi.u-boot"
    mtd3: 00040000 00040000 "ospi.env"
    mtd4: 00040000 00040000 "ospi.env.backup"
    mtd5: 037c0000 00040000 "ospi.rootfs"
    mtd6: 00040000 00040000 "ospi.phypattern"
    root@am64xx-evm:~# 
    - 19:29:37 [INFO] Host: grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/pnp /etc/resolv.conf && systemctl restart systemd-resolved
    - 19:29:38 [INFO] Target: 
    grep nameserver /proc/net/pnp > /dev/null && ln -sf /proc/net/
    /pnp /etc/resolv.conf && systemctl restart systemd-resolved
    root@am64xx-evm:~# 
    - 19:29:38 [INFO] Host: ls -l /lib/firmware; ls -lR /lib/firmware/ipc
    - 19:29:38 [INFO] Target: 
    ls -l /lib/firmware; ls -lR /lib/firmware/ipc
    total 29256
    -rw-r--r-- 1 root root    2040 Mar  9  2018 LICENCE.ibt_firmware
    -rw-r--r-- 1 root root    2046 Mar  9  2018 LICENCE.iwlwifi_firmware
    lrwxrwxrwx 1 root root      72 Aug 16 09:01 am64-main-r5f0_0-fw -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_0_release_strip.xer5f
    lrwxrwxrwx 1 root root      79 Mar  9  2018 am64-main-r5f0_0-fw-sec -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_0_release_strip.xer5f.signed
    lrwxrwxrwx 1 root root      72 Aug 16 09:01 am64-main-r5f0_1-fw -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_1_release_strip.xer5f
    lrwxrwxrwx 1 root root      79 Mar  9  2018 am64-main-r5f0_1-fw-sec -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu1_1_release_strip.xer5f.signed
    lrwxrwxrwx 1 root root      72 Aug 16 09:01 am64-main-r5f1_0-fw -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_0_release_strip.xer5f
    lrwxrwxrwx 1 root root      79 Mar  9  2018 am64-main-r5f1_0-fw-sec -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_0_release_strip.xer5f.signed
    lrwxrwxrwx 1 root root      72 Aug 16 09:01 am64-main-r5f1_1-fw -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_1_release_strip.xer5f
    lrwxrwxrwx 1 root root      79 Mar  9  2018 am64-main-r5f1_1-fw-sec -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu2_1_release_strip.xer5f.signed
    lrwxrwxrwx 1 root root      72 Aug 16 09:01 am64-mcu-m4f0_0-fw -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu3_0_release_strip.xer5f
    lrwxrwxrwx 1 root root      79 Mar  9  2018 am64-mcu-m4f0_0-fw-sec -> /usr/lib/firmware/ti-ipc/am64xx/ipc_echo_test_mcu3_0_release_strip.xer5f.signed
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-pru0_0-fw -> /usr/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_0.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-pru0_1-fw -> /usr/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt0_1.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-pru1_0-fw -> /usr/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_0.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-pru1_1-fw -> /usr/lib/firmware/pru/PRU_RPMsg_Echo_Interrupt1_1.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-rtu0_0-fw -> /usr/lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_0.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-rtu0_1-fw -> /usr/lib/firmware/pru/RTU_RPMsg_Echo_Interrupt0_1.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-rtu1_0-fw -> /usr/lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_0.out
    lrwxrwxrwx 1 root root      53 Mar  9  2018 am64x-rtu1_1-fw -> /usr/lib/firmware/pru/RTU_RPMsg_Echo_Interrupt1_1.out
    lrwxrwxrwx 1 root root      39 Mar  9  2018 am64x-txpru0_0-fw -> /usr/lib/firmware/pru/TX_PRU_Halt_0.out
    lrwxrwxrwx 1 root root      39 Mar  9  2018 am64x-txpru0_1-fw -> /usr/lib/firmware/pru/TX_PRU_Halt_1.out
    lrwxrwxrwx 1 root root      39 Mar  9  2018 am64x-txpru1_0-fw -> /usr/lib/firmware/pru/TX_PRU_Halt_0.out
    lrwxrwxrwx 1 root root      39 Mar  9  2018 am64x-txpru1_1-fw -> /usr/lib/firmware/pru/TX_PRU_Halt_1.out
    -rw-r--r-- 1 root root  712064 Mar  9  2018 bl32.bin
    -rw-r--r-- 1 root root 4815816 Mar  9  2018 bl32.elf
    -rw-r--r-- 1 root root   14980 Mar  9  2018 eip29t2_2.1.0.bin
    drwxr-xr-x 2 root root    4096 Mar  9  2018 intel
    -rw-r--r-- 1 root root  918268 Mar  9  2018 iwlwifi-3160-17.ucode
    -rw-r--r-- 1 root root 2448976 Mar  9  2018 iwlwifi-8000C-34.ucode
    -rw-r--r-- 1 root root 2428004 Mar  9  2018 iwlwifi-8000C-36.ucode
    -rw-r--r-- 1 root root 2440780 Mar  9  2018 iwlwifi-8265-34.ucode
    -rw-r--r-- 1 root root 2436632 Mar  9  2018 iwlwifi-8265-36.ucode
    -rw-r--r-- 1 root root 2678092 Mar  9  2018 iwlwifi-9260-th-b0-jf-b0-34.ucode
    -rw-r--r-- 1 root root 2521412 Mar  9  2018 iwlwifi-9260-th-b0-jf-b0-38.ucode
    -rw-r--r-- 1 root root 1490508 Mar  9  2018 iwlwifi-9260-th-b0-jf-b0-46.ucode
    drwxr-xr-x 2 root root    4096 Mar  9  2018 pru
    -rw-r--r-- 1 root root    5980 Mar  9  2018 regulatory.db
    -rw-r--r-- 1 root root    1085 Mar  9  2018 regulatory.db.p7s
    -rw-r--r-- 1 root root      28 Mar  9  2018 tee-header_v2.bin
    -rw-r--r-- 1 root root       0 Mar  9  2018 tee-pageable_v2.bin
    -rw-r--r-- 1 root root  712064 Mar  9  2018 tee-pager_v2.bin
    -rw-r--r-- 1 root root  712064 Mar  9  2018 tee-raw.bin
    -rw-r--r-- 1 root root  712092 Mar  9  2018 tee.bin
    -rw-r--r-- 1 root root 4815816 Mar  9  2018 tee.elf
    drwxr-xr-x 2 root root    4096 Mar  9  2018 ti-connectivity
    drwxr-xr-x 3 root root    4096 Mar  9  2018 ti-ipc
    drwxr-xr-x 2 root root    4096 Mar  9  2018 ti-pruss
    ls: cannot access '/lib/firmware/ipc': No such file or directory
    root@am64xx-evm:~# 
    - 19:29:38 [INFO] Host: cat /proc/diskstats
    - 19:29:38 [INFO] Target: 
    cat /proc/diskstats
       7       0 loop0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       1 loop1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       2 loop2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       3 loop3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       4 loop4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       5 loop5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       6 loop6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
       7       7 loop7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
     179       0 mmcblk0 986 4 26830 549 1 0 8 2 0 370 552 0 0 0 0 0 0
     179       1 mmcblk0p1 196 0 4740 106 0 0 0 0 0 86 106 0 0 0 0 0 0
     179       2 mmcblk0p2 751 4 20882 427 1 0 8 2 0 313 429 0 0 0 0 0 0
     179      32 mmcblk0boot0 34 0 672 22 0 0 0 0 0 21 22 0 0 0 0 0 0
     179      64 mmcblk0boot1 34 0 672 14 0 0 0 0 0 11 14 0 0 0 0 0 0
      31       0 mtdblock0 13 0 104 87 0 0 0 0 0 87 87 0 0 0 0 0 0
      31       1 mtdblock1 28 0 224 35 0 0 0 0 0 35 35 0 0 0 0 0 0
      31       2 mtdblock2 29 0 232 165 0 0 0 0 0 164 165 0 0 0 0 0 0
      31       3 mtdblock3 10 0 80 56 0 0 0 0 0 56 56 0 0 0 0 0 0
      31       4 mtdblock4 10 0 80 52 0 0 0 0 0 52 52 0 0 0 0 0 0
      31       5 mtdblock5 26 0 208 315 0 0 0 0 0 314 315 0 0 0 0 0 0
      31       6 mtdblock6 10 0 80 43 0 0 0 0 0 46 43 0 0 0 0 0 0
     179      96 mmcblk1 1729 32 53731 2670 2 0 16 12 0 1258 2687 0 0 0 0 2 4
     179      97 mmcblk1p1 236 0 14593 538 0 0 0 0 0 464 538 0 0 0 0 0 0
     179      98 mmcblk1p2 726 32 19120 1041 1 0 8 2 0 907 1044 0 0 0 0 0 0
     179      99 mmcblk1p3 728 0 18810 1042 1 0 8 10 0 835 1053 0 0 0 0 0 0
    root@am64xx-evm:~# 
    - 19:29:38 [INFO] Host: cat /proc/interrupts
    - 19:29:39 [INFO] Target: 
    cat /proc/interrupts
               CPU0       CPU1       
     11:      31736      29901     GICv3  30 Level     arch_timer
     14:       1605          0     GICv3  66 Level     4d000000.mailbox thr_012
     15:       1170          0     GICv3 165 Level     mmc0
     24:          9          0     GICv3 193 Level     20000000.i2c
     25:        633          0     GICv3 194 Level     20010000.i2c
     26:       1474          0  MSI-INTA 1713152 Level     485c0100.dma-controller chan0
     62:          0          0  MSI-INTA 1970688 Level     485c0000.dma-controller chan1
     66:          6          0  MSI-INTA 1970704 Level     8000000.ethernet-tx0
     74:          0         12  MSI-INTA 1970712 Level     8000000.ethernet-tx1
     82:          0          0  MSI-INTA 1970720 Level     8000000.ethernet-tx2
     90:          0          7  MSI-INTA 1970728 Level     8000000.ethernet-tx3
     98:         13          0  MSI-INTA 1970736 Level     8000000.ethernet-tx4
    106:          0          6  MSI-INTA 1970744 Level     8000000.ethernet-tx5
    114:         24          0  MSI-INTA 1970752 Level     8000000.ethernet-tx6
    122:          0      27803  MSI-INTA 1970760 Level     8000000.ethernet-tx7
    130:          0          0  MSI-INTA 1970776 Level     485c0000.dma-controller chan4
    154:          0          0  MSI-INTA 1971712 Level     485c0000.dma-controller chan0
    158:      38379          0  MSI-INTA 1971728 Level     8000000.ethernet-rx0
    174:          0          0  MSI-INTA 1971752 Level     485c0000.dma-controller chan2
    175:          0          0  MSI-INTA 1971753 Level     485c0000.dma-controller chan3
    310:        711          0     GICv3 210 Level     2800000.serial
    311:          2          0     GICv3 171 Level     fc40000.spi
    313:          0          0     GICv3 134 Level     8000000.ethernet
    323:          0          0     GICv3 129 Level     39000000.cpts
    325:       3540          0     GICv3 166 Level     mmc1
    512:          0          0     GICv3 235 Edge      j721e-pcie-link-down-irq
    515:          0          0     GICv3 204 Level     20100000.spi
    516:          8          0     GICv3 112 Level     mbox-main-r5fss0-core0, mbox-main-r5fss0-core1
    517:          8          0     GICv3 116 Level     mbox-main-r5fss1-core0, mbox-main-r5fss1-core1
    518:          4          0     GICv3 108 Level     mbox-m4-0
    541:          0          0     GICv3 220 Level     xhci-hcd:usb1
    543:          1          0     GICv3 228 Level     f400000.usb
    IPI0:     19090      20620       Rescheduling interrupts
    IPI1:       412        904       Function call interrupts
    IPI2:         0          0       CPU stop interrupts
    IPI3:         0          0       CPU stop NMIs
    IPI4:         0          0       Timer broadcast interrupts
    IPI5:         1          4       IRQ work interrupts
    IPI6:         0          0       CPU backtrace interrupts
    IPI7:         0          0       KGDB roundup interrupts
    Err:          0
    root@am64xx-evm:~# 
    - 19:29:39 [INFO] Host: cat /proc/softirqs
    - 19:29:39 [INFO] Target: 
    cat /proc/softirqs
                        CPU0       CPU1       
              HI:         58         10
           TIMER:       6789       7121
          NET_TX:         10         19
          NET_RX:      38462      27834
           BLOCK:       1049          0
        IRQ_POLL:          0          0
         TASKLET:        904       1758
           SCHED:       7484       6960
         HRTIMER:       1639        880
             RCU:          0          0
    root@am64xx-evm:~# 
    - 19:29:39 [INFO] Host: ls -lR /run/media/mmcblk0p1
    - 19:29:39 [INFO] Target: 
    ls -lR /run/media/mmcblk0p1
    /run/media/mmcblk0p1:
    total 0
    root@am64xx-evm:~# 
    - 19:29:39 [INFO] Host: opkg list-installed | grep packagegroup-arago-test; echo $?
    - 19:29:49 [ERROR] On command: opkg list-installed | grep packagegroup-arago-test; echo $? waiting for opkg list-installed | grep packagegroup-arago-test; echo $?.+?(?-mix:^0) >>> error: execution expired
    - 19:29:49 [INFO] Target: 
    opkg list-installed | grep packagegroup-arago-test; echo $?
    1
    root@am64xx-evm:~# 
    - 19:29:49 [INFO] Host: opkg list-installed | grep ti-test; echo $?
    - 19:29:50 [INFO] Target: 
    opkg list-installed | grep ti-test; echo $?
    ti-test - 1.0-r0.19
    ti-test-extras - 1.0-r0.19
    0
    root@am64xx-evm:~# 
    - 19:29:50 [INFO] Host: #check prompt
    - 19:29:50 [INFO] Target: 
    #check prompt
    root@am64xx-evm:~# 
    - 19:29:50 [INFO] Host: cat /proc/version
    - 19:29:50 [INFO] Target: 
    cat /proc/version
    Linux version 6.12.35-ti-rt-00969-gadbec2562ad1 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.4.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT_RT Wed Aug 13 19:40:14 UTC 2025
    root@am64xx-evm:~# 
    - 19:29:50 [INFO] Host: modprobe pci_epf_test
    - 19:29:50 [INFO] Target: 
    modprobe pci_epf_test
    root@am64xx-evm:~# 
    - 19:29:50 [INFO] Host: ls /sys/class/pci_epc/
    - 19:29:51 [INFO] Target: 
    ls /sys/class/pci_epc/
    f102000.pcie-ep
    root@am64xx-evm:~# 
    - 19:29:51 [INFO] Host: ctrl_driver_name=f102000.pcie-ep 
    - 19:29:51 [INFO] Target: 
    ctrl_driver_name=f102000.pcie-ep 
    root@am64xx-evm:~# 
    - 19:29:51 [INFO] Host: mkdir /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.pcie-ep_pf1
    - 19:29:51 [INFO] Target: 
    mkdir /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000
    0.pcie-ep_pf1
    root@am64xx-evm:~# 
    - 19:29:51 [INFO] Host: ls /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.pcie-ep_pf1
    - 19:29:51 [INFO] Target: 
    ls /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.pc
    cie-ep_pf1
    baseclass_code	 interrupt_pin	  primary      secondary      subsys_vendor_id
    cache_line_size  msi_interrupts   progif_code  subclass_code  vendorid
    deviceid	 msix_interrupts  revid        subsys_id
    root@am64xx-evm:~# 
    - 19:29:51 [INFO] Host: cat /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.pcie-ep_pf1/vendorid
    - 19:29:51 [INFO] Target: 
    cat /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.p
    pcie-ep_pf1/vendorid
    0xffff
    root@am64xx-evm:~# 
    - 19:29:51 [INFO] Host: cat /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.pcie-ep_pf1/interrupt_pin
    - 19:29:52 [INFO] Target: 
    cat /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.p
    pcie-ep_pf1/interrupt_pin
    0x0001
    root@am64xx-evm:~# 
    - 19:29:52 [INFO] Host: echo 0x104c > /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.pcie-ep_pf1/vendorid
    - 19:29:52 [INFO] Target: 
    echo 0x104c > /sys/kernel/config/pci_ep/functions/pci_epf_test
    t/f102000.pcie-ep_pf1/vendorid
    root@am64xx-evm:~# 
    - 19:29:52 [INFO] Host: echo 0xb010 > /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.pcie-ep_pf1/deviceid
    - 19:29:52 [INFO] Target: 
    echo 0xb010 > /sys/kernel/config/pci_ep/functions/pci_epf_test
    t/f102000.pcie-ep_pf1/deviceid
    root@am64xx-evm:~# 
    - 19:29:52 [INFO] Host: echo 0x8 > /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.pcie-ep_pf1/baseclass_code
    - 19:29:52 [INFO] Target: 
    echo 0x8 > /sys/kernel/config/pci_ep/functions/pci_epf_test/f1
    102000.pcie-ep_pf1/baseclass_code
    root@am64xx-evm:~# 
    - 19:29:52 [INFO] Host: echo 0x1 > /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.pcie-ep_pf1/subclass_code
    - 19:29:52 [INFO] Target: 
    echo 0x1 > /sys/kernel/config/pci_ep/functions/pci_epf_test/f1
    102000.pcie-ep_pf1/subclass_code
    root@am64xx-evm:~# 
    - 19:29:52 [INFO] Host: echo 1 > /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.pcie-ep_pf1/msi_interrupts
    - 19:29:53 [INFO] Target: 
    echo 1 > /sys/kernel/config/pci_ep/functions/pci_epf_test/f102
    2000.pcie-ep_pf1/msi_interrupts
    root@am64xx-evm:~# 
    - 19:29:53 [INFO] Host: echo 1 > /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.pcie-ep_pf1/msix_interrupts
    - 19:29:53 [INFO] Target: 
    echo 1 > /sys/kernel/config/pci_ep/functions/pci_epf_test/f102
    2000.pcie-ep_pf1/msix_interrupts
    root@am64xx-evm:~# 
    - 19:29:53 [INFO] Host: ln -s /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000.pcie-ep_pf1 /sys/kernel/config/pci_ep/controllers/${ctrl_driver_name}
    - 19:29:53 [INFO] Target: 
    ln -s /sys/kernel/config/pci_ep/functions/pci_epf_test/f102000
    0.pcie-ep_pf1 /sys/kernel/config/pci_ep/controllers/${ctrl_driver_name}
    [   67.262071] pci_epf_test pci_epf_test.0: Failed to get private DMA rx channel. Falling back to generic one
    root@am64xx-evm:~# 
    - 19:29:53 [INFO] Host: ls -l /sys/kernel/config/pci_ep/functions/pci_epf_test
    - 19:29:53 [INFO] Target: 
    ls -l /sys/kernel/config/pci_ep/functions/pci_epf_test
    total 0
    drwxr-xr-x 4 root root 0 Aug 17 00:29 f102000.pcie-ep_pf1
    root@am64xx-evm:~# 
    - 19:29:53 [INFO] Host: ctrl_driver_name=f102000.pcie-ep 
    - 19:29:53 [INFO] Target: 
    ctrl_driver_name=f102000.pcie-ep 
    root@am64xx-evm:~# 
    - 19:29:53 [INFO] Host: echo 1 > /sys/kernel/config/pci_ep/controllers/${ctrl_driver_name}/start
    - 19:29:54 [INFO] Target: 
    echo 1 > /sys/kernel/config/pci_ep/controllers/${ctrl_driver_n
    name}/start
    root@am64xx-evm:~# 
    - 19:29:54 [INFO] Host: cat /sys/kernel/config/pci_ep/controllers/${ctrl_driver_name}/start
    - 19:29:54 [INFO] Target: 
    cat /sys/kernel/config/pci_ep/controllers/${ctrl_driver_name}/
    /start
    1
    root@am64xx-evm:~# 
    - 19:31:54 [INFO] Host: dmesg | tail -n1
    - 19:31:54 [INFO] Target: 
    dmesg | tail -n1
    [  188.059089] pci_epf_test pci_epf_test.0: WRITE => Size: 1 B, DMA: YES, Time: 0.000409159 s, Rate: 2 KB/s
    root@am64xx-evm:~# 
    - 19:31:54 [INFO] Host: dmesg | tail -n1
    - 19:31:54 [INFO] Target: 
    dmesg | tail -n1
    [  188.461054] pci_epf_test pci_epf_test.0: WRITE => Size: 1024 B, DMA: YES, Time: 0.000359540 s, Rate: 2848 KB/s
    root@am64xx-evm:~# 
    - 19:31:55 [INFO] Host: dmesg | tail -n1
    - 19:31:55 [INFO] Target: 
    dmesg | tail -n1
    [  188.862044] pci_epf_test pci_epf_test.0: WRITE => Size: 1025 B, DMA: YES, Time: 0.000358659 s, Rate: 2857 KB/s
    root@am64xx-evm:~# 
    - 19:31:55 [INFO] Host: dmesg | tail -n1
    - 19:31:55 [INFO] Target: 
    dmesg | tail -n1
    [  189.279766] pci_epf_test pci_epf_test.0: WRITE => Size: 1024000 B, DMA: YES, Time: 0.003248581 s, Rate: 315214 KB/s
    root@am64xx-evm:~# 
    - 19:31:55 [INFO] Host: dmesg | tail -n1
    - 19:31:56 [INFO] Target: 
    dmesg | tail -n1
    [  189.682678] pci_epf_test pci_epf_test.0: WRITE => Size: 1024001 B, DMA: YES, Time: 0.003211921 s, Rate: 318812 KB/s
    root@am64xx-evm:~# 
    - 19:31:56 [INFO] Host: dmesg | tail -n1
    - 19:31:56 [INFO] Target: 
    dmesg | tail -n1
    [  190.067042] pci_epf_test pci_epf_test.0: WRITE => Size: 1 B, DMA: YES, Time: 0.000361954 s, Rate: 2 KB/s
    root@am64xx-evm:~# 
    - 19:31:56 [INFO] Host: dmesg | tail -n1
    - 19:31:56 [INFO] Target: 
    dmesg | tail -n1
    [  190.469053] pci_epf_test pci_epf_test.0: WRITE => Size: 1024 B, DMA: YES, Time: 0.000360650 s, Rate: 2839 KB/s
    root@am64xx-evm:~# 
    - 19:31:57 [INFO] Host: dmesg | tail -n1
    - 19:31:57 [INFO] Target: 
    dmesg | tail -n1
    [  190.871054] pci_epf_test pci_epf_test.0: WRITE => Size: 1025 B, DMA: YES, Time: 0.000357530 s, Rate: 2866 KB/s
    root@am64xx-evm:~# 
    - 19:31:57 [INFO] Host: dmesg | tail -n1
    - 19:31:57 [INFO] Target: 
    dmesg | tail -n1
    [  191.287781] pci_epf_test pci_epf_test.0: WRITE => Size: 1024000 B, DMA: YES, Time: 0.003253276 s, Rate: 314759 KB/s
    root@am64xx-evm:~# 
    - 19:31:57 [INFO] Host: dmesg | tail -n1
    - 19:31:58 [INFO] Target: 
    dmesg | tail -n1
    [  191.689834] pci_epf_test pci_epf_test.0: WRITE => Size: 1024001 B, DMA: YES, Time: 0.003240171 s, Rate: 316033 KB/s
    root@am64xx-evm:~# 
    - 19:31:58 [INFO] Host: dmesg | tail -n1
    - 19:31:58 [INFO] Target: 
    dmesg | tail -n1
    [  192.074031] pci_epf_test pci_epf_test.0: WRITE => Size: 1 B, DMA: YES, Time: 0.000348189 s, Rate: 2 KB/s
    root@am64xx-evm:~# 
    - 19:31:58 [INFO] Host: dmesg | tail -n1
    - 19:31:58 [INFO] Target: 
    dmesg | tail -n1
    [  192.476050] pci_epf_test pci_epf_test.0: WRITE => Size: 1024 B, DMA: YES, Time: 0.000359499 s, Rate: 2848 KB/s
    root@am64xx-evm:~# 
    - 19:31:59 [INFO] Host: dmesg | tail -n1
    - 19:31:59 [INFO] Target: 
    dmesg | tail -n1
    [  192.880061] pci_epf_test pci_epf_test.0: WRITE => Size: 1025 B, DMA: YES, Time: 0.000363655 s, Rate: 2818 KB/s
    root@am64xx-evm:~# 
    - 19:31:59 [INFO] Host: dmesg | tail -n1
    - 19:31:59 [INFO] Target: 
    dmesg | tail -n1
    [  193.295839] pci_epf_test pci_epf_test.0: WRITE => Size: 1024000 B, DMA: YES, Time: 0.003165776 s, Rate: 323459 KB/s
    root@am64xx-evm:~# 
    - 19:31:59 [INFO] Host: dmesg | tail -n1
    - 19:32:00 [INFO] Target: 
    dmesg | tail -n1
    [  193.698796] pci_epf_test pci_epf_test.0: WRITE => Size: 1024001 B, DMA: YES, Time: 0.003228661 s, Rate: 317159 KB/s
    root@am64xx-evm:~# 
    - 19:32:00 [INFO] Host: dmesg | tail -n1
    - 19:32:00 [INFO] Target: 
    dmesg | tail -n1
    [  194.083058] pci_epf_test pci_epf_test.0: WRITE => Size: 1 B, DMA: YES, Time: 0.000347964 s, Rate: 2 KB/s
    root@am64xx-evm:~# 
    - 19:32:00 [INFO] Host: dmesg | tail -n1
    - 19:32:00 [INFO] Target: 
    dmesg | tail -n1
    [  194.486055] pci_epf_test pci_epf_test.0: WRITE => Size: 1024 B, DMA: YES, Time: 0.000357644 s, Rate: 2863 KB/s
    root@am64xx-evm:~# 
    - 19:32:01 [INFO] Host: dmesg | tail -n1
    - 19:32:01 [INFO] Target: 
    dmesg | tail -n1
    [  194.886064] pci_epf_test pci_epf_test.0: WRITE => Size: 1025 B, DMA: YES, Time: 0.000365040 s, Rate: 2807 KB/s
    root@am64xx-evm:~# 
    - 19:32:01 [INFO] Host: dmesg | tail -n1
    - 19:32:01 [INFO] Target: 
    dmesg | tail -n1
    [  195.303682] pci_epf_test pci_epf_test.0: WRITE => Size: 1024000 B, DMA: YES, Time: 0.003160186 s, Rate: 324031 KB/s
    root@am64xx-evm:~# 
    - 19:32:01 [INFO] Host: dmesg | tail -n1
    - 19:32:02 [INFO] Target: 
    dmesg | tail -n1
    [  195.706811] pci_epf_test pci_epf_test.0: WRITE => Size: 1024001 B, DMA: YES, Time: 0.003271376 s, Rate: 313018 KB/s
    root@am64xx-evm:~# 
    - 19:32:02 [INFO] Host: dmesg | tail -n1
    - 19:32:02 [INFO] Target: 
    dmesg | tail -n1
    [  196.091055] pci_epf_test pci_epf_test.0: WRITE => Size: 1 B, DMA: YES, Time: 0.000363679 s, Rate: 2 KB/s
    root@am64xx-evm:~# 
    - 19:32:02 [INFO] Host: dmesg | tail -n1
    - 19:32:02 [INFO] Target: 
    dmesg | tail -n1
    [  196.493066] pci_epf_test pci_epf_test.0: WRITE => Size: 1024 B, DMA: YES, Time: 0.000364870 s, Rate: 2806 KB/s
    root@am64xx-evm:~# 
    - 19:32:03 [INFO] Host: dmesg | tail -n1
    - 19:32:03 [INFO] Target: 
    dmesg | tail -n1
    [  196.893075] pci_epf_test pci_epf_test.0: WRITE => Size: 1025 B, DMA: YES, Time: 0.000361885 s, Rate: 2832 KB/s
    root@am64xx-evm:~# 
    - 19:32:03 [INFO] Host: dmesg | tail -n1
    - 19:32:03 [INFO] Target: 
    dmesg | tail -n1
    [  197.312770] pci_epf_test pci_epf_test.0: WRITE => Size: 1024000 B, DMA: YES, Time: 0.003253556 s, Rate: 314732 KB/s
    root@am64xx-evm:~# 
    - 19:32:03 [INFO] Host: dmesg | tail -n1
    - 19:32:04 [INFO] Target: 
    dmesg | tail -n1
    [  197.712769] pci_epf_test pci_epf_test.0: WRITE => Size: 1024001 B, DMA: YES, Time: 0.003229936 s, Rate: 317034 KB/s
    root@am64xx-evm:~# 


    Regards,
    Siddharth.