This thread has been locked.

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

AM62L-PROCESSOR-SDK: Regarding Ethernet Dependency Issue on AM62L EVM

Part Number: AM62L-PROCESSOR-SDK
Other Parts Discussed in Thread: AM62L

Tool/software:

Dear TI Support,

An issue has been observed on the AM62L EVM while conducting an Ethernet dependency test. When modifying the k3-am62lx-evm.dts to disable one of the two Ethernet ports, the remaining enabled port fails to obtain an IP address via DHCP. This behavior is consistent in both directions—disabling either port causes the other to stop receiving an IP address. With both ports enabled in the default device tree, both interfaces function as expected.

Attached is the dts changes done. While doing so MAC address is getting assigned by the command "ifconfig eth0 hw ether...." but IP is not assigning.





Is there any dependancy between two ethernet ports.How to test since i have only one ethernet port in my custmised board. Could you please guide me through this issue.

Regards,
Dheeraj K

  • Helllo,

    Any update on this .Any kind of ethernet dependency is there between eth0 & eth1 ?

  • Hello Dheeraj,

    Apologies for the delay in response as I was out of office. To my knowledge, there should not be any specific dependency between the two Ethernet ports.

    Are you able to capture and share a Wireshark of between the port that is enabled and failed to obtain an IP address?

    Additionally, can you share the boot log of your EVM? I'm specifically looking for the initializing of the enabled Ethernet port to see if the port properly initialized.

    Another option is to completely delete the DTS configuration for the port you want to disable (including the &cpsw_portX node and cpsw3g_phyX node) and see if the behavior changes.

    -Daolin

  • Hello Daolin,

    Sorry I could'nt understand what u actually mean by Wireshark test.We are not currently using that software for testing.
    I have attached the log file of both testcases .(Both port enabled , Port 1 disbaled ) . I have also tried by removing the complete DTS configuration for port 1 still the issue persists . I have tried by using differnet mac address also . All the test case leads to same issue as IP not getting assigned.What could be the reason for this issue.

    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# NOTICE:  bl1_plat_arch_setup arch setup 
    NOTICE:  Booting Trusted Firmware
    NOTICE:  BL1: v2.12.0(release):11.00.04-10-gdd46885ec-dirty
    NOTICE:  BL1: Built : 05:00:39, Feb 26 2025
    NOTICE:  lpdd4_init <-- 
    NOTICE:  DDR ram size =80000000 
    NOTICE:  bl1_platform_setup DDR init done
    NOTICE:  k3_bl1_handoff ENTERING WFI - end of bl1
    NOTICE:  BL31: v2.12.0(release):11.00.04-10-gdd46885ec-dirty
    NOTICE:  BL31: Built : 05:00:39, Feb 26 2025
    ERROR:   Failed to get response (-19)
    ERROR:   Transfer send failed (-19)
    ERROR:   Agent 0 Protocol 0x10 Message 0x7: not supported
    
    U-Boot SPL 2025.01-00253-g9a3137c5c11a (Feb 26 2025 - 17:07:57 +0000)
    SPL initial stack usage: 1872 bytes
    Trying to boot from MMC2
    ERROR:   Agent 0 Protocol 0x10 Message 0x7: not supported
    
    
    U-Boot 2025.01-00253-g9a3137c5c11a (Feb 26 2025 - 17:07:57 +0000)
    
    SoC:   AM62LX SR1.0 HS-FS
    Model: Texas Instruments AM62L3 Evaluation Module
    DRAM:  2 GiB
    ERROR:   Agent 0 Protocol 0x10 Message 0x7: not supported
    Core:  66 devices, 28 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    Net:   eth0: ethernet@8000000port@1
    Warning: ethernet@8000000port@2 (eth1) using random MAC address - 2a:44:24:70:27:c5
    , eth1: ethernet@8000000port@2
    Hit any key to stop autoboot:  2  1  0 
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    610 bytes read in 1 ms (595.7 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    21250560 bytes read in 836 ms (24.2 MiB/s)
    45918 bytes read in 5 ms (8.8 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 000000008fef1000, end 000000008fffffff ... OK
    Working FDT set to 8fef1000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.12.13-ti-g1a2d611ee02d (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Wed Feb 26 17:29:25 UTC 2025
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments AM62L3 Evaluation Module
    [    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: 0x0000000080200000..0x00000000809fffff (8192 KiB) nomap non-reusable optee@80200000
    [    0.000000] OF: reserved mem: 0x0000000080000000..0x00000000801fffff (2048 KiB) nomap non-reusable tfa@80000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x00000000809fffff]
    [    0.000000]   node   0: [mem 0x0000000080a00000-0x00000000ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000] cma: Reserved 32 MiB at 0x00000000fba00000 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: MIGRATE_INFO_TYPE not supported.
    [    0.000000] psci: SMC Calling Convention v1.5
    [    0.000000] percpu: Embedded 22 pages/cpu s51288 r8192 d30632 u90112
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS0,115200n8 vt.global_cursor_default=0 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 0x00000000fb500000-0x00000000fb700000] (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 event tracing is enabled.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
    [    0.000000] 	Trampoline variant of Tasks RCU enabled.
    [    0.000000] 	Tracing variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [    0.000000] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
    [    0.000000] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_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: 960 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: gic_handle_irq
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=0
    [    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 @81400000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080c40000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080c50000
    [    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.008595] Console: colour dummy device 80x25
    [    0.013191] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023852] pid_max: default: 32768 minimum: 301
    [    0.028659] LSM: initializing lsm=capability
    [    0.033159] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.040724] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.060865] rcu: Hierarchical SRCU implementation.
    [    0.065795] rcu: 	Max phase no-delay instances is 1000.
    [    0.071338] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
    [    0.080034] EFI services will not be available.
    [    0.088723] smp: Bringing up secondary CPUs ...
    [    0.097694] Detected VIPT I-cache on CPU1
    [    0.097796] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000
    [    0.097814] GICv3: CPU1: using allocated LPI pending table @0x0000000080c60000
    [    0.097868] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.098061] smp: Brought up 1 node, 2 CPUs
    [    0.127408] SMP: Total of 2 processors activated.
    [    0.132214] CPU: All CPU(s) started at EL2
    [    0.136410] CPU features: detected: 32-bit EL0 Support
    [    0.141657] CPU features: detected: CRC32 instructions
    [    0.146954] alternatives: applying system-wide alternatives
    [    0.153306] Memory: 1981352K/2097152K available (12352K kernel code, 1232K rwdata, 4440K rodata, 2624K init, 604K bss, 75060K reserved, 32768K cma-reserved)
    [    0.168802] devtmpfs: initialized
    [    0.178773] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.188764] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.196774] 27408 pages in range for non-PLT usage
    [    0.196800] 518928 pages in range for PLT usage
    [    0.202105] pinctrl core: initialized pinctrl subsystem
    [    0.212523] DMI not present or invalid.
    [    0.218714] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.226140] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.234116] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.243020] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.251242] audit: initializing netlink subsys (disabled)
    [    0.257209] audit: type=2000 audit(0.200:1): state=initialized audit_enabled=0 res=1
    [    0.257687] thermal_sys: Registered thermal governor 'step_wise'
    [    0.265156] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.271360] cpuidle: using governor menu
    [    0.282242] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.289254] ASID allocator initialised with 65536 entries
    [    0.300615] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [    0.312106] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20020000/tps6598x@3f/connector
    [    0.324155] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.334037] /bus@f0000/i2c@20020000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    0.346081] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.358591] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20020000/tps6598x@3f/connector
    [    0.371208] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.381216] /bus@f0000/i2c@20020000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    0.393794] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.403722] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.414747] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi
    [    0.424001] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.434965] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.441932] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.448331] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.455259] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.461655] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.468579] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.474975] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.481901] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.490729] k3-chipinfo 43000014.chipid: Family:AM62LX rev:SR1.0 JTAGID[0x0bba702f] Detected
    [    0.503504] iommu: Default domain type: Translated
    [    0.508429] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.515120] SCSI subsystem initialized
    [    0.519477] usbcore: registered new interface driver usbfs
    [    0.525118] usbcore: registered new interface driver hub
    [    0.530590] usbcore: registered new device driver usb
    [    0.536233] pps_core: LinuxPPS API ver. 1 registered
    [    0.541311] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.550646] PTP clock support registered
    [    0.554681] EDAC MC: Ver: 3.0.0
    [    0.558344] scmi_core: SCMI protocol bus registered
    [    0.563776] FPGA manager framework
    [    0.567361] Advanced Linux Sound Architecture Driver Initialized.
    [    0.574593] vgaarb: loaded
    [    0.577868] clocksource: Switched to clocksource arch_sys_counter
    [    0.584466] VFS: Disk quotas dquot_6.6.0
    [    0.588521] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.602799] NET: Registered PF_INET protocol family
    [    0.608080] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.617243] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [    0.626074] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.634001] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.642187] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.650241] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.657123] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.664068] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.671574] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.677985] RPC: Registered named UNIX socket transport module.
    [    0.684059] RPC: Registered udp transport module.
    [    0.688861] RPC: Registered tcp transport module.
    [    0.693661] RPC: Registered tcp-with-tls transport module.
    [    0.699261] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.705856] PCI: CLS 0 bytes, default 64
    [    0.711094] Initialise system trusted keyrings
    [    0.716020] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [    0.723015] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.729415] NFS: Registering the id_resolver key type
    [    0.734652] Key type id_resolver registered
    [    0.738930] Key type id_legacy registered
    [    0.743051] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.749894] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.810353] Key type asymmetric registered
    [    0.814561] Asymmetric key parser 'x509' registered
    [    0.819642] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.827200] io scheduler mq-deadline registered
    [    0.831826] io scheduler kyber registered
    [    0.835964] io scheduler bfq registered
    [    0.853270] pinctrl-single 4084000.pinctrl: 8192 pins, size 32768
    [    0.861556] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.869490] ti-udma-am62l 485c4000.dma-controller: Number of rings: 144
    [    0.876429] ti-udma-am62l 485c4000.dma-controller: Channels: 144 (bchan: 16, tchan + rchan: 128)
    [    0.892279] ti-udma-am62l 485c0000.dma-controller: Number of rings: 112
    [    0.899227] ti-udma-am62l 485c0000.dma-controller: Channels: 97 (tchan + rchan: 97)
    [    0.915485] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.931086] loop: module loaded
    [    0.935481] megasas: 07.727.03.00-rc1
    [    0.943183] tun: Universal TUN/TAP device driver, 1.6
    [    0.949613] VFIO - User Level meta-driver version: 0.3
    [    0.955952] usbcore: registered new interface driver usb-storage
    [    0.962748] i2c_dev: i2c /dev entries driver
    [    0.968152] sdhci: Secure Digital Host Controller Interface driver
    [    0.974512] sdhci: Copyright(c) Pierre Ossman
    [    0.979178] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.987519] arm-scmi arm-scmi.0.auto: Using scmi_smc_transport
    [    0.993576] arm-scmi arm-scmi.0.auto: SCMI max-rx-timeout: 30ms
    [    0.999867] scmi_protocol scmi_dev.1: Enabled polling mode TX channel - prot_id:16
    [    1.007922] arm-scmi arm-scmi.0.auto: SCMI Notifications - Core Enabled.
    [    1.014843] arm-scmi arm-scmi.0.auto: SCMI Protocol v2.0 'Texas:Instruments' Firmware version 0x0
    [    1.046772] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    1.055874] usbcore: registered new interface driver usbhid
    [    1.061633] usbhid: USB HID core driver
    [    1.066579] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
    [    1.076755] optee: probing for conduit method.
    [    1.081344] optee: api uid mismatch
    [    1.084921] optee firmware:optee: probe with driver optee failed with error -22
    [    1.094070] NET: Registered PF_PACKET protocol family
    [    1.099378] Key type dns_resolver registered
    [    1.111795] registered taskstats version 1
    [    1.116154] Loading compiled-in X.509 certificates
    [    1.167172] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.174774] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.181819] pca953x 1-0022: using AI
    [    1.201252] pca953x 1-0023: supply vcc not found, using dummy regulator
    [    1.208201] pca953x 1-0023: using AI
    [    1.214227] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    1.223496] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    1.233418] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi
    [    1.242626] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    1.253017] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [    1.260748] /bus@f0000/i2c@20020000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    1.272929] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    1.280408] printk: legacy console [ttyS0] disabled
    [    1.285793] 2800000.serial: ttyS0 at MMIO 0x2800000 (irq = 242, base_baud = 3000000) is a 8250
    [    1.294693] printk: legacy console [ttyS0] enabled
    [    1.294693] printk: legacy console [ttyS0] enabled
    [    1.304441] printk: legacy bootconsole [ns16550a0] disabled
    [    1.304441] printk: legacy bootconsole [ns16550a0] disabled
    [    1.319795] 2810000.serial: ttyS1 at MMIO 0x2810000 (irq = 243, base_baud = 3000000) is a 8250
    [    1.331744] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [    1.338761] Creating 7 MTD partitions on "fc40000.spi.0":
    [    1.344160] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    1.351134] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    1.357953] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    1.364716] 0x000000680000-0x0000006c0000 : "ospi.env"
    [    1.371199] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [    1.378385] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    1.385237] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    1.405929] spi-nand spi0.3: Winbond SPI NAND was found.
    [    1.411269] spi-nand spi0.3: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64
    [    1.419879] 7 fixed-partitions partitions found on MTD device spi0.3
    [    1.426267] Creating 7 MTD partitions on "spi0.3":
    [    1.431066] 0x000000000000-0x000000080000 : "ospi_nand.tiboot3"
    [    1.438743] 0x000000080000-0x000000280000 : "ospi_nand.tispl"
    [    1.447178] 0x000000280000-0x000000680000 : "ospi_nand.u-boot"
    [    1.456587] 0x000000680000-0x0000006c0000 : "ospi_nand.env"
    [    1.463782] 0x0000006c0000-0x000000700000 : "ospi_nand.env.backup"
    [    1.471685] 0x000002000000-0x000007fe0000 : "ospi_nand.rootfs"
    [    1.528564] 0x000007fe0000-0x000008000000 : "ospi_nand.phypattern"
    [    1.585881] davinci_mdio 8000f00.mdio: davinci mdio revision 17.7, bus freq 1000000
    [    2.535834] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    2.543961] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
    [    2.552106] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00103, cpsw version 0x6BA80103 Ports: 3 quirks:00000002
    [    2.565022] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    [    2.571429] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    2.578569] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [    2.586589] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010d, freq:250000000, add_val:3 pps:0
    [    2.606555] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 96
    [    2.615776] /bus@f0000/i2c@20020000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    2.627749] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20020000/tps6598x@3f/connector
    [    2.644442] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [    2.650087] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
    [    2.662009] xhci-hcd xhci-hcd.1.auto: USB3 root hub has no ports
    [    2.668020] xhci-hcd xhci-hcd.1.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [    2.677464] xhci-hcd xhci-hcd.1.auto: irq 257, io mem 0x31100000
    [    2.684449] hub 1-0:1.0: USB hub found
    [    2.688261] hub 1-0:1.0: 1 port detected
    [    2.694461] mmc0: CQHCI version 5.10
    [    2.694461] mmc1: CQHCI version 5.10
    [    2.699582] input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [    2.710189] clk: Disabling unused clocks
    [    2.718123] PM: genpd: Disabling unused power domains
    [    2.723436] ALSA device list:
    [    2.726421]   No soundcards found.
    [    2.745913] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    2.746441] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    2.761300] Waiting for root device PARTUUID=076c4a2a-02...
    [    2.802718] mmc1: new high speed SDHC card at address aaaa
    [    2.809117] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
    [    2.818751] mmc0: Command Queue Engine enabled
    [    2.818994]  mmcblk1: p1 p2
    [    2.823338] mmc0: new high speed MMC card at address 0001
    [    2.836456] mmcblk0: mmc0:0001 0IM20E 29.6 GiB
    [    2.843432]  mmcblk0:
    [    2.846149] mmcblk0boot0: mmc0:0001 0IM20E 31.5 MiB
    [    2.852558] mmcblk0boot1: mmc0:0001 0IM20E 31.5 MiB
    [    2.858989] mmcblk0rpmb: mmc0:0001 0IM20E 4.00 MiB, chardev (239:0)
    [    3.564962] EXT4-fs (mmcblk1p2): recovery complete
    [    3.571122] EXT4-fs (mmcblk1p2): mounted filesystem bd34faeb-624f-4d71-a4bf-7110347be317 r/w with ordered data mode. Quota mode: none.
    [    3.583318] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    3.592026] devtmpfs: mounted
    [    3.596360] Freeing unused kernel memory: 2624K
    [    3.600991] Run /sbin/init as init process
    [    4.115770] systemd[1]: System time before build time, advancing clock.
    [    4.201201] NET: Registered PF_INET6 protocol family
    [    4.207588] Segment Routing with IPv6
    [    4.211362] In-situ OAM (IOAM) with IPv6
    [    4.270866] 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)
    [    4.302830] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2025.01!
    
    [    4.324072] systemd[1]: Hostname set to <am62lxx-evm>.
    [    4.666485] systemd[1]: Configuration file /usr/lib/systemd/system/ti-lvgl-demo.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    4.803910] 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.
    [    4.949679] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    5.059279] systemd[1]: Queued start job for default target Graphical Interface.
    [    5.112737] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    5.132654] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    5.152629] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    5.172003] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    5.190532] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    5.210497] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    5.230241] systemd[1]: Expecting device /dev/ttyS0...
             Expecting device /dev/ttyS0...
    [    5.246266] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    5.262200] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    5.278189] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    5.294221] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    5.354330] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    5.374307] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    5.400289] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    5.418702] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    5.439725] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    5.463056] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    5.483088] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    5.499277] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    5.519249] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    5.538859] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    5.559006] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    5.602587] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    5.613707] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    5.645210] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    5.666802] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [    5.688047] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    5.713638] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    5.743394] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    5.771526] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    5.830811] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    5.859977] fuse: init (API version 7.41)
    [    5.890933] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    5.939083] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    5.954574] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [    5.991027] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    6.030212] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    6.086064] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network units from Kernel command line...
    [    6.130996] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems   6.148479] cryptodev: loading out-of-tree module taints kernel.
    [0m...
    [    6.156490] systemd-journald[112]: Collecting audit messages is enabled.
    [    6.168635] sysctl table check failed: ioctl/(null) procname is null
    [    6.176270] systemd[1]: Starting Coldplug All udev Devices...
    [    6.182129] sysctl table check failed: ioctl/(null) No proc_handler
    [    6.188629] cryptodev: driver 1.14 loaded.
             Starting Coldplug All udev Devices...
    [    6.224287] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    6.247317] systemd[1]: Mounted Huge Pages File System.
    [  OK  ] Mounted Huge Pages File System.
    [    6.266890] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [    6.280886] EXT4-fs (mmcblk1p2): re-mounted bd34faeb-624f-4d71-a4bf-7110347be317 r/w. Quota mode: none.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory /tmp.
    [  OK  ] Finished Create List of Static Device Nodes.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Start psplas�temd progress communication helper.
    [  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.
    [    6.764408] systemd-journald[112]: Received client request to flush runtime journal.
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Finished Create Static Device Nodes in /dev gracefully.
             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...
    [    7.081744] audit: type=1334 audit(1736360579.960:2): prog-id=6 op=LOAD
    [    7.094307] audit: type=1334 audit(1736360579.968:3): prog-id=7 op=LOAD
             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 Coldplug All udev Devices.
    [  OK  ] Finished Create System Files and Directories.
    [    7.414046] audit: type=1334 audit(1736360580.292:4): prog-id=8 op=LOAD
             Starting Network Name Resolution...
    [    7.466971] audit: type=1334 audit(1736360580.348:5): prog-id=9 op=LOAD
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [    7.541120] audit: type=1334 audit(1736360580.420:6): prog-id=10 op=LOAD
    [    7.558998] audit: type=1334 audit(1736360580.440:7): prog-id=11 op=LOAD
    [    7.570413] audit: type=1334 audit(1736360580.448:8): prog-id=12 op=LOAD
             Starting User Database Manager...
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Started User Database Manager.
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [    7.929962] random: crng init done
    [  OK  ] Finished Load/Save OS Random Seed.
    [  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 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.
    [    8.578021] audit: type=1334 audit(1743654384.308:9): prog-id=13 op=LOAD
             Starting D-Bus System Message Bus...
             Starting Reboot and dump vmcore via kexec...
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Found device /dev/ttyS0.
    [  OK  ] Reached target Socket Units.
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    [  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.
             Starting Print notice about GPLv3 packages[    9.167756] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    ...
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
    [  OK  ] Started irqbalance daemon.
    [    9.255050] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
             Starting Telephony service...
             Starting Expand the rootfs partiti�to full size of the boot device....
    [  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    [    9.313486] audit: type=1334 audit(1743654385.044:10): prog-id=14 op=LOAD
    [    9.324234] audit: type=1334 audit(1743654385.052:11): prog-id=15 op=LOAD
             Starting User Login Management...
             Starting Telnet Server...
    [    9.398906] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Reached target Preparation for Network.
             Starting Network Configuration...
    [    9.527677] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Finished Telnet Server.
    [    9.736973] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    [    9.768300] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    [  OK  ] Started Telephony service.
    [    9.864557] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    [   10.114107] Bluetooth: Core ver 2.22
    [   10.120959] NET: Registered PF_BLUETOOTH protocol family
    [   10.129967] Bluetooth: HCI device and connection manager initialized
    [   10.142068] Bluetooth: HCI socket layer initialized
    [   10.151541] Bluetooth: L2CAP socket layer initialized
    [   10.162249] Bluetooth: SCO socket layer initialized
    [  OK  ] Finished Expand the rootfs partition to full size of the boot device..
    [   10.450929] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [  OK  ] Started User Login Management.
    [   10.487044] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [   10.498909] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [  OK  ] Started Network Configuration.
    [  OK  ] Reached target Network.
             Starting Enable and configure wl18xx bluetooth stack...
             Starting containerd container runtime...
             Starting LLDP daemon...
             Starting Mosquitto MQTT Broker...
    [  OK  ] Started Netperf Benchmark Server.
             Starting Simple Network Management Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS0.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [  OK  ] Started LLDP daemon.
    [   12.356119] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
    [   12.387282] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [   12.439424] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    [   12.592789] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    [  OK  ] Started Mosquitto MQTT Broker.
    [   13.085667] clk: failed to reparent 0_ADC0 to 2_ADC0: -22
    [   13.120583] CAN device driver interface
    [   13.217285] at24 0-0051: supply vcc not found, using dummy regulator
    [   13.240652] at24 0-0051: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
    [   13.248334] tps6598x 2-003f: Unable to find the interrupt, switching to polling
    [   13.346675] m_can_platform 20701000.can: m_can device registered (irq=267, version=32)
    [   13.421805] m_can_platform 20721000.can: m_can device registered (irq=268, version=32)
    [  OK  ] Started Simple Network Management Protocol (SNMP) Daemon..
    [   13.763637] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
    [  OK  ] Reached target Hardware activated USB gadget.
    [   14.166468] sii902x 1-003b: supply iovcc not found, using dummy regulator
    [   14.178356] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
    [   14.192910] i2c i2c-1: Added multiplexed i2c bus 3
    [   14.204925] [drm] Initialized tidss 1.0.0 for 30200000.dss on minor 0
    [   14.216370] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [   14.228463] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [   14.564409] mtdblock_open: 1 callbacks suppressed
    [   14.564435] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    [   14.604799] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
             Starting Virtual Console Setup...
    [   14.754441] m_can_platform 20701000.can main_mcan0: renamed from can0
    [   15.132968] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [  OK  ] Finished Virtual Console Setup.
             Starting Save/Restore Sound Card State...
    [  OK  ] Finished Save/Restore Sound Card State.
    [  OK  ] Reached target Sound Card.
    [  OK  ] Created slice Slice /system/systemd-fsck.
             Expecting device /dev/mmcblk1p1...
    [  OK  ] Found device /dev/mmcblk1p1.
             Starting File System Check on /dev/mmcblk1p1
    _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project am62lxx-evm ttyS0
    
    Arago 2025.01 am62lxx-evm ttyS0
    
    am62lxx-evm login: ***************************************************************
    ***************************************************************
    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
    	libidn2-0
    	libidn2-dev
    	libmpc3
    	libmpfr6
    	libopcodes
    	libreadline-dev
    	libreadline8
    	libstdc++-dev
    	libstdc++6
    	libtasn1-dev
    	libunistring-dev
    	libunistring5
    	m4
    	make
    	nettle-dev
    	nettle
    	parted
    	piglit
    	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
    ***************************************************************
    ***************************************************************
    
    am62lxx-evm login: 
    am62lxx-evm login: 
    am62lxx-evm login: root
    [  106.198547] kauditd_printk_skb: 2 callbacks suppressed
    [  106.198565] audit: type=1006 audit(1743654481.932:14): pid=1127 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
    [  106.216355] audit: type=1300 audit(1743654481.932:14): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffd27e5b18 a2=1 a3=1 items=0 ppid=1 pid=1127 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)
    [  106.243649] audit: type=1327 audit(1743654481.932:14): proctitle="(systemd)"
    [  106.311085] audit: type=1334 audit(1743654482.044:15): prog-id=18 op=LOAD
    [  106.318606] audit: type=1300 audit(1743654482.044:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe1503c18 a2=90 a3=0 items=0 ppid=1 pid=1127 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" key=(null)
    [  106.344602] audit: type=1327 audit(1743654482.044:15): proctitle="(systemd)"
    [  106.351745] audit: type=1334 audit(1743654482.044:16): prog-id=18 op=UNLOAD
    [  106.359571] audit: type=1300 audit(1743654482.044:16): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffffb7fecc60 items=0 ppid=1 pid=1127 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" key=(null)
    [  106.385432] audit: type=1327 audit(1743654482.044:16): proctitle="(systemd)"
    [  106.392668] audit: type=1334 audit(1743654482.044:17): prog-id=19 op=LOAD
    
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig
    eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
            ether 56:29:c0:4e:9b:94  txqueuelen 1000  (Ethernet)
            RX packets 0  bytes 0 (0.0 B)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 0  bytes 0 (0.0 B)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
            inet 127.0.0.1  netmask 255.0.0.0
            inet6 ::1  prefixlen 128  scopeid 0x10<host>
            loop  txqueuelen 1000  (Local Loopback)
            RX packets 18  bytes 2192 (2.1 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 18  bytes 2192 (2.1 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig eth0 down
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig eth0 down    hw ether 76:ca:d8:61:71:70
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig eth0 hw ether 76:ca:d8:61:71:70down    up
    [  148.106427] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
    [  148.115855] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    root@am62lxx-evm:~# [  156.337957] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig eth0 up  
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet6 fe80::74ca:d8ff:fe61:7170  prefixlen 64  scopeid 0x20<link>
            ether 76:ca:d8:61:71:70  txqueuelen 1000  (Ethernet)
            RX packets 162  bytes 16306 (15.9 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 17  bytes 2841 (2.7 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig eth0 
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet6 fe80::74ca:d8ff:fe61:7170  prefixlen 64  scopeid 0x20<link>
            ether 76:ca:d8:61:71:70  txqueuelen 1000  (Ethernet)
            RX packets 227  bytes 23697 (23.1 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 18  bytes 2911 (2.8 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig eth0 
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet6 fe80::74ca:d8ff:fe61:7170  prefixlen 64  scopeid 0x20<link>
            ether 76:ca:d8:61:71:70  txqueuelen 1000  (Ethernet)
            RX packets 399  bytes 42854 (41.8 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 19  bytes 3249 (3.1 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-evm:~# dmesg | frep      grep -u i eth0
    [   12.356119] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
    [   12.387282] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [  148.106427] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
    [  148.115855] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [  156.337957] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# dmesg | grep -i eth0ifconfig eth0 
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet6 fe80::74ca:d8ff:fe61:7170  prefixlen 64  scopeid 0x20<link>
            ether 76:ca:d8:61:71:70  txqueuelen 1000  (Ethernet)
            RX packets 1192  bytes 117250 (114.5 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 27  bytes 4901 (4.7 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    Ethernet-both-port-enabled.log

    --Dheeraj
     


  • Hi Dheeraj,

    What is your test setup like? In other words, do you have your AM62L EVM connected directly to a host PC running a DHCP server (with no Ethernet switch in between)?

    Sorry I could'nt understand what u actually mean by Wireshark test.We are not currently using that software for testing.

    A Wireshark capture is a way to capture and view the Ethernet packets that are sent out on the cable. Assuming your EVM is directly connected to a host PC, you could run the Wireshark software on the Ethernet interface of the host PC that is connected to your EVM to view the packets that have been sent and received from the host PC side. For this particular issue, we could see if there are any of the expected DHCP requests and offer messages that are required to obtain an IP address via DHCP. It is simply meant to be a debug tool. 

    As another check, can you share the results of "ethtool -S eth0" (when eth0 is the enabled port) when the IP address failed to be obtained? The goal is to check if there are any RX errors. 

    Additionally, if you are using a host PC running a DHCP server, is the host PC a Linux machine? 

    -Daolin

  • Hello ,

    What is your test setup like?
    I have connected my board directly to the LAN port from where i have connected another lan cable to my Host PC (Linux PC).And I have tried it with Windows also same issue is observed.


    Apart from this one more issue i have observed is i will keep ethernet (from WIfi Router) connected to the enabled port and boot the board then ip will assign for the first time later if i give "ifconfig down" and  "ifconfig up" will not assign the ipaddress (also waited for some time to assign ) Attached is the log of this condition.

    [  278.930285] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [  283.553726] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    [  298.450222] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig eth0
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet6 fe80::466b:1fff:fe2c:fe5c  prefixlen 64  scopeid 0x20<link>
            ether 44:6b:1f:2c:fe:5c  txqueuelen 1000  (Ethernet)
            RX packets 177  bytes 18394 (17.9 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 85  bytes 12188 (11.9 KiB)
            TX errors 0  dropped 2 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig eth0
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet6 fe80::466b:1fff:fe2c:fe5c  prefixlen 64  scopeid 0x20<link>
            ether 44:6b:1f:2c:fe:5c  txqueuelen 1000  (Ethernet)
            RX packets 177  bytes 18394 (17.9 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 85  bytes 12188 (11.9 KiB)
            TX errors 0  dropped 2 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig eth0
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet6 fe80::466b:1fff:fe2c:fe5c  prefixlen 64  scopeid 0x20<link>
            ether 44:6b:1f:2c:fe:5c  txqueuelen 1000  (Ethernet)
            RX packets 177  bytes 18394 (17.9 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 85  bytes 12188 (11.9 KiB)
            TX errors 0  dropped 2 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-evm:~# reboot -f
    Rebooting.
    [  311.533251] reboot: Restarting system
    NOTICE:  bl1_plat_arch_setup arch setup 
    NOTICE:  Booting Trusted Firmware
    NOTICE:  BL1: v2.12.0(release):11.00.04-10-gdd46885ec-dirty
    NOTICE:  BL1: Built : 05:00:39, Feb 26 2025
    NOTICE:  lpdd4_init <-- 
    NOTICE:  DDR ram size =80000000 
    NOTICE:  bl1_platform_setup DDR init done
    NOTICE:  k3_bl1_handoff ENTERING WFI - end of bl1
    NOTICE:  BL31: v2.12.0(release):11.00.04-10-gdd46885ec-dirty
    NOTICE:  BL31: Built : 05:00:39, Feb 26 2025
    ERROR:   Failed to get response (-19)
    ERROR:   Transfer send failed (-19)
    ERROR:   Agent 0 Protocol 0x10 Message 0x7: not supported
    
    U-Boot SPL 2025.01-00253-g9a3137c5c11a (Feb 26 2025 - 17:07:57 +0000)
    SPL initial stack usage: 1872 bytes
    Trying to boot from MMC2
    ERROR:   Agent 0 Protocol 0x10 Message 0x7: not supported
    
    
    U-Boot 2025.01-00253-g9a3137c5c11a (Feb 26 2025 - 17:07:57 +0000)
    
    SoC:   AM62LX SR1.0 HS-FS
    Model: Texas Instruments AM62L3 Evaluation Module
    DRAM:  2 GiB
    ERROR:   Agent 0 Protocol 0x10 Message 0x7: not supported
    Core:  66 devices, 28 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    Net:   eth0: ethernet@8000000port@1
    Warning: ethernet@8000000port@2 (eth1) using random MAC address - ae:cb:04:29:6f:c7
    , eth1: ethernet@8000000port@2
    Hit any key to stop autoboot:  2  1  0 
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    610 bytes read in 1 ms (595.7 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    21250560 bytes read in 836 ms (24.2 MiB/s)
    45894 bytes read in 5 ms (8.8 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 000000008fef1000, end 000000008fffffff ... OK
    Working FDT set to 8fef1000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.12.13-ti-g1a2d611ee02d (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Wed Feb 26 17:29:25 UTC 2025
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments AM62L3 Evaluation Module
    [    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: 0x0000000080200000..0x00000000809fffff (8192 KiB) nomap non-reusable optee@80200000
    [    0.000000] OF: reserved mem: 0x0000000080000000..0x00000000801fffff (2048 KiB) nomap non-reusable tfa@80000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x00000000809fffff]
    [    0.000000]   node   0: [mem 0x0000000080a00000-0x00000000ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000] cma: Reserved 32 MiB at 0x00000000fba00000 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: MIGRATE_INFO_TYPE not supported.
    [    0.000000] psci: SMC Calling Convention v1.5
    [    0.000000] percpu: Embedded 22 pages/cpu s51288 r8192 d30632 u90112
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS0,115200n8 vt.global_cursor_default=0 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 0x00000000fb500000-0x00000000fb700000] (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 event tracing is enabled.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
    [    0.000000] 	Trampoline variant of Tasks RCU enabled.
    [    0.000000] 	Tracing variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [    0.000000] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
    [    0.000000] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_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: 960 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: gic_handle_irq
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=0
    [    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 @81400000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080c40000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080c50000
    [    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.008598] Console: colour dummy device 80x25
    [    0.013195] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023857] pid_max: default: 32768 minimum: 301
    [    0.028667] LSM: initializing lsm=capability
    [    0.033168] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.040733] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.064873] rcu: Hierarchical SRCU implementation.
    [    0.069804] rcu: 	Max phase no-delay instances is 1000.
    [    0.075353] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
    [    0.084063] EFI services will not be available.
    [    0.092753] smp: Bringing up secondary CPUs ...
    [    0.101726] Detected VIPT I-cache on CPU1
    [    0.101826] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000
    [    0.101845] GICv3: CPU1: using allocated LPI pending table @0x0000000080c60000
    [    0.101900] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.102091] smp: Brought up 1 node, 2 CPUs
    [    0.131438] SMP: Total of 2 processors activated.
    [    0.136245] CPU: All CPU(s) started at EL2
    [    0.140441] CPU features: detected: 32-bit EL0 Support
    [    0.145689] CPU features: detected: CRC32 instructions
    [    0.150988] alternatives: applying system-wide alternatives
    [    0.157279] Memory: 1981348K/2097152K available (12352K kernel code, 1232K rwdata, 4440K rodata, 2624K init, 604K bss, 75064K reserved, 32768K cma-reserved)
    [    0.172772] devtmpfs: initialized
    [    0.182751] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.192739] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.200740] 27408 pages in range for non-PLT usage
    [    0.200768] 518928 pages in range for PLT usage
    [    0.206075] pinctrl core: initialized pinctrl subsystem
    [    0.216507] DMI not present or invalid.
    [    0.222708] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.230143] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.238123] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.246996] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.255222] audit: initializing netlink subsys (disabled)
    [    0.261189] audit: type=2000 audit(0.204:1): state=initialized audit_enabled=0 res=1
    [    0.261665] thermal_sys: Registered thermal governor 'step_wise'
    [    0.269135] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.275331] cpuidle: using governor menu
    [    0.286219] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.293229] ASID allocator initialised with 65536 entries
    [    0.304652] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [    0.316133] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20020000/tps6598x@3f/connector
    [    0.328182] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.338064] /bus@f0000/i2c@20020000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    0.350104] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.362704] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20020000/tps6598x@3f/connector
    [    0.375330] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.385329] /bus@f0000/i2c@20020000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    0.397908] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.407838] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.418858] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi
    [    0.428116] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.439091] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.446040] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.452451] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.459380] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.465776] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.472702] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.479097] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.486022] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.494835] k3-chipinfo 43000014.chipid: Family:AM62LX rev:SR1.0 JTAGID[0x0bba702f] Detected
    [    0.507612] iommu: Default domain type: Translated
    [    0.512537] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.519231] SCSI subsystem initialized
    [    0.523587] usbcore: registered new interface driver usbfs
    [    0.529233] usbcore: registered new interface driver hub
    [    0.534704] usbcore: registered new device driver usb
    [    0.540371] pps_core: LinuxPPS API ver. 1 registered
    [    0.545447] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.554781] PTP clock support registered
    [    0.558815] EDAC MC: Ver: 3.0.0
    [    0.562476] scmi_core: SCMI protocol bus registered
    [    0.567908] FPGA manager framework
    [    0.571492] Advanced Linux Sound Architecture Driver Initialized.
    [    0.578726] vgaarb: loaded
    [    0.581997] clocksource: Switched to clocksource arch_sys_counter
    [    0.588586] VFS: Disk quotas dquot_6.6.0
    [    0.592641] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.607003] NET: Registered PF_INET protocol family
    [    0.612286] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.621444] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [    0.630272] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.638208] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.646400] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.654466] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.661362] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.668289] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.675795] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.682217] RPC: Registered named UNIX socket transport module.
    [    0.688299] RPC: Registered udp transport module.
    [    0.693102] RPC: Registered tcp transport module.
    [    0.697902] RPC: Registered tcp-with-tls transport module.
    [    0.703514] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.710103] PCI: CLS 0 bytes, default 64
    [    0.715354] Initialise system trusted keyrings
    [    0.720257] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [    0.727253] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.733650] NFS: Registering the id_resolver key type
    [    0.738883] Key type id_resolver registered
    [    0.743160] Key type id_legacy registered
    [    0.747276] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.754120] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.814501] Key type asymmetric registered
    [    0.818710] Asymmetric key parser 'x509' registered
    [    0.823792] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.831350] io scheduler mq-deadline registered
    [    0.835976] io scheduler kyber registered
    [    0.840112] io scheduler bfq registered
    [    0.857455] pinctrl-single 4084000.pinctrl: 8192 pins, size 32768
    [    0.865721] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.873677] ti-udma-am62l 485c4000.dma-controller: Number of rings: 144
    [    0.880618] ti-udma-am62l 485c4000.dma-controller: Channels: 144 (bchan: 16, tchan + rchan: 128)
    [    0.896494] ti-udma-am62l 485c0000.dma-controller: Number of rings: 112
    [    0.903455] ti-udma-am62l 485c0000.dma-controller: Channels: 97 (tchan + rchan: 97)
    [    0.919759] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.935355] loop: module loaded
    [    0.939722] megasas: 07.727.03.00-rc1
    [    0.947423] tun: Universal TUN/TAP device driver, 1.6
    [    0.953842] VFIO - User Level meta-driver version: 0.3
    [    0.960195] usbcore: registered new interface driver usb-storage
    [    0.967007] i2c_dev: i2c /dev entries driver
    [    0.972424] sdhci: Secure Digital Host Controller Interface driver
    [    0.978794] sdhci: Copyright(c) Pierre Ossman
    [    0.983459] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.991838] arm-scmi arm-scmi.0.auto: Using scmi_smc_transport
    [    0.997896] arm-scmi arm-scmi.0.auto: SCMI max-rx-timeout: 30ms
    [    1.004182] scmi_protocol scmi_dev.1: Enabled polling mode TX channel - prot_id:16
    [    1.012234] arm-scmi arm-scmi.0.auto: SCMI Notifications - Core Enabled.
    [    1.019152] arm-scmi arm-scmi.0.auto: SCMI Protocol v2.0 'Texas:Instruments' Firmware version 0x0
    [    1.051172] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    1.060238] usbcore: registered new interface driver usbhid
    [    1.066026] usbhid: USB HID core driver
    [    1.070919] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
    [    1.081098] optee: probing for conduit method.
    [    1.085681] optee: api uid mismatch
    [    1.089257] optee firmware:optee: probe with driver optee failed with error -22
    [    1.098460] NET: Registered PF_PACKET protocol family
    [    1.103779] Key type dns_resolver registered
    [    1.116180] registered taskstats version 1
    [    1.120541] Loading compiled-in X.509 certificates
    [    1.171355] omap_i2c 2b200000.i2c: bus 0 rev0.12 at 100 kHz
    [    1.178747] omap_i2c 20000000.i2c: bus 1 rev0.12 at 400 kHz
    [    1.186334] pca953x 2-0022: supply vcc not found, using dummy regulator
    [    1.193268] pca953x 2-0022: using AI
    [    1.213369] pca953x 2-0023: supply vcc not found, using dummy regulator
    [    1.220373] pca953x 2-0023: using AI
    [    1.226430] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    1.235701] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    1.245636] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi
    [    1.254842] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    1.265217] omap_i2c 20010000.i2c: bus 2 rev0.12 at 100 kHz
    [    1.272996] /bus@f0000/i2c@20020000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    1.285179] omap_i2c 20020000.i2c: bus 3 rev0.12 at 400 kHz
    [    1.292682] printk: legacy console [ttyS0] disabled
    [    1.298127] 2800000.serial: ttyS0 at MMIO 0x2800000 (irq = 243, base_baud = 3000000) is a 8250
    [    1.307029] printk: legacy console [ttyS0] enabled
    [    1.307029] printk: legacy console [ttyS0] enabled
    [    1.316742] printk: legacy bootconsole [ns16550a0] disabled
    [    1.316742] printk: legacy bootconsole [ns16550a0] disabled
    [    1.331920] 2810000.serial: ttyS1 at MMIO 0x2810000 (irq = 244, base_baud = 3000000) is a 8250
    [    1.343862] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [    1.350862] Creating 7 MTD partitions on "fc40000.spi.0":
    [    1.356259] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    1.363275] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    1.370065] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    1.376816] 0x000000680000-0x0000006c0000 : "ospi.env"
    [    1.383350] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [    1.390579] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    1.397390] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    1.418134] spi-nand spi0.3: Winbond SPI NAND was found.
    [    1.423475] spi-nand spi0.3: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64
    [    1.432085] 7 fixed-partitions partitions found on MTD device spi0.3
    [    1.438475] Creating 7 MTD partitions on "spi0.3":
    [    1.443274] 0x000000000000-0x000000080000 : "ospi_nand.tiboot3"
    [    1.450982] 0x000000080000-0x000000280000 : "ospi_nand.tispl"
    [    1.459372] 0x000000280000-0x000000680000 : "ospi_nand.u-boot"
    [    1.468785] 0x000000680000-0x0000006c0000 : "ospi_nand.env"
    [    1.476007] 0x0000006c0000-0x000000700000 : "ospi_nand.env.backup"
    [    1.483923] 0x000002000000-0x000007fe0000 : "ospi_nand.rootfs"
    [    1.541174] 0x000007fe0000-0x000008000000 : "ospi_nand.phypattern"
    [    1.598014] davinci_mdio 8000f00.mdio: davinci mdio revision 17.7, bus freq 1000000
    [    2.553129] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    2.561249] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
    [    2.569392] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00103, cpsw version 0x6BA80103 Ports: 3 quirks:00000002
    [    2.582532] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    2.589697] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [    2.597747] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010d, freq:250000000, add_val:3 pps:0
    [    2.616300] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 96
    [    2.625194] /bus@f0000/i2c@20020000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    2.637321] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20020000/tps6598x@3f/connector
    [    2.654408] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [    2.659991] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
    [    2.667874] xhci-hcd xhci-hcd.1.auto: USB3 root hub has no ports
    [    2.673899] xhci-hcd xhci-hcd.1.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [    2.683352] xhci-hcd xhci-hcd.1.auto: irq 258, io mem 0x31100000
    [    2.690861] hub 1-0:1.0: USB hub found
    [    2.694710] hub 1-0:1.0: 1 port detected
    [    2.701024] mmc1: CQHCI version 5.10
    [    2.701024] mmc0: CQHCI version 5.10
    [    2.706324] input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [    2.716135] clk: Disabling unused clocks
    [    2.724115] PM: genpd: Disabling unused power domains
    [    2.729398] ALSA device list:
    [    2.732390]   No soundcards found.
    [    2.750043] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    2.750598] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    2.765399] Waiting for root device PARTUUID=076c4a2a-02...
    [    2.806888] mmc1: new high speed SDHC card at address aaaa
    [    2.817449] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
    [    2.823649] mmc0: Command Queue Engine enabled
    [    2.828201] mmc0: new high speed MMC card at address 0001
    [    2.829458]  mmcblk1: p1 p2
    [    2.834539] mmcblk0: mmc0:0001 0IM20E 29.6 GiB
    [    2.848687]  mmcblk0:
    [    2.851353] mmcblk0boot0: mmc0:0001 0IM20E 31.5 MiB
    [    2.857479] mmcblk0boot1: mmc0:0001 0IM20E 31.5 MiB
    [    2.863601] mmcblk0rpmb: mmc0:0001 0IM20E 4.00 MiB, chardev (239:0)
    [    3.182440] EXT4-fs (mmcblk1p2): recovery complete
    [    3.189510] EXT4-fs (mmcblk1p2): mounted filesystem bd34faeb-624f-4d71-a4bf-7110347be317 r/w with ordered data mode. Quota mode: none.
    [    3.201698] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    3.210469] devtmpfs: mounted
    [    3.214811] Freeing unused kernel memory: 2624K
    [    3.219448] Run /sbin/init as init process
    [    3.748356] systemd[1]: System time before build time, advancing clock.
    [    3.839745] NET: Registered PF_INET6 protocol family
    [    3.846143] Segment Routing with IPv6
    [    3.849857] In-situ OAM (IOAM) with IPv6
    [    3.915458] 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)
    [    3.947412] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2025.01!
    
    [    3.976164] systemd[1]: Hostname set to <am62lxx-evm>.
    [    4.312864] systemd[1]: Configuration file /usr/lib/systemd/system/ti-lvgl-demo.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    4.449659] 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.
    [    4.594465] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    4.703776] systemd[1]: Queued start job for default target Graphical Interface.
    [    4.744874] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    4.764912] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    4.784757] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    4.804143] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    4.822641] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    4.842619] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    4.862360] systemd[1]: Expecting device /dev/ttyS0...
             Expecting device /dev/ttyS0...
    [    4.878444] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    4.894330] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    4.910318] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    4.926358] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    4.986463] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    5.006516] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    5.030691] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    5.050787] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    5.071807] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    5.095161] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    5.115197] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    5.131360] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    5.155673] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    5.175027] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    5.195146] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    5.242615] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    5.253509] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    5.290856] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    5.310864] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [    5.331998] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    5.355175] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    5.387799] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    5.434885] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    5.486941] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    5.528891] fuse: init (API version 7.41)
    [    5.546889] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    5.577428] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    5.594649] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [    5.618191] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    5.666683] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    5.691185] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network units from Kernel command line...
    [    5.719427] cryptodev: loading out-of-tree module taints kernel.
    [    5.734443] sysctl table check failed: ioctl/(null) procname is null
    [    5.746257] sysctl table check failed: ioctl/(null) No proc_handler
    [    5.755043] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    5.762079] cryptodev: driver 1.14 loaded.
             Starting Remount Root and Kernel File Systems...
    [    5.797512] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    5.827113] systemd-journald[115]: Collecting audit messages is enabled.
    [    5.852371] systemd[1]: Started RPC Bind.
    [    5.858256] EXT4-fs (mmcblk1p2): re-mounted bd34faeb-624f-4d71-a4bf-7110347be317 r/w. Quota mode: none.
    [  OK  ] Started RPC Bind.
    [    5.885462] systemd[1]: Mounted Huge Pages File System.
    [  OK  ] Mounted Huge Pages File System.
    [    5.907286] systemd[1]: Mounted POSIX Message Queue File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [    5.927247] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory /tmp.
    [  OK  ] Finished Create List of Static Device Nodes.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Start psplas�temd progress communication helper.
    [  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 S[    6.405069] systemd-journald[115]: Received client request to flush runtime journal.
    ystem.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Finished Create Static Device Nodes in /dev gracefully.
             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...
    [    6.737865] audit: type=1334 audit(1736360579.984:2): prog-id=6 op=LOAD
    [    6.748846] audit: type=1334 audit(1736360579.996:3): prog-id=7 op=LOAD
             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 Coldplug All udev Devices.
    [  OK  ] Finished Create System Files and Directories.
    [    7.061304] audit: type=1334 audit(1736360580.308:4): prog-id=8 op=LOAD
             Starting Network Name Resolution...
    [    7.096398] audit: type=1334 audit(1736360580.344:5): prog-id=9 op=LOAD
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [    7.185768] audit: type=1334 audit(1736360580.432:6): prog-id=10 op=LOAD
    [    7.197232] audit: type=1334 audit(1736360580.444:7): prog-id=11 op=LOAD
    [    7.204575] audit: type=1334 audit(1736360580.444:8): prog-id=12 op=LOAD
             Starting User Database Manager...
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Started User Database Manager.
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [    7.694116] random: crng init done
    [  OK  ] Finished Load/Save OS Random Seed.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Host and Network Name Lookups.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Started Daily rotation of log files.
    [  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.
    [    8.166097] audit: type=1334 audit(1743658256.728:9): prog-id=13 op=LOAD
             Starting D-Bus System Message Bus...
             Starting Reboot and dump vmcore via kexec...
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Found device /dev/ttyS0.
    [  OK  ] Reached target Socket Units.
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    [  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.
             Starting Print notice about GPLv3 packages...
             Starting IPv6 Packet Filtering Framework..[    8.760839] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    .
             Starting IPv4 Packet Filtering Framework...
    [  OK  ] Started irqbalance daemon.
    [    8.812166] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
             Starting Telephony service...
    [    8.890563] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
             Starting Expand the rootfs partiti�to full size of the boot device....
    [    8.959981] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [    9.008994] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    [    9.042649] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    [    9.057731] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    [  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    [    9.102225] audit: type=1334 audit(1743658257.664:10): prog-id=14 op=LOAD
    [    9.114167] audit: type=1334 audit(1743658257.672:11): prog-id=15 op=LOAD
             Starting User Login Management...
             Starting Telnet Server...
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Finished Telnet Server.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Reached target Preparation for Network.
             Starting Network Configuration...
    [  OK  ] Started Telephony service.
    [   10.024235] Bluetooth: Core ver 2.22
    [   10.034572] NET: Registered PF_BLUETOOTH protocol family
    [   10.048666] Bluetooth: HCI device and connection manager initialized
    [   10.056688] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [   10.070241] Bluetooth: HCI socket layer initialized
    [   10.079789] Bluetooth: L2CAP socket layer initialized
    [   10.085075] Bluetooth: SCO socket layer initialized
    [   10.107643] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [   10.114514] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [  OK  ] Finished Expand the rootfs partition to full size of the boot device..
    [  OK  ] Started User Login Management.
    [  OK  ] Started Network Configuration.
    [  OK  ] Reached target Network.
             Starting Enable and configure wl18xx bluetooth stack...
             Starting containerd container runtime...
             Starting LLDP daemon...
             Starting Mosquitto MQTT Broker...
    [  OK  ] Started Netperf Benchmark Server.
             Starting Simple Network Management Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS0.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
    [  OK  ] Started LLDP daemon.
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [  OK  ] Started Mosquitto MQTT Broker.
    [   11.843936] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    [   11.957763] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [   11.972428] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [   12.150877] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    [   12.635904] clk: failed to reparent 0_ADC0 to 2_ADC0: -22
    [   12.672930] CAN device driver interface
    [   12.746690] at24 1-0051: supply vcc not found, using dummy regulator
    [   12.765884] m_can_platform 20701000.can: m_can device registered (irq=262, version=32)
    [   12.795222] at24 1-0051: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
    [   12.827943] m_can_platform 20721000.can: m_can device registered (irq=267, version=32)
    [   12.845100] tps6598x 3-003f: Unable to find the interrupt, switching to polling
    [  OK  ] Started Simple Network Management Protocol (SNMP) Daemon..
    [   13.266889] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
    [  OK  ] Reached target Hardware activated USB gadget.
    [   13.772466] sii902x 2-003b: supply iovcc not found, using dummy regulator
    [   13.786482] sii902x 2-003b: supply cvcc12 not found, using dummy regulator
    [   13.798987] i2c i2c-2: Added multiplexed i2c bus 4
    [   13.816191] [drm] Initialized tidss 1.0.0 for 30200000.dss on minor 0
    [   13.829756] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [   13.842786] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [   13.875188] mtdblock_open: 1 callbacks suppressed
    [   13.875212] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    [   13.978746] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
             Starting Virtual Console Setup...
    [   14.425379] m_can_platform 20701000.can main_mcan0: renamed from can0
    [  OK  ] Finished Virtual Console Setup.
    [   14.974378] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
             Starting Save/Restore Sound Card State...
    [  OK  ] Finished Save/Restore Sound Card State.
    [  OK  ] Reached target Sound Card.
    [   16.564626] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project am62lxx-evm ttyS0
    
    Arago 2025.01 am62lxx-evm ttyS0
    
    am62lxx-evm login: ***************************************************************
    ***************************************************************
    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
    	libidn2-0
    	libidn2-dev
    	libmpc3
    	libmpfr6
    	libopcodes
    	libreadline-dev
    	libreadline8
    	libstdc++-dev
    	libstdc++6
    	libtasn1-dev
    	libunistring-dev
    	libunistring5
    	m4
    	make
    	nettle-dev
    	nettle
    	parted
    	piglit
    	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
    ***************************************************************
    ***************************************************************
    
    am62lxx-evm login: 
    am62lxx-evm login: 
    am62lxx-evm login: root
    [   22.866972] kauditd_printk_skb: 2 callbacks suppressed
    [   22.866991] audit: type=1006 audit(1743658271.432:14): pid=881 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
    [   22.884690] audit: type=1300 audit(1743658271.432:14): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffe72258d8 a2=1 a3=1 items=0 ppid=1 pid=881 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)
    [   22.911368] audit: type=1327 audit(1743658271.432:14): proctitle="(systemd)"
    [   22.966975] audit: type=1334 audit(1743658271.532:15): prog-id=18 op=LOAD
    [   22.974918] audit: type=1300 audit(1743658271.532:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffea11e028 a2=90 a3=0 items=0 ppid=1 pid=881 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" key=(null)
    [   23.001934] audit: type=1327 audit(1743658271.532:15): proctitle="(systemd)"
    [   23.010147] audit: type=1334 audit(1743658271.532:16): prog-id=18 op=UNLOAD
    [   23.017734] audit: type=1300 audit(1743658271.532:16): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffff9c5c5c60 items=0 ppid=1 pid=881 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" key=(null)
    
    [   23.044170] audit: type=1327 audit(1743658271.532:16): proctitle="(systemd)"
    [   23.051924] audit: type=1334 audit(1743658271.532:17): prog-id=19 op=LOAD
    
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet 192.168.1.100  netmask 255.255.255.0  broadcast 192.168.1.255
            inet6 fe80::466b:1fff:fe2c:fe5c  prefixlen 64  scopeid 0x20<link>
            ether 44:6b:1f:2c:fe:5c  txqueuelen 1000  (Ethernet)
            RX packets 18  bytes 2698 (2.6 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 54  bytes 6549 (6.3 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
            inet 127.0.0.1  netmask 255.0.0.0
            inet6 ::1  prefixlen 128  scopeid 0x10<host>
            loop  txqueuelen 1000  (Local Loopback)
            RX packets 19  bytes 2253 (2.2 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 19  bytes 2253 (2.2 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet 192.168.1.100  netmask 255.255.255.0  broadcast 192.168.1.255
            inet6 fe80::466b:1fff:fe2c:fe5c  prefixlen 64  scopeid 0x20<link>
            ether 44:6b:1f:2c:fe:5c  txqueuelen 1000  (Ethernet)
            RX packets 21  bytes 3004 (2.9 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 60  bytes 6993 (6.8 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
            inet 127.0.0.1  netmask 255.0.0.0
            inet6 ::1  prefixlen 128  scopeid 0x10<host>
            loop  txqueuelen 1000  (Local Loopback)
            RX packets 19  bytes 2253 (2.2 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 19  bytes 2253 (2.2 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ping -I eth0 192.168.1.1
    PING 192.168.1.1 (192.168.1.1) from 192.168.1.100 eth0: 56(84) bytes of data.
    64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=0.381 ms
    64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=0.396 ms
    64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=0.391 ms
    64 bytes from 192.168.1.1: icmp_seq=4 ttl=64 time=0.386 ms
    64 bytes from 192.168.1.1: icmp_seq=5 ttl=64 time=0.401 ms
    ^C
    --- 192.168.1.1 ping statistics ---
    5 packets transmitted, 5 received, 0% packet loss, time 4083ms
    rtt min/avg/max/mdev = 0.381/0.391/0.401/0.007 ms
    root@am62lxx-evm:~# ^C
    root@am62lxx-evm:~# ^C
    root@am62lxx-evm:~# ^C
    root@am62lxx-evm:~# ping -I eth0 192.168.1.1 eth0  -i  10.1
    PING 192.168.1.1 (192.168.1.1) from 192.168.1.100 eth0: 56(84) bytes of data.
    64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=0.457 ms
    64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=0.410 ms
    64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=0.384 ms
    64 bytes from 192.168.1.1: icmp_seq=4 ttl=64 time=0.372 ms
    64 bytes from 192.168.1.1: icmp_seq=5 ttl=64 time=0.346 ms
    64 bytes from 192.168.1.1: icmp_seq=6 ttl=64 time=0.377 ms
    64 bytes from 192.168.1.1: icmp_seq=7 ttl=64 time=0.377 ms
    64 bytes from 192.168.1.1: icmp_seq=8 ttl=64 time=0.428 ms
    64 bytes from 192.168.1.1: icmp_seq=9 ttl=64 time=0.371 ms
    64 bytes from 192.168.1.1: icmp_seq=10 ttl=64 time=0.379 ms
    64 bytes from 192.168.1.1: icmp_seq=11 ttl=64 time=0.421 ms
    64 bytes from 192.168.1.1: icmp_seq=12 ttl=64 time=0.382 ms
    64 bytes from 192.168.1.1: icmp_seq=13 ttl=64 time=0.396 ms
    64 bytes from 192.168.1.1: icmp_seq=14 ttl=64 time=0.396 ms
    64 bytes from 192.168.1.1: icmp_seq=15 ttl=64 time=0.339 ms
    64 bytes from 192.168.1.1: icmp_seq=16 ttl=64 time=0.402 ms
    64 bytes from 192.168.1.1: icmp_seq=17 ttl=64 time=0.440 ms
    64 bytes from 192.168.1.1: icmp_seq=18 ttl=64 time=0.406 ms
    64 bytes from 192.168.1.1: icmp_seq=19 ttl=64 time=0.368 ms
    64 bytes from 192.168.1.1: icmp_seq=20 ttl=64 time=0.426 ms
    64 bytes from 192.168.1.1: icmp_seq=21 ttl=64 time=0.413 ms
    64 bytes from 192.168.1.1: icmp_seq=22 ttl=64 time=0.395 ms
    64 bytes from 192.168.1.1: icmp_seq=23 ttl=64 time=0.379 ms
    64 bytes from 192.168.1.1: icmp_seq=24 ttl=64 time=0.377 ms
    ^C
    --- 192.168.1.1 ping statistics ---
    24 packets transmitted, 24 received, 0% packet loss, time 2393ms
    rtt min/avg/max/mdev = 0.339/0.393/0.457/0.027 ms
    root@am62lxx-evm:~# ^C
    root@am62lxx-evm:~# ^C
    root@am62lxx-evm:~# ^C
    root@am62lxx-evm:~# ^C
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ping -I eth0 -i 0.1 192.168.1.1192.168.1.1root@am62lxx-evm:~# ifconfig
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet 192.168.1.100  netmask 255.255.255.0  broadcast 192.168.1.255
            inet6 fe80::466b:1fff:fe2c:fe5c  prefixlen 64  scopeid 0x20<link>
            ether 44:6b:1f:2c:fe:5c  txqueuelen 1000  (Ethernet)
            RX packets 86  bytes 9482 (9.2 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 151  bytes 14544 (14.2 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
            inet 127.0.0.1  netmask 255.0.0.0
            inet6 ::1  prefixlen 128  scopeid 0x10<host>
            loop  txqueuelen 1000  (Local Loopback)
            RX packets 19  bytes 2253 (2.2 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 19  bytes 2253 (2.2 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig etho down
    etho: ERROR while getting interface flags: No such device
    root@am62lxx-evm:~# ifconfig etho down0
    [   74.939364] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig eth0 down    up
    [   82.370609] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [   82.379964] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# [   86.962110] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig eth0 up  
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet6 fe80::466b:1fff:fe2c:fe5c  prefixlen 64  scopeid 0x20<link>
            ether 44:6b:1f:2c:fe:5c  txqueuelen 1000  (Ethernet)
            RX packets 97  bytes 10562 (10.3 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 178  bytes 17138 (16.7 KiB)
            TX errors 0  dropped 2 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig eth0 
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet6 fe80::466b:1fff:fe2c:fe5c  prefixlen 64  scopeid 0x20<link>
            ether 44:6b:1f:2c:fe:5c  txqueuelen 1000  (Ethernet)
            RX packets 97  bytes 10562 (10.3 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 185  bytes 18486 (18.0 KiB)
            TX errors 0  dropped 2 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-evm:~# ifconfig eth0      
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet6 fe80::466b:1fff:fe2c:fe5c  prefixlen 64  scopeid 0x20<link>
            ether 44:6b:1f:2c:fe:5c  txqueuelen 1000  (Ethernet)
            RX packets 97  bytes 10562 (10.3 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 185  bytes 18486 (18.0 KiB)
            TX errors 0  dropped 2 overruns 0  carrier 0  collisions 0
    
    lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
            inet 127.0.0.1  netmask 255.0.0.0
            inet6 ::1  prefixlen 128  scopeid 0x10<host>
            loop  txqueuelen 1000  (Local Loopback)
            RX packets 19  bytes 2253 (2.2 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 19  bytes 2253 (2.2 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig 
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet6 fe80::466b:1fff:fe2c:fe5c  prefixlen 64  scopeid 0x20<link>
            ether 44:6b:1f:2c:fe:5c  txqueuelen 1000  (Ethernet)
            RX packets 97  bytes 10562 (10.3 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 186  bytes 18691 (18.2 KiB)
            TX errors 0  dropped 2 overruns 0  carrier 0  collisions 0
    
    lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
            inet 127.0.0.1  netmask 255.0.0.0
            inet6 ::1  prefixlen 128  scopeid 0x10<host>
            loop  txqueuelen 1000  (Local Loopback)
            RX packets 19  bytes 2253 (2.2 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 19  bytes 2253 (2.2 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-evm:~# root@am62lxx-evm:~# 


    As per your suggestion, I tried using Wireshark to capture Ethernet packets from the board. Since our software team typically doesn’t use Wireshark, I may need some guidance to ensure I'm using it correctly. I connected the board to my LAN Ethernet port, selected the appropriate Ethernet interface in Wireshark, and started capturing. To generate traffic, I attempted to ping from the board; however, since the board is not getting an IP address assigned, I wasn’t able to capture any packets. Based on my understanding, this might be expected behavior when no IP is assigned, but I would appreciate your input on whether I’m approaching this correctly or if there’s anything else I should try.

     Ethernet interface of the host PC that is connected to your EVM to view the packets that have been sent and received from the host PC side.
    Are u expecting me to make my Host PC static and connect my board ethernet port to HOST PC and check by sending packets through Static mode?

    As another check, can you share the results of "ethtool -S eth0" (when eth0 is the enabled port) when the IP address failed to be obtained? The goal is to check if there are any RX errors. 
    Kindly check the below attached boot prints.

    NOTICE:  Booting Trusted Firmware
    NOTICE:  BL1: v2.12.0(release):11.00.04-10-gdd46885ec-dirty
    NOTICE:  BL1: Built : 05:00:39, Feb 26 2025
    NOTICE:  lpdd4_init <-- 
    NOTICE:  DDR ram size =80000000 
    NOTICE:  bl1_platform_setup DDR init done
    NOTICE:  k3_bl1_handoff ENTERING WFI - end of bl1
    NOTICE:  bl1_plat_arch_setup arch setup 
    NOTICE:  Booting Trusted Firmware
    NOTICE:  BL1: v2.12.0(release):11.00.04-10-gdd46885ec-dirty
    NOTICE:  BL1: Built : 05:00:39, Feb 26 2025
    NOTICE:  lpdd4_init <-- 
    NOTICE:  DDR ram size =80000000 
    NOTICE:  bl1_platform_setup DDR init done
    NOTICE:  k3_bl1_handoff ENTERING WFI - end of bl1
    NOTICE:  BL31: v2.12.0(release):11.00.04-10-gdd46885ec-dirty
    NOTICE:  BL31: Built : 05:00:39, Feb 26 2025
    ERROR:   Failed to get response (-19)
    ERROR:   Transfer send failed (-19)
    ERROR:   Agent 0 Protocol 0x10 Message 0x7: not supported
    
    U-Boot SPL 2025.01-00253-g9a3137c5c11a (Feb 26 2025 - 17:07:57 +0000)
    SPL initial stack usage: 1872 bytes
    Trying to boot from MMC2
    ERROR:   Agent 0 Protocol 0x10 Message 0x7: not supported
    
    
    U-Boot 2025.01-00253-g9a3137c5c11a (Feb 26 2025 - 17:07:57 +0000)
    
    SoC:   AM62LX SR1.0 HS-FS
    Model: Texas Instruments AM62L3 Evaluation Module
    DRAM:  2 GiB
    ERROR:   Agent 0 Protocol 0x10 Message 0x7: not supported
    Core:  66 devices, 28 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    Net:   eth0: ethernet@8000000port@1
    Warning: ethernet@8000000port@2 (eth1) using random MAC address - 7e:63:58:a9:7c:82
    , 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
    610 bytes read in 2 ms (297.9 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    21250560 bytes read in 835 ms (24.3 MiB/s)
    45894 bytes read in 4 ms (10.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 000000008fef1000, end 000000008fffffff ... OK
    Working FDT set to 8fef1000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.12.13-ti-g1a2d611ee02d (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Wed Feb 26 17:29:25 UTC 2025
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments AM62L3 Evaluation Module
    [    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: 0x0000000080200000..0x00000000809fffff (8192 KiB) nomap non-reusable optee@80200000
    [    0.000000] OF: reserved mem: 0x0000000080000000..0x00000000801fffff (2048 KiB) nomap non-reusable tfa@80000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x00000000809fffff]
    [    0.000000]   node   0: [mem 0x0000000080a00000-0x00000000ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000] cma: Reserved 32 MiB at 0x00000000fba00000 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: MIGRATE_INFO_TYPE not supported.
    [    0.000000] psci: SMC Calling Convention v1.5
    [    0.000000] percpu: Embedded 22 pages/cpu s51288 r8192 d30632 u90112
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS0,115200n8 vt.global_cursor_default=0 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 0x00000000fb500000-0x00000000fb700000] (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 event tracing is enabled.
    [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
    [    0.000000]  Trampoline variant of Tasks RCU enabled.
    [    0.000000]  Tracing variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [    0.000000] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
    [    0.000000] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_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: 960 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: gic_handle_irq
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=0
    [    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 @81400000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080c40000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080c50000
    [    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.008597] Console: colour dummy device 80x25
    [    0.013197] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023863] pid_max: default: 32768 minimum: 301
    [    0.028671] LSM: initializing lsm=capability
    [    0.033171] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.040740] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.061330] rcu: Hierarchical SRCU implementation.
    [    0.066280] rcu:     Max phase no-delay instances is 1000.
    [    0.071831] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
    [    0.080536] EFI services will not be available.
    [    0.085407] smp: Bringing up secondary CPUs ...
    [    0.090630] Detected VIPT I-cache on CPU1
    [    0.090728] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000
    [    0.090746] GICv3: CPU1: using allocated LPI pending table @0x0000000080c60000
    [    0.090800] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.091005] smp: Brought up 1 node, 2 CPUs
    [    0.120362] SMP: Total of 2 processors activated.
    [    0.125165] CPU: All CPU(s) started at EL2
    [    0.129366] CPU features: detected: 32-bit EL0 Support
    [    0.134620] CPU features: detected: CRC32 instructions
    [    0.139917] alternatives: applying system-wide alternatives
    [    0.146208] Memory: 1981348K/2097152K available (12352K kernel code, 1232K rwdata, 4440K rodata, 2624K init, 604K bss, 75064K reserved, 32768K cma-reserved)
    [    0.161711] devtmpfs: initialized
    [    0.171684] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.181677] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.189684] 27408 pages in range for non-PLT usage
    [    0.189710] 518928 pages in range for PLT usage
    [    0.195022] pinctrl core: initialized pinctrl subsystem
    [    0.205447] DMI not present or invalid.
    [    0.211623] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.219055] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.227031] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.235932] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.244163] audit: initializing netlink subsys (disabled)
    [    0.250131] audit: type=2000 audit(0.192:1): state=initialized audit_enabled=0 res=1
    [    0.250606] thermal_sys: Registered thermal governor 'step_wise'
    [    0.258081] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.264281] cpuidle: using governor menu
    [    0.275174] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.282190] ASID allocator initialised with 65536 entries
    [    0.293586] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [    0.305082] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20020000/tps6598x@3f/connector
    [    0.317131] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.327017] /bus@f0000/i2c@20020000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    0.339062] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.351684] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20020000/tps6598x@3f/connector
    [    0.364312] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.374310] /bus@f0000/i2c@20020000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    0.386902] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.396834] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.407847] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi
    [    0.417110] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.428093] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.435042] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.441454] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.448385] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.454784] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.461713] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.468112] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.475043] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.483876] k3-chipinfo 43000014.chipid: Family:AM62LX rev:SR1.0 JTAGID[0x0bba702f] Detected
    [    0.496656] iommu: Default domain type: Translated
    [    0.501584] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.508286] SCSI subsystem initialized
    [    0.512645] usbcore: registered new interface driver usbfs
    [    0.518288] usbcore: registered new interface driver hub
    [    0.523760] usbcore: registered new device driver usb
    [    0.529431] pps_core: LinuxPPS API ver. 1 registered
    [    0.534508] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.543843] PTP clock support registered
    [    0.547878] EDAC MC: Ver: 3.0.0
    [    0.551540] scmi_core: SCMI protocol bus registered
    [    0.556980] FPGA manager framework
    [    0.560567] Advanced Linux Sound Architecture Driver Initialized.
    [    0.567810] vgaarb: loaded
    [    0.571086] clocksource: Switched to clocksource arch_sys_counter
    [    0.577680] VFS: Disk quotas dquot_6.6.0
    [    0.581740] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.596082] NET: Registered PF_INET protocol family
    [    0.601365] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.610534] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [    0.619365] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.627304] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.635501] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.643561] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.650460] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.657389] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.664899] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.671320] RPC: Registered named UNIX socket transport module.
    [    0.677405] RPC: Registered udp transport module.
    [    0.682210] RPC: Registered tcp transport module.
    [    0.687012] RPC: Registered tcp-with-tls transport module.
    [    0.692625] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.699217] PCI: CLS 0 bytes, default 64
    [    0.704473] Initialise system trusted keyrings
    [    0.709379] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [    0.716380] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.722782] NFS: Registering the id_resolver key type
    [    0.728019] Key type id_resolver registered
    [    0.732297] Key type id_legacy registered
    [    0.736418] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.743265] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.803549] Key type asymmetric registered
    [    0.807757] Asymmetric key parser 'x509' registered
    [    0.812837] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.820403] io scheduler mq-deadline registered
    [    0.825032] io scheduler kyber registered
    [    0.829168] io scheduler bfq registered
    [    0.846517] pinctrl-single 4084000.pinctrl: 8192 pins, size 32768
    [    0.854780] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.862724] ti-udma-am62l 485c4000.dma-controller: Number of rings: 144
    [    0.869666] ti-udma-am62l 485c4000.dma-controller: Channels: 144 (bchan: 16, tchan + rchan: 128)
    [    0.885538] ti-udma-am62l 485c0000.dma-controller: Number of rings: 112
    [    0.892485] ti-udma-am62l 485c0000.dma-controller: Channels: 97 (tchan + rchan: 97)
    [    0.908766] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.924349] loop: module loaded
    [    0.928715] megasas: 07.727.03.00-rc1
    [    0.936408] tun: Universal TUN/TAP device driver, 1.6
    [    0.942842] VFIO - User Level meta-driver version: 0.3
    [    0.949194] usbcore: registered new interface driver usb-storage
    [    0.956006] i2c_dev: i2c /dev entries driver
    [    0.961428] sdhci: Secure Digital Host Controller Interface driver
    [    0.967822] sdhci: Copyright(c) Pierre Ossman
    [    0.972493] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.980888] arm-scmi arm-scmi.0.auto: Using scmi_smc_transport
    [    0.986948] arm-scmi arm-scmi.0.auto: SCMI max-rx-timeout: 30ms
    [    0.993235] scmi_protocol scmi_dev.1: Enabled polling mode TX channel - prot_id:16
    [    1.001293] arm-scmi arm-scmi.0.auto: SCMI Notifications - Core Enabled.
    [    1.008212] arm-scmi arm-scmi.0.auto: SCMI Protocol v2.0 'Texas:Instruments' Firmware version 0x0
    [    1.040226] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    1.049280] usbcore: registered new interface driver usbhid
    [    1.055039] usbhid: USB HID core driver
    [    1.059960] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
    [    1.070145] optee: probing for conduit method.
    [    1.074730] optee: api uid mismatch
    [    1.078307] optee firmware:optee: probe with driver optee failed with error -22
    [    1.087525] NET: Registered PF_PACKET protocol family
    [    1.092830] Key type dns_resolver registered
    [    1.105266] registered taskstats version 1
    [    1.109630] Loading compiled-in X.509 certificates
    [    1.160406] omap_i2c 2b200000.i2c: bus 0 rev0.12 at 100 kHz
    [    1.167811] omap_i2c 20000000.i2c: bus 1 rev0.12 at 400 kHz
    [    1.175370] pca953x 2-0022: supply vcc not found, using dummy regulator
    [    1.182305] pca953x 2-0022: using AI
    [    1.202448] pca953x 2-0023: supply vcc not found, using dummy regulator
    [    1.209448] pca953x 2-0023: using AI
    [    1.215521] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    1.224797] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    1.234734] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi
    [    1.243945] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    1.254327] omap_i2c 20010000.i2c: bus 2 rev0.12 at 100 kHz
    [    1.262105] /bus@f0000/i2c@20020000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    1.274295] omap_i2c 20020000.i2c: bus 3 rev0.12 at 400 kHz
    [    1.281809] printk: legacy console [ttyS0] disabled
    [    1.287250] 2800000.serial: ttyS0 at MMIO 0x2800000 (irq = 243, base_baud = 3000000) is a 8250
    [    1.296150] printk: legacy console [ttyS0] enabled
    [    1.296150] printk: legacy console [ttyS0] enabled
    [    1.305865] printk: legacy bootconsole [ns16550a0] disabled
    [    1.305865] printk: legacy bootconsole [ns16550a0] disabled
    [    1.321015] 2810000.serial: ttyS1 at MMIO 0x2810000 (irq = 244, base_baud = 3000000) is a 8250
    [    1.332934] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [    1.339935] Creating 7 MTD partitions on "fc40000.spi.0":
    [    1.345331] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    1.352332] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    1.359065] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    1.365866] 0x000000680000-0x0000006c0000 : "ospi.env"
    [    1.372419] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [    1.379611] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    1.386410] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    1.407058] spi-nand spi0.3: Winbond SPI NAND was found.
    [    1.412441] spi-nand spi0.3: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64
    [    1.421046] 7 fixed-partitions partitions found on MTD device spi0.3
    [    1.427434] Creating 7 MTD partitions on "spi0.3":
    [    1.432232] 0x000000000000-0x000000080000 : "ospi_nand.tiboot3"
    [    1.439950] 0x000000080000-0x000000280000 : "ospi_nand.tispl"
    [    1.448378] 0x000000280000-0x000000680000 : "ospi_nand.u-boot"
    [    1.457657] 0x000000680000-0x0000006c0000 : "ospi_nand.env"
    [    1.464886] 0x0000006c0000-0x000000700000 : "ospi_nand.env.backup"
    [    1.472815] 0x000002000000-0x000007fe0000 : "ospi_nand.rootfs"
    [    1.529705] 0x000007fe0000-0x000008000000 : "ospi_nand.phypattern"
    [    1.587102] davinci_mdio 8000f00.mdio: davinci mdio revision 17.7, bus freq 1000000
    [    2.538917] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    2.547036] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
    [    2.555181] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00103, cpsw version 0x6BA80103 Ports: 3 quirks:00000002
    [    2.568330] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    2.575493] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [    2.583596] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010d, freq:250000000, add_val:3 pps:0
    [    2.603679] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 96
    [    2.612590] /bus@f0000/i2c@20020000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    2.624720] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20020000/tps6598x@3f/connector
    [    2.641598] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [    2.647254] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
    [    2.655109] xhci-hcd xhci-hcd.1.auto: USB3 root hub has no ports
    [    2.661140] xhci-hcd xhci-hcd.1.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [    2.671166] xhci-hcd xhci-hcd.1.auto: irq 258, io mem 0x31100000
    [    2.678139] hub 1-0:1.0: USB hub found
    [    2.681951] hub 1-0:1.0: 1 port detected
    [    2.688068] mmc1: CQHCI version 5.10
    [    2.688082] mmc0: CQHCI version 5.10
    [    2.689933] input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [    2.702831] clk: Disabling unused clocks
    [    2.710774] PM: genpd: Disabling unused power domains
    [    2.716067] ALSA device list:
    [    2.719035]   No soundcards found.
    [    2.739129] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    2.739147] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    2.754495] Waiting for root device PARTUUID=076c4a2a-02...
    [    2.795699] mmc1: new high speed SDHC card at address aaaa
    [    2.806057] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
    [    2.811396] mmc0: Command Queue Engine enabled
    [    2.815931] mmc0: new high speed MMC card at address 0001
    [    2.816459]  mmcblk1: p1 p2
    [    2.826417] mmcblk0: mmc0:0001 0IM20E 29.6 GiB
    [    2.833362]  mmcblk0:
    [    2.836052] mmcblk0boot0: mmc0:0001 0IM20E 31.5 MiB
    [    2.842168] mmcblk0boot1: mmc0:0001 0IM20E 31.5 MiB
    [    2.848430] mmcblk0rpmb: mmc0:0001 0IM20E 4.00 MiB, chardev (239:0)
    [    3.118393] EXT4-fs (mmcblk1p2): mounted filesystem bd34faeb-624f-4d71-a4bf-7110347be317 r/w with ordered data mode. Quota mode: none.
    [    3.130642] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    3.139424] devtmpfs: mounted
    [    3.143809] Freeing unused kernel memory: 2624K
    [    3.148463] Run /sbin/init as init process
    [    3.680609] systemd[1]: System time before build time, advancing clock.
    [    3.772162] NET: Registered PF_INET6 protocol family
    [    3.778454] Segment Routing with IPv6
    [    3.782226] In-situ OAM (IOAM) with IPv6
    [    3.848328] 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 -LIBCRYP)
    [    3.880246] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2025.01!
    
    [    3.913252] systemd[1]: Hostname set to <am62lxx-evm>.
    [    4.246078] systemd[1]: Configuration file /usr/lib/systemd/system/ti-lvgl-demo.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    4.382980] 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 settin.
    [    4.528146] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting.
    [    4.637806] systemd[1]: Queued start job for default target Graphical Interface.
    [    4.678178] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    4.697860] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    4.717835] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    4.737198] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    4.755747] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    4.775712] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    4.795468] systemd[1]: Expecting device /dev/ttyS0...
             Expecting device /dev/ttyS0...
    [    4.811530] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    4.827421] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    4.843415] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    4.859427] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    4.919735] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    4.939519] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    4.965458] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    4.983871] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    5.004971] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    5.024218] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    5.044289] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    5.060441] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    5.084742] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    5.104100] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    5.124243] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    5.171707] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    5.182681] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    5.229289] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    5.247918] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [    5.269184] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    5.292381] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    5.320441] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    5.348003] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    5.368322] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    5.420546] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    5.462026] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    5.476195] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [    5.480928] fuse: init (API version 7.41)
    [    5.504375] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    5.548213] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    5.582132] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network units from Kernel command line...
    [    5.627606] cryptodev: loading out-of-tree module taints kernel.
    [    5.644546] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    5.651494] sysctl table check failed: ioctl/(null) procname is null
    [    5.657287] systemd-journald[114]: Collecting audit messages is enabled.
    [    5.658071] sysctl table check failed: ioctl/(null) No proc_handler
             Starting Remount Root and Kernel File Systems   5.676358] cryptodev: driver 1.14 loaded.
    [0m...
    [    5.684193] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    5.713587] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    5.728350] systemd[1]: Mounted Huge Pages File System.
    [  OK  ] Mounted Huge Pages File System.[    5.735002] systemd[1]: Mounted POSIX Message Queue File System.
    
    [  OK  ] Mounted POSIX Message Queue File System.
    [    5.764448] systemd[1]: Mounted Kernel Debug File System.
    [  OK  ] Mounted Kernel Debug File System.
    [    5.785263] EXT4-fs (mmcblk1p2): re-mounted bd34faeb-624f-4d71-a4bf-7110347be317 r/w. Quota mode: none.
    [    5.798222] systemd[1]: Mounted Temporary Directory /tmp.
    [  OK  ] Mounted Temporary Directory /tmp.
    [    5.827464] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Finished Create List of Static Device Nodes.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Start psplas…temd progress communication helper.
    [  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...
    [    6.230034] systemd-journald[114]: Received client request to flush runtime journal.
    [  OK  ] Mounted FUSE Control File System.
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Finished Create Static Device Nodes in /dev gracefully.
             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...
    [    6.571268] audit: type=1334 audit(1736360579.880:2): prog-id=6 op=LOAD
    [    6.582640] audit: type=1334 audit(1736360579.896:3): prog-id=7 op=LOAD
             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 Coldplug All udev Devices.
    [  OK  ] Finished Create System Files and Directories.
    [    6.954447] audit: type=1334 audit(1736360580.268:4): prog-id=8 op=LOAD
             Starting Network Name Resolution...
    [    7.006131] audit: type=1334 audit(1736360580.320:5): prog-id=9 op=LOAD
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [    7.105798] audit: type=1334 audit(1736360580.420:6): prog-id=10 op=LOAD
    [    7.115709] audit: type=1334 audit(1736360580.432:7): prog-id=11 op=LOAD
    [    7.124459] audit: type=1334 audit(1736360580.432:8): prog-id=12 op=LOAD
             Starting User Database Manager...
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Started User Database Manager.
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [    7.531186] random: crng init done
    [  OK  ] Finished Load/Save OS Random Seed.
    [  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 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.
    [    8.093784] audit: type=1334 audit(1743657370.692:9): prog-id=13 op=LOAD
             Starting D-Bus System Message Bus...
             Starting Reboot and dump vmcore via kexec...
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Reached target Socket Units.
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    [  OK  ] Started D-Bus System Message Bus.
    [  OK  ] Reached target Basic System.
    [  OK  ] Started Job spooling tools.
    [    8.611733] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
             Starting Avahi mDNS/DNS-SD Stack...
    [    8.635643] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    [    8.659309] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    [    8.663437] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [    8.675480] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [  OK  ] Started Periodic Command Scheduler.
    [    8.698495] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
             Starting Print notice about GPLv3 packages...
    [    8.771617] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
    [  OK  ] Started irqbalance daemon.
             Starting Telephony service...
             Starting Expand the rootfs partiti…to full size of the boot device....
    [  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    [    8.910683] audit: type=1334 audit(1743657371.512:10): prog-id=14 op=LOAD
    [    8.980378] audit: type=1334 audit(1743657371.584:11): prog-id=15 op=LOAD
             Starting User Login Management...
             Starting Telnet Server...
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Finished Telnet Server.
    [  OK  ] Started Telephony service.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Reached target Preparation for Network.
             Starting Network Configuration...
    [    9.517229] Bluetooth: Core ver 2.22
    [    9.523302] NET: Registered PF_BLUETOOTH protocol family
    [    9.531430] Bluetooth: HCI device and connection manager initialized
    [    9.537891] Bluetooth: HCI socket layer initialized
    [    9.547240] Bluetooth: L2CAP socket layer initialized
    [    9.556751] Bluetooth: SCO socket layer initialized
    [  OK  ] Found device /dev/ttyS0.
    [  OK  ] Started User Login Management.
    [  OK  ] Finished Expand the rootfs partition to full size of the boot device..
    [   10.295324] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [   10.329553] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [   10.344043] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [  OK  ] Started Network Configuration.
    [  OK  ] Reached target Network.
             Starting Enable and configure wl18xx bluetooth stack...
             Starting containerd container runtime...
             Starting LLDP daemon...
             Starting Mosquitto MQTT Broker...
    [  OK  ] Started Netperf Benchmark Server.
             Starting Simple Network Management Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Finished Permit User Sessions.
    [   11.286898] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS0.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [   11.625996] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    [  OK  ] Started LLDP daemon.
    [  OK  ] Started Mosquitto MQTT Broker.
    [   12.212065] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [   12.226108] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [   12.350529] clk: failed to reparent 0_ADC0 to 2_ADC0: -22
    [   12.667942] tps6598x 3-003f: Unable to find the interrupt, switching to polling
    [   12.713074] at24 1-0051: supply vcc not found, using dummy regulator
    [   12.791984] at24 1-0051: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
    [   12.842778] CAN device driver interface
    [   12.901595] m_can_platform 20701000.can: m_can device registered (irq=268, version=32)
    [   12.918001] m_can_platform 20721000.can: m_can device registered (irq=269, version=32)
    [   13.089041] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
    [  OK  ] Started Simple Network Management Protocol (SNMP) Daemon..
    [  OK  ] Reached target Hardware activated USB gadget.
    [   13.634376] sii902x 2-003b: supply iovcc not found, using dummy regulator
    [   13.646816] sii902x 2-003b: supply cvcc12 not found, using dummy regulator
    [   13.664129] i2c i2c-2: Added multiplexed i2c bus 4
    [   13.679994] [drm] Initialized tidss 1.0.0 for 30200000.dss on minor 0
    [   13.690677] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [   13.702929] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [   13.897538] mtdblock_open: 3 callbacks suppressed
    [   13.897562] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
             Starting Virtual Console Setup...
    [   14.432517] m_can_platform 20701000.can main_mcan0: renamed from can0
    [  OK  ] Finished Virtual Console Setup.
             Starting Save/Restore Sound Card State...
    [  OK  ] Finished Save/Restore Sound Card State.
    [  OK  ] Reached target Sound Card.
    [  OK  ] Created slice Slice /system/systemd-fsck.
             Expecting device /dev/mmcblk1p1...
    [  OK  ] Found device /dev/mmcblk1p1.
             Starting File System Check on /dev/mmcblk1p1...
    [  OK  ] Finished File System Check on /dev/mmcblk1p1.
             Mounting /run/media/boot-mmcblk1p1...
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project am62lxx-evm ttyS0
    
    Arago 2025.01 am62lxx-evm ttyS0
    
    am62lxx-evm login: ***************************************************************
    ***************************************************************
    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
            libidn2-0
            libidn2-dev
            libmpc3
            libmpfr6
            libopcodes
            libreadline-dev
            libreadline8
            libstdc++-dev
            libstdc++6
            libtasn1-dev
            libunistring-dev
            libunistring5
            m4
            make
            nettle-dev
            nettle
            parted
            piglit
            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
    ***************************************************************
    ***************************************************************
    
    am62lxx-evm login: 
    am62lxx-evm login: 
    am62lxx-evm login: root
    [   22.847879] kauditd_printk_skb: 2 callbacks suppressed
    [   22.847898] audit: type=1006 audit(1743657385.452:14): pid=886 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
    [   22.865707] audit: type=1300 audit(1743657385.452:14): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffebccbc78 a2=1 a3=1 items=0 ppid=1 pid=886 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0)
    [   22.892342] audit: type=1327 audit(1743657385.452:14): proctitle="(systemd)"
    [   22.916464] audit: type=1334 audit(1743657385.520:15): prog-id=18 op=LOAD
    [   22.924330] audit: type=1300 audit(1743657385.520:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffc0b576e8 a2=90 a3=0 items=0 ppid=1 pid=886 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid)
    [   22.950894] audit: type=1327 audit(1743657385.520:15): proctitle="(systemd)"
    [   22.958732] audit: type=1334 audit(1743657385.520:16): prog-id=18 op=UNLOAD
    [   22.966620] audit: type=1300 audit(1743657385.520:16): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffff9afbac60 items=0 ppid=1 pid=886 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0)
    [   22.993169] audit: type=1327 audit(1743657385.520:16): proctitle="(systemd)"
    [   23.001149] audit: type=1334 audit(1743657385.520:17): prog-id=19 op=LOAD
    
    
    
    
    root@am62lxx-evm:~# ifconfig
    eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
            ether 44:6b:1f:2c:fe:5c  txqueuelen 1000  (Ethernet)
            RX packets 0  bytes 0 (0.0 B)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 0  bytes 0 (0.0 B)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
            inet 127.0.0.1  netmask 255.0.0.0
            inet6 ::1  prefixlen 128  scopeid 0x10<host>
            loop  txqueuelen 1000  (Local Loopback)
            RX packets 82  bytes 6928 (6.7 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 82  bytes 6928 (6.7 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig eth0 down
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig eth0 hw ether 76:ca:d8:61:71:70
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig eth0 up  
    [  121.699661] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [  121.709021] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig eth0   
    eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
            ether 76:ca:d8:61:71:70  txqueuelen 1000  (Ethernet)
            RX packets 0  bytes 0 (0.0 B)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 0  bytes 0 (0.0 B)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig eth0 
    eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
            ether 76:ca:d8:61:71:70  txqueuelen 1000  (Ethernet)
            RX packets 0  bytes 0 (0.0 B)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 0  bytes 0 (0.0 B)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig eth0 
    eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
            ether 76:ca:d8:61:71:70  txqueuelen 1000  (Ethernet)
            RX packets 0  bytes 0 (0.0 B)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 0  bytes 0 (0.0 B)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-evm:~# [  142.099174] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig eth0 
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet6 fe80::74ca:d8ff:fe61:7170  prefixlen 64  scopeid 0x20<link>
            ether 76:ca:d8:61:71:70  txqueuelen 1000  (Ethernet)
            RX packets 78  bytes 6564 (6.4 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 11  bytes 1601 (1.5 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig eth0 
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet6 fe80::74ca:d8ff:fe61:7170  prefixlen 64  scopeid 0x20<link>
            ether 76:ca:d8:61:71:70  txqueuelen 1000  (Ethernet)
            RX packets 161  bytes 13347 (13.0 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 16  bytes 2636 (2.5 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ethtool -s eth0
    root@am62lxx-evm:~# ethtool -S eth0                                                                                                                                                                                
    NIC statistics:
         p0_rx_good_frames: 0
         p0_rx_broadcast_frames: 0
         p0_rx_multicast_frames: 0
         p0_rx_crc_errors: 0
         p0_rx_oversized_frames: 0
         p0_rx_undersized_frames: 0
         p0_ale_drop: 0
         p0_ale_overrun_drop: 0
         p0_rx_octets: 0
         p0_tx_good_frames: 1458
         p0_tx_broadcast_frames: 1012
         p0_tx_multicast_frames: 446
         p0_tx_octets: 327178
         p0_tx_64B_frames: 866
         p0_tx_65_to_127B_frames: 213
         p0_tx_128_to_255B_frames: 74
         p0_tx_256_to_511B_frames: 180
         p0_tx_512_to_1023B_frames: 26
         p0_tx_1024B_frames: 99
         p0_net_octets: 327178
         p0_rx_bottom_fifo_drop: 0
         p0_rx_port_mask_drop: 0
         p0_rx_top_fifo_drop: 0
         p0_ale_rate_limit_drop: 0
         p0_ale_vid_ingress_drop: 0
         p0_ale_da_eq_sa_drop: 0
         p0_ale_block_drop: 0
         p0_ale_secure_drop: 0
         p0_ale_auth_drop: 0
         p0_ale_unknown_ucast: 0
         p0_ale_unknown_ucast_bytes: 0
         p0_ale_unknown_mcast: 0
         p0_ale_unknown_mcast_bytes: 0
         p0_ale_unknown_bcast: 0
         p0_ale_unknown_bcast_bytes: 0
         p0_ale_pol_match: 0
         p0_ale_pol_match_red: 0
         p0_ale_pol_match_yellow: 0
         p0_ale_mcast_sa_drop: 0
         p0_ale_dual_vlan_drop: 0
         p0_ale_len_err_drop: 0
         p0_ale_ip_next_hdr_drop: 0
         p0_ale_ipv4_frag_drop: 0
         p0_tx_mem_protect_err: 0
         p0_tx_pri0: 1450
         p0_tx_pri1: 0
         p0_tx_pri2: 0
         p0_tx_pri3: 0
         p0_tx_pri4: 0
         p0_tx_pri5: 8
         p0_tx_pri6: 0
         p0_tx_pri7: 0
         p0_tx_pri0_bcnt: 323254
         p0_tx_pri1_bcnt: 0
         p0_tx_pri2_bcnt: 0
         p0_tx_pri3_bcnt: 0
         p0_tx_pri4_bcnt: 0
         p0_tx_pri5_bcnt: 3924
         p0_tx_pri6_bcnt: 0
         p0_tx_pri7_bcnt: 0
         p0_tx_pri0_drop: 0
         p0_tx_pri1_drop: 0
         p0_tx_pri2_drop: 0
         p0_tx_pri3_drop: 0
         p0_tx_pri4_drop: 0
         p0_tx_pri5_drop: 0
         p0_tx_pri6_drop: 0
         p0_tx_pri7_drop: 0
         p0_tx_pri0_drop_bcnt: 0
         p0_tx_pri1_drop_bcnt: 0
         p0_tx_pri2_drop_bcnt: 0
         p0_tx_pri3_drop_bcnt: 0
         p0_tx_pri4_drop_bcnt: 0
         p0_tx_pri5_drop_bcnt: 0
         p0_tx_pri6_drop_bcnt: 0
         p0_tx_pri7_drop_bcnt: 0
         rx_good_frames: 3895
         rx_broadcast_frames: 1012
         rx_multicast_frames: 2762
         rx_pause_frames: 0
         rx_crc_errors: 0
         rx_align_code_errors: 0
         rx_oversized_frames: 0
         rx_jabber_frames: 0
         rx_undersized_frames: 0
         rx_fragments: 0
         ale_drop: 2437
         ale_overrun_drop: 0
         rx_octets: 739443
         tx_good_frames: 0
         tx_broadcast_frames: 0
         tx_multicast_frames: 0
         tx_pause_frames: 0
         tx_deferred_frames: 0
         tx_collision_frames: 0
         tx_single_coll_frames: 0
         tx_mult_coll_frames: 0
         tx_excessive_collisions: 0
         tx_late_collisions: 0
         rx_ipg_error: 0
         tx_carrier_sense_errors: 0
         tx_octets: 0
         tx_64B_frames: 2546
         tx_65_to_127B_frames: 533
         tx_128_to_255B_frames: 182
         tx_256_to_511B_frames: 361
         tx_512_to_1023B_frames: 73
         tx_1024B_frames: 200
         net_octets: 739443
         rx_bottom_fifo_drop: 0
         rx_port_mask_drop: 2437
         rx_top_fifo_drop: 0
         ale_rate_limit_drop: 0
         ale_vid_ingress_drop: 0
         ale_da_eq_sa_drop: 0
         ale_block_drop: 0
         ale_secure_drop: 0
         ale_auth_drop: 0
         ale_unknown_ucast: 121
         ale_unknown_ucast_bytes: 14000
         ale_unknown_mcast: 2762
         ale_unknown_mcast_bytes: 642273
         ale_unknown_bcast: 1012
         ale_unknown_bcast_bytes: 83170
         ale_pol_match: 3895
         ale_pol_match_red: 0
         ale_pol_match_yellow: 0
         ale_mcast_sa_drop: 0
         ale_dual_vlan_drop: 0
         ale_len_err_drop: 0
         ale_ip_next_hdr_drop: 0
         ale_ipv4_frag_drop: 0
         iet_rx_assembly_err: 0
         iet_rx_assembly_ok: 0
         iet_rx_smd_err: 0
         iet_rx_frag: 0
         iet_tx_hold: 0
         iet_tx_frag: 0
         tx_mem_protect_err: 0
         tx_pri0: 0
         tx_pri1: 0
         tx_pri2: 0
         tx_pri3: 0
         tx_pri4: 0
         tx_pri5: 0
         tx_pri6: 0
         tx_pri7: 0
         tx_pri0_bcnt: 0
         tx_pri1_bcnt: 0
         tx_pri2_bcnt: 0
         tx_pri3_bcnt: 0
         tx_pri4_bcnt: 0
         tx_pri5_bcnt: 0
         tx_pri6_bcnt: 0
         tx_pri7_bcnt: 0
         tx_pri0_drop: 0
         tx_pri1_drop: 0
         tx_pri2_drop: 0
         tx_pri3_drop: 0
         tx_pri4_drop: 0
         tx_pri5_drop: 0
         tx_pri6_drop: 0
         tx_pri7_drop: 0
         tx_pri0_drop_bcnt: 0
         tx_pri1_drop_bcnt: 0
         tx_pri2_drop_bcnt: 0
         tx_pri3_drop_bcnt: 0
         tx_pri4_drop_bcnt: 0
         tx_pri5_drop_bcnt: 0
         tx_pri6_drop_bcnt: 0
         tx_pri7_drop_bcnt: 0
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ethtool  eth0
    Settings for eth0:
            Supported ports: [ TP    MII ]
            Supported link modes:   10baseT/Half 10baseT/Full
                                    100baseT/Half 100baseT/Full
                                    1000baseT/Full
            Supported pause frame use: Symmetric
            Supports auto-negotiation: Yes
            Supported FEC modes: Not reported
            Advertised link modes:  10baseT/Half 10baseT/Full
                                    100baseT/Half 100baseT/Full
                                    1000baseT/Full
            Advertised pause frame use: Symmetric
            Advertised auto-negotiation: Yes
            Advertised FEC modes: Not reported
            Link partner advertised link modes:  10baseT/Half 10baseT/Full
                                                 100baseT/Half 100baseT/Full
                                                 1000baseT/Full
            Link partner advertised pause frame use: Symmetric
            Link partner advertised auto-negotiation: Yes
            Link partner advertised FEC modes: Not reported
            Speed: 1000Mb/s
            Duplex: Full
            Auto-negotiation: on
            master-slave cfg: preferred slave
            master-slave status: slave
            Port: Twisted Pair
            PHYAD: 0
            Transceiver: external
            MDI-X: Unknown
            Supports Wake-on: ubgs
            Wake-on: d
            SecureOn password: 00:00:00:00:00:00
            Current message level: 0x000020f7 (8439)
                                   drv probe link ifdown ifup rx_err tx_err hw
            Link detected: yes
    
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ifconfig eth0 
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet6 fe80::74ca:d8ff:fe61:7170  prefixlen 64  scopeid 0x20<link>
            ether 76:ca:d8:61:71:70  txqueuelen 1000  (Ethernet)
            RX packets 161  bytes 13347 (13.0 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 16  bytes 2636 (2.5 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ethtool -s eth0
    root@am62lxx-evm:~# ethtool -S eth0                                                                                                                                                                                
    NIC statistics:
         p0_rx_good_frames: 0
         p0_rx_broadcast_frames: 0
         p0_rx_multicast_frames: 0
         p0_rx_crc_errors: 0
         p0_rx_oversized_frames: 0
         p0_rx_undersized_frames: 0
         p0_ale_drop: 0
         p0_ale_overrun_drop: 0
         p0_rx_octets: 0
         p0_tx_good_frames: 1458
         p0_tx_broadcast_frames: 1012
         p0_tx_multicast_frames: 446
         p0_tx_octets: 327178
         p0_tx_64B_frames: 866
         p0_tx_65_to_127B_frames: 213
         p0_tx_128_to_255B_frames: 74
         p0_tx_256_to_511B_frames: 180
         p0_tx_512_to_1023B_frames: 26
         p0_tx_1024B_frames: 99
         p0_net_octets: 327178
         p0_rx_bottom_fifo_drop: 0
         p0_rx_port_mask_drop: 0
         p0_rx_top_fifo_drop: 0
         p0_ale_rate_limit_drop: 0
         p0_ale_vid_ingress_drop: 0
         p0_ale_da_eq_sa_drop: 0
         p0_ale_block_drop: 0
         p0_ale_secure_drop: 0
         p0_ale_auth_drop: 0
         p0_ale_unknown_ucast: 0
         p0_ale_unknown_ucast_bytes: 0
         p0_ale_unknown_mcast: 0
         p0_ale_unknown_mcast_bytes: 0
         p0_ale_unknown_bcast: 0
         p0_ale_unknown_bcast_bytes: 0
         p0_ale_pol_match: 0
         p0_ale_pol_match_red: 0
         p0_ale_pol_match_yellow: 0
         p0_ale_mcast_sa_drop: 0
         p0_ale_dual_vlan_drop: 0
         p0_ale_len_err_drop: 0
         p0_ale_ip_next_hdr_drop: 0
         p0_ale_ipv4_frag_drop: 0
         p0_tx_mem_protect_err: 0
         p0_tx_pri0: 1450
         p0_tx_pri1: 0
         p0_tx_pri2: 0
         p0_tx_pri3: 0
         p0_tx_pri4: 0
         p0_tx_pri5: 8
         p0_tx_pri6: 0
         p0_tx_pri7: 0
         p0_tx_pri0_bcnt: 323254
         p0_tx_pri1_bcnt: 0
         p0_tx_pri2_bcnt: 0
         p0_tx_pri3_bcnt: 0
         p0_tx_pri4_bcnt: 0
         p0_tx_pri5_bcnt: 3924
         p0_tx_pri6_bcnt: 0
         p0_tx_pri7_bcnt: 0
         p0_tx_pri0_drop: 0
         p0_tx_pri1_drop: 0
         p0_tx_pri2_drop: 0
         p0_tx_pri3_drop: 0
         p0_tx_pri4_drop: 0
         p0_tx_pri5_drop: 0
         p0_tx_pri6_drop: 0
         p0_tx_pri7_drop: 0
         p0_tx_pri0_drop_bcnt: 0
         p0_tx_pri1_drop_bcnt: 0
         p0_tx_pri2_drop_bcnt: 0
         p0_tx_pri3_drop_bcnt: 0
         p0_tx_pri4_drop_bcnt: 0
         p0_tx_pri5_drop_bcnt: 0
         p0_tx_pri6_drop_bcnt: 0
         p0_tx_pri7_drop_bcnt: 0
         rx_good_frames: 3895
         rx_broadcast_frames: 1012
         rx_multicast_frames: 2762
         rx_pause_frames: 0
         rx_crc_errors: 0
         rx_align_code_errors: 0
         rx_oversized_frames: 0
         rx_jabber_frames: 0
         rx_undersized_frames: 0
         rx_fragments: 0
         ale_drop: 2437
         ale_overrun_drop: 0
         rx_octets: 739443
         tx_good_frames: 0
         tx_broadcast_frames: 0
         tx_multicast_frames: 0
         tx_pause_frames: 0
         tx_deferred_frames: 0
         tx_collision_frames: 0
         tx_single_coll_frames: 0
         tx_mult_coll_frames: 0
         tx_excessive_collisions: 0
         tx_late_collisions: 0
         rx_ipg_error: 0
         tx_carrier_sense_errors: 0
         tx_octets: 0
         tx_64B_frames: 2546
         tx_65_to_127B_frames: 533
         tx_128_to_255B_frames: 182
         tx_256_to_511B_frames: 361
         tx_512_to_1023B_frames: 73
         tx_1024B_frames: 200
         net_octets: 739443
         rx_bottom_fifo_drop: 0
         rx_port_mask_drop: 2437
         rx_top_fifo_drop: 0
         ale_rate_limit_drop: 0
         ale_vid_ingress_drop: 0
         ale_da_eq_sa_drop: 0
         ale_block_drop: 0
         ale_secure_drop: 0
         ale_auth_drop: 0
         ale_unknown_ucast: 121
         ale_unknown_ucast_bytes: 14000
         ale_unknown_mcast: 2762
         ale_unknown_mcast_bytes: 642273
         ale_unknown_bcast: 1012
         ale_unknown_bcast_bytes: 83170
         ale_pol_match: 3895
         ale_pol_match_red: 0
         ale_pol_match_yellow: 0
         ale_mcast_sa_drop: 0
         ale_dual_vlan_drop: 0
         ale_len_err_drop: 0
         ale_ip_next_hdr_drop: 0
         ale_ipv4_frag_drop: 0
         iet_rx_assembly_err: 0
         iet_rx_assembly_ok: 0
         iet_rx_smd_err: 0
         iet_rx_frag: 0
         iet_tx_hold: 0
         iet_tx_frag: 0
         tx_mem_protect_err: 0
         tx_pri0: 0
         tx_pri1: 0
         tx_pri2: 0
         tx_pri3: 0
         tx_pri4: 0
         tx_pri5: 0
         tx_pri6: 0
         tx_pri7: 0
         tx_pri0_bcnt: 0
         tx_pri1_bcnt: 0
         tx_pri2_bcnt: 0
         tx_pri3_bcnt: 0
         tx_pri4_bcnt: 0
         tx_pri5_bcnt: 0
         tx_pri6_bcnt: 0
         tx_pri7_bcnt: 0
         tx_pri0_drop: 0
         tx_pri1_drop: 0
         tx_pri2_drop: 0
         tx_pri3_drop: 0
         tx_pri4_drop: 0
         tx_pri5_drop: 0
         tx_pri6_drop: 0
         tx_pri7_drop: 0
         tx_pri0_drop_bcnt: 0
         tx_pri1_drop_bcnt: 0
         tx_pri2_drop_bcnt: 0
         tx_pri3_drop_bcnt: 0
         tx_pri4_drop_bcnt: 0
         tx_pri5_drop_bcnt: 0
         tx_pri6_drop_bcnt: 0
         tx_pri7_drop_bcnt: 0
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# 
    root@am62lxx-evm:~# ethtool  eth0
    Settings for eth0:
            Supported ports: [ TP    MII ]
            Supported link modes:   10baseT/Half 10baseT/Full
                                    100baseT/Half 100baseT/Full
                                    1000baseT/Full
            Supported pause frame use: Symmetric
            Supports auto-negotiation: Yes
            Supported FEC modes: Not reported
            Advertised link modes:  10baseT/Half 10baseT/Full
                                    100baseT/Half 100baseT/Full
                                    1000baseT/Full
            Advertised pause frame use: Symmetric
            Advertised auto-negotiation: Yes
            Advertised FEC modes: Not reported
            Link partner advertised link modes:  10baseT/Half 10baseT/Full
                                                 100baseT/Half 100baseT/Full
                                                 1000baseT/Full
            Link partner advertised pause frame use: Symmetric
            Link partner advertised auto-negotiation: Yes
            Link partner advertised FEC modes: Not reported
            Speed: 1000Mb/s
            Duplex: Full
            Auto-negotiation: on
            master-slave cfg: preferred slave
            master-slave status: slave
            Port: Twisted Pair
            PHYAD: 0
            Transceiver: external
            MDI-X: Unknown
            Supports Wake-on: ubgs
            Wake-on: d
            SecureOn password: 00:00:00:00:00:00
            Current message level: 0x000020f7 (8439)
                                   drv probe link ifdown ifup rx_err tx_err hw
            Link detected: yes
    


    It will be really helpfull if we can solve this issue.

    --Thanks
    Dheeraj k

  • Hi Dheeraj, 

    To generate traffic, I attempted to ping from the board; however, since the board is not getting an IP address assigned, I wasn’t able to capture any packets. Based on my understanding, this might be expected behavior when no IP is assigned, but I would appreciate your input on whether I’m approaching this correctly or if there’s anything else I should try.

    Thanks for setting up Wireshark. To clarify, you don't need to explicitly generate traffic with ping since Wireshark is like a network sniffer so it will simply capture any traffic that is out on the line. For obtaining an IP address via DHCP, this means the DHCP server (as long as you have set it up to be working) will initiate a DHCP request to the device that is trying to obtain an IP address. This request should be captured on Wireshark automatically.

     Ethernet interface of the host PC that is connected to your EVM to view the packets that have been sent and received from the host PC side.
    Are u expecting me to make my Host PC static and connect my board ethernet port to HOST PC and check by sending packets through Static mode?
    I connected the board to my LAN Ethernet port, selected the appropriate Ethernet interface in Wireshark, and started capturing.

    Can you explain what you mean by "Static mode"? What I meant with my statement before is simply select the Ethernet interface that is connected to your EVM which sounds like what you have already done. 

    As another check, can you share the results of "ethtool -S eth0" (when eth0 is the enabled port) when the IP address failed to be obtained? The goal is to check if there are any RX errors. 
    Kindly check the below attached boot prints.

    Your rx stats from this output indicate that some good packets were received from the host PC and no crc errors resulting in dropped packets were observed (this is good). However, my suspicion is that somehow the DHCP request and offer from your DHCP server never came through.

    Additionally, if you are using a host PC running a DHCP server, is the host PC a Linux machine? 

    Can you confirm the above? If it is a Linux machine and you are using isc-dhcp-server, what is the result of "systemctl status isc-dhcp-server"?

    -Daolin

  • Hello Daolin,

    Additionally, if you are using a host PC running a DHCP server, is the host PC a Linux machine? 

    Yes im using Linux Machine. And the result of "systemctl status isc-dhcp-server" is below.




    What Does it mean.I'm a bit confused here this issue is not faced in your side when disabling an ethernet port and testing ? If yes could you please explain your board setup.And i faced the same issue while testing on windows pc also .

    Is there any other ouptut you want me share ? How to solve this issue ,it would be really helpfull if you can help me out here to solve this ethernet issue , because our board only supports one ethernet through carrier card and it is failing assign IP.

    Thanks,
    Dheeraj K

  • Hi Dheeraj, 

    What Does it mean.I'm a bit confused here this issue is not faced in your side when disabling an ethernet port and testing ? If yes could you please explain your board setup.And i faced the same issue while testing on windows pc also .

    Your isc-dhcp-server status should be showing as "Active: running" in order for your DHCP server to work properly. The logs should also indicate that IP addresses have been offered to the connected devices. Since the status is actually showing as "Active: failed" on your host Linux PC, it would mean your DHCP is not actually running properly, resulting in no IP addresses being assigned to your board under test. 

    Can you run "sudo systemctl restart isc-dhcp-server" and then check "systemctl status isc-dhcp-server" again? I'm hoping to see if the status is "Active: running" after you restart your DHCP server.

    -Daolin

  • Hello Daolin,

    I have tried restart and again status check still it is showing the same . It seems to me that this is not the issue because when both port is enabled and ip will be assigned at that moment also dhcp-server fails.

    FYI : I have just connected my board to the HOST PC for the debug prints to be seen on Terminal . The Ethernet cable is connected to the port from my LAN port which is working properly for other Boards(AM62A CPU).

    could you please explain your board setup when the issue is not faced from your side by disabling an ethernet port.


    -Dheeraj

  • Hi Dheeraj,

    could you please explain your board setup when the issue is not faced from your side by disabling an ethernet port.

    I have not yet tested on an AM62L EVM disabling an Ethernet port through DTS. I plan to try and reproduce the issue tomorrow and will let you know what I find.

    I have tried restart and again status check still it is showing the same . It seems to me that this is not the issue because when both port is enabled and ip will be assigned at that moment also dhcp-server fails.

    FYI : I have just connected my board to the HOST PC for the debug prints to be seen on Terminal . The Ethernet cable is connected to the port from my LAN port which is working properly for other Boards(AM62A CPU).

    When both Ethernet ports were kept enabled and you were able to obtain an IP address for both ports from your DHCP server, was your DHCP server also in a failed status? An IP address assigned via DHCP is only really possible if your DHCP server is operating correctly. If your DHCP server is on your Host PC then the isc-dhcp-server should be working to obtain an IP address. 

    When you say "LAN port" do you mean you have a switch in between your board under test and your Host PC? Up until now, I was assuming your test setup is a direct connection between your board and host PC, is this correct?

    -Daolin

  • Hi Daolin,

    When you say "LAN port" do you mean you have a switch in between your board under test and your Host PC? Up until now, I was assuming your test setup is a direct connection between your board and host PC, is this correct?

    The setup involves a system with multiple LAN Ethernet ports, allowing Ethernet cables to be connected to various interfaces requiring internet access. In this case, one Ethernet cable is connected to my CPU to provide internet access to the host PC, and another Ethernet cable is connected to the board under test. This configuration enables both the PC and the board to access the network independently. To clarify, there is no switch between the host PC and the board they are connected separately through individual LAN ports. The Ethernet port in use for the board has already been verified with other boards and has consistently worked without issues, so I am confident that the port and cable are functioning correctly. I hope this helps clarify the test setup for your understanding.

    I have not yet tested on an AM62L EVM disabling an Ethernet port through DTS. I plan to try and reproduce the issue tomorrow and will let you know what I find.

    Okay please let me know what can be done next to solve this issue.

    --Dheeraj

  • Hi Dheeraj,

    Here are the steps I took to try and replicate:

    1. Flash the "tisdk-default-image-am62lxx-evm-11.00.05.02.rootfs.wix.xz" to an SD card and verify the default DTS boots into Linux

    2. Connect eth0 directly to my host PC running the isc-dhcp-server (DHCP server) which is actively running. An IP address was successfully assigned to eth0 and that communication works. My host PC is 172.168.1.1 and eth0 is 172.168.1.194

    root@am62lxx-evm:~# [ 4492.082022] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    
    root@am62lxx-evm:~# ifconfig
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
           inet 172.168.1.194 netmask 255.255.255.0 broadcast 172.168.1.255
           inet6 fe80::466b:1fff:fe2c:fcf8 prefixlen 64 scopeid 0x20<link>
           ether 44:6b:1f:2c:fc:f8 txqueuelen 1000 (Ethernet)
           RX packets 6 bytes 926 (926.0 B)
           RX errors 0 dropped 0 overruns 0 frame 0
           TX packets 30 bytes 4490 (4.3 KiB)
           TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    
    eth1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
           ether 32:80:92:0c:e3:1c txqueuelen 1000 (Ethernet)
           RX packets 0 bytes 0 (0.0 B)
           RX errors 0 dropped 0 overruns 0 frame 0
           TX packets 0 bytes 0 (0.0 B)
           TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    
    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
           inet 127.0.0.1 netmask 255.0.0.0
           inet6 ::1 prefixlen 128 scopeid 0x10<host>
           loop txqueuelen 1000 (Local Loopback)
           RX packets 20 bytes 2314 (2.2 KiB)
           RX errors 0 dropped 0 overruns 0 frame 0
           TX packets 20 bytes 2314 (2.2 KiB)
           TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    
    root@am62lxx-evm:~# ping 172.168.1.1
    PING 172.168.1.1 (172.168.1.1) 56(84) bytes of data.
    64 bytes from 172.168.1.1: icmp_seq=1 ttl=64 time=0.444 ms
    64 bytes from 172.168.1.1: icmp_seq=2 ttl=64 time=0.577 ms
    64 bytes from 172.168.1.1: icmp_seq=3 ttl=64 time=0.444 ms
    ^C
    --- 172.168.1.1 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2039ms
    rtt min/avg/max/mdev = 0.444/0.488/0.577/0.062 ms

    ~$ systemctl status isc-dhcp-server
    ● isc-dhcp-server.service - ISC DHCP IPv4 server
        Loaded: loaded (/lib/systemd/system/isc-dhcp-server.service; enabled; vendor preset: enabled)
        Active: active (running) since Mon 2025-04-07 12:52:22 CDT; 2 days ago
          Docs: man:dhcpd(8)
      Main PID: 9148 (dhcpd)
         Tasks: 4 (limit: 18644)
        Memory: 4.8M
           CPU: 1.055s
        CGroup: /system.slice/isc-dhcp-server.service
                └─9148 dhcpd -user dhcpd -group dhcpd -f -4 -pf /run/dhcp-server/dhcpd.pid -cf /etc/dhcp/dhcpd.conf enp3s0
    
    Apr 09 17:34:46 a0500327ws dhcpd[9148]: DHCPDISCOVER from 2e:40:46:1c:82:3a via enp3s0
    Apr 09 17:34:47 a0500327ws dhcpd[9148]: ns1.example.org: host unknown.
    Apr 09 17:34:47 a0500327ws dhcpd[9148]: ns2.example.org: host unknown.
    Apr 09 17:34:47 a0500327ws dhcpd[9148]: DHCPOFFER on 172.168.1.199 to 2e:40:46:1c:82:3a (am62lxx-evm) via enp3s0
    Apr 09 17:34:47 a0500327ws dhcpd[9148]: DHCPREQUEST for 172.168.1.199 (172.168.1.1) from 2e:40:46:1c:82:3a (am62lxx-evm) via enp3s0
    Apr 09 17:34:47 a0500327ws dhcpd[9148]: DHCPACK on 172.168.1.199 to 2e:40:46:1c:82:3a (am62lxx-evm) via enp3s0
    Apr 09 17:39:47 a0500327ws dhcpd[9148]: DHCPREQUEST for 172.168.1.199 from 2e:40:46:1c:82:3a (am62lxx-evm) via enp3s0
    Apr 09 17:39:47 a0500327ws dhcpd[9148]: ns1.example.org: host unknown.
    Apr 09 17:39:47 a0500327ws dhcpd[9148]: ns2.example.org: host unknown.
    Apr 09 17:39:47 a0500327ws dhcpd[9148]: DHCPACK on 172.168.1.199 to 2e:40:46:1c:82:3a (am62lxx-evm) via enp3s0

    3. Remove the eth0 connection and connect eth1 to host PC and checked that an IP address was successfully assigned to eth1 and communication works. eth1 is 172.168.1.195.

    root@am62lxx-evm:~# [ 4509.281419] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    [ 4513.506579] am65-cpsw-nuss 8000000.ethernet eth1: Link is Up - 1Gbps/Full - flow control rx/tx
    
    root@am62lxx-evm:~# ifconfig
    eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
           inet6 fe80::466b:1fff:fe2c:fcf8 prefixlen 64 scopeid 0x20<link>
           ether 44:6b:1f:2c:fc:f8 txqueuelen 1000 (Ethernet)
           RX packets 10 bytes 1280 (1.2 KiB)
           RX errors 0 dropped 0 overruns 0 frame 0
           TX packets 39 bytes 5483 (5.3 KiB)
           TX errors 0 dropped 3 overruns 0 carrier 0 collisions 0
    
    eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
           inet 172.168.1.195 netmask 255.255.255.0 broadcast 172.168.1.255
           inet6 fe80::3080:92ff:fe0c:e31c prefixlen 64 scopeid 0x20<link>
           ether 32:80:92:0c:e3:1c txqueuelen 1000 (Ethernet)
           RX packets 6 bytes 926 (926.0 B)
           RX errors 0 dropped 0 overruns 0 frame 0
           TX packets 36 bytes 5216 (5.0 KiB)
           TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    
    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
           inet 127.0.0.1 netmask 255.0.0.0
           inet6 ::1 prefixlen 128 scopeid 0x10<host>
           loop txqueuelen 1000 (Local Loopback)
           RX packets 20 bytes 2314 (2.2 KiB)
           RX errors 0 dropped 0 overruns 0 frame 0
           TX packets 20 bytes 2314 (2.2 KiB)
           TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    
    root@am62lxx-evm:~# ping 172.168.1.1
    PING 172.168.1.1 (172.168.1.1) 56(84) bytes of data.
    64 bytes from 172.168.1.1: icmp_seq=1 ttl=64 time=0.416 ms
    64 bytes from 172.168.1.1: icmp_seq=2 ttl=64 time=0.407 ms
    64 bytes from 172.168.1.1: icmp_seq=3 ttl=64 time=0.442 ms
    ^C
    --- 172.168.1.1 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2038ms
    rtt min/avg/max/mdev = 0.407/0.421/0.442/0.014 ms
    root@am62lxx-evm:~# [ 4529.633666] am65-cpsw-nuss 8000000.ethernet eth1: Link is Down
    
    root@am62lxx-evm:~# uname -a
    Linux am62lxx-evm 6.12.13-ti-g1a2d611ee02d #1 SMP PREEMPT Wed Feb 26 17:29:25 UTC 2025 aarch64 GNU/Linux

    4. Change the k3-am62l3-evm.dts to disable $cpsw_port1 (exactly as you have done). Build the dtb and copy into SD card.

    &cpsw3g {
        pinctrl-names = "default";
        pinctrl-0 = <&rgmii1_pins_default>,
                <&rgmii2_pins_default>;
    };
    
    &cpsw_port1 {
        phy-mode = "rgmii-rxid";
        phy-handle = <&cpsw3g_phy0>;
        status = "disabled";
    };
    
    &cpsw_port2 {
        phy-mode = "rgmii-rxid";
        phy-handle = <&cpsw3g_phy1>;
    };
    
    &cpsw3g_mdio {
        pinctrl-names = "default";
        pinctrl-0 = <&mdio1_pins_default>;
        status = "okay";
    
        cpsw3g_phy0: ethernet-phy@0 {
            reg = <0>;
            ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
            ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
            ti,min-output-impedance;
        };
    
        cpsw3g_phy1: ethernet-phy@1 {
            reg = <1>;
            ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
            ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
            ti,min-output-impedance;
        };
    };

    5. Booted into Linux with the modified DTS and tested step 2. eth0 was assigned with 172.168.1.199. This appears to be working, see logs below. 

    NOTICE:  bl1_plat_arch_setup arch setup 
    NOTICE:  Booting Trusted Firmware
    NOTICE:  BL1: v2.12.0(release):11.00.04-10-gdd46885ec-dirty
    NOTICE:  BL1: Built : 05:00:39, Feb 26 2025
    NOTICE:  lpdd4_init <-- 
    NOTICE:  DDR ram size =80000000 
    NOTICE:  bl1_platform_setup DDR init done
    NOTICE:  k3_bl1_handoff ENTERING WFI - end of bl1
    NOTICE:  BL31: v2.12.0(release):11.00.04-10-gdd46885ec-dirty
    NOTICE:  BL31: Built : 05:00:39, Feb 26 2025
    ERROR:   Failed to get response (-19)
    ERROR:   Transfer send failed (-19)
    ERROR:   Agent 0 Protocol 0x10 Message 0x7: not supported
    
    U-Boot SPL 2025.01-00253-g9a3137c5c11a (Feb 26 2025 - 17:07:57 +0000)
    SPL initial stack usage: 1872 bytes
    Trying to boot from MMC2
    ERROR:   Agent 0 Protocol 0x10 Message 0x7: not supported
    
    
    U-Boot 2025.01-00253-g9a3137c5c11a (Feb 26 2025 - 17:07:57 +0000)
    
    SoC:   AM62LX SR1.0 HS-FS
    Model: Texas Instruments AM62L3 Evaluation Module
    DRAM:  2 GiB
    ERROR:   Agent 0 Protocol 0x10 Message 0x7: not supported
    Core:  66 devices, 28 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    Net:   eth0: ethernet@8000000port@1
    Warning: ethernet@8000000port@2 (eth1) using random MAC address - 0a:01:c3:3c:d9:d2
    , 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
    610 bytes read in 1 ms (595.7 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    21250560 bytes read in 837 ms (24.2 MiB/s)
    45898 bytes read in 5 ms (8.8 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 000000008fef1000, end 000000008fffffff ... OK
    Working FDT set to 8fef1000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.12.13-ti-g1a2d611ee02d (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP PREEMPT Wed Feb 26 17:29:25 UTC 2025
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments AM62L3 Evaluation Module
    [    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: 0x0000000080200000..0x00000000809fffff (8192 KiB) nomap non-reusable optee@80200000
    [    0.000000] OF: reserved mem: 0x0000000080000000..0x00000000801fffff (2048 KiB) nomap non-reusable tfa@80000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x00000000809fffff]
    [    0.000000]   node   0: [mem 0x0000000080a00000-0x00000000ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000] cma: Reserved 32 MiB at 0x00000000fba00000 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: MIGRATE_INFO_TYPE not supported.
    [    0.000000] psci: SMC Calling Convention v1.5
    [    0.000000] percpu: Embedded 22 pages/cpu s51288 r8192 d30632 u90112
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS0,115200n8 vt.global_cursor_default=0 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 0x00000000fb500000-0x00000000fb700000] (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 event tracing is enabled.
    [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
    [    0.000000]  Trampoline variant of Tasks RCU enabled.
    [    0.000000]  Tracing variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [    0.000000] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
    [    0.000000] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_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: 960 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: gic_handle_irq
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=0
    [    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 @81400000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080c40000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080c50000
    [    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.008607] Console: colour dummy device 80x25
    [    0.013205] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023866] pid_max: default: 32768 minimum: 301
    [    0.028671] LSM: initializing lsm=capability
    [    0.033170] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.040738] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.064877] rcu: Hierarchical SRCU implementation.
    [    0.069806] rcu:     Max phase no-delay instances is 1000.
    [    0.075348] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
    [    0.084065] EFI services will not be available.
    [    0.092754] smp: Bringing up secondary CPUs ...
    [    0.101729] Detected VIPT I-cache on CPU1
    [    0.101830] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000
    [    0.101849] GICv3: CPU1: using allocated LPI pending table @0x0000000080c60000
    [    0.101901] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.102091] smp: Brought up 1 node, 2 CPUs
    [    0.131442] SMP: Total of 2 processors activated.
    [    0.136249] CPU: All CPU(s) started at EL2
    [    0.140446] CPU features: detected: 32-bit EL0 Support
    [    0.145694] CPU features: detected: CRC32 instructions
    [    0.150993] alternatives: applying system-wide alternatives
    [    0.157279] Memory: 1981348K/2097152K available (12352K kernel code, 1232K rwdata, 4440K rodata, 2624K init, 604K bss, 75064K reserved, 32768K cma-reserved)
    [    0.172766] devtmpfs: initialized
    [    0.182755] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.192743] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.200753] 27408 pages in range for non-PLT usage
    [    0.200781] 518928 pages in range for PLT usage
    [    0.206090] pinctrl core: initialized pinctrl subsystem
    [    0.216516] DMI not present or invalid.
    [    0.222680] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.230118] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.238120] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.247012] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.255241] audit: initializing netlink subsys (disabled)
    [    0.261216] audit: type=2000 audit(0.204:1): state=initialized audit_enabled=0 res=1
    [    0.261699] thermal_sys: Registered thermal governor 'step_wise'
    [    0.269166] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.275361] cpuidle: using governor menu
    [    0.286245] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.293256] ASID allocator initialised with 65536 entries
    [    0.304565] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [    0.316056] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20020000/tps6598x@3f/connector
    [    0.328106] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.337987] /bus@f0000/i2c@20020000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    0.350027] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.362539] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20020000/tps6598x@3f/connector
    [    0.375163] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.385165] /bus@f0000/i2c@20020000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    0.397747] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    0.407673] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.418688] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi
    [    0.427942] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    0.438902] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.445868] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.452266] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.459194] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.465591] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.472517] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.478913] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.485838] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.494675] k3-chipinfo 43000014.chipid: Family:AM62LX rev:SR1.0 JTAGID[0x0bba702f] Detected
    [    0.507447] iommu: Default domain type: Translated
    [    0.512372] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.519068] SCSI subsystem initialized
    [    0.523423] usbcore: registered new interface driver usbfs
    [    0.529062] usbcore: registered new interface driver hub
    [    0.534531] usbcore: registered new device driver usb
    [    0.540185] pps_core: LinuxPPS API ver. 1 registered
    [    0.545263] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.554598] PTP clock support registered
    [    0.558632] EDAC MC: Ver: 3.0.0
    [    0.562300] scmi_core: SCMI protocol bus registered
    [    0.567724] FPGA manager framework
    [    0.571309] Advanced Linux Sound Architecture Driver Initialized.
    [    0.578547] vgaarb: loaded
    [    0.581822] clocksource: Switched to clocksource arch_sys_counter
    [    0.588421] VFS: Disk quotas dquot_6.6.0
    [    0.592481] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.606847] NET: Registered PF_INET protocol family
    [    0.612126] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.621293] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [    0.630122] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.638058] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.646244] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.654292] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.661198] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.668126] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.675634] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.682061] RPC: Registered named UNIX socket transport module.
    [    0.688145] RPC: Registered udp transport module.
    [    0.692948] RPC: Registered tcp transport module.
    [    0.697747] RPC: Registered tcp-with-tls transport module.
    [    0.703353] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.709944] PCI: CLS 0 bytes, default 64
    [    0.715189] Initialise system trusted keyrings
    [    0.720085] workingset: timestamp_bits=46 max_order=19 bucket_order=0
    [    0.727081] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.733480] NFS: Registering the id_resolver key type
    [    0.738718] Key type id_resolver registered
    [    0.742996] Key type id_legacy registered
    [    0.747114] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.753959] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.814370] Key type asymmetric registered
    [    0.818578] Asymmetric key parser 'x509' registered
    [    0.823664] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.831223] io scheduler mq-deadline registered
    [    0.835848] io scheduler kyber registered
    [    0.839983] io scheduler bfq registered
    [    0.857356] pinctrl-single 4084000.pinctrl: 8192 pins, size 32768
    [    0.865635] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.873605] ti-udma-am62l 485c4000.dma-controller: Number of rings: 144
    [    0.880546] ti-udma-am62l 485c4000.dma-controller: Channels: 144 (bchan: 16, tchan + rchan: 128)
    [    0.896415] ti-udma-am62l 485c0000.dma-controller: Number of rings: 112
    [    0.903359] ti-udma-am62l 485c0000.dma-controller: Channels: 97 (tchan + rchan: 97)
    [    0.919598] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.935223] loop: module loaded
    [    0.939578] megasas: 07.727.03.00-rc1
    [    0.947347] tun: Universal TUN/TAP device driver, 1.6
    [    0.953757] VFIO - User Level meta-driver version: 0.3
    [    0.960124] usbcore: registered new interface driver usb-storage
    [    0.966939] i2c_dev: i2c /dev entries driver
    [    0.972339] sdhci: Secure Digital Host Controller Interface driver
    [    0.978708] sdhci: Copyright(c) Pierre Ossman
    [    0.983378] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.991717] arm-scmi arm-scmi.0.auto: Using scmi_smc_transport
    [    0.997776] arm-scmi arm-scmi.0.auto: SCMI max-rx-timeout: 30ms
    [    1.004104] scmi_protocol scmi_dev.1: Enabled polling mode TX channel - prot_id:16
    [    1.012176] arm-scmi arm-scmi.0.auto: SCMI Notifications - Core Enabled.
    [    1.019116] arm-scmi arm-scmi.0.auto: SCMI Protocol v2.0 'Texas:Instruments' Firmware version 0x0
    [    1.050933] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    1.059991] usbcore: registered new interface driver usbhid
    [    1.065757] usbhid: USB HID core driver
    [    1.070691] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
    [    1.080871] optee: probing for conduit method.
    [    1.085464] optee: api uid mismatch
    [    1.089039] optee firmware:optee: probe with driver optee failed with error -22
    [    1.098254] NET: Registered PF_PACKET protocol family
    [    1.103545] Key type dns_resolver registered
    [    1.115970] registered taskstats version 1
    [    1.120329] Loading compiled-in X.509 certificates
    [    1.171566] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.179063] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.186147] pca953x 1-0022: using AI
    [    1.209214] pca953x 1-0023: supply vcc not found, using dummy regulator
    [    1.216171] pca953x 1-0023: using AI
    [    1.222200] /connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    1.231467] /bus@f0000/dss@30200000: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
    [    1.241398] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /connector-hdmi
    [    1.250613] /bus@f0000/i2c@20010000/bridge-hdmi@3b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
    [    1.260989] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
    [    1.268727] /bus@f0000/i2c@20020000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    1.280910] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    1.288366] printk: legacy console [ttyS0] disabled
    [    1.293761] 2800000.serial: ttyS0 at MMIO 0x2800000 (irq = 242, base_baud = 3000000) is a 8250
    [    1.302662] printk: legacy console [ttyS0] enabled
    [    1.302662] printk: legacy console [ttyS0] enabled
    [    1.312413] printk: legacy bootconsole [ns16550a0] disabled
    [    1.312413] printk: legacy bootconsole [ns16550a0] disabled
    [    1.327755] 2810000.serial: ttyS1 at MMIO 0x2810000 (irq = 243, base_baud = 3000000) is a 8250
    [    1.339726] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [    1.346744] Creating 7 MTD partitions on "fc40000.spi.0":
    [    1.352143] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    1.359111] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    1.365947] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    1.372705] 0x000000680000-0x0000006c0000 : "ospi.env"
    [    1.379179] 0x0000006c0000-0x000000700000 : "ospi.env.backup"
    [    1.386451] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    1.393244] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    1.414071] spi-nand spi0.3: Winbond SPI NAND was found.
    [    1.419418] spi-nand spi0.3: 128 MiB, block size: 128 KiB, page size: 2048, OOB size: 64
    [    1.428025] 7 fixed-partitions partitions found on MTD device spi0.3
    [    1.434413] Creating 7 MTD partitions on "spi0.3":
    [    1.439211] 0x000000000000-0x000000080000 : "ospi_nand.tiboot3"
    [    1.446892] 0x000000080000-0x000000280000 : "ospi_nand.tispl"
    [    1.455308] 0x000000280000-0x000000680000 : "ospi_nand.u-boot"
    [    1.464746] 0x000000680000-0x0000006c0000 : "ospi_nand.env"
    [    1.471953] 0x0000006c0000-0x000000700000 : "ospi_nand.env.backup"
    [    1.479896] 0x000002000000-0x000007fe0000 : "ospi_nand.rootfs"
    [    1.537089] 0x000007fe0000-0x000008000000 : "ospi_nand.phypattern"
    [    1.593837] davinci_mdio 8000f00.mdio: davinci mdio revision 17.7, bus freq 1000000
    [    2.551757] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    2.559880] davinci_mdio 8000f00.mdio: phy[1]: device 8000f00.mdio:01, driver TI DP83867
    [    2.568030] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00103, cpsw version 0x6BA80103 Ports: 3 quirks:00000002
    [    2.580943] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    [    2.587347] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    2.594489] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [    2.602515] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010d, freq:250000000, add_val:3 pps:0
    [    2.622543] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 96
    [    2.631546] /bus@f0000/i2c@20020000/tps6598x@3f/connector: Fixed dependency cycle(s) with /bus@f0000/dwc3-usb@f900000/usb@31000000
    [    2.643659] /bus@f0000/dwc3-usb@f900000/usb@31000000: Fixed dependency cycle(s) with /bus@f0000/i2c@20020000/tps6598x@3f/connector
    [    2.658660] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [    2.664228] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
    [    2.672067] xhci-hcd xhci-hcd.1.auto: USB3 root hub has no ports
    [    2.678077] xhci-hcd xhci-hcd.1.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [    2.687523] xhci-hcd xhci-hcd.1.auto: irq 257, io mem 0x31100000
    [    2.694538] hub 1-0:1.0: USB hub found
    [    2.698345] hub 1-0:1.0: 1 port detected
    [    2.704437] mmc0: CQHCI version 5.10
    [    2.704437] mmc1: CQHCI version 5.10
    [    2.705664] input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [    2.719820] clk: Disabling unused clocks
    [    2.727754] PM: genpd: Disabling unused power domains
    [    2.733036] ALSA device list:
    [    2.736015]   No soundcards found.
    [    2.753867] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    2.754408] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    2.769256] Waiting for root device PARTUUID=076c4a2a-02...
    [    2.813108] mmc0: Command Queue Engine enabled
    [    2.817675] mmc0: new high speed MMC card at address 0001
    [    2.826069] mmc1: new high speed SDHC card at address aaaa
    [    2.828023] mmcblk0: mmc0:0001 0IM20E 29.6 GiB
    [    2.832441] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
    [    2.838593]  mmcblk0: p1 p2
    [    2.844006] mmcblk0boot0: mmc0:0001 0IM20E 31.5 MiB
    [    2.849176]  mmcblk1: p1 p2
    [    2.850659] mmcblk0boot1: mmc0:0001 0IM20E 31.5 MiB
    [    2.858341] mmcblk0rpmb: mmc0:0001 0IM20E 4.00 MiB, chardev (239:0)
    [    3.155115] EXT4-fs (mmcblk1p2): mounted filesystem bd34faeb-624f-4d71-a4bf-7110347be317 r/w with ordered data mode. Quota mode: none.
    [    3.167347] VFS: Mounted root (ext4 filesystem) on device 179:34.
    [    3.176913] devtmpfs: mounted
    [    3.181249] Freeing unused kernel memory: 2624K
    [    3.185892] Run /sbin/init as init process
    [    3.717670] systemd[1]: System time before build time, advancing clock.
    [    3.809953] NET: Registered PF_INET6 protocol family
    [    3.816235] Segment Routing with IPv6
    [    3.820010] In-situ OAM (IOAM) with IPv6
    [    3.886645] 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 -)
    [    3.918567] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2025.01!
    
    [    3.948056] systemd[1]: Hostname set to <am62lxx-evm>.
    [    4.292538] systemd[1]: Configuration file /usr/lib/systemd/system/ti-lvgl-demo.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    4.429912] 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.
    [    4.575037] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the .
    [    4.685150] systemd[1]: Queued start job for default target Graphical Interface.
    [    4.724727] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    4.744607] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    4.764597] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    4.783947] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    4.802487] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    4.822441] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    4.842184] systemd[1]: Expecting device /dev/ttyS0...
             Expecting device /dev/ttyS0...
    [    4.858268] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    4.874155] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    4.890145] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    4.906185] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    4.966263] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    4.986249] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    5.012951] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    5.030637] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    5.051641] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    5.070988] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    5.090982] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    5.107202] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    5.132238] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    5.150846] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    5.170955] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    5.218427] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    5.229389] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    5.266703] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    5.286842] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [    5.308878] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    5.330990] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    5.374759] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    5.403563] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    5.423964] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    5.475159] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    5.520010] fuse: init (API version 7.41)
    [    5.526779] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    5.542499] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [    5.582904] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    5.618992] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    5.672626] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network units from Kernel command line...
    [    5.708967] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    5.732456] cryptodev: loading out-of-tree module taints kernel.
    [    5.740875] sysctl table check failed: ioctl/(null) procname is null
    [    5.750740] systemd-journald[113]: Collecting audit messages is enabled.
    [    5.759474] sysctl table check failed: ioctl/(null) No proc_handler
    [    5.769951] cryptodev: driver 1.14 loaded.
    [    5.786921] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    5.833587] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    5.855073] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.[    5.896281] EXT4-fs (mmcblk1p2): re-mounted bd34faeb-624f-4d71-a4bf-7110347be317 r/w. Quota mode: none.
    
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory /tmp.
    [  OK  ] Finished Create List of Static Device Nodes.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Start psplas…temd progress communication helper.
    [  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.
    [    6.341765] systemd-journald[113]: Received client request to flush runtime journal.
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Finished Create Static Device Nodes in /dev gracefully.
             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...
    [    6.666013] audit: type=1334 audit(1736360579.944:2): prog-id=6 op=LOAD
    [    6.676755] audit: type=1334 audit(1736360579.952:3): prog-id=7 op=LOAD
             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 Coldplug All udev Devices.
    [  OK  ] Finished Create System Files and Directories.
    [    6.986336] audit: type=1334 audit(1736360580.264:4): prog-id=8 op=LOAD
             Starting Network Name Resolution...
    [    7.033962] audit: type=1334 audit(1736360580.312:5): prog-id=9 op=LOAD
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [    7.149081] audit: type=1334 audit(1736360580.428:6): prog-id=10 op=LOAD
    [    7.162003] audit: type=1334 audit(1736360580.436:7): prog-id=11 op=LOAD
    [    7.172068] audit: type=1334 audit(1736360580.436:8): prog-id=12 op=LOAD
    
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Started User Database Manager.
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [    7.677948] random: crng init done
    [  OK  ] Finished Load/Save OS Random Seed.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Host and Network Name Lookups.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Started Daily rotation of log files.
    [  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.
    [    8.336777] audit: type=1334 audit(1736365120.952:9): prog-id=13 op=LOAD
             Starting D-Bus System Message Bus...
             Starting Reboot and dump vmcore via kexec...
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Found device /dev/ttyS0.
    [  OK  ] Reached target Socket Units.
    [  OK  ] Finished Reboot and dump vmcore via[    8.613482] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
     kexec.
    [  OK  ] Started D-Bus System Message Bus.
    [    8.693768] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [  OK  ] Reached target Basic System.
    [  OK  ] Started Job spooling tools.
    [    8.768193] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
             Starting Avahi mDNS/DNS-SD Stack...
    [  OK  ] Started Periodic Command Scheduler.
    [    8.816018] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
             Starting Print notice about GPLv3 packages...
    [    8.838202] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
    [  OK  ] Started irqbalance daemon.
             Starting Telephony service...
             Starting Expand the rootfs partiti…to full size of the boot device....
    [  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    [    9.018889] audit: type=1334 audit(1736365121.632:10): prog-id=14 op=LOAD
    [    9.032935] audit: type=1334 audit(1736365121.632:11): prog-id=15 op=LOAD
             Starting User Login Management...
             Starting Telnet Server...
    [    9.054620] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Finished Telnet Server.
    [  OK  ] Reached target Preparation for Network.
             Starting Network Configuration...
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Started Telephony service.
    [    9.767923] Bluetooth: Core ver 2.22
    [    9.778140] NET: Registered PF_BLUETOOTH protocol family
    [    9.784407] Bluetooth: HCI device and connection manager initialized
    [    9.796890] Bluetooth: HCI socket layer initialized
    [    9.809942] Bluetooth: L2CAP socket layer initialized
    [    9.824126] Bluetooth: SCO socket layer initialized
    [  OK  ] Started User Login Management.
    [  OK  ] Finished Expand the rootfs partition to full size of the boot device..
    [   10.310911] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [   10.363753] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [   10.375920] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [   10.398814] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    [  OK  ] Started Network Configuration.
    [  OK  ] Reached target Network.
             Starting Enable and configure wl18xx bluetooth stack...
             Starting containerd container runtime...
             Starting LLDP daemon...
             Starting Mosquitto MQTT Broker...
    [  OK  ] Started Netperf Benchmark Server.
             Starting Simple Network Management Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS0.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
    [  OK  ] Started LLDP daemon.
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [   11.907578] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    [  OK  ] Started Mosquitto MQTT Broker.
    [   12.231734] mtdblock: MTD device 'ospi_nand.tispl' is NAND, please consider using UBI block devices instead.
    [   12.255908] mtdblock: MTD device 'ospi_nand.rootfs' is NAND, please consider using UBI block devices instead.
    [   12.265052] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:01] driver [TI DP83867] (irq=POLL)
    [   12.278939] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [   12.706622] clk: failed to reparent 0_ADC0 to 2_ADC0: -22
    [   12.817963] at24 0-0051: supply vcc not found, using dummy regulator
    [   12.846795] at24 0-0051: 65536 byte 24c512 EEPROM, writable, 1 bytes/write
    [   12.892360] CAN device driver interface
    [   12.933183] tps6598x 2-003f: Unable to find the interrupt, switching to polling
    [   12.966981] m_can_platform 20701000.can: m_can device registered (irq=267, version=32)
    [   13.023405] m_can_platform 20721000.can: m_can device registered (irq=268, version=32)
    [  OK  ] Started Simple Network Management Protocol (SNMP) Daemon..
    [  OK  ] Reached target Hardware activated USB gadget.
    [   13.822785] sii902x 1-003b: supply iovcc not found, using dummy regulator
    [   13.834216] sii902x 1-003b: supply cvcc12 not found, using dummy regulator
    [   13.849493] i2c i2c-1: Added multiplexed i2c bus 3
    [   13.863066] [drm] Initialized tidss 1.0.0 for 30200000.dss on minor 0
    [   13.876088] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [   13.886666] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [   13.940227] mtdblock: MTD device 'ospi_nand.env' is NAND, please consider using UBI block devices instead.
    [   14.308107] mtdblock: MTD device 'ospi_nand.u-boot' is NAND, please consider using UBI block devices instead.
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
             Starting Virtual Console Setup...
    [   14.631180] m_can_platform 20701000.can main_mcan0: renamed from can0
    [   14.888533] mtdblock: MTD device 'ospi_nand.tiboot3' is NAND, please consider using UBI block devices instead.
    [   14.944840] mtdblock: MTD device 'ospi_nand.phypattern' is NAND, please consider using UBI block devices instead.
    [  OK  ] Finished Virtual Console Setup.
             Starting Save/Restore Sound Card State...
    [  OK  ] Finished Save/Restore Sound Card State.
    [  OK  ] Reached target Sound Card.
    [   15.282057] mtdblock: MTD device 'ospi_nand.env.backup' is NAND, please consider using UBI block devices instead.
    [  OK  ] Created slice Slice /system/systemd-fsck.
             Expecting device /dev/mmcblk0p1...
    [  OK  ] Found device /dev/mmcblk0p1.
             Starting File System Check on /dev/mmcblk0p1...
    [  OK  ] Finished File System Check on /dev/mmcblk0p1.
             Mounting /run/media/mmcblk0p1...
    [  OK  ] Mounted /run/media/mmcblk0p1.
             Expecting device /dev/mmcblk1p1...
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project am62lxx-evm ttyS0
    
    Arago 2025.01 am62lxx-evm ttyS0
    
    am62lxx-evm login: ***************************************************************
    ***************************************************************
    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
            libidn2-0
            libidn2-dev
            libmpc3
            libmpfr6
            libopcodes
            libreadline-dev
            libreadline8
            libstdc++-dev
            libstdc++6
            libtasn1-dev
            libunistring-dev
            libunistring5
            m4
            make
            nettle-dev
            nettle
            parted
            piglit
            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
    ***************************************************************
    ***************************************************************
    root
    [   20.790973] kauditd_printk_skb: 2 callbacks suppressed
    [   20.790993] audit: type=1006 audit(1736365133.408:14): pid=952 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
    [   20.810535] audit: type=1300 audit(1736365133.408:14): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc2afd4e8 a2=1 a3=1 items=0 ppid=1 pid=952 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0)
    [   20.837435] audit: type=1327 audit(1736365133.408:14): proctitle="(systemd)"
    [   20.887903] audit: type=1334 audit(1736365133.504:15): prog-id=18 op=LOAD
    [   20.898184] audit: type=1300 audit(1736365133.504:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff476f9c8 a2=90 a3=0 items=0 ppid=1 pid=952 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid)
    [   20.926440] audit: type=1327 audit(1736365133.504:15): proctitle="(systemd)"
    [   20.934693] audit: type=1334 audit(1736365133.504:16): prog-id=18 op=UNLOAD
    [   20.942006] audit: type=1300 audit(1736365133.504:16): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffffb8259c60 items=0 ppid=1 pid=952 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0)
    [   20.971304] audit: type=1327 audit(1736365133.504:16): proctitle="(systemd)"
    [   20.986528] audit: type=1334 audit(1736365133.504:17): prog-id=19 op=LOAD
    root@am62lxx-evm:~# ifconfig
    eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
            ether 2e:40:46:1c:82:3a  txqueuelen 1000  (Ethernet)
            RX packets 0  bytes 0 (0.0 B)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 0  bytes 0 (0.0 B)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
            inet 127.0.0.1  netmask 255.0.0.0
            inet6 ::1  prefixlen 128  scopeid 0x10<host>
            loop  txqueuelen 1000  (Local Loopback)
            RX packets 10  bytes 1600 (1.5 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 10  bytes 1600 (1.5 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-evm:~# [   39.953866] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    
    root@am62lxx-evm:~# ifconfig
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet 172.168.1.199  netmask 255.255.255.0  broadcast 172.168.1.255
            inet6 fe80::2c40:46ff:fe1c:823a  prefixlen 64  scopeid 0x20<link>
            ether 2e:40:46:1c:82:3a  txqueuelen 1000  (Ethernet)
            RX packets 6  bytes 926 (926.0 B)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 29  bytes 4409 (4.3 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
            inet 127.0.0.1  netmask 255.0.0.0
            inet6 ::1  prefixlen 128  scopeid 0x10<host>
            loop  txqueuelen 1000  (Local Loopback)
            RX packets 10  bytes 1600 (1.5 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 10  bytes 1600 (1.5 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-evm:~# ping 172.168.1.1
    PING 172.168.1.1 (172.168.1.1) 56(84) bytes of data.
    64 bytes from 172.168.1.1: icmp_seq=1 ttl=64 time=0.496 ms
    64 bytes from 172.168.1.1: icmp_seq=2 ttl=64 time=0.422 ms
    64 bytes from 172.168.1.1: icmp_seq=3 ttl=64 time=0.454 ms
    64 bytes from 172.168.1.1: icmp_seq=4 ttl=64 time=0.420 ms
    ^C
    --- 172.168.1.1 ping statistics ---
    4 packets transmitted, 4 received, 0% packet loss, time 3067ms
    rtt min/avg/max/mdev = 0.420/0.448/0.496/0.030 ms
    root@am62lxx-evm:~# uname -a
    Linux am62lxx-evm 6.12.13-ti-g1a2d611ee02d #1 SMP PREEMPT Wed Feb 26 17:29:25 UTC 2025 aarch64 GNU/Linux
    root@am62lxx-evm:~# 
    
    

    In summary, I'm not seeing the same issue you are seeing with no obtaining an IP address when one eth port is disabled. Perhaps you can try my steps out and see if the issue still persists.

    -Daolin

  • Hi Daolin,

    It seems to me that when you connect your board to host pc and and ping in between those two (Board-PC) IP address , this condition is what i have mentioned before that as "Static" ,which works fine for me also.

    Im having issue in Dynamic mode: 
         1) Coud you please connect your boards ethernet cable to any of the external network providers and try to ping to google (8.8.8.8).
         2) If IP is getting assigned , Could you please do perform ifconfig etho/1 down and then ifconfig eth0/1 up again so that i can confirm the IP assigning properly.

    --Dheeraj

  • Hi Dheeraj, 

    this condition is what i have mentioned before that as "Static" ,which works fine for me also
    Connect eth0 directly to my host PC running the isc-dhcp-server (DHCP server) which is actively running. An IP address was successfully assigned to eth0 and that communication works. My host PC is 172.168.1.1 and eth0 is 172.168.1.194

    As I have explained, I am using dynamic IP address and not static assigning of IP addresses because I am using the DHCP server running on my host PC to dynamically assign IP addresses to the EVM. The DHCP server on my host PC essentially performs the same as an external network provider in terms of assigning an IP address dynamically. I would recommend that you test out the same on your setup (remove the external network provider in your network and directly connect your EVM to your host PC running the isc-dhcp-server).

    -Daolin

  • Hi Daolin,

    The thing is that we are using Linux pc for testing and we have only single ethernet port that can be connected (which is being used as the network provider for the PC to be connected to internet) .So it is not possible to test as you have mentioned that is to connect board to host pc.So I'm asking why this ethernet dependency issue is being observed when I disable and ethernet port . As per your understanding there is some issue in my DHCP server, but whenever I try to connect my ethernet cable to port with both port enabled no issue is being found . Tested multiple times and I have already shared the log . 

    Have you tried to ping to 8.8.8.8 to verify that it is pinging to external network .For us to consider ethernet port test as pass we have to ping to s proper network ( not to our own host pc) .So this is where I'm failing. To ping to a proper network I need my board to assign an IP with only one ethernet port.could you please clarify why this issue is being faced on the EVM board because with the same software im having this issue with my customized board having one ethernet port .

    --Dheeraj

  • Hi Daolin,

    I have observed that the CPU seems to be already fused with a MAC address, as indicated by the below  prints. I was able to update the MAC address through the U-Boot environment variable, and that appeared to almost resolve the issue.

    Warning: ethernet@8000000port@1 MAC addresses don't match:
    Address in ROM is 44:6b:1f:35:33:54
    Address in environment is a0:cd:f3:77:ef:49

    However, when I bring the Ethernet interface down using ifconfig eth0 down and then bring it back up using ifconfig eth0 up, the IP address is not reassigned.

    Have you tested the behavior by bringing the Ethernet interface down and up, and then attempting to ping a server like Google, as I had requested earlier?

    I’ve also noticed that after the first boot, if I connect the Ethernet cable, the IP address is assigned properly. Furthermore, if I then run the udhcpc command, subsequent ifconfig up and down operations do not cause any issues—the IP address is reassigned as expected but pinging fails.

    The issue specifically occurs when I bring the interface down after boot, and then attempt to test Ethernet functionality. At that point, the IP address does not get assigned.

    Please find the attached log for more details regarding this issue.

    NOTICE:  bl1_plat_arch_setup arch setup 
    NOTICE:  Booting Trusted Firmware
    NOTICE:  BL1: v2.12.0(release):11.00.04-10-gdd46885ec-dirty
    NOTICE:  BL1: Built : 03:31:09, Apr 11 2025
    NOTICE:  lpdd4_init <-- 
    NOTICE:  DDR ram size =40000000 
    NOTICE:  bl1_platform_setup DDR init done
    NOTICE:  k3_bl1_handoff ENTERING WFI - end of bl1
    NOTICE:  BL31: v2.12.0(release):11.00.05-dirty
    NOTICE:  BL31: Built : 05:00:39, Feb 26 2025
    ERROR:   Failed to get response (-19)
    ERROR:   Transfer send failed (-19)
    ERROR:   Agent 0 Protocol 0x10 Message 0x7: not supported
    
    U-Boot SPL 2025.01-00253-g9a3137c5c11a-dirty (Feb 26 2025 - 17:07:57 +0000)
    SPL initial stack usage: 1744 bytes
    Trying to boot from MMC2
    ERROR:   Agent 0 Protocol 0x10 Message 0x7: not supported
    
    
    U-Boot 2025.01-g9a3137c5c11a-dirty (Apr 14 2025 - 11:24:38 +0530)
    
    SoC:   AM62LX SR1.0 HS-FS
    Model: iW-RainboW-G69M-TI-AM62LX OSM
    DRAM:  1 GiB
    ERROR:   Agent 0 Protocol 0x10 Message 0x7: not supported
    Core:  67 devices, 29 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    
    Board Info:
    	BSP Version               : iG-PRITZ-SC-01-R1.0-REL0.1-Linux6.12.13
    	SOM Version               : iG-PRITZ-AP-01-R5.2
    Net:   ADIN1300 PHY detected at addr 4
    
    Warning: ethernet@8000000port@1 MAC addresses don't match:
    Address in ROM is		44:6b:1f:35:33:4b
    Address in environment is	a0:cd:f3:77:ef:49
    eth0: ethernet@8000000port@1 [PRIME]
    Hit any key to stop autoboot:  2  1  0 
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    6239 bytes read in 1 ms (5.9 MiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    21320192 bytes read in 878 ms (23.2 MiB/s)
    31552 bytes read in 4 ms (7.5 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 000000008fef5000, end 000000008fffffff ... OK
    Working FDT set to 8fef5000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.12.13-ti-00555-g1a2d611ee02d-dirty (iwave@iwave-Precision-3460) (aarch64-linux-gnu-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1 SMP PREEMPT Fri Apr 11 12:57:25 IST 2025
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments AM62L3 IG69M
    [    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: 0x0000000080200000..0x00000000809fffff (8192 KiB) nomap non-reusable optee@80200000
    [    0.000000] OF: reserved mem: 0x0000000080000000..0x00000000801fffff (2048 KiB) nomap non-reusable tfa@80000000
    [    0.000000] OF: reserved mem: 0x0000000080a00000..0x00000000811fffff (8192 KiB) nomap non-reusable tifs@80a00000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000bfffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x00000000811fffff]
    [    0.000000]   node   0: [mem 0x0000000081200000-0x00000000bfffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000bfffffff]
    [    0.000000] cma: Reserved 32 MiB at 0x00000000bcc00000 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: MIGRATE_INFO_TYPE not supported.
    [    0.000000] psci: SMC Calling Convention v1.5
    [    0.000000] percpu: Embedded 22 pages/cpu s51288 r8192 d30632 u90112
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    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: 131072 (order: 8, 1048576 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 262144
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 1MB
    [    0.000000] software IO TLB: area num 2.
    [    0.000000] software IO TLB: mapped [mem 0x00000000bca00000-0x00000000bcb00000] (1MB)
    [    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 event tracing is enabled.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
    [    0.000000] 	Trampoline variant of Tasks RCU enabled.
    [    0.000000] 	Tracing variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [    0.000000] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
    [    0.000000] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_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: 960 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: gic_handle_irq
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=0
    [    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 @81c00000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000081440000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000081450000
    [    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.008539] Console: colour dummy device 80x25
    [    0.013133] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023801] pid_max: default: 32768 minimum: 301
    [    0.028607] LSM: initializing lsm=capability
    [    0.033106] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
    [    0.040669] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
    [    0.064809] rcu: Hierarchical SRCU implementation.
    [    0.069742] rcu: 	Max phase no-delay instances is 1000.
    [    0.075287] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
    [    0.083934] EFI services will not be available.
    [    0.092618] smp: Bringing up secondary CPUs ...
    [    0.101598] Detected VIPT I-cache on CPU1
    [    0.101700] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000
    [    0.101720] GICv3: CPU1: using allocated LPI pending table @0x0000000081460000
    [    0.101774] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.101974] smp: Brought up 1 node, 2 CPUs
    [    0.131328] SMP: Total of 2 processors activated.
    [    0.136136] CPU: All CPU(s) started at EL2
    [    0.140334] CPU features: detected: 32-bit EL0 Support
    [    0.145584] CPU features: detected: CRC32 instructions
    [    0.150886] alternatives: applying system-wide alternatives
    [    0.157179] Memory: 945608K/1048576K available (12352K kernel code, 1236K rwdata, 4444K rodata, 2624K init, 604K bss, 62228K reserved, 32768K cma-reserved)
    [    0.172335] devtmpfs: initialized
    [    0.180756] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.190763] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.198782] 27392 pages in range for non-PLT usage
    [    0.198810] 518912 pages in range for PLT usage
    [    0.204067] pinctrl core: initialized pinctrl subsystem
    [    0.214602] DMI not present or invalid.
    [    0.220669] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.227860] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
    [    0.235465] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.244022] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.252689] audit: initializing netlink subsys (disabled)
    [    0.258631] audit: type=2000 audit(0.168:1): state=initialized audit_enabled=0 res=1
    [    0.259135] thermal_sys: Registered thermal governor 'step_wise'
    [    0.266573] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.272781] cpuidle: using governor menu
    [    0.283673] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.290681] ASID allocator initialised with 65536 entries
    [    0.300418] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [    0.317819] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.324791] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.331205] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.338138] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.344538] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.351468] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.357867] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.364795] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.373391] k3-chipinfo 43000014.chipid: Family:AM62LX rev:SR1.0 JTAGID[0x0bba702f] Detected
    [    0.382169] 
    [    0.382169] Board Info:
    [    0.386177] 	BSP Version       : iG-PRITZ-SC-01-R1.0-REL1.0-Linux6.12.13
    [    0.393016] 	SOM Version       : iG-PRITZ-AP-01-R5000000.2000000
    [    0.393016] 
    [    0.404703] iommu: Default domain type: Translated
    [    0.409621] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.416330] SCSI subsystem initialized
    [    0.420661] usbcore: registered new interface driver usbfs
    [    0.426327] usbcore: registered new interface driver hub
    [    0.431791] usbcore: registered new device driver usb
    [    0.437387] pps_core: LinuxPPS API ver. 1 registered
    [    0.442467] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.451806] PTP clock support registered
    [    0.455845] EDAC MC: Ver: 3.0.0
    [    0.459493] scmi_core: SCMI protocol bus registered
    [    0.464938] FPGA manager framework
    [    0.468553] Advanced Linux Sound Architecture Driver Initialized.
    [    0.475937] vgaarb: loaded
    [    0.479200] clocksource: Switched to clocksource arch_sys_counter
    [    0.485772] VFS: Disk quotas dquot_6.6.0
    [    0.489825] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.503855] NET: Registered PF_INET protocol family
    [    0.509099] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.517654] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
    [    0.526294] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.534231] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.542195] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
    [    0.549846] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.556522] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
    [    0.563337] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
    [    0.570736] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.577145] RPC: Registered named UNIX socket transport module.
    [    0.583243] RPC: Registered udp transport module.
    [    0.588047] RPC: Registered tcp transport module.
    [    0.592862] RPC: Registered tcp-with-tls transport module.
    [    0.598463] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.605056] PCI: CLS 0 bytes, default 64
    [    0.610377] Initialise system trusted keyrings
    [    0.615313] workingset: timestamp_bits=46 max_order=18 bucket_order=0
    [    0.622303] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.628711] NFS: Registering the id_resolver key type
    [    0.633966] Key type id_resolver registered
    [    0.638242] Key type id_legacy registered
    [    0.642364] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.649210] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.707907] Key type asymmetric registered
    [    0.712115] Asymmetric key parser 'x509' registered
    [    0.717188] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.724757] io scheduler mq-deadline registered
    [    0.729389] io scheduler kyber registered
    [    0.733530] io scheduler bfq registered
    [    0.750907] pinctrl-single 4084000.pinctrl: 8192 pins, size 32768
    [    0.758828] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.766596] ti-udma-am62l 485c4000.dma-controller: Number of rings: 144
    [    0.773573] ti-udma-am62l 485c4000.dma-controller: Channels: 144 (bchan: 16, tchan + rchan: 128)
    [    0.789108] ti-udma-am62l 485c0000.dma-controller: Number of rings: 112
    [    0.796049] ti-udma-am62l 485c0000.dma-controller: Channels: 97 (tchan + rchan: 97)
    [    0.812184] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.828128] loop: module loaded
    [    0.832391] megasas: 07.727.03.00-rc1
    [    0.839913] tun: Universal TUN/TAP device driver, 1.6
    [    0.846249] VFIO - User Level meta-driver version: 0.3
    [    0.852500] usbcore: registered new interface driver usb-storage
    [    0.859073] Successfully added driver hy46xx_ts
    [    0.864001] i2c_dev: i2c /dev entries driver
    [    0.869273] sdhci: Secure Digital Host Controller Interface driver
    [    0.875672] sdhci: Copyright(c) Pierre Ossman
    [    0.880339] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.888328] arm-scmi arm-scmi.0.auto: Using scmi_smc_transport
    [    0.894356] arm-scmi arm-scmi.0.auto: SCMI max-rx-timeout: 30ms
    [    0.900607] scmi_protocol scmi_dev.1: Enabled polling mode TX channel - prot_id:16
    [    0.908656] arm-scmi arm-scmi.0.auto: SCMI Notifications - Core Enabled.
    [    0.915575] arm-scmi arm-scmi.0.auto: SCMI Protocol v2.0 'Texas:Instruments' Firmware version 0x0
    [    0.947978] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.957084] usbcore: registered new interface driver usbhid
    [    0.963128] usbhid: USB HID core driver
    [    0.968083] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
    [    0.978170] optee: probing for conduit method.
    [    0.982753] optee: api uid mismatch
    [    0.986330] optee firmware:optee: probe with driver optee failed with error -22
    [    0.995427] NET: Registered PF_PACKET protocol family
    [    1.000724] Key type dns_resolver registered
    [    1.013275] registered taskstats version 1
    [    1.017634] Loading compiled-in X.509 certificates
    [    1.084204] omap_i2c 2b200000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.092350] omap_i2c 20000000.i2c: bus 1 rev0.12 at 400 kHz
    [    3.159261] hy46xx_ts 2-0038: fhy46xx_i2c_Read: i2c read error.
    [    3.165357] hy46xx_ts 2-0038: Invalid Firmware version
    [    3.170794] hy46xx_ts 2-0038: probe with driver hy46xx_ts failed with error -121
    [    3.178489] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    3.185565] printk: legacy console [ttyS2] disabled
    [    3.190973] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 195, base_baud = 3000000) is a 8250
    [    3.199879] printk: legacy console [ttyS2] enabled
    [    3.199879] printk: legacy console [ttyS2] enabled
    [    3.209599] printk: legacy bootconsole [ns16550a0] disabled
    [    3.209599] printk: legacy bootconsole [ns16550a0] disabled
    [    3.259212] davinci_mdio 8000f00.mdio: davinci mdio revision 17.7, bus freq 1000000
    [    3.638210] mdio_bus 8000f00.mdio: MDIO device at address 5 is missing.
    [    3.644850] davinci_mdio 8000f00.mdio: phy[4]: device 8000f00.mdio:04, driver ADIN1300
    [    3.652815] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00103, cpsw version 0x6BA80103 Ports: 3 quirks:00000002
    [    3.665778] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    3.672941] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [    3.680941] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010d, freq:250000000, add_val:3 pps:0
    [    3.699459] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 96
    [    3.709566] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
    [    3.715281] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 1
    [    3.723236] xhci-hcd xhci-hcd.4.auto: USB3 root hub has no ports
    [    3.729277] xhci-hcd xhci-hcd.4.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [    3.738725] xhci-hcd xhci-hcd.4.auto: irq 206, io mem 0x31000000
    [    3.745843] hub 1-0:1.0: USB hub found
    [    3.749663] hub 1-0:1.0: 1 port detected
    [    3.756355] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
    [    3.761961] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 2
    [    3.769754] xhci-hcd xhci-hcd.5.auto: USB3 root hub has no ports
    [    3.775778] xhci-hcd xhci-hcd.5.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [    3.785247] xhci-hcd xhci-hcd.5.auto: irq 207, io mem 0x31100000
    [    3.792136] hub 2-0:1.0: USB hub found
    [    3.795982] hub 2-0:1.0: 1 port detected
    [    3.802120] mmc1: CQHCI version 5.10
    [    3.802125] mmc0: CQHCI version 5.10
    [    3.807339] clk: Disabling unused clocks
    [    3.817698] PM: genpd: Disabling unused power domains
    [    3.823035] ALSA device list:
    [    3.826054]   No soundcards found.
    [    3.851809] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    3.851987] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    3.867510] Waiting for root device PARTUUID=076c4a2a-02...
    [    3.907994] mmc1: new high speed SDHC card at address aaaa
    [    3.918393] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
    [    3.932270]  mmcblk1: p1 p2
    [    4.004163] mmc0: Command Queue Engine enabled
    [    4.008823] mmc0: new high speed MMC card at address 0001
    [    4.015318] mmcblk0: mmc0:0001 DG4016 14.7 GiB
    [    4.022223]  mmcblk0: p1 p2
    [    4.026286] mmcblk0boot0: mmc0:0001 DG4016 4.00 MiB
    [    4.032714] mmcblk0boot1: mmc0:0001 DG4016 4.00 MiB
    [    4.039266] mmcblk0rpmb: mmc0:0001 DG4016 4.00 MiB, chardev (239:0)
    [    4.252532] EXT4-fs (mmcblk1p2): recovery complete
    [    4.259594] EXT4-fs (mmcblk1p2): mounted filesystem 6384beb5-0f77-4b41-8328-e6e271da32f1 r/w with ordered data mode. Quota mode: none.
    [    4.271779] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    4.280556] devtmpfs: mounted
    [    4.284946] Freeing unused kernel memory: 2624K
    [    4.289601] Run /sbin/init as init process
    [    4.831113] systemd[1]: System time before build time, advancing clock.
    [    4.930259] NET: Registered PF_INET6 protocol family
    [    4.936607] Segment Routing with IPv6
    [    4.940381] In-situ OAM (IOAM) with IPv6
    [    5.007422] 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.039432] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2025.01!
    
    [    5.073432] systemd[1]: Hostname set to <am62lxx-ig69m>.
    [    5.534917] 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.680642] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    5.790607] systemd[1]: Queued start job for default target Graphical Interface.
    [    5.830362] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    5.850048] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    5.870010] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    5.889450] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    5.907910] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    5.927855] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    5.947574] systemd[1]: Expecting device /dev/ttyS2...
             Expecting device /dev/ttyS2...
    [    5.963649] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    5.979537] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    5.995527] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    6.011567] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    6.068364] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    6.087661] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    6.113685] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    6.132065] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    6.153080] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    6.172363] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    6.192429] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    6.212600] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    6.237857] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    6.256281] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    6.276353] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    6.319944] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    6.331259] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    6.364046] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    6.384064] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [    6.405074] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    6.432497] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    6.460519] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    6.508183] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    6.529423] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    6.556536] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    6.601842] systemd[1]: Starting RPC Bind...
    [    6.610880] fuse: init (API version 7.41)
             Starting RPC Bind...
    [    6.623920] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [    6.659822] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    6.688419] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    6.716714] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network units from Kernel command line...
    [    6.768499] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    6.812242] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    6.846727] systemd-journald[110]: Collecting audit messages is enabled.
    [    6.847094] systemd[1]: Started RPC Bind.
    [    6.859481] cryptodev: loading out-of-tree module taints kernel.
    [  OK  ] Started RPC Bind.
    [    6.872495] systemd[1]: Mounted Huge Pages File System.
    [  OK  ] Mounted Huge Pages File System.[    6.878952] sysctl table check failed: ioctl/(null) procname is null
    
    [    6.895340] sysctl table check failed: ioctl/(null) No proc_handler
    [    6.901702] cryptodev: driver 1.14 loaded.
    [    6.904398] systemd[1]: Mounted POSIX Message Queue File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [    6.949230] systemd[1]: Mounted Kernel Debug File System.
    [  OK  ] Mounted Kernel Debug File System.
    [    6.976175] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.[    6.984026] EXT4-fs (mmcblk1p2): re-mounted 6384beb5-0f77-4b41-8328-e6e271da32f1 r/w. Quota mode: none.
    
    [  OK  ] Mounted Temporary Directory /tmp.
    [  OK  ] Finished Create List of Static Device Nodes.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Start psplas�temd progress communication helper.
    [  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...
    [    7.387884] systemd-journald[110]: Received client request to flush runtime journal.
             Starting Create Static Device Nodes in /dev gracefully...
    [  OK  ] Mounted FUSE Control File System.
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Finished Create Static Device Nodes in /dev gracefully.
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Preparation for Local File Systems.
    [    7.690823] audit: type=1334 audit(1736360579.856:2): prog-id=6 op=LOAD
    [    7.707359] audit: type=1334 audit(1736360579.864:3): prog-id=7 op=LOAD
             Starting Rule-based Manager for Device Events and Files...
    [  OK  ] Finished Coldplug All udev Devices.
             Mounting /var/volatile...
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save OS Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create System Files and Directories...
    [    7.980846] audit: type=1334 audit(1736360580.148:4): prog-id=8 op=LOAD
    [    7.988321] audit: type=1334 audit(1736360580.156:5): prog-id=9 op=LOAD
    [    7.988351] audit: type=1334 audit(1736360580.156:6): prog-id=10 op=LOAD
             Starting User Database Manager...
    [  OK  ] Finished Create System Files and Directories.
    [    8.194166] audit: type=1334 audit(1736360580.360:7): prog-id=11 op=LOAD
             Starting Network Name Resolution...
    [    8.242325] audit: type=1334 audit(1736360580.408:8): prog-id=12 op=LOAD
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [  OK  ] Started User Database Manager.
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [    8.899313] random: crng init done
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Finished Load/Save OS Random Seed.
    [  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 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 Weston socket...
    [    9.257618] audit: type=1334 audit(1744615507.922:9): prog-id=13 op=LOAD
             Starting D-Bus System Message Bus...
             Starting Reboot and dump vmcore via kexec...
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Listening on Weston socket.
    [  OK  ] Reached target Socket Units.
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    [  OK  ] Found device /dev/ttyS2.
    [  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.
             Starting Print notice about GPLv3 packages...
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
    [  OK  ] Started irqbalance daemon.
             Starting Telephony service...
             Starting Expand the rootfs partiti�to full size of the boot device....
    [  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    [   10.156896] audit: type=1334 audit(1744615508.822:10): prog-id=14 op=LOAD
    [   10.170140] audit: type=1334 audit(1744615508.830:11): prog-id=15 op=LOAD
             Starting User Login Management...
             Starting Telnet Server...
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Reached target Preparation for Network.
             Starting Network Configuration...
    [  OK  ] Finished Telnet Server.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Started Telephony service.
    [   10.993419] Bluetooth: Core ver 2.22
    [   11.000282] NET: Registered PF_BLUETOOTH protocol family
    [   11.010374] Bluetooth: HCI device and connection manager initialized
    [   11.019804] Bluetooth: HCI socket layer initialized
    [   11.019836] Bluetooth: L2CAP socket layer initialized
    [   11.019882] Bluetooth: SCO socket layer initialized
    [  OK  ] Started User Login Management.
    [  OK  ] Finished Expand the rootfs partition to full size of the boot device..
    [   11.234401] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [   11.274315] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [   11.285678] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [  OK  ] Started Network Configuration.
    [  OK  ] Reached target Network.
             Starting Enable and configure wl18xx bluetooth stack...
             Starting containerd container runtime...
             Starting LLDP daemon...
             Starting Mosquitto MQTT Broker...
    [  OK  ] Started Netperf Benchmark Server.
             Starting Simple Network Management Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Starting Weston, a Wayland compositor, as a system service...
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Started LLDP daemon.
    [   12.491327] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:04] driver [ADIN1300] (irq=POLL)
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [   12.527475] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [   12.767149] at24 2-0050: supply vcc not found, using dummy regulator
    [   12.876193] at24 2-0050: 4096 byte 24c32 EEPROM, writable, 1 bytes/write
    [  OK  ] Started Mosquitto MQTT Broker.
    [   13.234202] [drm] Initialized tidss 1.0.0 for 30200000.dss on minor 0
    [   13.266368] tidss 30200000.dss: [drm] No compatible format found
    [   13.288844] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [  OK  ] Created slice User Slice of UID 1000.
             Starting User Runtime Directory /run/user/1000...
    [  OK  ] Finished User Runtime Directory /run/user/1000.
             Starting User Manager for UID 1000...
    [   13.820686] kauditd_printk_skb: 2 callbacks suppressed
    [   13.820706] audit: type=1006 audit(1744615512.486:14): pid=478 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [   13.838895] audit: type=1300 audit(1744615512.486:14): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=fffff6d866c8 a2=4 a3=1 items=0 ppid=1 pid=478 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
    [   13.871305] audit: type=1327 audit(1744615512.486:14): proctitle="(systemd)"
    [   14.046052] input: tps65219-pwrbutton as /devices/platform/bus@f0000/bus@f0000:bus@43000000/2b200000.i2c/i2c-0/0-0030/tps65219-pwrbutton.3.auto/input/input0
    [  OK  ] Started Simple Network Management Protocol (SNMP) Daemon..
    [  OK  ] Created slice Slice /system/systemd-fsck.
             Expecting device /dev/mmcblk0p1...
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
             Starting Virtual Console Setup...
    [  OK  ] Created slice Slice /system/systemd-backlight.
             Starting Load/Save Screen Backligh�ness of backlight:rgb_backlight1...
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User weston.
             Expecting device /dev/mmcblk1p1...
    [  OK  ] Finished Virtual Console Setup.
    [   15.334281] audit: type=1006 audit(1744615513.998:15): pid=428 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [   15.352567] audit: type=1300 audit(1744615513.998:15): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffd6fd6ad8 a2=4 a3=1 items=0 ppid=1 pid=428 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/usr/lib/systemd/systemd-executor" key=(null)
    [   15.399795] audit: type=1327 audit(1744615513.998:15): proctitle="(weston)"
    [  OK  ] Finished Load/Save Screen Backligh�htness of backlight:rgb_backlight1.
    [  OK  ] Found device /dev/mmcblk0p1.
             Expecting device /dev/mmcblk0p2...
             Starting File System Check on /dev/mmcblk0p1...
    [  OK  ] Found device /dev/mmcblk1p1.
             Starting File System Check on /dev/mmcblk1p1...
    [FAILED] Failed to start Weston, a Wayland compositor, as a system service.
    See 'systemctl status weston.service' for details.
    [  OK  ] Found device /dev/mmcblk0p2.
             Starting File System Check on /dev/mmcblk0p2...
    [  OK  ] Finished File System Check on /dev/mmcblk0p1.
             Mounting /run/media/mmcblk0p1...
    [  OK  ] Finished File System Check on /dev/mmcblk1p1.
             Mounting /run/media/boot-mmcblk1p1...
    [  OK  ] Mounted /run/media/mmcblk0p1.
    [  OK  ] Mounted /run/media/boot-mmcblk1p1.
    [  OK  ] Finished File System Check on /dev/mmcblk0p2.
             Mounting /run/media/mmcblk0p2...
    [  OK  ] Mounted /run/media/mmcblk0p2.
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project am62lxx-ig69m ttyS2
    
    Arago 2025.01 am62lxx-ig69m ttyS2
    
    am62lxx-ig69m login: ***************************************************************
    ***************************************************************
    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
    	libidn2-0
    	libidn2-dev
    	libmpc3
    	libmpfr6
    	libopcodes
    	libreadline-dev
    	libreadline8
    	libstdc++-dev
    	libstdc++6
    	libtasn1-dev
    	libunistring-dev
    	libunistring5
    	m4
    	make
    	nettle-dev
    	nettle
    	parted
    	piglit
    	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
    ***************************************************************
    ***************************************************************
    
    am62lxx-ig69m login: 
    am62lxx-ig69m login: 
    am62lxx-ig69m login: 
    am62lxx-ig69m login: root
    [   21.819370] audit: type=1006 audit(1744615520.482:16): pid=861 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
    [   21.832808] audit: type=1300 audit(1744615520.482:16): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffcc54ed08 a2=1 a3=1 items=0 ppid=1 pid=861 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
    [   21.859484] audit: type=1327 audit(1744615520.482:16): proctitle="(systemd)"
    [   21.868559] audit: type=1334 audit(1744615520.534:17): prog-id=18 op=LOAD
    [   21.875549] audit: type=1300 audit(1744615520.534:17): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffe51411f8 a2=90 a3=0 items=0 ppid=1 pid=861 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
    [   21.901759] audit: type=1327 audit(1744615520.534:17): proctitle="(systemd)"
    [   21.909158] audit: type=1334 audit(1744615520.534:18): prog-id=18 op=UNLOAD
    [   21.916462] audit: type=1300 audit(1744615520.534:18): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffff83163c60 items=0 ppid=1 pid=861 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
    [   21.942942] audit: type=1327 audit(1744615520.534:18): proctitle="(systemd)"
    [   21.952015] audit: type=1334 audit(1744615520.534:19): prog-id=19 op=LOAD
    
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# ifconfig
    eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
            ether a0:cd:f3:77:ef:49  txqueuelen 1000  (Ethernet)
            RX packets 0  bytes 0 (0.0 B)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 0  bytes 0 (0.0 B)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
            inet 127.0.0.1  netmask 255.0.0.0
            inet6 ::1  prefixlen 128  scopeid 0x10<host>
            loop  txqueuelen 1000  (Local Loopback)
            RX packets 18  bytes 2204 (2.1 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 18  bytes 2204 (2.1 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# [   37.160818] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# ifconfig
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet 192.168.0.224  netmask 255.255.248.0  broadcast 192.168.7.255
            inet6 fe80::a2cd:f3ff:fe77:ef49  prefixlen 64  scopeid 0x20<link>
            ether a0:cd:f3:77:ef:49  txqueuelen 1000  (Ethernet)
            RX packets 102  bytes 13630 (13.3 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 22  bytes 2904 (2.8 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
            inet 127.0.0.1  netmask 255.0.0.0
            inet6 ::1  prefixlen 128  scopeid 0x10<host>
            loop  txqueuelen 1000  (Local Loopback)
            RX packets 18  bytes 2204 (2.1 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 18  bytes 2204 (2.1 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# ping -I eth0 8.8.8.8
    PING 8.8.8.8 (8.8.8.8) from 192.168.0.224 eth0: 56(84) bytes of data.
    64 bytes from 8.8.8.8: icmp_seq=1 ttl=115 time=6.09 ms
    64 bytes from 8.8.8.8: icmp_seq=2 ttl=115 time=6.32 ms
    64 bytes from 8.8.8.8: icmp_seq=3 ttl=115 time=6.08 ms
    64 bytes from 8.8.8.8: icmp_seq=4 ttl=115 time=7.64 ms
    ^C
    --- 8.8.8.8 ping statistics ---
    4 packets transmitted, 4 received, 0% packet loss, time 3004ms
    rtt min/avg/max/mdev = 6.080/6.532/7.639/0.646 ms
    root@am62lxx-ig69m:~# ^C
    root@am62lxx-ig69m:~# ^C
    root@am62lxx-ig69m:~# ^C
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# ping -I eth0 8.8.8.8ifconfig eth0 down
    [   58.312817] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# ifconfig eth0 down    up
    [   64.155317] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:04] driver [ADIN1300] (irq=POLL)
    [   64.164504] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# ifconfig eth0 up  [   68.777000] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet6 fe80::a2cd:f3ff:fe77:ef49  prefixlen 64  scopeid 0x20<link>
            ether a0:cd:f3:77:ef:49  txqueuelen 1000  (Ethernet)
            RX packets 1240  bytes 138806 (135.5 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 58  bytes 8108 (7.9 KiB)
            TX errors 0  dropped 2 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# ifconfig eth0 
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet6 fe80::a2cd:f3ff:fe77:ef49  prefixlen 64  scopeid 0x20<link>
            ether a0:cd:f3:77:ef:49  txqueuelen 1000  (Ethernet)
            RX packets 1296  bytes 141683 (138.3 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 60  bytes 8661 (8.4 KiB)
            TX errors 0  dropped 2 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# ifconfig eth0 
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet6 fe80::a2cd:f3ff:fe77:ef49  prefixlen 64  scopeid 0x20<link>
            ether a0:cd:f3:77:ef:49  txqueuelen 1000  (Ethernet)
            RX packets 1349  bytes 146736 (143.2 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 61  bytes 8868 (8.6 KiB)
            TX errors 0  dropped 2 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# ifconfig eth0 
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet6 fe80::a2cd:f3ff:fe77:ef49  prefixlen 64  scopeid 0x20<link>
            ether a0:cd:f3:77:ef:49  txqueuelen 1000  (Ethernet)
            RX packets 1408  bytes 152402 (148.8 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 63  bytes 9284 (9.0 KiB)
            TX errors 0  dropped 2 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-ig69m:~# udc hcpp c 
    udhcpc: started, v1.36.1
    Dropped protocol specifier '.udhcpc' from 'eth0.udhcpc'. Using 'eth0' (ifindex=2).
    udhcpc: broadcasting discover
    udhcpc: broadcasting discover
    udhcpc: broadcasting discover
    ^C
    root@am62lxx-ig69m:~# ^C
    root@am62lxx-ig69m:~# ^C
    root@am62lxx-ig69m:~# ^C
    root@am62lxx-ig69m:~# 

    NOTICE:  bl1_plat_arch_setup arch setup 
    NOTICE:  Booting Trusted Firmware
    NOTICE:  BL1: v2.12.0(release):11.00.04-10-gdd46885ec-dirty
    NOTICE:  BL1: Built : 03:31:09, Apr 11 2025
    NOTICE:  lpdd4_init <-- 
    NOTICE:  DDR ram size =40000000 
    NOTICE:  bl1_platform_setup DDR init done
    NOTICE:  k3_bl1_handoff ENTERING WFI - end of bl1
    NOTICE:  BL31: v2.12.0(release):11.00.05-dirty
    NOTICE:  BL31: Built : 05:00:39, Feb 26 2025
    ERROR:   Failed to get response (-19)
    ERROR:   Transfer send failed (-19)
    ERROR:   Agent 0 Protocol 0x10 Message 0x7: not supported
    
    U-Boot SPL 2025.01-00253-g9a3137c5c11a-dirty (Feb 26 2025 - 17:07:57 +0000)
    SPL initial stack usage: 1744 bytes
    Trying to boot from MMC2
    ERROR:   Agent 0 Protocol 0x10 Message 0x7: not supported
    
    
    U-Boot 2025.01-g9a3137c5c11a-dirty (Apr 14 2025 - 11:24:38 +0530)
    
    SoC:   AM62LX SR1.0 HS-FS
    Model: iW-RainboW-G69M-TI-AM62LX OSM
    DRAM:  1 GiB
    ERROR:   Agent 0 Protocol 0x10 Message 0x7: not supported
    Core:  67 devices, 29 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    
    Board Info:
    	BSP Version               : iG-PRITZ-SC-01-R1.0-REL0.1-Linux6.12.13
    	SOM Version               : iG-PRITZ-AP-01-R5.2
    Net:   ADIN1300 PHY detected at addr 4
    
    Warning: ethernet@8000000port@1 MAC addresses don't match:
    Address in ROM is		44:6b:1f:35:33:4b
    Address in environment is	a0:cd:f3:77:ef:49
    eth0: ethernet@8000000port@1 [PRIME]
    Hit any key to stop autoboot:  2  1  0 
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    6239 bytes read in 1 ms (5.9 MiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    21320192 bytes read in 878 ms (23.2 MiB/s)
    31552 bytes read in 4 ms (7.5 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 000000008fef5000, end 000000008fffffff ... OK
    Working FDT set to 8fef5000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.12.13-ti-00555-g1a2d611ee02d-dirty (iwave@iwave-Precision-3460) (aarch64-linux-gnu-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1 SMP PREEMPT Fri Apr 11 12:57:25 IST 2025
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments AM62L3 IG69M
    [    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: 0x0000000080200000..0x00000000809fffff (8192 KiB) nomap non-reusable optee@80200000
    [    0.000000] OF: reserved mem: 0x0000000080000000..0x00000000801fffff (2048 KiB) nomap non-reusable tfa@80000000
    [    0.000000] OF: reserved mem: 0x0000000080a00000..0x00000000811fffff (8192 KiB) nomap non-reusable tifs@80a00000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000bfffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x00000000811fffff]
    [    0.000000]   node   0: [mem 0x0000000081200000-0x00000000bfffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000bfffffff]
    [    0.000000] cma: Reserved 32 MiB at 0x00000000bcc00000 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: MIGRATE_INFO_TYPE not supported.
    [    0.000000] psci: SMC Calling Convention v1.5
    [    0.000000] percpu: Embedded 22 pages/cpu s51288 r8192 d30632 u90112
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    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: 131072 (order: 8, 1048576 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 262144
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 1MB
    [    0.000000] software IO TLB: area num 2.
    [    0.000000] software IO TLB: mapped [mem 0x00000000bca00000-0x00000000bcb00000] (1MB)
    [    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 event tracing is enabled.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
    [    0.000000] 	Trampoline variant of Tasks RCU enabled.
    [    0.000000] 	Tracing variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [    0.000000] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2.
    [    0.000000] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_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: 960 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: gic_handle_irq
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=0
    [    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 @81c00000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000081440000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000081450000
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.008539] Console: colour dummy device 80x25
    [    0.013138] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023806] pid_max: default: 32768 minimum: 301
    [    0.028610] LSM: initializing lsm=capability
    [    0.033111] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
    [    0.040676] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
    [    0.064818] rcu: Hierarchical SRCU implementation.
    [    0.069754] rcu: 	Max phase no-delay instances is 1000.
    [    0.075300] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
    [    0.083946] EFI services will not be available.
    [    0.092629] smp: Bringing up secondary CPUs ...
    [    0.101611] Detected VIPT I-cache on CPU1
    [    0.101712] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000
    [    0.101732] GICv3: CPU1: using allocated LPI pending table @0x0000000081460000
    [    0.101787] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.101988] smp: Brought up 1 node, 2 CPUs
    [    0.131348] SMP: Total of 2 processors activated.
    [    0.136158] CPU: All CPU(s) started at EL2
    [    0.140355] CPU features: detected: 32-bit EL0 Support
    [    0.145605] CPU features: detected: CRC32 instructions
    [    0.150909] alternatives: applying system-wide alternatives
    [    0.157223] Memory: 945608K/1048576K available (12352K kernel code, 1236K rwdata, 4444K rodata, 2624K init, 604K bss, 62228K reserved, 32768K cma-reserved)
    [    0.172375] devtmpfs: initialized
    [    0.180772] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.190780] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.198796] 27392 pages in range for non-PLT usage
    [    0.198824] 518912 pages in range for PLT usage
    [    0.204079] pinctrl core: initialized pinctrl subsystem
    [    0.214614] DMI not present or invalid.
    [    0.220688] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.227875] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
    [    0.235482] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.244028] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.252705] audit: initializing netlink subsys (disabled)
    [    0.258646] audit: type=2000 audit(0.168:1): state=initialized audit_enabled=0 res=1
    [    0.259151] thermal_sys: Registered thermal governor 'step_wise'
    [    0.266590] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.272798] cpuidle: using governor menu
    [    0.283691] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.290699] ASID allocator initialised with 65536 entries
    [    0.300434] /bus@f0000/interrupt-controller@1800000: Fixed dependency cycle(s) with /bus@f0000/interrupt-controller@1800000
    [    0.317858] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.324834] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.331249] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.338183] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.344584] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.351515] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.357915] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.364846] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.373450] k3-chipinfo 43000014.chipid: Family:AM62LX rev:SR1.0 JTAGID[0x0bba702f] Detected
    [    0.382227] 
    [    0.382227] Board Info:
    [    0.386234] 	BSP Version       : iG-PRITZ-SC-01-R1.0-REL1.0-Linux6.12.13
    [    0.393077] 	SOM Version       : iG-PRITZ-AP-01-R5000000.2000000
    [    0.393077] 
    [    0.404765] iommu: Default domain type: Translated
    [    0.409683] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.416395] SCSI subsystem initialized
    [    0.420731] usbcore: registered new interface driver usbfs
    [    0.426399] usbcore: registered new interface driver hub
    [    0.431864] usbcore: registered new device driver usb
    [    0.437461] pps_core: LinuxPPS API ver. 1 registered
    [    0.442541] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.451882] PTP clock support registered
    [    0.455921] EDAC MC: Ver: 3.0.0
    [    0.459573] scmi_core: SCMI protocol bus registered
    [    0.465027] FPGA manager framework
    [    0.468640] Advanced Linux Sound Architecture Driver Initialized.
    [    0.476041] vgaarb: loaded
    [    0.479303] clocksource: Switched to clocksource arch_sys_counter
    [    0.485870] VFS: Disk quotas dquot_6.6.0
    [    0.489923] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.503966] NET: Registered PF_INET protocol family
    [    0.509212] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.517776] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
    [    0.526420] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.534363] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.542330] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
    [    0.549979] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.556652] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
    [    0.563469] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
    [    0.570869] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.577300] RPC: Registered named UNIX socket transport module.
    [    0.583398] RPC: Registered udp transport module.
    [    0.588202] RPC: Registered tcp transport module.
    [    0.593011] RPC: Registered tcp-with-tls transport module.
    [    0.598612] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.605206] PCI: CLS 0 bytes, default 64
    [    0.610525] Initialise system trusted keyrings
    [    0.615430] workingset: timestamp_bits=46 max_order=18 bucket_order=0
    [    0.622417] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.628822] NFS: Registering the id_resolver key type
    [    0.634057] Key type id_resolver registered
    [    0.638333] Key type id_legacy registered
    [    0.642457] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.649304] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.707929] Key type asymmetric registered
    [    0.712136] Asymmetric key parser 'x509' registered
    [    0.717208] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.724783] io scheduler mq-deadline registered
    [    0.729413] io scheduler kyber registered
    [    0.733551] io scheduler bfq registered
    [    0.750906] pinctrl-single 4084000.pinctrl: 8192 pins, size 32768
    [    0.758832] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.766630] ti-udma-am62l 485c4000.dma-controller: Number of rings: 144
    [    0.773588] ti-udma-am62l 485c4000.dma-controller: Channels: 144 (bchan: 16, tchan + rchan: 128)
    [    0.789113] ti-udma-am62l 485c0000.dma-controller: Number of rings: 112
    [    0.796056] ti-udma-am62l 485c0000.dma-controller: Channels: 97 (tchan + rchan: 97)
    [    0.812218] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [    0.828098] loop: module loaded
    [    0.832380] megasas: 07.727.03.00-rc1
    [    0.839982] tun: Universal TUN/TAP device driver, 1.6
    [    0.846338] VFIO - User Level meta-driver version: 0.3
    [    0.852598] usbcore: registered new interface driver usb-storage
    [    0.859144] Successfully added driver hy46xx_ts
    [    0.864117] i2c_dev: i2c /dev entries driver
    [    0.869438] sdhci: Secure Digital Host Controller Interface driver
    [    0.875792] sdhci: Copyright(c) Pierre Ossman
    [    0.880422] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.888356] arm-scmi arm-scmi.0.auto: Using scmi_smc_transport
    [    0.894399] arm-scmi arm-scmi.0.auto: SCMI max-rx-timeout: 30ms
    [    0.900683] scmi_protocol scmi_dev.1: Enabled polling mode TX channel - prot_id:16
    [    0.908717] arm-scmi arm-scmi.0.auto: SCMI Notifications - Core Enabled.
    [    0.915633] arm-scmi arm-scmi.0.auto: SCMI Protocol v2.0 'Texas:Instruments' Firmware version 0x0
    [    0.948104] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.957261] usbcore: registered new interface driver usbhid
    [    0.963047] usbhid: USB HID core driver
    [    0.967990] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 (0,8000003f) counters available
    [    0.978048] optee: probing for conduit method.
    [    0.982623] optee: api uid mismatch
    [    0.986200] optee firmware:optee: probe with driver optee failed with error -22
    [    0.995188] NET: Registered PF_PACKET protocol family
    [    1.000531] Key type dns_resolver registered
    [    1.013043] registered taskstats version 1
    [    1.017401] Loading compiled-in X.509 certificates
    [    1.084373] omap_i2c 2b200000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.091967] omap_i2c 20000000.i2c: bus 1 rev0.12 at 400 kHz
    [    3.159358] hy46xx_ts 2-0038: fhy46xx_i2c_Read: i2c read error.
    [    3.165441] hy46xx_ts 2-0038: Invalid Firmware version
    [    3.170906] hy46xx_ts 2-0038: probe with driver hy46xx_ts failed with error -121
    [    3.178608] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
    [    3.185631] printk: legacy console [ttyS2] disabled
    [    3.191043] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 195, base_baud = 3000000) is a 8250
    [    3.199950] printk: legacy console [ttyS2] enabled
    [    3.199950] printk: legacy console [ttyS2] enabled
    [    3.209677] printk: legacy bootconsole [ns16550a0] disabled
    [    3.209677] printk: legacy bootconsole [ns16550a0] disabled
    [    3.259317] davinci_mdio 8000f00.mdio: davinci mdio revision 17.7, bus freq 1000000
    [    3.634794] mdio_bus 8000f00.mdio: MDIO device at address 5 is missing.
    [    3.641432] davinci_mdio 8000f00.mdio: phy[4]: device 8000f00.mdio:04, driver ADIN1300
    [    3.649396] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00103, cpsw version 0x6BA80103 Ports: 3 quirks:00000002
    [    3.662352] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
    [    3.669514] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512, Policers 32
    [    3.677516] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010d, freq:250000000, add_val:3 pps:0
    [    3.696887] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 96
    [    3.707178] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
    [    3.712804] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 1
    [    3.720609] xhci-hcd xhci-hcd.4.auto: USB3 root hub has no ports
    [    3.726620] xhci-hcd xhci-hcd.4.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [    3.736072] xhci-hcd xhci-hcd.4.auto: irq 206, io mem 0x31000000
    [    3.743148] hub 1-0:1.0: USB hub found
    [    3.746993] hub 1-0:1.0: 1 port detected
    [    3.753631] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller
    [    3.759349] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 2
    [    3.767337] xhci-hcd xhci-hcd.5.auto: USB3 root hub has no ports
    [    3.773365] xhci-hcd xhci-hcd.5.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000808020000010
    [    3.782822] xhci-hcd xhci-hcd.5.auto: irq 207, io mem 0x31100000
    [    3.789764] hub 2-0:1.0: USB hub found
    [    3.793578] hub 2-0:1.0: 1 port detected
    [    3.800116] mmc0: CQHCI version 5.10
    [    3.800157] clk: Disabling unused clocks
    [    3.805180] mmc1: CQHCI version 5.10
    [    3.811891] PM: genpd: Disabling unused power domains
    [    3.817318] ALSA device list:
    [    3.820321]   No soundcards found.
    [    3.847916] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    3.855471] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    3.863345] Waiting for root device PARTUUID=076c4a2a-02...
    [    3.907542] mmc1: new high speed SDHC card at address aaaa
    [    3.917980] mmcblk1: mmc1:aaaa SC16G 14.8 GiB
    [    3.927871]  mmcblk1: p1 p2
    [    4.019724] mmc0: Command Queue Engine enabled
    [    4.024361] mmc0: new high speed MMC card at address 0001
    [    4.035011] mmcblk0: mmc0:0001 DG4016 14.7 GiB
    [    4.041964]  mmcblk0: p1 p2
    [    4.045738] mmcblk0boot0: mmc0:0001 DG4016 4.00 MiB
    [    4.052318] mmcblk0boot1: mmc0:0001 DG4016 4.00 MiB
    [    4.058856] mmcblk0rpmb: mmc0:0001 DG4016 4.00 MiB, chardev (239:0)
    [    4.228515] EXT4-fs (mmcblk1p2): recovery complete
    [    4.235507] EXT4-fs (mmcblk1p2): mounted filesystem 6384beb5-0f77-4b41-8328-e6e271da32f1 r/w with ordered data mode. Quota mode: none.
    [    4.247716] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    4.256472] devtmpfs: mounted
    [    4.260859] Freeing unused kernel memory: 2624K
    [    4.265508] Run /sbin/init as init process
    [    4.800973] systemd[1]: System time before build time, advancing clock.
    [    4.899747] NET: Registered PF_INET6 protocol family
    [    4.906136] Segment Routing with IPv6
    [    4.909911] In-situ OAM (IOAM) with IPv6
    [    4.976781] 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.008742] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2025.01!
    
    [    5.041488] systemd[1]: Hostname set to <am62lxx-ig69m>.
    [    5.504938] 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.651478] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    5.761766] systemd[1]: Queued start job for default target Graphical Interface.
    [    5.806285] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    5.826156] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    5.846146] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    5.865574] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    5.883982] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    5.903946] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    5.923691] systemd[1]: Expecting device /dev/ttyS2...
             Expecting device /dev/ttyS2...
    [    5.939730] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    5.955642] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    5.971632] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    5.987666] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    6.048426] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    6.067750] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    6.093887] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    6.112113] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    6.133182] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    6.156426] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    6.176526] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    6.196680] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    6.221912] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    6.240315] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    6.260471] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    6.307902] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    6.318913] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    6.372206] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    6.392158] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [    6.413317] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    6.436588] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    6.464289] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    6.501063] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    6.544224] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    6.573752] fuse: init (API version 7.41)
    [    6.604206] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    6.632727] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    6.648049] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [    6.688872] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    6.728591] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    6.761644] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network units from Kernel command line...
    [    6.831764] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    6.833532] cryptodev: loading out-of-tree module taints kernel.
             Starting Remount Root and Kernel File Systems   6.845554] systemd-journald[109]: Collecting audit messages is enabled.
    [0m...
    [    6.879916] sysctl table check failed: ioctl/(null) procname is null
    [    6.887882] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    6.903414] sysctl table check failed: ioctl/(null) No proc_handler
    [    6.928618] cryptodev: driver 1.14 loaded.
    [    6.935984] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    6.960945] systemd[1]: Mounted Huge Pages File System.
    [  OK  ] Mounted Huge Pages File System.
    [    6.982586] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.[    6.992138] EXT4-fs (mmcblk1p2): re-mounted 6384beb5-0f77-4b41-8328-e6e271da32f1 r/w. Quota mode: none.
    
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory /tmp.
    [  OK  ] Finished Create List of Static Device Nodes.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Start psplas�temd progress communication helper.
    [  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.450070] systemd-journald[109]: Received client request to flush runtime journal.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Finished Create Static Device Nodes in /dev gracefully.
             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...
    [    7.770760] audit: type=1334 audit(1736360579.964:2): prog-id=6 op=LOAD
    [    7.782383] audit: type=1334 audit(1736360579.972:3): prog-id=7 op=LOAD
             Starting Rule-based Manager for Device Events and Files...
    [  OK  ] Mounted /var/volatile.
    [  OK  ] Finished Coldplug All udev Devices.
             Starting Load/Save OS Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create System Files and Directories...
    [  OK  ] Finished Create System Files and Directories.
    [    8.117666] audit: type=1334 audit(1736360580.312:4): prog-id=8 op=LOAD
             Starting Network Name Resolution...
    [    8.160420] audit: type=1334 audit(1736360580.356:5): prog-id=9 op=LOAD
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [    8.234406] audit: type=1334 audit(1736360580.428:6): prog-id=10 op=LOAD
             Starting User Database Manager...
    [    8.251918] audit: type=1334 audit(1736360580.436:7): prog-id=11 op=LOAD
    [    8.271739] audit: type=1334 audit(1736360580.436:8): prog-id=12 op=LOAD
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Started User Database Manager.
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [    8.899408] random: crng init done
    [  OK  ] Finished Load/Save OS Random Seed.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Host and Network Name Lookups.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Started Daily rotation of log files.
    [  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 Weston socket...
    [    9.302431] audit: type=1334 audit(1744615331.049:9): prog-id=13 op=LOAD
             Starting D-Bus System Message Bus...
             Starting Reboot and dump vmcore via kexec...
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Listening on Weston socket.
    [  OK  ] Reached target Socket Units.
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    [  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.
             Starting Print notice about GPLv3 packages...
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
    [  OK  ] Started irqbalance daemon.
             Starting Telephony service...
             Starting Expand the rootfs partiti�to full size of the boot device....
    [  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    [    9.870351] audit: type=1334 audit(1744615331.617:10): prog-id=14 op=LOAD
             Starting User Login Management...
    [    9.891433] audit: type=1334 audit(1744615331.629:11): prog-id=15 op=LOAD
             Starting Telnet Server...
    [  OK  ] Found device /dev/ttyS2.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Finished Telnet Server.
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Reached target Preparation for Network.
             Starting Network Configuration...
    [  OK  ] Started Telephony service.
    [  OK  ] Finished Expand the rootfs partition to full size of the boot device..
    [   10.929000] Bluetooth: Core ver 2.22
    [   10.934616] NET: Registered PF_BLUETOOTH protocol family
    [   10.944913] Bluetooth: HCI device and connection manager initialized
    [   10.956566] Bluetooth: HCI socket layer initialized
    [   10.965915] Bluetooth: L2CAP socket layer initialized
    [   10.965974] Bluetooth: SCO socket layer initialized
    [   10.979727] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [  OK  ] Started User Login Management.
    [   11.018413] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [   11.031148] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [  OK  ] Started Network Configuration.
    [  OK  ] Reached target Network.
             Starting Enable and configure wl18xx bluetooth stack...
             Starting containerd container runtime...
             Starting LLDP daemon...
             Starting Mosquitto MQTT Broker...
    [  OK  ] Started Netperf Benchmark Server.
             Starting Simple Network Management Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Starting Weston, a Wayland compositor, as a system service...
    [   12.218464] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:04] driver [ADIN1300] (irq=POLL)
    [   12.218496] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [  OK  ] Started LLDP daemon.
    [  OK  ] Started Mosquitto MQTT Broker.
    [   13.137120] at24 2-0050: supply vcc not found, using dummy regulator
    [   13.156340] at24 2-0050: 4096 byte 24c32 EEPROM, writable, 1 bytes/write
    [  OK  ] Created slice User Slice of UID 1000.
             Starting User Runtime Directory /run/user/1000...
    [  OK  ] Finished User Runtime Directory /run/user/1000.
             Starting User Manager for UID 1000...
    [   13.554428] [drm] Initialized tidss 1.0.0 for 30200000.dss on minor 0
    [   13.577619] tidss 30200000.dss: [drm] No compatible format found
    [   13.600757] tidss 30200000.dss: [drm] Cannot find any crtc or sizes
    [   13.705718] kauditd_printk_skb: 2 callbacks suppressed
    [   13.705747] audit: type=1006 audit(1744615335.453:14): pid=467 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
    [   13.733711] audit: type=1300 audit(1744615335.453:14): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffeadda018 a2=4 a3=1 items=0 ppid=1 pid=467 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
    [   13.763640] audit: type=1327 audit(1744615335.453:14): proctitle="(systemd)"
    [   14.314413] input: tps65219-pwrbutton as /devices/platform/bus@f0000/bus@f0000:bus@43000000/2b200000.i2c/i2c-0/0-0030/tps65219-pwrbutton.3.auto/input/input0
    [  OK  ] Started Simple Network Management Protocol (SNMP) Daemon..
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User weston.
    [  OK  ] Created slice Slice /system/systemd-fsck.
             Expecting device /dev/mmcblk0p2   15.117697] audit: type=1006 audit(1744615336.865:15): pid=413 uid=0 old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    0m...
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [   15.153840] audit: type=1300 audit(1744615336.865:15): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffdce20ee8 a2=4 a3=1 items=0 ppid=1 pid=413 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/usr/lib/systemd/systemd-executor" key=(null)
             Expecting device /dev/mmcblk0p1...
    [   15.186836] audit: type=1327 audit(1744615336.865:15): proctitle="(weston)"
             Starting Virtual Console Setup...
    [  OK  ] Found device /dev/mmcblk0p2.
    [  OK  ] Created slice Slice /system/systemd-backlight.
             Starting Load/Save Screen Backligh�ness of backlight:rgb_backlight1...
             Starting File System Check on /dev/mmcblk0p2...
             Expecting device /dev/mmcblk1p1...
    [  OK  ] Found device /dev/mmcblk0p1.
    [FAILED] Failed to start Weston, a Wayland compositor, as a system service.
    See 'systemctl status weston.service' for details.
    [  OK  ] Finished Virtual Console Setup.
    [  OK  ] Finished Load/Save Screen Backligh�htness of backlight:rgb_backlight1.
    [  OK  ] Found device /dev/mmcblk1p1.
             Starting File System Check on /dev/mmcblk0p1...
             Starting File System Check on /dev/mmcblk1p1...
    [  OK  ] Finished File System Check on /dev/mmcblk0p1.
             Mounting /run/media/mmcblk0p1...
    [  OK  ] Finished File System Check on /dev/mmcblk1p1.
    [  OK  ] Mounted /run/media/mmcblk0p1.
             Mounting /run/media/boot-mmcblk1p1...
    [  OK  ] Finished File System Check on /dev/mmcblk0p2.
             Mounting /run/media/mmcblk0p2...
    [  OK  ] Mounted /run/media/boot-mmcblk1p1.
    [  OK  ] Mounted /run/media/mmcblk0p2.
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project am62lxx-ig69m ttyS2
    
    Arago 2025.01 am62lxx-ig69m ttyS2
    
    am62lxx-ig69m login: ***************************************************************
    ***************************************************************
    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
    	libidn2-0
    	libidn2-dev
    	libmpc3
    	libmpfr6
    	libopcodes
    	libreadline-dev
    	libreadline8
    	libstdc++-dev
    	libstdc++6
    	libtasn1-dev
    	libunistring-dev
    	libunistring5
    	m4
    	make
    	nettle-dev
    	nettle
    	parted
    	piglit
    	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
    ***************************************************************
    ***************************************************************
    
    am62lxx-ig69m login: 
    am62lxx-ig69m login: 
    am62lxx-ig69m login: root
    [   28.832817] audit: type=1006 audit(1744615350.581:16): pid=863 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
    [   28.848247] audit: type=1300 audit(1744615350.581:16): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=fffff93757d8 a2=1 a3=1 items=0 ppid=1 pid=863 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
    [   28.875740] audit: type=1327 audit(1744615350.581:16): proctitle="(systemd)"
    [   28.883747] audit: type=1334 audit(1744615350.625:17): prog-id=18 op=LOAD
    [   28.891719] audit: type=1300 audit(1744615350.625:17): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffea35d498 a2=90 a3=0 items=0 ppid=1 pid=863 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
    [   28.917992] audit: type=1327 audit(1744615350.625:17): proctitle="(systemd)"
    [   28.925743] audit: type=1334 audit(1744615350.629:18): prog-id=18 op=UNLOAD
    [   28.933496] audit: type=1300 audit(1744615350.629:18): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffff8fc17c60 items=0 ppid=1 pid=863 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
    [   28.959865] audit: type=1327 audit(1744615350.629:18): proctitle="(systemd)"
    [   28.967861] audit: type=1334 audit(1744615350.629:19): prog-id=19 op=LOAD
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# ifconfig
    eth0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
            ether a0:cd:f3:77:ef:49  txqueuelen 1000  (Ethernet)
            RX packets 0  bytes 0 (0.0 B)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 0  bytes 0 (0.0 B)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
            inet 127.0.0.1  netmask 255.0.0.0
            inet6 ::1  prefixlen 128  scopeid 0x10<host>
            loop  txqueuelen 1000  (Local Loopback)
            RX packets 11  bytes 1675 (1.6 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 11  bytes 1675 (1.6 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# [   43.113226] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# ifconfig
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet 192.168.0.224  netmask 255.255.248.0  broadcast 192.168.7.255
            inet6 fe80::a2cd:f3ff:fe77:ef49  prefixlen 64  scopeid 0x20<link>
            ether a0:cd:f3:77:ef:49  txqueuelen 1000  (Ethernet)
            RX packets 96  bytes 8553 (8.3 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 14  bytes 2007 (1.9 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
            inet 127.0.0.1  netmask 255.0.0.0
            inet6 ::1  prefixlen 128  scopeid 0x10<host>
            loop  txqueuelen 1000  (Local Loopback)
            RX packets 11  bytes 1675 (1.6 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 11  bytes 1675 (1.6 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# ping _i    _i  -I eth0 8.8.8.
    ping: 8.8.8.: Name or service not known
    root@am62lxx-ig69m:~# ping -I eth0 8.8.8.8
    PING 8.8.8.8 (8.8.8.8) from 192.168.0.224 eth0: 56(84) bytes of data.
    64 bytes from 8.8.8.8: icmp_seq=1 ttl=115 time=6.29 ms
    64 bytes from 8.8.8.8: icmp_seq=2 ttl=115 time=6.20 ms
    64 bytes from 8.8.8.8: icmp_seq=3 ttl=115 time=6.08 ms
    64 bytes from 8.8.8.8: icmp_seq=4 ttl=115 time=6.10 ms
    64 bytes from 8.8.8.8: icmp_seq=5 ttl=115 time=6.13 ms
    ^C
    --- 8.8.8.8 ping statistics ---
    5 packets transmitted, 5 received, 0% packet loss, time 4006ms
    rtt min/avg/max/mdev = 6.080/6.157/6.287/0.076 ms
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# udhcpc
    udhcpc: started, v1.36.1
    Dropped protocol specifier '.udhcpc' from 'eth0.udhcpc'. Using 'eth0' (ifindex=2).
    udhcpc: broadcasting discover
    udhcpc: broadcasting select for 192.168.0.224, server 192.168.4.133
    udhcpc: lease of 192.168.0.224 obtained from 192.168.4.133, lease time 43200
    /etc/udhcpc.d/50default: Adding DNS 192.168.2.254
    Dropped protocol specifier '.udhcpc' from 'eth0.udhcpc'. Using 'eth0' (ifindex=2).
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# udhcpcping -I eth0 8.8.8.8
    PING 8.8.8.8 (8.8.8.8) from 192.168.0.224 eth0: 56(84) bytes of data.
    64 bytes from 8.8.8.8: icmp_seq=1 ttl=115 time=6.35 ms
    64 bytes from 8.8.8.8: icmp_seq=2 ttl=115 time=7.71 ms
    64 bytes from 8.8.8.8: icmp_seq=3 ttl=115 time=6.08 ms
    64 bytes from 8.8.8.8: icmp_seq=4 ttl=115 time=6.07 ms
    64 bytes from 8.8.8.8: icmp_seq=5 ttl=115 time=6.08 ms
    ^C
    --- 8.8.8.8 ping statistics ---
    5 packets transmitted, 5 received, 0% packet loss, time 4006ms
    rtt min/avg/max/mdev = 6.072/6.458/7.710/0.634 ms
    root@am62lxx-ig69m:~# ^C
    root@am62lxx-ig69m:~# ^C
    root@am62lxx-ig69m:~# ping -I eth0 8.8.8.8udhcpcping -I eth0 8.8.8.8ifconfig eth0 down
    [   88.364953] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# ifconfig eth0 down    up
    [   93.455229] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:04] driver [ADIN1300] (irq=POLL)
    [   93.464403] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# [   98.089061] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# ifconfig eth0 up  
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet 192.168.0.224  netmask 255.255.248.0  broadcast 192.168.7.255
            inet6 fe80::a2cd:f3ff:fe77:ef49  prefixlen 64  scopeid 0x20<link>
            ether a0:cd:f3:77:ef:49  txqueuelen 1000  (Ethernet)
            RX packets 2456  bytes 289458 (282.6 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 97  bytes 14281 (13.9 KiB)
            TX errors 0  dropped 10 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# ifconfig eth0 updownping -I eth0 8.8.8.8
    PING 8.8.8.8 (8.8.8.8) from 192.168.0.224 eth0: 56(84) bytes of data.
    From 192.168.0.224 icmp_seq=1 Destination Host Unreachable
    From 192.168.0.224 icmp_seq=2 Destination Host Unreachable
    From 192.168.0.224 icmp_seq=3 Destination Host Unreachable
    ^C
    --- 8.8.8.8 ping statistics ---
    6 packets transmitted, 0 received, +3 errors, 100% packet loss, time 5110ms
    pipe 3
    root@am62lxx-ig69m:~# ^C
    root@am62lxx-ig69m:~# ^C
    root@am62lxx-ig69m:~# ^C
    root@am62lxx-ig69m:~# 


    --Dheeraj

  • Hi Dheeraj, 

    Have you tried to ping to 8.8.8.8 to verify that it is pinging to external network .For us to consider ethernet port test as pass we have to ping to s proper network ( not to our own host pc) .So this is where I'm failing. To ping to a proper network I need my board to assign an IP with only one ethernet port.could you please clarify why this issue is being faced on the EVM board because with the same software im having this issue with my customized board having one ethernet port .

    Unfortunately, I'm unable to do this test. First of all, there is a corporate firewall that prevents me from accessing 8.8.8.8 via an EVM. Second of all, the Yocto build of Linux that we provide is not designed for connecting to the wider internet, we would recommend using the Debian build that we provide instead for connecting to internet. Lastly, to explain our test model, we test the very simplest setup to verify that there is not an issue with our CPSW driver. That simple setup was what I had described as my test setup.

    In my test, I verified that an IP address could be assigned, even after a port is disabled, and can send and receive packets, therefore verifying that our CPSW driver is working without issue. From the software perspective, the limit of what we mainly support is if there is an issue with the CPSW driver (low-level TI drivers). Anything beyond that, we can only try our best to give suggestions if we think of them.

    That being said, as a suggestion I think we should take a look at using the Wireshark tool to see if you actually get an DHCP messages which are required to be detected in order to receive an IP address. Instead of using the Wireshark GUI, please try to capture the packets on your AM62L board with tcpdump (e.g. tcpdump -i <interface> -s 65535 -w <file> to write the results to a file). Then you can open the tcpdump file in a Wireshark application on your development PC to see what packets were received and sent on that interface. 

    Also, I have been getting confused over exactly what is your test hardware setup. Can you please share a diagram on your test topology (instead of a description in words).

    -Daolin

  • HIi,

    Sorry for the delayed response , Right now i'm working on some other issues, Will get back to you once i start AM62L ethernet issue again.

    --Dheeraj

  • Hi ,

    Could you please check the attached logs and help me with any debug methods.Now ip seems to be assigning if i follow this procedure but fails to ping.

    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# ifconfig
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet 192.168.0.224  netmask 255.255.248.0  broadcast 192.168.7.255
            inet6 fe80::a2cd:f3ff:fe77:ef49  prefixlen 64  scopeid 0x20<link>
            ether a0:cd:f3:77:ef:49  txqueuelen 1000  (Ethernet)
            RX packets 322  bytes 27053 (26.4 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 32  bytes 5060 (4.9 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
            inet 127.0.0.1  netmask 255.0.0.0
            inet6 ::1  prefixlen 128  scopeid 0x10<host>
            loop  txqueuelen 1000  (Local Loopback)
            RX packets 18  bytes 2046 (1.9 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 18  bytes 2046 (1.9 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-ig69m:~# arp -n
    Address                  HWtype  HWaddress           Flags Mask            Iface
    192.168.1.129            ether   f4:8e:38:92:2b:28   C                     eth0
    192.168.0.1              ether   40:ed:00:a0:d0:7d   C                     eth0
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# ping -I e[   49.518346] kauditd_printk_skb: 5 callbacks suppressed
    [   49.518369] audit: type=1334 audit(1745845515.493:21): prog-id=20 op=LOAD
    th[   49.702788] audit: type=1334 audit(1745845515.681:22): prog-id=20 op=UNLOAD
    
    ping: usage error: Destination address required
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# ping -I eth0 192.168.1.129
    PING 192.168.1.129 (192.168.1.129) from 192.168.0.224 eth0: 56(84) bytes of data.
    64 bytes from 192.168.1.129: icmp_seq=1 ttl=64 time=0.417 ms
    64 bytes from 192.168.1.129: icmp_seq=2 ttl=64 time=0.389 ms
    64 bytes from 192.168.1.129: icmp_seq=3 ttl=64 time=0.381 ms
    ^C
    --- 192.168.1.129 ping statistics ---
    3 packets transmitted, 3 received, 0% packet loss, time 2026ms
    rtt min/avg/max/mdev = 0.381/0.395/0.417/0.015 ms
    root@am62lxx-ig69m:~# ^C
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# udhcpc
    udhcpc: started, v1.36.1
    Dropped protocol specifier '.udhcpc' from 'eth0.udhcpc'. Using 'eth0' (ifindex=2).
    udhcpc: broadcasting discover
    udhcpc: broadcasting select for 192.168.0.224, server 192.168.4.133
    udhcpc: lease of 192.168.0.224 obtained from 192.168.4.133, lease time 43200
    /etc/udhcpc.d/50default: Adding DNS 192.168.2.254
    Dropped protocol specifier '.udhcpc' from 'eth0.udhcpc'. Using 'eth0' (ifindex=2).
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# ifconfig
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet 192.168.0.224  netmask 255.255.248.0  broadcast 192.168.7.255
            inet6 fe80::a2cd:f3ff:fe77:ef49  prefixlen 64  scopeid 0x20<link>
            ether a0:cd:f3:77:ef:49  txqueuelen 1000  (Ethernet)
            RX packets 6344  bytes 721822 (704.9 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 93  bytes 13874 (13.5 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
            inet 127.0.0.1  netmask 255.0.0.0
            inet6 ::1  prefixlen 128  scopeid 0x10<host>
            loop  txqueuelen 1000  (Local Loopback)
            RX packets 19  bytes 2267 (2.2 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 19  bytes 2267 (2.2 KiB)
            TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# ping -I eth0 192.168.1.129
    PING 192.168.1.129 (192.168.1.129) from 192.168.0.224 eth0: 56(84) bytes of data.
    64 bytes from 192.168.1.129: icmp_seq=1 ttl=64 time=0.680 ms
    64 bytes from 192.168.1.129: icmp_seq=2 ttl=64 time=0.579 ms
    64 bytes from 192.168.1.129: icmp_seq=3 ttl=64 time=0.420 ms
    64 bytes from 192.168.1.129: icmp_seq=4 ttl=64 time=0.584 ms
    ^C
    --- 192.168.1.129 ping statistics ---
    4 packets transmitted, 4 received, 0% packet loss, time 3066ms
    rtt min/avg/max/mdev = 0.420/0.565/0.680/0.093 ms
    root@am62lxx-ig69m:~# ^C
    root@am62lxx-ig69m:~# ^C
    root@am62lxx-ig69m:~# ifconfig eth0 down
    [  147.604123] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# ifconfig eth0 up  
    [  152.022347] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:04] driver [ADIN1300] (irq=POLL)
    [  152.031528] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# [  156.651879] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# ifconfig eth0   
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
            inet 192.168.0.224  netmask 255.255.248.0  broadcast 192.168.7.255
            inet6 fe80::a2cd:f3ff:fe77:ef49  prefixlen 64  scopeid 0x20<link>
            ether a0:cd:f3:77:ef:49  txqueuelen 1000  (Ethernet)
            RX packets 7601  bytes 831738 (812.2 KiB)
            RX errors 0  dropped 0  overruns 0  frame 0
            TX packets 132  bytes 19601 (19.1 KiB)
            TX errors 0  dropped 10 overruns 0  carrier 0  collisions 0
    
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# sync
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# arp -n
    Address                  HWtype  HWaddress           Flags Mask            Iface
    192.168.2.254                    (incomplete)                              eth0
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# 
    root@am62lxx-ig69m:~# ping -I eth0 192.168.0.185
    PING 192.168.0.185 (192.168.0.185) from 192.168.0.224 eth0: 56(84) bytes of data.
    From 192.168.0.224 icmp_seq=1 Destination Host Unreachable
    From 192.168.0.224 icmp_seq=2 Destination Host Unreachable
    ^C
    --- 192.168.0.185 ping statistics ---
    4 packets transmitted, 0 received, +2 errors, 100% packet loss, time 3070ms
    pipe 4
    root@am62lxx-ig69m:~# ping -I eth0 192.168.2.224
    PING 192.168.2.224 (192.168.2.224) from 192.168.0.224 eth0: 56(84) bytes of data.
    From 192.168.0.224 icmp_seq=1 Destination Host Unreachable
    From 192.168.0.224 icmp_seq=2 Destination Host Unreachable
    From 192.168.0.224 icmp_seq=3 Destination Host Unreachable
    ^C
    --- 192.168.2.224 ping statistics ---
    6 packets transmitted, 0 received, +3 errors, 100% packet loss, time 5102ms
    pipe 4
    root@am62lxx-ig69m:~# ^C
    

  • Hi Dheeraj,

    Also, I have been getting confused over exactly what is your test hardware setup. Can you please share a diagram on your test topology (instead of a description in words).

    Can you clarify exactly what test topology you have resulting in the issue you see? It is hard for me to provide any suggestions without understanding the whole context of your test. 

    Did you make any changes that allowed IP address to be obtained?

    For instance I see the following which I assume is the IP address of the connected device to your AM62L board. However, you are trying to ping to a different IP address

    Address of what I assume is the connected device is 192.168.2.254
    root@am62lxx-ig69m:~# arp -n
    Address                  HWtype  HWaddress           Flags Mask            Iface
    192.168.2.254                    (incomplete)                              eth0
    
    
    However, below you are trying to ping 192.168.0.185 and 192.168.2.224 (not matching 192.168.2.254)
    root@am62lxx-ig69m:~# ping -I eth0 192.168.0.185
    PING 192.168.0.185 (192.168.0.185) from 192.168.0.224 eth0: 56(84) bytes of data.
    From 192.168.0.224 icmp_seq=1 Destination Host Unreachable
    From 192.168.0.224 icmp_seq=2 Destination Host Unreachable
    ^C
    --- 192.168.0.185 ping statistics ---
    4 packets transmitted, 0 received, +2 errors, 100% packet loss, time 3070ms
    pipe 4
    root@am62lxx-ig69m:~# ping -I eth0 192.168.2.224
    PING 192.168.2.224 (192.168.2.224) from 192.168.0.224 eth0: 56(84) bytes of data.
    From 192.168.0.224 icmp_seq=1 Destination Host Unreachable
    From 192.168.0.224 icmp_seq=2 Destination Host Unreachable
    From 192.168.0.224 icmp_seq=3 Destination Host Unreachable
    ^C
    --- 192.168.2.224 ping statistics ---
    6 packets transmitted, 0 received, +3 errors, 100% packet loss, time 5102ms

    -Daolin