AM6422: PTP can not work in PRP/HSR Non-Offload? interface 'prp0' does not support requested timestamping mode!

Part Number: AM6422
Other Parts Discussed in Thread: SK-AM64B, SK-AM62B-P1, TMP100

Please help me, thank you. I have done the following things:

According to the URL,

3.2.2.7. HSR PRP 非卸载 — 处理器 SDK AM64X 文档

the hsr0 or prp0 logical network interface has been enabled. Just use CPSW , not use PRU-ICSSG.

When ptp4l is launched at this time, the following error is prompted: ptp4l[10512.960]: interface 'prp0' does not support requested timestamping mode failed to create a clock.

Below is my record.


# ifconfig
eth0 Link encap:Ethernet HWaddr 98:03:8A:84:88:15
inet addr:192.168.0.100 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

eth1 Link encap:Ethernet HWaddr 00:00:54:68:00:00
inet addr:192.168.1.100 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:27840 errors:0 dropped:0 overruns:0 frame:0
TX packets:27840 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1810720 (1.7 MiB) TX bytes:1810720 (1.7 MiB)

prp0 Link encap:Ethernet HWaddr 98:03:8A:84:88:15
inet addr:192.168.1.100 Bcast:0.0.0.0 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1494 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

usb0 Link encap:Ethernet HWaddr 02:02:AA:7B:EC:05
inet addr:90.0.0.1 Bcast:90.0.0.255 Mask:255.255.255.0
inet6 addr: fe80::2:aaff:fe7b:ec05/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:17682 errors:0 dropped:12 overruns:0 frame:0
TX packets:15983 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1706895 (1.6 MiB) TX bytes:5415862 (5.1 MiB)


# ./ptp4l -l 7 -f /home/configs/oc_prp0.cfg -m -s
ptp4l[10551.285]: config item (null).assume_two_step is 0
ptp4l[10551.291]: config item (null).check_fup_sync is 0
ptp4l[10551.294]: config item (null).tx_timestamp_timeout is 20
ptp4l[10551.298]: config item (null).hwts_filter is 0
ptp4l[10551.300]: config item (null).clock_servo is 0
ptp4l[10551.302]: config item (null).clock_type is 32768
ptp4l[10551.305]: config item (null).doubly_attached_clock is 1
ptp4l[10551.307]: config item (null).clock_servo is 0
ptp4l[10551.308]: config item (null).clockClass is 248
ptp4l[10551.310]: config item (null).clockAccuracy is 254
ptp4l[10551.312]: config item (null).offsetScaledLogVariance is 65535
ptp4l[10551.314]: config item (null).productDescription is ';;'
ptp4l[10551.315]: config item (null).revisionData is ';;'
ptp4l[10551.316]: config item (null).userDescription is ''
ptp4l[10551.318]: config item (null).manufacturerIdentity is '00:00:00'
ptp4l[10551.319]: config item (null).domainNumber is 0
ptp4l[10551.321]: config item (null).slaveOnly is 1
ptp4l[10551.322]: config item (null).gmCapable is 1
ptp4l[10551.324]: config item (null).gmCapable is 1
ptp4l[10551.325]: config item (null).G.8275.defaultDS.localPriority is 128
ptp4l[10551.326]: config item (null).maxStepsRemoved is 255
ptp4l[10551.327]: config item (null).time_stamping is 1
ptp4l[10551.328]: config item (null).twoStepFlag is 1
ptp4l[10551.330]: config item (null).twoStepFlag is 1
ptp4l[10551.332]: config item (null).time_stamping is 1
ptp4l[10551.333]: config item (null).priority1 is 128
ptp4l[10551.335]: config item (null).priority2 is 128
ptp4l[10551.338]: interface index 6 is up
ptp4l[10551.342]: interface 'prp0' does not support requested timestamping mode
failed to create a clock


oc_prp0.cfg:

[global]
sanity_freq_limit 0
step_threshold 0.00002
tx_timestamp_timeout 20

domainNumber 0
priority1 128
priority2 128
slaveOnly 0

twoStepFlag 1
summary_interval 0
doubly_attached_clock 1

[prp0]
redundancy 2
delay_mechanism P2P
network_transport L2

[eth1]
redundancy 2
redundancy_master_interface prp0
redundancy_slave_number 1

logAnnounceInterval 0
logSyncInterval 1
logMinPdelayReqInterval 0
announceReceiptTimeout 3
syncReceiptTimeout 2

delay_mechanism P2P
network_transport L2
egressLatency 726
ingressLatency 186
fault_reset_interval 0

[eth2]
redundancy 2
redundancy_master_interface prp0
redundancy_slave_number 2

logAnnounceInterval 0
logSyncInterval 1
logMinPdelayReqInterval 0
announceReceiptTimeout 3
syncReceiptTimeout 2

delay_mechanism P2P
network_transport L2
egressLatency 726
ingressLatency 186
fault_reset_interval 0

  • Hello!

    We have received your case and will take some time. Thank you for your patience.

  • During further verification, it was found that the old version(08.06.00.42 (2023-2-27)) works properly, but new version all failed. What modifications are needed for the new kernel to achieve compatibility?

    sk-am64b SDK:PROCESSOR-SDK-LINUX-RT-AM64X 软件开发套件 (SDK) | 德州仪器 TI.com.cn

  • 1. Are you testing on a TI EVM? Is it the SK-AM62B-P1 board?

    2. What SDK version are you using?

    3. Can you share the full boot log including the error (use Insert > Code)?

    4. Can you share a Wireshark capture of when the error occurs?

  • 1 yes , SK-AM64B PROC100A

    2 linuxptp works failed in sdk v11x,  linuxptp works ok in sdk 08x. now i use :v11.00.09.04 

    4  linuxptp init failed, just as log:ptp4l[10551.342]: interface 'prp0' does not support requested timestamping mode
    failed to create a clock.

    3 log:


    U-Boot SPL 2025.01-00406-gcd91d7360181 (Mar 25 2025 - 16:14:37 +0000)
    Resetting on cold boot to workaround ErrataID:i2331
    Please resend tiboot3.bin in case of UART/DFU boot
    resetting ...

    U-Boot SPL 2025.01-00406-gcd91d7360181 (Mar 25 2025 - 16:14:37 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    EEPROM not available at 0x50, trying to read at 0x51
    SPL initial stack usage: 13392 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Loading Environment from nowhere... OK
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...

    NOTICE: BL31: v2.12.0(release):11.00.08-1-gb11beb2b6-dirty
    NOTICE: BL31: Built : 12:35:58, Mar 24 2025
    I/TC:
    I/TC: OP-TEE version: 4.5.0-73-gef1ebdc23-dev (gcc version 13.3.0 (GCC)) #1 Tue Feb 4 11:33:18 UTC 2025 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check optee.readthedocs.io/.../porting_guidelines.html
    I/TC: Primary CPU initializing
    I/TC: GIC redistributor base address not provided
    I/TC: Assuming default GIC group status and modifier
    I/TC: SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    I/TC: Activated SA2UL device
    I/TC: Enabled firewalls for SA2UL TRNG device
    I/TC: SA2UL TRNG initialized
    I/TC: SA2UL Drivers initialized
    I/TC: HUK Initialized
    I/TC: Primary CPU switching to normal world boot

    U-Boot SPL 2025.01-00406-gcd91d7360181 (Mar 25 2025 - 16:14:37 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    Trying to boot from MMC2
    Authentication passed
    Authentication passed


    U-Boot 2025.01-00406-gcd91d7360181 (Mar 25 2025 - 16:14:37 +0000)

    SoC: AM64X SR2.0 HS-FS
    Model: Texas Instruments AM642 SK
    Board: AM64B-SKEVM rev A
    DRAM: 2 GiB
    Core: 95 devices, 33 uclasses, devicetree: separate
    MMC: mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In: serial@2800000
    Out: serial@2800000
    Err: serial@2800000
    Failed to probe prueth driver
    Net: eth0: ethernet@8000000port@1, eth1: ethernet@8000000port@2
    Hit any key to stop autoboot: 0
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    574 bytes read in 1 ms (560.5 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    16931328 bytes read in 343 ms (47.1 MiB/s)
    62267 bytes read in 6 ms (9.9 MiB/s)
    Working FDT set to 88000000
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
    Loading Device Tree to 000000008feed000, end 000000008fffffff ... OK
    Working FDT set to 8feed000

    Starting kernel ...

    [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [ 0.000000] Linux version 6.12.17-ti-rt-00771-gc85877d40f8e (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT_RT Tue Mar 25 12:45:29 UTC 2025
    [ 0.000000] Machine model: Texas Instruments AM642 SK
    [ 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
    [ 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
    [ I / T0C.:0 0S0ec00o0n]da r yN oCrPUma l1 i neimtpitayli
    zi[n g
    wo.I/0T0C00:0 0Se] cMonovdaabryl e CzPUo ne1 sstwairttc hfionrg t oe acnho rnmaodle
    0 r[ ld b 0o.o0t
    0000] 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 s54576 r8192 d31440 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 earlycon=ns16550a,mmio32,0x02800000 root=PARTUUID=076c4a2a-02 rw rootfstype=ext4 rootwait
    [ 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.000448] Console: colour dummy device 80x25
    [ 0.000518] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [ 0.000533] pid_max: default: 32768 minimum: 301
    [ 0.000611] LSM: initializing lsm=capability
    [ 0.000787] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.000813] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.009841] rcu: Hierarchical SRCU implementation.
    [ 0.009854] rcu: Max phase no-delay instances is 400.
    [ 0.088534] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
    [ 0.117102] EFI services will not be available.
    [ 0.203068] smp: Bringing up secondary CPUs ...
    [ 0.385597] Detected VIPT I-cache on CPU1
    [ 0.385718] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000
    [ 0.385738] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [ 0.385800] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [ 0.420931] smp: Brought up 1 node, 2 CPUs
    [ 0.420940] SMP: Total of 2 processors activated.
    [ 0.420944] CPU: All CPU(s) started at EL2
    [ 0.420950] CPU features: detected: 32-bit EL0 Support
    [ 0.420955] CPU features: detected: CRC32 instructions
    [ 0.441167] alternatives: applying system-wide alternatives
    [ 0.441643] Memory: 1886420K/2097152K available (10304K kernel code, 1174K rwdata, 2716K rodata, 2240K init, 530K bss, 170324K reserved, 32768K cma-reserved)
    [ 0.444310] devtmpfs: initialized
    [ 0.458644] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [ 0.458675] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [ 0.460021] 28480 pages in range for non-PLT usage
    [ 0.460043] 520000 pages in range for PLT usage
    [ 0.460487] pinctrl core: initialized pinctrl subsystem
    [ 0.461041] DMI not present or invalid.
    [ 0.461853] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [ 0.465896] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [ 0.466598] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [ 0.467663] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [ 0.467801] audit: initializing netlink subsys (disabled)
    [ 0.468149] audit: type=2000 audit(0.466:1): state=initialized audit_enabled=0 res=1
    [ 0.468912] thermal_sys: Registered thermal governor 'step_wise'
    [ 0.469198] ASID allocator initialised with 65536 entries
    [ 0.476377] /bus@f4000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f4000/interrupt-controller@1800000
    [ 0.489074] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [ 0.489093] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [ 0.489099] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [ 0.489103] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [ 0.489108] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [ 0.489111] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [ 0.489116] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [ 0.489120] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [ 1.011108] k3-chipinfo 43000014.chipid: Family:AM64X rev:SR2.0 JTAGID[0x1bb3802f] Detected
    [ 1.013202] iommu: Default domain type: Translated
    [ 1.013220] iommu: DMA domain TLB invalidation policy: strict mode
    [ 1.014535] SCSI subsystem initialized
    [ 1.015043] usbcore: registered new interface driver usbfs
    [ 1.015145] usbcore: registered new interface driver hub
    [ 1.015190] usbcore: registered new device driver usb
    [ 1.015828] pps_core: LinuxPPS API ver. 1 registered
    [ 1.015834] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 1.015852] PTP clock support registered
    [ 1.015894] EDAC MC: Ver: 3.0.0
    [ 1.017309] scmi_core: SCMI protocol bus registered
    [ 1.017744] FPGA manager framework
    [ 1.017893] Advanced Linux Sound Architecture Driver Initialized.
    [ 1.019567] clocksource: Switched to clocksource arch_sys_counter
    [ 1.019871] VFS: Disk quotas dquot_6.6.0
    [ 1.019893] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 1.028921] NET: Registered PF_INET protocol family
    [ 1.029226] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [ 1.031469] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [ 1.031533] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [ 1.031546] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    r 1.031886] TCP bind hash table entrieIs/: TC16:3 8Re4 se(rovrdeed r:sh 8a,r ed13 1m0e7mo2r0 yb iyst esen, albilendea
    I)
    igT[C : D 1yn.0a3m3i8c 21s]ha TrCePd: mHeamsohr yt iabs leens acblonefd
    urIed/ TC(:e stNoarblmaisl hWeod r1ld6 38v4i rbtuinadl i1z6a3t8i4o)n
    su[ p p o rt1. 0i3s4 d08i0sa] bUledDP
    ,haIsh/T tCa: bAles ynenchtrroienso:u s 1n0o24t i(fiorcdaetri:on 4s, a9r8e3 d04i sbablyeteds
    linear)
    [ 1.034263] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [ 1.034793] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [ 1.035363] RPC: Registered named UNIX socket transport module.
    [ 1.035371] RPC: Registered udp transport module.
    [ 1.035375] RPC: Registered tcp transport module.
    [ 1.035377] RPC: Registered tcp-with-tls transport module.
    [ 1.035380] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 1.035397] PCI: CLS 0 bytes, default 64
    [ 1.037059] Initialise system trusted keyrings
    [ 1.037343] workingset: timestamp_bits=62 max_order=19 bucket_order=0
    [ 1.037847] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 1.038183] NFS: Registering the id_resolver key type
    [ 1.038233] Key type id_resolver registered
    [ 1.038238] Key type id_legacy registered
    [ 1.038261] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [ 1.038267] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [ 1.101493] Key type asymmetric registered
    [ 1.101507] Asymmetric key parser 'x509' registered
    [ 1.101633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [ 1.101640] io scheduler mq-deadline registered
    [ 1.101645] io scheduler kyber registered
    [ 1.101675] io scheduler bfq registered
    [ 1.105818] pinctrl-single 4084000.pinctrl: 33 pins, size 132
    [ 1.106419] pinctrl-single f4000.pinctrl: 180 pins, size 720
    [ 1.116959] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [ 1.129940] loop: module loaded
    [ 1.131478] megasas: 07.727.03.00-rc1
    [ 1.137520] tun: Universal TUN/TAP device driver, 1.6
    [ 1.140062] VFIO - User Level meta-driver version: 0.3
    [ 1.141696] usbcore: registered new interface driver usb-storage
    [ 1.142545] i2c_dev: i2c /dev entries driver
    [ 1.143437] sdhci: Secure Digital Host Controller Interface driver
    [ 1.143446] sdhci: Copyright(c) Pierre Ossman
    [ 1.143879] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 1.144685] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [ 1.145702] usbcore: registered new interface driver usbhid
    [ 1.145711] usbhid: USB HID core driver
    [ 1.146920] optee: probing for conduit method.
    [ 1.146963] optee: revision 4.5 (ef1ebdc23034a804)
    [ 1.180084] optee: dynamic shared memory is enabled
    [ 1.181337] optee: initialized driver
    [ 1.181616] random: crng init done
    [ 1.184793] NET: Registered PF_PACKET protocol family
    [ 1.184913] Key type dns_resolver registered
    [ 1.198078] Loading compiled-in X.509 certificates
    [ 1.212511] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    [ 1.339976] pca953x 1-0070: supply vcc not found, using dummy regulator
    [ 1.340144] pca953x 1-0070: using no AI
    [ 1.353098] omap_i2c 20010000.i2c: bus 1 rev0.12 at 400 kHz
    [ 1.353453] ti-sci-intr bus@f4000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [ 1.353961] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [ 1.358122] ti-udma 485c0100.dma-controller: Number of rings: 68
    [ 1.360480] ti-udma 485c0100.dma-controller: Channels: 24 (bchan: 12, tchan: 6, rchan: 6)
    [ 1.363049] ti-udma 485c0000.dma-controller: Number of rings: 288
    [ 1.378201] ti-udma 485c0000.dma-controller: Channels: 44 (tchan: 29, rchan: 15)
    [ 1.383351] printk: legacy console [ttyS2] disabled
    [ 1.494800] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 308, base_baud = 3000000) is a 8250
    [ 1.503731] printk: legacy console [ttyS2] enabled
    [ 1.503731] printk: legacy console [ttyS2] enabled
    [ 1.503739] printk: legacy bootconsole [ns16550a0] disabled
    [ 1.503739] printk: legacy bootconsole [ns16550a0] disabled
    [ 1.535051] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [ 1.535081] Creating 7 MTD partitions on "fc40000.spi.0":
    [ 1.535089] 0x000000000000-0x000000100000 : "ospi.tiboot3"
    [ 1.540464] 0x000000100000-0x000000300000 : "ospi.tispl"
    [ 1.542354] 0x000000300000-0x000000700000 : "ospi.u-boot"
    [ 1.544250] 0x000000700000-0x000000740000 : "ospi.env"
    [ 1.546076] 0x000000740000-0x000000780000 : "ospi.env.backup"
    [ 1.547906] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [ 1.549780] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [ 1.693412] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [ 1.726581] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [ 1.732498] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [ 1.732519] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
    [ 1.732660] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00903, cpsw version 0x6BA80903 Ports: 3 quirks:00000006
    [ 1.733086] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.4
    [ 1.733095] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [ 1.734523] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [ 1.804283] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 16
    [ 1.813492] am65-cpts 39000000.cpts: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0
    [ 1.818813] mmc1: CQHCI version 5.10
    [ 1.867043] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [ 1.874401] mmc0: CQHCI version 5.10
    [ 1.875540] clk: Disabling unused clocks
    [ 1.898688] PM: genpd: Disabling unused power domains
    [ 1.898919] ALSA device list:
    [ 1.898927] No soundcards found.
    [ 1.920246] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [ 1.921778] Waiting for root device PARTUUID=076c4a2a-02...
    [ 1.933697] sdhci-am654 fa10000.mmc: card claims to support voltages below defined range
    [ 1.951886] mmc0: new SDIO card at address 0001
    [ 2.238390] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
    [ 2.240409] mmcblk1: mmc1:aaaa SU32G 29.7 GiB
    [ 2.244426] mmcblk1: p1 p2
    [ 4.582827] EXT4-fs (mmcblk1p2): recovery complete
    [ 4.584928] EXT4-fs (mmcblk1p2): mounted filesystem 820795b7-8c9c-4443-9185-c278a1bdcdd0 r/w with ordered data mode. Quota mode: none.
    [ 4.585043] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [ 4.586042] devtmpfs: mounted
    [ 4.587700] Freeing unused kernel memory: 2240K
    [ 4.587839] Run /sbin/init as init process
    [ 4.965745] systemd[1]: System time before build time, advancing clock.
    [ 5.046018] NET: Registered PF_INET6 protocol family
    [ 5.049410] Segment Routing with IPv6
    [ 5.049458] In-situ OAM (IOAM) with IPv6
    [ 5.076880] systemd[1]: systemd 255.17^ 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)
    [ 5.076924] systemd[1]: Detected architecture arm64.

    Welcome to Arago 2025.01!

    [ 5.122773] systemd[1]: Hostname set to <am64xx-evm>.
    [ 5.648726] 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.
    [ 5.908920] systemd[1]: Queued start job for default target Graphical Interface.
    [ 5.939192] systemd[1]: Created slice Slice /system/getty.
    [ OK ] Created slice Slice /system/getty.
    [ OK ] Created slice Slice /system/modprob[ 5.954692] systemd[1]: Created slice Slice /system/modprobe.
    e.
    [ OK ] Created slice Slice /system/serial-[ 5.969688] systemd[1]: Created slice Slice /system/serial-getty.
    getty.
    [ OK ] Created slice User and Session Slic[ 5.985047] systemd[1]: Created slice User and Session Slice.
    e.
    [ 5.999331] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ OK ] Started Dispatch Password Requests to Console Directory Watch.
    [ 6.017310] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ OK ] Started Forward Password Requests to Wall Directory Watch.
    Expecting device /dev/ttyS2...
    [ 6.035001] systemd[1]: Expecting device /dev/ttyS2...
    [ 6.045762] systemd[1]: Reached target Path Units.

    [ OK ] Reached target Remote File Systems systemd[1]: Reached target Remote File Systems.
    [0m.
    [ OK ] Reached target Slice Units.
    [ 6.070897] systemd[1]: Reached target Slice Units.
    [ 6.081923] systemd[1]: Reached target Swaps.

    [ 6.094300] systemd[1]: Listening on RPCbind Server Activation Socket.
    [ OK ] Listening on RPCbind Server Activation Socket.
    [ OK ] Reached target RPC Port Mapper.[ 6.108988] systemd[1]: Reached target RPC Port Mapper.

    [ OK ] Listening on Process Core Dump Sock[ 6.131823] systemd[1]: Listening on Process Core Dump Socket.
    et.
    [ 6.146471] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [ OK ] Listening on initctl Compatibility Named Pipe.
    [ OK ] Listening on Journal Audit Socket 6.162476] systemd[1]: Listening on Journal Audit Socket.
    0m.
    [ OK ] Listening on Journal Socket (/dev/l[ 6.176898] systemd[1]: Listening on Journal Socket (/dev/log).
    og).
    [ 6.192061] systemd[1]: Listening on Journal Socket.

    [ OK ] Listening on Network Service Netlin[ 6.206156] systemd[1]: Listening on Network Service Netlink Socket.
    k Socket.
    [ OK ] Listening on udev Control Socket 6.230144] systemd[1]: Listening on udev Control Socket.
    m.
    [ OK ] Listening on udev Kernel Socket[ 6.243779] systemd[1]: Listening on udev Kernel Socket.
    .
    [ OK ] Listening on User Database Manager [ 6.257911] systemd[1]: Listening on User Database Manager Socket.
    Socket.
    [ 6.281075] systemd[1]: Mounting Huge Pages File System...

    Mounting POSIX Message Queue File System..[ 6.302098] systemd[1]: Mounting POSIX Message Queue File System...
    .
    [ 6.324133] systemd[1]: Mounting Kernel Debug File System...

    [ 6.338749] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [ 6.357145] systemd[1]: Mounting Temporary Directory /tmp...

    Starting Create List of Static Device Nodes 6.394032] systemd[1]: Starting Create List of Static Device Nodes...
    m...
    [ 6.421446] systemd[1]: Starting Load Kernel Module configfs...
    Starting Load Kernel Module configfs...
    [ 6.447499] systemd[1]: Starting Load Kernel Module drm...
    Starting Load Kernel Module drm...
    [ 6.477699] systemd[1]: Starting Load Kernel Module fuse...

    [ 6.513640] systemd[1]: Starting RPC Bind...
    Starting RPC Bind...
    [ 6.527379] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [ 6.531189] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [ 6.531222] systemd[1]: systemd-journald.service: (This warning is only shown for the first unit using IP firewalling.)
    [ 6.567088] systemd[1]: Starting Journal Service...

    [ 6.618504] systemd[1]: Starting Load Kernel Modules...
    [ 6.627257] fuse: init (API version 7.41)

    [ 6.650502] systemd[1]: Starting Generate network units from Kernel command line...
    Starting Generate network units from Kernel command line...
    Starting Remount Root and Kernel File Systems systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 6.708369] systemd-journald[121]: Collecting audit messages is enabled.

    [ 6.738202] systemd[1]: Starting Coldplug All udev Devices...

    [ OK ] Started RPC Bind.
    [ 6.775636] systemd[1]: Started RPC Bind.
    [ OK ] Mounted Huge Pages File System.[ 6.790753] systemd[1]: Mounted Huge Pages File System.
    [ 6.792033] cryptodev: loading out-of-tree module taints kernel.
    [ 6.804743] sysctl table check failed: ioctl/(null) procname is null
    [ 6.804765] sysctl table check failed: ioctl/(null) No proc_handler
    [ 6.804771] cryptodev: driver 1.14 loaded.

    [ OK ] Mounted POSIX Message Queue File Sy[ 6.834872] systemd[1]: Mounted POSIX Message Queue File System.
    stem.
    [ 6.851772] EXT4-fs (mmcblk1p2): re-mounted 820795b7-8c9c-4443-9185-c278a1bdcdd0 r/w. Quota mode: none.
    [ OK ] Mounted Kernel Debug File System 6.865674] systemd[1]: Mounted Kernel Debug File System.
    m.
    [ OK ] Mounted Temporary Directory /tmp 6.891744] systemd[1]: Mounted Temporary Directory /tmp.
    m.
    [ OK ] Finished Create List of Static Devi[ 6.910969] systemd[1]: Finished Create List of Static Device Nodes.
    ce Nodes.
    [ 6.928785] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [ 6.930027] systemd[1]: Finished Load Kernel Module configfs.
    [ OK ] Finished Load Kernel Module configfs.
    [ 6.951707] systemd[1]: Started Journal Service.

    [ OK ] Finished Load Kernel Module drm.
    [ OK ] Finished Load Kernel Module fuse.
    [ OK ] Finished Load Kernel Modules.
    [ OK ] Finished Generate network units from Kernel command line.
    [ OK ] Finished Remount Root and Kernel File Systems.
    Mounting FUSE Control File System...
    Mounting Kernel Configuration File System...
    Starting Flush Journal to Persistent Storage...
    Starting Apply Kernel Variables...
    Starting Create Static Device Nodes in /dev gracefully...
    [ OK ] Mounted FUSE Control File System.
    [ OK ] Mounted Kernel Configuration File System.
    [ 7.255869] systemd-journald[121]: Received client request to flush runtime journal.
    [ OK ] Finished Flush Journal to Persistent Storage.
    [ OK ] Finished Create Static Device Nodes in /dev gracefully.
    [ OK ] Finished Apply Kernel Variables.
    Starting Create Static Device Nodes in /dev...
    [ OK ] Finished Create Static Device Nodes in /dev.
    [ OK ] Reached target Preparation for Local File Systems.
    Mounting /var/volatile...
    Starting Rule-based Manager for Device Events and Files...
    [ OK ] Mounted /var/volatile.
    Starting Load/Save OS Random Seed...
    [ OK ] Reached target Local File Systems.
    Starting Create System Files and Directories...
    [ OK ] Finished Load/Save OS Random Seed.
    [ OK ] Finished Create System Files and Directories.
    Starting Network Name Resolution...
    Starting Network Time Synchronization...
    Starting Record System Boot/Shutdown in UTMP...
    Starting User Database Manager...
    [ OK ] Finished Coldplug All udev Devices.
    [ OK ] Finished Record System Boot/Shutdown in UTMP.
    [ OK ] Started User Database Manager.
    [ OK ] Started Rule-based Manager for Device Events and Files.
    [ OK ] Found device /dev/ttyS2.
    [ OK ] Started Network Time Synchronization.
    [ OK ] Reached target System Time Set.
    [ OK ] Started Network Name Resolution.
    [ OK ] Reached target Host and Network Name Lookups.
    [ OK ] Reached target System Initialization.
    [ OK ] Started Daily rotation of log files.
    [ OK ] Started Timer service to update the IP on OLED each 10s.
    [ OK ] Started Daily Cleanup of Temporary Directories.
    [ OK ] Reached target Timer Units.
    [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [ OK ] Listening on D-Bus System Message Bus Socket.
    Starting Docker Socket for the API...
    [ OK ] Listening on dropbear.socket.
    [ OK ] Listening on PC/SC Smart Card Daemon Activation Socket.
    Starting D-Bus System Message Bus...
    Starting Reboot and dump vmcore via kexec...
    [ OK ] Listening on Docker Socket for the API.
    [ OK ] Finished Reboot and dump vmcore via kexec.
    [ OK ] Reached target Socket Units.
    [ OK ] Started D-Bus System Message Bus.
    [ OK ] Reached target Basic System.
    [ OK ] Started Job spooling tools.
    Starting Avahi mDNS/DNS-SD Stack...
    [ OK ] Started Periodic Command Scheduler.
    [ 10.929052] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fc9100
    Starting Print notice about GPLv3 packages[ 10.953148] omap-mailbox 29040000.mailbox: omap mailbox rev 0x66fc9100
    [ 10.957742] omap-mailbox 29060000.mailbox: omap mailbox rev 0x66fc9100
    ...
    [ 10.981813] lm75 1-0048: supply vs not found, using dummy regulator
    [ 10.996250] hwmon hwmon0: temp1_input not attached to any thermal zone
    [ 10.996275] lm75 1-0048: hwmon0: sensor 'tmp100'
    [ 10.996525] lm75 1-0049: supply vs not found, using dummy regulator
    [ 11.009119] hwmon hwmon1: temp1_input not attached to any thermal zone
    [ 11.009144] lm75 1-0049: hwmon1: sensor 'tmp100'
    Starting IPv6 Packet Filtering Framework...
    Starting IPv4 Packet Filtering Framework...
    [ OK ] Started irqbalance daemon.
    [ OK ] Started Multiple Spanning Tree Protocol Daemon.
    Starting Telephony service...
    [ 11.454123] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@a4000000
    [ 11.460665] k3-m4-rproc 5000000.m4fss: configured M4F for remoteproc mode
    [ 11.463419] remoteproc remoteproc0: 5000000.m4fss is available
    [ 11.490768] remoteproc remoteproc0: powering up 5000000.m4fss
    [ 11.490805] remoteproc remoteproc0: Booting fw image am64-mcu-m4f0_0-fw, size 88248
    Starting Expand the rootfs partiti…to full size of the boot device....
    [ 11.549032] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node m4f-dma-memory@a4000000
    [ 11.581831] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [ 11.582099] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [ 11.587726] virtio_rpmsg_bus virtio0: rpmsg host is online
    [ 11.589375] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
    [ 11.589406] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
    [ 11.637163] platform 78000000.r5f: configured R5F for remoteproc mode
    [ 11.640696] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [ 11.660724] remoteproc remoteproc1: 78000000.r5f is available
    Starting User Login Management...
    [ 11.674727] platform 78200000.r5f: configured R5F for remoteproc mode
    [ 11.691659] platform 78200000.r5f: assigned reserved memory node r5f-dma-memory@a1000000
    [ 11.700675] remoteproc remoteproc2: 78200000.r5f is available
    [ 11.702152] remoteproc remoteproc1: powering up 78000000.r5f
    [ 11.702185] remoteproc remoteproc1: Booting fw image am64-main-r5f0_0-fw, size 86352
    [ 11.708055] remoteproc remoteproc2: powering up 78200000.r5f
    [ 11.708091] remoteproc remoteproc2: Booting fw image am64-main-r5f0_1-fw, size 141772
    Starting Telnet Server...
    [ 11.856702] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node r5f-dma-memory@a0000000
    [ 11.859170] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node r5f-dma-memory@a1000000
    [ 11.879063] virtio_rpmsg_bus virtio1: rpmsg host is online
    [ 11.879140] rproc-virtio rproc-virtio.1.auto: registered virtio1 (type 7)
    [ 11.879150] remoteproc remoteproc1: remote processor 78000000.r5f is now up
    [ 11.879648] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [ 11.880420] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
    [ 11.880539] virtio_rpmsg_bus virtio2: rpmsg host is online
    [ 11.880859] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7)
    [ 11.880872] remoteproc remoteproc2: remote processor 78200000.r5f is now up
    [ 11.887974] platform 78400000.r5f: configured R5F for remoteproc mode
    [ 11.888700] platform 78400000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [ 11.891684] remoteproc remoteproc3: 78400000.r5f is available
    [ 11.893608] platform 78600000.r5f: configured R5F for remoteproc mode
    [ 11.894110] platform 78600000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
    [ 11.897023] remoteproc remoteproc4: 78600000.r5f is available
    [ OK ] Finished IPv6 Packet Filtering Framework.
    [ OK ] Finished IPv4 Packet Filtering Framework.
    [ OK ] Finished Telnet Server.
    [ 12.178388] remoteproc remoteproc3: powering up 78400000.r5f
    [ 12.178426] remoteproc remoteproc3: Booting fw image am64-main-r5f1_0-fw, size 93260
    [ 12.179819] remoteproc remoteproc4: powering up 78600000.r5f
    [ 12.179853] remoteproc remoteproc4: Booting fw image am64-main-r5f1_1-fw, size 91520
    [ 12.206217] rproc-virtio rproc-virtio.4.auto: assigned reserved memory node r5f-dma-memory@a3000000
    [ 12.220142] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
    [ 12.220999] virtio_rpmsg_bus virtio3: rpmsg host is online
    [ 12.224434] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@a2000000
    [ 12.270050] rproc-virtio rproc-virtio.4.auto: registered virtio3 (type 7)
    [ 12.270085] remoteproc remoteproc4: remote processor 78600000.r5f is now up
    [ 12.365264] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xe
    [ 12.365939] virtio_rpmsg_bus virtio4: rpmsg host is online
    [ 12.366073] rproc-virtio rproc-virtio.3.auto: registered virtio4 (type 7)
    [ 12.366085] remoteproc remoteproc3: remote processor 78400000.r5f is now up
    [ OK ] Started Avahi mDNS/DNS-SD Stack.
    [ OK ] Reached target Preparation for Network.
    Starting Network Configuration...
    [ OK ] Started Telephony service.
    [ OK ] Started User Login Management.
    [ OK ] Finished Expand the rootfs partition to full size of the boot device..
    [ OK ] Created slice Slice /system/tee-sup[ 13.111761] Bluetooth: Core ver 2.22
    [ 13.111972] NET: Registered PF_BLUETOOTH protocol family
    [ 13.111979] Bluetooth: HCI device and connection manager initialized
    [ 13.112006] Bluetooth: HCI socket layer initialized
    [ 13.112017] Bluetooth: L2CAP socket layer initialized
    [ 13.112041] Bluetooth: SCO socket layer initialized

    [ 13.124664] remoteproc remoteproc5: 3000a000.txpru is available
    [ 13.157990] remoteproc remoteproc6: 3000c000.txpru is available
    [ 13.182021] remoteproc remoteproc7: 300b4000.pru is available
    [ 13.193694] remoteproc remoteproc8: 30034000.pru is available
    [ 13.196251] remoteproc remoteproc9: 30084000.rtu is available
    [ 13.198993] remoteproc remoteproc11: 3008a000.txpru is available
    [ 13.201137] remoteproc remoteproc10: 30004000.rtu is available
    [ 13.208231] remoteproc remoteproc12: 300b8000.pru is available
    [ 13.217904] remoteproc remoteproc13: 30038000.pru is available
    [ 13.226854] remoteproc remoteproc14: 30086000.rtu is available
    [ 13.237997] remoteproc remoteproc15: 30006000.rtu is available
    [ 13.240997] remoteproc remoteproc16: 3008c000.txpru is available
    [ OK ] Started TEE Supplicant on teepriv0.
    Starting Virtual Console Setup...
    [ 13.649194] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
    [ 13.649258] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 1
    [ 13.666102] xhci-hcd xhci-hcd.6.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010
    [ 13.680448] xhci-hcd xhci-hcd.6.auto: irq 534, io mem 0x0f410000
    [ 13.697945] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
    [ 13.697994] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 2
    [ 13.698024] xhci-hcd xhci-hcd.6.auto: Host supports USB 3.0 SuperSpeed
    [ 13.701800] hub 1-0:1.0: USB hub found
    [ 13.704634] hub 1-0:1.0: 1 port detected
    [ 13.728250] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [ 13.731843] hub 2-0:1.0: USB hub found
    [ 13.732980] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [ 13.734687] hub 2-0:1.0: 1 port detected
    [ 13.883859] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [ 13.912054] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [ 14.221495] wl18xx_driver wl18xx.5.auto: Direct firmware load for ti-connectivity/wl1271-nvs.bin failed with error -2
    [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [ 14.365901] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [ 14.365933] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [ 14.425989] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
    [ 14.426025] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    [ OK ] Started Network Configuration.
    [ OK ] Created slice Slice /system/systemd-fsck.
    Expecting device /dev/mmcblk1p1...
    [ OK ] Reached target Network.
    Starting Enable and configure wl18xx bluetooth stack...
    Starting containerd container runtime...
    Starting LLDP daemon...
    [ OK ] Started Netperf Benchmark Server.
    [ 14.639207] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
    [ 14.677429] wlcore: loaded
    Starting Simple Network Management Protocol (SNMP) Daemon....
    Starting Wait for Network to be Configured...
    Starting Permit User Sessions...
    [ OK ] Finished Virtual Console Setup.
    [ OK ] Finished Enable and configure wl18xx bluetooth stack.
    [ OK ] Found device /dev/mmcblk1p1.
    [ OK ] Finished Permit User Sessions.
    [ OK ] Started Getty on tty1.
    [ OK ] Started Serial Getty on ttyS2.
    [ OK ] Reached target Login Prompts.
    Starting File System Check on /dev/mmcblk1p1...
    Starting Load/Save RF Kill Switch Status...
    [ OK ] Started LLDP daemon.
    [ 15.478893] wlcore: using inverted interrupt logic: 2
    [ OK ] Started Load/Save RF Kill Switch Status.
    [ 15.563756] wlcore: PHY firmware version: Rev 8.2.0.0.245
    [ 15.660536] wlcore: firmware booted (Rev 8.9.0.0.86)
    [ OK ] Finished File System Check on /dev/mmcblk1p1.
    Mounting /run/media/boot-mmcblk1p1...
    [ OK ] Mounted /run/media/boot-mmcblk1p1.
    [ OK ] Started Simple Network Management Protocol (SNMP) Daemon..
    [ OK ] Started containerd container runtime.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
    adwaita-icon-theme-symbolic
    autoconf
    bash-dev
    bash
    bc
    binutils
    cifs-utils
    coreutils-stdbuf
    coreutils
    cpio
    cpp-symlinks
    cpp
    dosfstools
    elfutils-dev
    elfutils
    findutils
    g++-symlinks
    g++
    gawk
    gcc-symlinks
    gcc
    gdb
    gdbserver
    gettext
    glmark2
    gnu-config
    grub-common
    grub-editenv
    grub-efi
    gzip
    hidapi
    kbd-dev
    kbd-keymaps-pine
    less
    libasm1
    libatomic-dev
    libatomic1
    libbfd
    libdebuginfod1
    libdw1
    libelf1
    libgcc-s-dev
    libgcc1
    libgdbm-compat4
    libgdbm-dev
    libgdbm6
    libgettextlib
    libgettextsrc
    libgmp-dev
    libgmp10
    libgmpxx4
    libgnutls-dev
    libgnutls-openssl27
    libgomp1
    libidn2-0
    libidn2-dev
    libmpc3
    libmpfr6
    libopcodes
    libqt6shadertools-dev
    libqt6shadertools-plugins
    libqt6shadertools-qmlplugins
    libqt6shadertools6
    libreadline-dev
    libreadline8
    libstdc++-dev
    libstdc++6
    libtasn1-dev
    libunistring-dev
    libunistring5
    m4
    make
    nettle-dev
    nettle
    parted
    piglit
    qtbase-dev
    qtbase-examples
    qtbase-plugins
    qtbase-qmlplugins
    qtbase-staticdev
    qtbase
    qtdeclarative-dev
    qtdeclarative-plugins
    qtdeclarative-qmlplugins
    qtdeclarative-staticdev
    qtdeclarative
    qtlanguageserver-dev
    qtlanguageserver-plugins
    qtlanguageserver-qmlplugins
    qtlanguageserver-staticdev
    qtlanguageserver
    qtsvg-dev
    qtsvg-plugins
    qtsvg-qmlplugins
    qtsvg
    qtwayland-dev
    qtwayland-plugins
    qtwayland-qmlplugins
    qtwayland
    tar
    which

    If you do not wish to distribute GPL-3.0 components please remove
    the above packages prior to distribution. This can be done using
    the opkg remove command. i.e.:
    opkg remove <package>
    Where <package> is the name printed in the list above

    NOTE: If the package is a dependency of another package you
    will be notified of the dependent packages. You should
    use the --force-removal-of-dependent-packages option to
    also remove the dependent packages as well
    ***************************************************************
    ***************************************************************

    _____ _____ _ _
    | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
    | | _| .'| . | . | | __| _| . | | | -_| _| _|
    |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
    |___| |___|

    Arago Project am64xx-evm ttyS2

    Arago 2025.01 am64xx-evm ttyS2

    am64xx-evm login: root[ 24.550350] platform led-controller: deferred probe pending: leds-gpio: Failed to get GPIO '/led-controller/led-0'
    [ 24.550374] platform 20000000.i2c: deferred probe pending: (reason unknown)

    [ 25.556759] audit: type=1006 audit(1736361588.771:2): pid=857 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
    [ 25.556793] audit: type=1300 audit(1736361588.771:2): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffda28b988 a2=1 a3=1 items=0 ppid=1 pid=857 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)
    [ 25.556808] audit: type=1327 audit(1736361588.771:2): proctitle="(systemd)"
    root@am64xx-evm:~# ps
    PID TTY TIME CMD
    515 ttyS2 00:00:00 login
    864 ttyS2 00:00:00 sh
    872 ttyS2 00:00:00 ps
    root@am64xx-evm:~# ls
    hsrprp.sh oc_hsr0.cfg oc_prp0.cfg prp_icssg.sh ptp4l_ti
    root@am64xx-evm:~# [ 53.351386] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx

    root@am64xx-evm:~# ./hsrprp.sh prp eth0 eth1 192.168.0.100
    ip=192.168.0.100
    if=prp0
    mac=34:08:e1:80:b7:e2
    slave-a=eth0
    slave-b=eth1
    [ 74.517412] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    [ 75.688160] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [ 75.688191] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [ 76.724133] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
    [ 76.724164] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    [ 77.781970] am65-cpsw-nuss 8000000.ethernet eth0: entered promiscuous mode
    [ 77.782176] audit: type=1700 audit(1736361640.975:3): dev=eth0 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
    [ 77.807244] am65-cpsw-nuss 8000000.ethernet eth1: entered promiscuous mode
    [ 77.807435] audit: type=1700 audit(1736361640.975:3): dev=eth1 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
    [ 77.832163] audit: type=1300 audit(1736361640.975:3): arch=c00000b7 syscall=211 success=yes exit=92 a0=3 a1=ffffd4735f28 a2=0 a3=1 items=4 ppid=874 pid=891 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=ttyS2 ses=4294967295 comm="ip" exe="/usr/sbin/ip.iproute2" key=(null)
    [ 77.832194] audit: type=1307 audit(1736361640.975:3): cwd="/root"
    [ 77.832206] audit: type=1302 audit(1736361640.975:3): item=0 name=(null) inode=9599 dev=00:08 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
    [ 77.832218] audit: type=1302 audit(1736361640.975:3): item=1 name=(null) inode=10411 dev=00:08 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
    [ 77.832230] audit: type=1302 audit(1736361640.975:3): item=2 name=(null) inode=10411 dev=00:08 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
    [ 77.832243] audit: type=1302 audit(1736361640.975:3): item=3 name=(null) inode=10412 dev=00:08 mode=0100444 ouid=0 ogid=0 rdev=00:00 nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
    [ 77.832255] audit: type=1327 audit(1736361640.975:3): proctitle=6970006C696E6B00616464006E616D65007072703000747970650068737200736C61766531006574683000736C617665320065746831007375706572766973696F6E0034350070726F746F0031
    [ 80.863692] prp0: Slave A (eth0) is not up; please bring it up to get a fully working HSR network
    [ 80.863721] prp0: Slave B (eth1) is not up; please bring it up to get a fully working HSR network
    [ 80.879778] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    root@am64xx-evm:~# [ 81.894467] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    [ 82.919424] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [ 83.942375] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    [ 84.966757] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [ 85.989755] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    [ 87.015451] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [ 89.062440] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    [ 90.088370] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [ 92.134366] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    [ 93.159254] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [ 96.230386] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    [ 97.256233] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [ 126.950462] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    [ 127.974497] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [ 139.238868] am65-cpsw-nuss 8000000.ethernet eth1: Link is Up - 100Mbps/Full - flow control rx/tx

    root@am64xx-evm:~# ptp4l_ti -l 7 -f oc_prp0.cfg [ 185.318091] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    =m[ 186.343539] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    -s
    -sh: ptp4l_ti: command not found
    root@am64xx-evm:~# ./ptp4l_ti -l 7 -f oc_prp0.cfg -m -s
    ptp4l_ti[204.168]: config item (null).assume_two_step is 0
    ptp4l_ti[204.169]: config item (null).check_fup_sync is 0
    ptp4l_ti[204.169]: config item (null).tx_timestamp_timeout is 20
    ptp4l_ti[204.169]: config item (null).hwts_filter is 0
    ptp4l_ti[204.169]: config item (null).clock_servo is 0
    ptp4l_ti[204.169]: config item (null).clock_type is 32768
    ptp4l_ti[204.169]: config item (null).doubly_attached_clock is 1
    ptp4l_ti[204.169]: config item (null).clock_servo is 0
    ptp4l_ti[204.169]: config item (null).clockClass is 248
    ptp4l_ti[204.169]: config item (null).clockAccuracy is 254
    ptp4l_ti[204.169]: config item (null).offsetScaledLogVariance is 65535
    ptp4l_ti[204.169]: config item (null).productDescription is ';;'
    ptp4l_ti[204.169]: config item (null).revisionData is ';;'
    ptp4l_ti[204.169]: config item (null).userDescription is ''
    ptp4l_ti[204.169]: config item (null).manufacturerIdentity is '00:00:00'
    ptp4l_ti[204.169]: config item (null).domainNumber is 0
    ptp4l_ti[204.169]: config item (null).slaveOnly is 1
    ptp4l_ti[204.169]: config item (null).gmCapable is 1
    ptp4l_ti[204.169]: config item (null).gmCapable is 1
    ptp4l_ti[204.169]: config item (null).G.8275.defaultDS.localPriority is 128
    ptp4l_ti[204.169]: config item (null).maxStepsRemoved is 255
    ptp4l_ti[204.169]: config item (null).time_stamping is 1
    ptp4l_ti[204.169]: config item (null).twoStepFlag is 1
    ptp4l_ti[204.169]: config item (null).twoStepFlag is 1
    ptp4l_ti[204.169]: config item (null).time_stamping is 1
    ptp4l_ti[204.170]: config item (null).priority1 is 128
    ptp4l_ti[204.170]: config item (null).priority2 is 128
    ptp4l_ti[204.170]: interface index 5 is up
    ptp4l_ti[204.170]: interface 'prp0' does not support requested timestamping mode
    failed to create a clock
    root@am64xx-evm:~#

  • 1 yes , SK-AM64B PROC100A

    2 linuxptp works failed in sdk v11x,  linuxptp works ok in sdk 08x. now i use :v11.00.09.04 

    4  linuxptp init failed, just as log:ptp4l[10551.342]: interface 'prp0' does not support requested timestamping mode
    failed to create a clock.

    3 log:


    U-Boot SPL 2025.01-00406-gcd91d7360181 (Mar 25 2025 - 16:14:37 +0000)
    Resetting on cold boot to workaround ErrataID:i2331
    Please resend tiboot3.bin in case of UART/DFU boot
    resetting ...

    U-Boot SPL 2025.01-00406-gcd91d7360181 (Mar 25 2025 - 16:14:37 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    EEPROM not available at 0x50, trying to read at 0x51
    SPL initial stack usage: 13392 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Loading Environment from nowhere... OK
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...

    NOTICE: BL31: v2.12.0(release):11.00.08-1-gb11beb2b6-dirty
    NOTICE: BL31: Built : 12:35:58, Mar 24 2025
    I/TC:
    I/TC: OP-TEE version: 4.5.0-73-gef1ebdc23-dev (gcc version 13.3.0 (GCC)) #1 Tue Feb 4 11:33:18 UTC 2025 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check optee.readthedocs.io/.../porting_guidelines.html
    I/TC: Primary CPU initializing
    I/TC: GIC redistributor base address not provided
    I/TC: Assuming default GIC group status and modifier
    I/TC: SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    I/TC: Activated SA2UL device
    I/TC: Enabled firewalls for SA2UL TRNG device
    I/TC: SA2UL TRNG initialized
    I/TC: SA2UL Drivers initialized
    I/TC: HUK Initialized
    I/TC: Primary CPU switching to normal world boot

    U-Boot SPL 2025.01-00406-gcd91d7360181 (Mar 25 2025 - 16:14:37 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    Trying to boot from MMC2
    Authentication passed
    Authentication passed


    U-Boot 2025.01-00406-gcd91d7360181 (Mar 25 2025 - 16:14:37 +0000)

    SoC: AM64X SR2.0 HS-FS
    Model: Texas Instruments AM642 SK
    Board: AM64B-SKEVM rev A
    DRAM: 2 GiB
    Core: 95 devices, 33 uclasses, devicetree: separate
    MMC: mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In: serial@2800000
    Out: serial@2800000
    Err: serial@2800000
    Failed to probe prueth driver
    Net: eth0: ethernet@8000000port@1, eth1: ethernet@8000000port@2
    Hit any key to stop autoboot: 0
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    574 bytes read in 1 ms (560.5 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    16931328 bytes read in 343 ms (47.1 MiB/s)
    62267 bytes read in 6 ms (9.9 MiB/s)
    Working FDT set to 88000000
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
    Loading Device Tree to 000000008feed000, end 000000008fffffff ... OK
    Working FDT set to 8feed000

    Starting kernel ...

    [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [ 0.000000] Linux version 6.12.17-ti-rt-00771-gc85877d40f8e (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT_RT Tue Mar 25 12:45:29 UTC 2025
    [ 0.000000] Machine model: Texas Instruments AM642 SK
    [ 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
    [ 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
    [ I / T0C.:0 0S0ec00o0n]da r yN oCrPUma l1 i neimtpitayli
    zi[n g
    wo.I/0T0C00:0 0Se] cMonovdaabryl e CzPUo ne1 sstwairttc hfionrg t oe acnho rnmaodle
    0 r[ ld b 0o.o0t
    0000] 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 s54576 r8192 d31440 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 earlycon=ns16550a,mmio32,0x02800000 root=PARTUUID=076c4a2a-02 rw rootfstype=ext4 rootwait
    [ 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.000448] Console: colour dummy device 80x25
    [ 0.000518] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [ 0.000533] pid_max: default: 32768 minimum: 301
    [ 0.000611] LSM: initializing lsm=capability
    [ 0.000787] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.000813] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [ 0.009841] rcu: Hierarchical SRCU implementation.
    [ 0.009854] rcu: Max phase no-delay instances is 400.
    [ 0.088534] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
    [ 0.117102] EFI services will not be available.
    [ 0.203068] smp: Bringing up secondary CPUs ...
    [ 0.385597] Detected VIPT I-cache on CPU1
    [ 0.385718] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000
    [ 0.385738] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [ 0.385800] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [ 0.420931] smp: Brought up 1 node, 2 CPUs
    [ 0.420940] SMP: Total of 2 processors activated.
    [ 0.420944] CPU: All CPU(s) started at EL2
    [ 0.420950] CPU features: detected: 32-bit EL0 Support
    [ 0.420955] CPU features: detected: CRC32 instructions
    [ 0.441167] alternatives: applying system-wide alternatives
    [ 0.441643] Memory: 1886420K/2097152K available (10304K kernel code, 1174K rwdata, 2716K rodata, 2240K init, 530K bss, 170324K reserved, 32768K cma-reserved)
    [ 0.444310] devtmpfs: initialized
    [ 0.458644] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [ 0.458675] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [ 0.460021] 28480 pages in range for non-PLT usage
    [ 0.460043] 520000 pages in range for PLT usage
    [ 0.460487] pinctrl core: initialized pinctrl subsystem
    [ 0.461041] DMI not present or invalid.
    [ 0.461853] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [ 0.465896] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [ 0.466598] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [ 0.467663] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [ 0.467801] audit: initializing netlink subsys (disabled)
    [ 0.468149] audit: type=2000 audit(0.466:1): state=initialized audit_enabled=0 res=1
    [ 0.468912] thermal_sys: Registered thermal governor 'step_wise'
    [ 0.469198] ASID allocator initialised with 65536 entries
    [ 0.476377] /bus@f4000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f4000/interrupt-controller@1800000
    [ 0.489074] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [ 0.489093] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [ 0.489099] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [ 0.489103] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [ 0.489108] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [ 0.489111] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [ 0.489116] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [ 0.489120] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [ 1.011108] k3-chipinfo 43000014.chipid: Family:AM64X rev:SR2.0 JTAGID[0x1bb3802f] Detected
    [ 1.013202] iommu: Default domain type: Translated
    [ 1.013220] iommu: DMA domain TLB invalidation policy: strict mode
    [ 1.014535] SCSI subsystem initialized
    [ 1.015043] usbcore: registered new interface driver usbfs
    [ 1.015145] usbcore: registered new interface driver hub
    [ 1.015190] usbcore: registered new device driver usb
    [ 1.015828] pps_core: LinuxPPS API ver. 1 registered
    [ 1.015834] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 1.015852] PTP clock support registered
    [ 1.015894] EDAC MC: Ver: 3.0.0
    [ 1.017309] scmi_core: SCMI protocol bus registered
    [ 1.017744] FPGA manager framework
    [ 1.017893] Advanced Linux Sound Architecture Driver Initialized.
    [ 1.019567] clocksource: Switched to clocksource arch_sys_counter
    [ 1.019871] VFS: Disk quotas dquot_6.6.0
    [ 1.019893] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 1.028921] NET: Registered PF_INET protocol family
    [ 1.029226] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [ 1.031469] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [ 1.031533] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [ 1.031546] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    r 1.031886] TCP bind hash table entrieIs/: TC16:3 8Re4 se(rovrdeed r:sh 8a,r ed13 1m0e7mo2r0 yb iyst esen, albilendea
    I)
    igT[C : D 1yn.0a3m3i8c 21s]ha TrCePd: mHeamsohr yt iabs leens acblonefd
    urIed/ TC(:e stNoarblmaisl hWeod r1ld6 38v4i rbtuinadl i1z6a3t8i4o)n
    su[ p p o rt1. 0i3s4 d08i0sa] bUledDP
    ,haIsh/T tCa: bAles ynenchtrroienso:u s 1n0o24t i(fiorcdaetri:on 4s, a9r8e3 d04i sbablyeteds
    linear)
    [ 1.034263] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [ 1.034793] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [ 1.035363] RPC: Registered named UNIX socket transport module.
    [ 1.035371] RPC: Registered udp transport module.
    [ 1.035375] RPC: Registered tcp transport module.
    [ 1.035377] RPC: Registered tcp-with-tls transport module.
    [ 1.035380] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 1.035397] PCI: CLS 0 bytes, default 64
    [ 1.037059] Initialise system trusted keyrings
    [ 1.037343] workingset: timestamp_bits=62 max_order=19 bucket_order=0
    [ 1.037847] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 1.038183] NFS: Registering the id_resolver key type
    [ 1.038233] Key type id_resolver registered
    [ 1.038238] Key type id_legacy registered
    [ 1.038261] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [ 1.038267] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [ 1.101493] Key type asymmetric registered
    [ 1.101507] Asymmetric key parser 'x509' registered
    [ 1.101633] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [ 1.101640] io scheduler mq-deadline registered
    [ 1.101645] io scheduler kyber registered
    [ 1.101675] io scheduler bfq registered
    [ 1.105818] pinctrl-single 4084000.pinctrl: 33 pins, size 132
    [ 1.106419] pinctrl-single f4000.pinctrl: 180 pins, size 720
    [ 1.116959] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [ 1.129940] loop: module loaded
    [ 1.131478] megasas: 07.727.03.00-rc1
    [ 1.137520] tun: Universal TUN/TAP device driver, 1.6
    [ 1.140062] VFIO - User Level meta-driver version: 0.3
    [ 1.141696] usbcore: registered new interface driver usb-storage
    [ 1.142545] i2c_dev: i2c /dev entries driver
    [ 1.143437] sdhci: Secure Digital Host Controller Interface driver
    [ 1.143446] sdhci: Copyright(c) Pierre Ossman
    [ 1.143879] sdhci-pltfm: SDHCI platform and OF driver helper
    [ 1.144685] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [ 1.145702] usbcore: registered new interface driver usbhid
    [ 1.145711] usbhid: USB HID core driver
    [ 1.146920] optee: probing for conduit method.
    [ 1.146963] optee: revision 4.5 (ef1ebdc23034a804)
    [ 1.180084] optee: dynamic shared memory is enabled
    [ 1.181337] optee: initialized driver
    [ 1.181616] random: crng init done
    [ 1.184793] NET: Registered PF_PACKET protocol family
    [ 1.184913] Key type dns_resolver registered
    [ 1.198078] Loading compiled-in X.509 certificates
    [ 1.212511] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000b '11.0.7--v11.00.07 (Fancy Rat)')
    [ 1.339976] pca953x 1-0070: supply vcc not found, using dummy regulator
    [ 1.340144] pca953x 1-0070: using no AI
    [ 1.353098] omap_i2c 20010000.i2c: bus 1 rev0.12 at 400 kHz
    [ 1.353453] ti-sci-intr bus@f4000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [ 1.353961] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [ 1.358122] ti-udma 485c0100.dma-controller: Number of rings: 68
    [ 1.360480] ti-udma 485c0100.dma-controller: Channels: 24 (bchan: 12, tchan: 6, rchan: 6)
    [ 1.363049] ti-udma 485c0000.dma-controller: Number of rings: 288
    [ 1.378201] ti-udma 485c0000.dma-controller: Channels: 44 (tchan: 29, rchan: 15)
    [ 1.383351] printk: legacy console [ttyS2] disabled
    [ 1.494800] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 308, base_baud = 3000000) is a 8250
    [ 1.503731] printk: legacy console [ttyS2] enabled
    [ 1.503731] printk: legacy console [ttyS2] enabled
    [ 1.503739] printk: legacy bootconsole [ns16550a0] disabled
    [ 1.503739] printk: legacy bootconsole [ns16550a0] disabled
    [ 1.535051] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [ 1.535081] Creating 7 MTD partitions on "fc40000.spi.0":
    [ 1.535089] 0x000000000000-0x000000100000 : "ospi.tiboot3"
    [ 1.540464] 0x000000100000-0x000000300000 : "ospi.tispl"
    [ 1.542354] 0x000000300000-0x000000700000 : "ospi.u-boot"
    [ 1.544250] 0x000000700000-0x000000740000 : "ospi.env"
    [ 1.546076] 0x000000740000-0x000000780000 : "ospi.env.backup"
    [ 1.547906] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [ 1.549780] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [ 1.693412] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [ 1.726581] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [ 1.732498] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [ 1.732519] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
    [ 1.732660] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00903, cpsw version 0x6BA80903 Ports: 3 quirks:00000006
    [ 1.733086] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.4
    [ 1.733095] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [ 1.734523] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [ 1.804283] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 16
    [ 1.813492] am65-cpts 39000000.cpts: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0
    [ 1.818813] mmc1: CQHCI version 5.10
    [ 1.867043] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [ 1.874401] mmc0: CQHCI version 5.10
    [ 1.875540] clk: Disabling unused clocks
    [ 1.898688] PM: genpd: Disabling unused power domains
    [ 1.898919] ALSA device list:
    [ 1.898927] No soundcards found.
    [ 1.920246] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [ 1.921778] Waiting for root device PARTUUID=076c4a2a-02...
    [ 1.933697] sdhci-am654 fa10000.mmc: card claims to support voltages below defined range
    [ 1.951886] mmc0: new SDIO card at address 0001
    [ 2.238390] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
    [ 2.240409] mmcblk1: mmc1:aaaa SU32G 29.7 GiB
    [ 2.244426] mmcblk1: p1 p2
    [ 4.582827] EXT4-fs (mmcblk1p2): recovery complete
    [ 4.584928] EXT4-fs (mmcblk1p2): mounted filesystem 820795b7-8c9c-4443-9185-c278a1bdcdd0 r/w with ordered data mode. Quota mode: none.
    [ 4.585043] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [ 4.586042] devtmpfs: mounted
    [ 4.587700] Freeing unused kernel memory: 2240K
    [ 4.587839] Run /sbin/init as init process
    [ 4.965745] systemd[1]: System time before build time, advancing clock.
    [ 5.046018] NET: Registered PF_INET6 protocol family
    [ 5.049410] Segment Routing with IPv6
    [ 5.049458] In-situ OAM (IOAM) with IPv6
    [ 5.076880] systemd[1]: systemd 255.17^ 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)
    [ 5.076924] systemd[1]: Detected architecture arm64.

    Welcome to Arago 2025.01!

    [ 5.122773] systemd[1]: Hostname set to <am64xx-evm>.
    [ 5.648726] 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.
    [ 5.908920] systemd[1]: Queued start job for default target Graphical Interface.
    [ 5.939192] systemd[1]: Created slice Slice /system/getty.
    [ OK ] Created slice Slice /system/getty.
    [ OK ] Created slice Slice /system/modprob[ 5.954692] systemd[1]: Created slice Slice /system/modprobe.
    e.
    [ OK ] Created slice Slice /system/serial-[ 5.969688] systemd[1]: Created slice Slice /system/serial-getty.
    getty.
    [ OK ] Created slice User and Session Slic[ 5.985047] systemd[1]: Created slice User and Session Slice.
    e.
    [ 5.999331] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ OK ] Started Dispatch Password Requests to Console Directory Watch.
    [ 6.017310] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ OK ] Started Forward Password Requests to Wall Directory Watch.
    Expecting device /dev/ttyS2...
    [ 6.035001] systemd[1]: Expecting device /dev/ttyS2...
    [ 6.045762] systemd[1]: Reached target Path Units.

    [ OK ] Reached target Remote File Systems systemd[1]: Reached target Remote File Systems.
    [0m.
    [ OK ] Reached target Slice Units.
    [ 6.070897] systemd[1]: Reached target Slice Units.
    [ 6.081923] systemd[1]: Reached target Swaps.

    [ 6.094300] systemd[1]: Listening on RPCbind Server Activation Socket.
    [ OK ] Listening on RPCbind Server Activation Socket.
    [ OK ] Reached target RPC Port Mapper.[ 6.108988] systemd[1]: Reached target RPC Port Mapper.

    [ OK ] Listening on Process Core Dump Sock[ 6.131823] systemd[1]: Listening on Process Core Dump Socket.
    et.
    [ 6.146471] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [ OK ] Listening on initctl Compatibility Named Pipe.
    [ OK ] Listening on Journal Audit Socket 6.162476] systemd[1]: Listening on Journal Audit Socket.
    0m.
    [ OK ] Listening on Journal Socket (/dev/l[ 6.176898] systemd[1]: Listening on Journal Socket (/dev/log).
    og).
    [ 6.192061] systemd[1]: Listening on Journal Socket.

    [ OK ] Listening on Network Service Netlin[ 6.206156] systemd[1]: Listening on Network Service Netlink Socket.
    k Socket.
    [ OK ] Listening on udev Control Socket 6.230144] systemd[1]: Listening on udev Control Socket.
    m.
    [ OK ] Listening on udev Kernel Socket[ 6.243779] systemd[1]: Listening on udev Kernel Socket.
    .
    [ OK ] Listening on User Database Manager [ 6.257911] systemd[1]: Listening on User Database Manager Socket.
    Socket.
    [ 6.281075] systemd[1]: Mounting Huge Pages File System...

    Mounting POSIX Message Queue File System..[ 6.302098] systemd[1]: Mounting POSIX Message Queue File System...
    .
    [ 6.324133] systemd[1]: Mounting Kernel Debug File System...

    [ 6.338749] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [ 6.357145] systemd[1]: Mounting Temporary Directory /tmp...

    Starting Create List of Static Device Nodes 6.394032] systemd[1]: Starting Create List of Static Device Nodes...
    m...
    [ 6.421446] systemd[1]: Starting Load Kernel Module configfs...
    Starting Load Kernel Module configfs...
    [ 6.447499] systemd[1]: Starting Load Kernel Module drm...
    Starting Load Kernel Module drm...
    [ 6.477699] systemd[1]: Starting Load Kernel Module fuse...

    [ 6.513640] systemd[1]: Starting RPC Bind...
    Starting RPC Bind...
    [ 6.527379] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [ 6.531189] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [ 6.531222] systemd[1]: systemd-journald.service: (This warning is only shown for the first unit using IP firewalling.)
    [ 6.567088] systemd[1]: Starting Journal Service...

    [ 6.618504] systemd[1]: Starting Load Kernel Modules...
    [ 6.627257] fuse: init (API version 7.41)

    [ 6.650502] systemd[1]: Starting Generate network units from Kernel command line...
    Starting Generate network units from Kernel command line...
    Starting Remount Root and Kernel File Systems systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 6.708369] systemd-journald[121]: Collecting audit messages is enabled.

    [ 6.738202] systemd[1]: Starting Coldplug All udev Devices...

    [ OK ] Started RPC Bind.
    [ 6.775636] systemd[1]: Started RPC Bind.
    [ OK ] Mounted Huge Pages File System.[ 6.790753] systemd[1]: Mounted Huge Pages File System.
    [ 6.792033] cryptodev: loading out-of-tree module taints kernel.
    [ 6.804743] sysctl table check failed: ioctl/(null) procname is null
    [ 6.804765] sysctl table check failed: ioctl/(null) No proc_handler
    [ 6.804771] cryptodev: driver 1.14 loaded.

    [ OK ] Mounted POSIX Message Queue File Sy[ 6.834872] systemd[1]: Mounted POSIX Message Queue File System.
    stem.
    [ 6.851772] EXT4-fs (mmcblk1p2): re-mounted 820795b7-8c9c-4443-9185-c278a1bdcdd0 r/w. Quota mode: none.
    [ OK ] Mounted Kernel Debug File System 6.865674] systemd[1]: Mounted Kernel Debug File System.
    m.
    [ OK ] Mounted Temporary Directory /tmp 6.891744] systemd[1]: Mounted Temporary Directory /tmp.
    m.
    [ OK ] Finished Create List of Static Devi[ 6.910969] systemd[1]: Finished Create List of Static Device Nodes.
    ce Nodes.
    [ 6.928785] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [ 6.930027] systemd[1]: Finished Load Kernel Module configfs.
    [ OK ] Finished Load Kernel Module configfs.
    [ 6.951707] systemd[1]: Started Journal Service.

    [ OK ] Finished Load Kernel Module drm.
    [ OK ] Finished Load Kernel Module fuse.
    [ OK ] Finished Load Kernel Modules.
    [ OK ] Finished Generate network units from Kernel command line.
    [ OK ] Finished Remount Root and Kernel File Systems.
    Mounting FUSE Control File System...
    Mounting Kernel Configuration File System...
    Starting Flush Journal to Persistent Storage...
    Starting Apply Kernel Variables...
    Starting Create Static Device Nodes in /dev gracefully...
    [ OK ] Mounted FUSE Control File System.
    [ OK ] Mounted Kernel Configuration File System.
    [ 7.255869] systemd-journald[121]: Received client request to flush runtime journal.
    [ OK ] Finished Flush Journal to Persistent Storage.
    [ OK ] Finished Create Static Device Nodes in /dev gracefully.
    [ OK ] Finished Apply Kernel Variables.
    Starting Create Static Device Nodes in /dev...
    [ OK ] Finished Create Static Device Nodes in /dev.
    [ OK ] Reached target Preparation for Local File Systems.
    Mounting /var/volatile...
    Starting Rule-based Manager for Device Events and Files...
    [ OK ] Mounted /var/volatile.
    Starting Load/Save OS Random Seed...
    [ OK ] Reached target Local File Systems.
    Starting Create System Files and Directories...
    [ OK ] Finished Load/Save OS Random Seed.
    [ OK ] Finished Create System Files and Directories.
    Starting Network Name Resolution...
    Starting Network Time Synchronization...
    Starting Record System Boot/Shutdown in UTMP...
    Starting User Database Manager...
    [ OK ] Finished Coldplug All udev Devices.
    [ OK ] Finished Record System Boot/Shutdown in UTMP.
    [ OK ] Started User Database Manager.
    [ OK ] Started Rule-based Manager for Device Events and Files.
    [ OK ] Found device /dev/ttyS2.
    [ OK ] Started Network Time Synchronization.
    [ OK ] Reached target System Time Set.
    [ OK ] Started Network Name Resolution.
    [ OK ] Reached target Host and Network Name Lookups.
    [ OK ] Reached target System Initialization.
    [ OK ] Started Daily rotation of log files.
    [ OK ] Started Timer service to update the IP on OLED each 10s.
    [ OK ] Started Daily Cleanup of Temporary Directories.
    [ OK ] Reached target Timer Units.
    [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [ OK ] Listening on D-Bus System Message Bus Socket.
    Starting Docker Socket for the API...
    [ OK ] Listening on dropbear.socket.
    [ OK ] Listening on PC/SC Smart Card Daemon Activation Socket.
    Starting D-Bus System Message Bus...
    Starting Reboot and dump vmcore via kexec...
    [ OK ] Listening on Docker Socket for the API.
    [ OK ] Finished Reboot and dump vmcore via kexec.
    [ OK ] Reached target Socket Units.
    [ OK ] Started D-Bus System Message Bus.
    [ OK ] Reached target Basic System.
    [ OK ] Started Job spooling tools.
    Starting Avahi mDNS/DNS-SD Stack...
    [ OK ] Started Periodic Command Scheduler.
    [ 10.929052] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fc9100
    Starting Print notice about GPLv3 packages[ 10.953148] omap-mailbox 29040000.mailbox: omap mailbox rev 0x66fc9100
    [ 10.957742] omap-mailbox 29060000.mailbox: omap mailbox rev 0x66fc9100
    ...
    [ 10.981813] lm75 1-0048: supply vs not found, using dummy regulator
    [ 10.996250] hwmon hwmon0: temp1_input not attached to any thermal zone
    [ 10.996275] lm75 1-0048: hwmon0: sensor 'tmp100'
    [ 10.996525] lm75 1-0049: supply vs not found, using dummy regulator
    [ 11.009119] hwmon hwmon1: temp1_input not attached to any thermal zone
    [ 11.009144] lm75 1-0049: hwmon1: sensor 'tmp100'
    Starting IPv6 Packet Filtering Framework...
    Starting IPv4 Packet Filtering Framework...
    [ OK ] Started irqbalance daemon.
    [ OK ] Started Multiple Spanning Tree Protocol Daemon.
    Starting Telephony service...
    [ 11.454123] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@a4000000
    [ 11.460665] k3-m4-rproc 5000000.m4fss: configured M4F for remoteproc mode
    [ 11.463419] remoteproc remoteproc0: 5000000.m4fss is available
    [ 11.490768] remoteproc remoteproc0: powering up 5000000.m4fss
    [ 11.490805] remoteproc remoteproc0: Booting fw image am64-mcu-m4f0_0-fw, size 88248
    Starting Expand the rootfs partiti…to full size of the boot device....
    [ 11.549032] rproc-virtio rproc-virtio.0.auto: assigned reserved memory node m4f-dma-memory@a4000000
    [ 11.581831] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [ 11.582099] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [ 11.587726] virtio_rpmsg_bus virtio0: rpmsg host is online
    [ 11.589375] rproc-virtio rproc-virtio.0.auto: registered virtio0 (type 7)
    [ 11.589406] remoteproc remoteproc0: remote processor 5000000.m4fss is now up
    [ 11.637163] platform 78000000.r5f: configured R5F for remoteproc mode
    [ 11.640696] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [ 11.660724] remoteproc remoteproc1: 78000000.r5f is available
    Starting User Login Management...
    [ 11.674727] platform 78200000.r5f: configured R5F for remoteproc mode
    [ 11.691659] platform 78200000.r5f: assigned reserved memory node r5f-dma-memory@a1000000
    [ 11.700675] remoteproc remoteproc2: 78200000.r5f is available
    [ 11.702152] remoteproc remoteproc1: powering up 78000000.r5f
    [ 11.702185] remoteproc remoteproc1: Booting fw image am64-main-r5f0_0-fw, size 86352
    [ 11.708055] remoteproc remoteproc2: powering up 78200000.r5f
    [ 11.708091] remoteproc remoteproc2: Booting fw image am64-main-r5f0_1-fw, size 141772
    Starting Telnet Server...
    [ 11.856702] rproc-virtio rproc-virtio.1.auto: assigned reserved memory node r5f-dma-memory@a0000000
    [ 11.859170] rproc-virtio rproc-virtio.2.auto: assigned reserved memory node r5f-dma-memory@a1000000
    [ 11.879063] virtio_rpmsg_bus virtio1: rpmsg host is online
    [ 11.879140] rproc-virtio rproc-virtio.1.auto: registered virtio1 (type 7)
    [ 11.879150] remoteproc remoteproc1: remote processor 78000000.r5f is now up
    [ 11.879648] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [ 11.880420] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
    [ 11.880539] virtio_rpmsg_bus virtio2: rpmsg host is online
    [ 11.880859] rproc-virtio rproc-virtio.2.auto: registered virtio2 (type 7)
    [ 11.880872] remoteproc remoteproc2: remote processor 78200000.r5f is now up
    [ 11.887974] platform 78400000.r5f: configured R5F for remoteproc mode
    [ 11.888700] platform 78400000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [ 11.891684] remoteproc remoteproc3: 78400000.r5f is available
    [ 11.893608] platform 78600000.r5f: configured R5F for remoteproc mode
    [ 11.894110] platform 78600000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
    [ 11.897023] remoteproc remoteproc4: 78600000.r5f is available
    [ OK ] Finished IPv6 Packet Filtering Framework.
    [ OK ] Finished IPv4 Packet Filtering Framework.
    [ OK ] Finished Telnet Server.
    [ 12.178388] remoteproc remoteproc3: powering up 78400000.r5f
    [ 12.178426] remoteproc remoteproc3: Booting fw image am64-main-r5f1_0-fw, size 93260
    [ 12.179819] remoteproc remoteproc4: powering up 78600000.r5f
    [ 12.179853] remoteproc remoteproc4: Booting fw image am64-main-r5f1_1-fw, size 91520
    [ 12.206217] rproc-virtio rproc-virtio.4.auto: assigned reserved memory node r5f-dma-memory@a3000000
    [ 12.220142] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
    [ 12.220999] virtio_rpmsg_bus virtio3: rpmsg host is online
    [ 12.224434] rproc-virtio rproc-virtio.3.auto: assigned reserved memory node r5f-dma-memory@a2000000
    [ 12.270050] rproc-virtio rproc-virtio.4.auto: registered virtio3 (type 7)
    [ 12.270085] remoteproc remoteproc4: remote processor 78600000.r5f is now up
    [ 12.365264] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xe
    [ 12.365939] virtio_rpmsg_bus virtio4: rpmsg host is online
    [ 12.366073] rproc-virtio rproc-virtio.3.auto: registered virtio4 (type 7)
    [ 12.366085] remoteproc remoteproc3: remote processor 78400000.r5f is now up
    [ OK ] Started Avahi mDNS/DNS-SD Stack.
    [ OK ] Reached target Preparation for Network.
    Starting Network Configuration...
    [ OK ] Started Telephony service.
    [ OK ] Started User Login Management.
    [ OK ] Finished Expand the rootfs partition to full size of the boot device..
    [ OK ] Created slice Slice /system/tee-sup[ 13.111761] Bluetooth: Core ver 2.22
    [ 13.111972] NET: Registered PF_BLUETOOTH protocol family
    [ 13.111979] Bluetooth: HCI device and connection manager initialized
    [ 13.112006] Bluetooth: HCI socket layer initialized
    [ 13.112017] Bluetooth: L2CAP socket layer initialized
    [ 13.112041] Bluetooth: SCO socket layer initialized

    [ 13.124664] remoteproc remoteproc5: 3000a000.txpru is available
    [ 13.157990] remoteproc remoteproc6: 3000c000.txpru is available
    [ 13.182021] remoteproc remoteproc7: 300b4000.pru is available
    [ 13.193694] remoteproc remoteproc8: 30034000.pru is available
    [ 13.196251] remoteproc remoteproc9: 30084000.rtu is available
    [ 13.198993] remoteproc remoteproc11: 3008a000.txpru is available
    [ 13.201137] remoteproc remoteproc10: 30004000.rtu is available
    [ 13.208231] remoteproc remoteproc12: 300b8000.pru is available
    [ 13.217904] remoteproc remoteproc13: 30038000.pru is available
    [ 13.226854] remoteproc remoteproc14: 30086000.rtu is available
    [ 13.237997] remoteproc remoteproc15: 30006000.rtu is available
    [ 13.240997] remoteproc remoteproc16: 3008c000.txpru is available
    [ OK ] Started TEE Supplicant on teepriv0.
    Starting Virtual Console Setup...
    [ 13.649194] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
    [ 13.649258] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 1
    [ 13.666102] xhci-hcd xhci-hcd.6.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010
    [ 13.680448] xhci-hcd xhci-hcd.6.auto: irq 534, io mem 0x0f410000
    [ 13.697945] xhci-hcd xhci-hcd.6.auto: xHCI Host Controller
    [ 13.697994] xhci-hcd xhci-hcd.6.auto: new USB bus registered, assigned bus number 2
    [ 13.698024] xhci-hcd xhci-hcd.6.auto: Host supports USB 3.0 SuperSpeed
    [ 13.701800] hub 1-0:1.0: USB hub found
    [ 13.704634] hub 1-0:1.0: 1 port detected
    [ 13.728250] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [ 13.731843] hub 2-0:1.0: USB hub found
    [ 13.732980] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [ 13.734687] hub 2-0:1.0: 1 port detected
    [ 13.883859] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [ 13.912054] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [ 14.221495] wl18xx_driver wl18xx.5.auto: Direct firmware load for ti-connectivity/wl1271-nvs.bin failed with error -2
    [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [ 14.365901] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [ 14.365933] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [ 14.425989] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
    [ 14.426025] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    [ OK ] Started Network Configuration.
    [ OK ] Created slice Slice /system/systemd-fsck.
    Expecting device /dev/mmcblk1p1...
    [ OK ] Reached target Network.
    Starting Enable and configure wl18xx bluetooth stack...
    Starting containerd container runtime...
    Starting LLDP daemon...
    [ OK ] Started Netperf Benchmark Server.
    [ 14.639207] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
    [ 14.677429] wlcore: loaded
    Starting Simple Network Management Protocol (SNMP) Daemon....
    Starting Wait for Network to be Configured...
    Starting Permit User Sessions...
    [ OK ] Finished Virtual Console Setup.
    [ OK ] Finished Enable and configure wl18xx bluetooth stack.
    [ OK ] Found device /dev/mmcblk1p1.
    [ OK ] Finished Permit User Sessions.
    [ OK ] Started Getty on tty1.
    [ OK ] Started Serial Getty on ttyS2.
    [ OK ] Reached target Login Prompts.
    Starting File System Check on /dev/mmcblk1p1...
    Starting Load/Save RF Kill Switch Status...
    [ OK ] Started LLDP daemon.
    [ 15.478893] wlcore: using inverted interrupt logic: 2
    [ OK ] Started Load/Save RF Kill Switch Status.
    [ 15.563756] wlcore: PHY firmware version: Rev 8.2.0.0.245
    [ 15.660536] wlcore: firmware booted (Rev 8.9.0.0.86)
    [ OK ] Finished File System Check on /dev/mmcblk1p1.
    Mounting /run/media/boot-mmcblk1p1...
    [ OK ] Mounted /run/media/boot-mmcblk1p1.
    [ OK ] Started Simple Network Management Protocol (SNMP) Daemon..
    [ OK ] Started containerd container runtime.
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
    adwaita-icon-theme-symbolic
    autoconf
    bash-dev
    bash
    bc
    binutils
    cifs-utils
    coreutils-stdbuf
    coreutils
    cpio
    cpp-symlinks
    cpp
    dosfstools
    elfutils-dev
    elfutils
    findutils
    g++-symlinks
    g++
    gawk
    gcc-symlinks
    gcc
    gdb
    gdbserver
    gettext
    glmark2
    gnu-config
    grub-common
    grub-editenv
    grub-efi
    gzip
    hidapi
    kbd-dev
    kbd-keymaps-pine
    less
    libasm1
    libatomic-dev
    libatomic1
    libbfd
    libdebuginfod1
    libdw1
    libelf1
    libgcc-s-dev
    libgcc1
    libgdbm-compat4
    libgdbm-dev
    libgdbm6
    libgettextlib
    libgettextsrc
    libgmp-dev
    libgmp10
    libgmpxx4
    libgnutls-dev
    libgnutls-openssl27
    libgomp1
    libidn2-0
    libidn2-dev
    libmpc3
    libmpfr6
    libopcodes
    libqt6shadertools-dev
    libqt6shadertools-plugins
    libqt6shadertools-qmlplugins
    libqt6shadertools6
    libreadline-dev
    libreadline8
    libstdc++-dev
    libstdc++6
    libtasn1-dev
    libunistring-dev
    libunistring5
    m4
    make
    nettle-dev
    nettle
    parted
    piglit
    qtbase-dev
    qtbase-examples
    qtbase-plugins
    qtbase-qmlplugins
    qtbase-staticdev
    qtbase
    qtdeclarative-dev
    qtdeclarative-plugins
    qtdeclarative-qmlplugins
    qtdeclarative-staticdev
    qtdeclarative
    qtlanguageserver-dev
    qtlanguageserver-plugins
    qtlanguageserver-qmlplugins
    qtlanguageserver-staticdev
    qtlanguageserver
    qtsvg-dev
    qtsvg-plugins
    qtsvg-qmlplugins
    qtsvg
    qtwayland-dev
    qtwayland-plugins
    qtwayland-qmlplugins
    qtwayland
    tar
    which

    If you do not wish to distribute GPL-3.0 components please remove
    the above packages prior to distribution. This can be done using
    the opkg remove command. i.e.:
    opkg remove <package>
    Where <package> is the name printed in the list above

    NOTE: If the package is a dependency of another package you
    will be notified of the dependent packages. You should
    use the --force-removal-of-dependent-packages option to
    also remove the dependent packages as well
    ***************************************************************
    ***************************************************************

    _____ _____ _ _
    | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
    | | _| .'| . | . | | __| _| . | | | -_| _| _|
    |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
    |___| |___|

    Arago Project am64xx-evm ttyS2

    Arago 2025.01 am64xx-evm ttyS2

    am64xx-evm login: root[ 24.550350] platform led-controller: deferred probe pending: leds-gpio: Failed to get GPIO '/led-controller/led-0'
    [ 24.550374] platform 20000000.i2c: deferred probe pending: (reason unknown)

    [ 25.556759] audit: type=1006 audit(1736361588.771:2): pid=857 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
    [ 25.556793] audit: type=1300 audit(1736361588.771:2): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffda28b988 a2=1 a3=1 items=0 ppid=1 pid=857 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)
    [ 25.556808] audit: type=1327 audit(1736361588.771:2): proctitle="(systemd)"
    root@am64xx-evm:~# ps
    PID TTY TIME CMD
    515 ttyS2 00:00:00 login
    864 ttyS2 00:00:00 sh
    872 ttyS2 00:00:00 ps
    root@am64xx-evm:~# ls
    hsrprp.sh oc_hsr0.cfg oc_prp0.cfg prp_icssg.sh ptp4l_ti
    root@am64xx-evm:~# [ 53.351386] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx

    root@am64xx-evm:~# ./hsrprp.sh prp eth0 eth1 192.168.0.100
    ip=192.168.0.100
    if=prp0
    mac=34:08:e1:80:b7:e2
    slave-a=eth0
    slave-b=eth1
    [ 74.517412] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    [ 75.688160] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [ 75.688191] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [ 76.724133] am65-cpsw-nuss 8000000.ethernet eth1: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
    [ 76.724164] am65-cpsw-nuss 8000000.ethernet eth1: configuring for phy/rgmii-rxid link mode
    [ 77.781970] am65-cpsw-nuss 8000000.ethernet eth0: entered promiscuous mode
    [ 77.782176] audit: type=1700 audit(1736361640.975:3): dev=eth0 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
    [ 77.807244] am65-cpsw-nuss 8000000.ethernet eth1: entered promiscuous mode
    [ 77.807435] audit: type=1700 audit(1736361640.975:3): dev=eth1 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
    [ 77.832163] audit: type=1300 audit(1736361640.975:3): arch=c00000b7 syscall=211 success=yes exit=92 a0=3 a1=ffffd4735f28 a2=0 a3=1 items=4 ppid=874 pid=891 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=ttyS2 ses=4294967295 comm="ip" exe="/usr/sbin/ip.iproute2" key=(null)
    [ 77.832194] audit: type=1307 audit(1736361640.975:3): cwd="/root"
    [ 77.832206] audit: type=1302 audit(1736361640.975:3): item=0 name=(null) inode=9599 dev=00:08 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
    [ 77.832218] audit: type=1302 audit(1736361640.975:3): item=1 name=(null) inode=10411 dev=00:08 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
    [ 77.832230] audit: type=1302 audit(1736361640.975:3): item=2 name=(null) inode=10411 dev=00:08 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
    [ 77.832243] audit: type=1302 audit(1736361640.975:3): item=3 name=(null) inode=10412 dev=00:08 mode=0100444 ouid=0 ogid=0 rdev=00:00 nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
    [ 77.832255] audit: type=1327 audit(1736361640.975:3): proctitle=6970006C696E6B00616464006E616D65007072703000747970650068737200736C61766531006574683000736C617665320065746831007375706572766973696F6E0034350070726F746F0031
    [ 80.863692] prp0: Slave A (eth0) is not up; please bring it up to get a fully working HSR network
    [ 80.863721] prp0: Slave B (eth1) is not up; please bring it up to get a fully working HSR network
    [ 80.879778] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    root@am64xx-evm:~# [ 81.894467] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    [ 82.919424] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [ 83.942375] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    [ 84.966757] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [ 85.989755] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    [ 87.015451] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [ 89.062440] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    [ 90.088370] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [ 92.134366] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    [ 93.159254] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [ 96.230386] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    [ 97.256233] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [ 126.950462] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    [ 127.974497] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [ 139.238868] am65-cpsw-nuss 8000000.ethernet eth1: Link is Up - 100Mbps/Full - flow control rx/tx

    root@am64xx-evm:~# ptp4l_ti -l 7 -f oc_prp0.cfg [ 185.318091] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    =m[ 186.343539] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    -s
    -sh: ptp4l_ti: command not found
    root@am64xx-evm:~# ./ptp4l_ti -l 7 -f oc_prp0.cfg -m -s
    ptp4l_ti[204.168]: config item (null).assume_two_step is 0
    ptp4l_ti[204.169]: config item (null).check_fup_sync is 0
    ptp4l_ti[204.169]: config item (null).tx_timestamp_timeout is 20
    ptp4l_ti[204.169]: config item (null).hwts_filter is 0
    ptp4l_ti[204.169]: config item (null).clock_servo is 0
    ptp4l_ti[204.169]: config item (null).clock_type is 32768
    ptp4l_ti[204.169]: config item (null).doubly_attached_clock is 1
    ptp4l_ti[204.169]: config item (null).clock_servo is 0
    ptp4l_ti[204.169]: config item (null).clockClass is 248
    ptp4l_ti[204.169]: config item (null).clockAccuracy is 254
    ptp4l_ti[204.169]: config item (null).offsetScaledLogVariance is 65535
    ptp4l_ti[204.169]: config item (null).productDescription is ';;'
    ptp4l_ti[204.169]: config item (null).revisionData is ';;'
    ptp4l_ti[204.169]: config item (null).userDescription is ''
    ptp4l_ti[204.169]: config item (null).manufacturerIdentity is '00:00:00'
    ptp4l_ti[204.169]: config item (null).domainNumber is 0
    ptp4l_ti[204.169]: config item (null).slaveOnly is 1
    ptp4l_ti[204.169]: config item (null).gmCapable is 1
    ptp4l_ti[204.169]: config item (null).gmCapable is 1
    ptp4l_ti[204.169]: config item (null).G.8275.defaultDS.localPriority is 128
    ptp4l_ti[204.169]: config item (null).maxStepsRemoved is 255
    ptp4l_ti[204.169]: config item (null).time_stamping is 1
    ptp4l_ti[204.169]: config item (null).twoStepFlag is 1
    ptp4l_ti[204.169]: config item (null).twoStepFlag is 1
    ptp4l_ti[204.169]: config item (null).time_stamping is 1
    ptp4l_ti[204.170]: config item (null).priority1 is 128
    ptp4l_ti[204.170]: config item (null).priority2 is 128
    ptp4l_ti[204.170]: interface index 5 is up
    ptp4l_ti[204.170]: interface 'prp0' does not support requested timestamping mode
    failed to create a clock
    root@am64xx-evm:~#