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.

AM6442: Eth2 with PHY DP83869 is failing on EVM AM64x EVM

Part Number: AM6442
Other Parts Discussed in Thread: DP83869, TMDS64EVM

Tool/software:

Hello TI,

We are using EVM AM64x where we see eth2 with phy DP83869 is failing,

We downloaded the code for AM64x from TI git "git clone git.ti.com/.../oe-layersetup.git tisdk", we compiled with steps provided by 1.2. Building the SDK with Yocto — Processor SDK AM64X Documentation. With this binary we are seeing eth2 is not coming up under "ifconfig -a".

serial logs:

root@am64xx-evm:~# dmesg | grep 838 
[    1.431518] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
[    5.878381] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[    7.698387] audit: type=1334 audit(1709054767.256:4): prog-id=8 op=LOAD
[   11.035315] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
[   13.008401] davinci_mdio 300b2400.mdio: phy[15]: device 300b2400.mdio:0f, driver TI DP83869
[   14.131838] remoteproc remoteproc6: 30034000.pru is available
[   14.212517] TI DP83869 300b2400.mdio:0f: attached PHY driver (mii_bus:phy_addr=300b2400.mdio:0f, irq=POLL)
root@am64xx-evm:~# 

dts configurations:

#include <dt-bindings/net/ti-dp83869.h>   //Added additionaly

ethernet2 = &icssg1_emac0;

ethernet-ports {
#address-cells = <1>;
#size-cells = <0>;
icssg1_emac0: port@0 {
reg = <0>;
phy-handle = <&icssg1_phy1>;
phy-mode = "rgmii-id";
/* Filled in by bootloader */
local-mac-address = [00 00 00 00 00 00];
status = "okay";
};

&icssg1_mdio {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&icssg1_mdio1_pins_default>;

icssg1_phy1: ethernet-phy@f {
reg = <0xf>;
tx-internal-delay-ps = <250>;
rx-internal-delay-ps = <2000>;
status = "okay";
};
};

Please let us know if something is missed here,

Thank you,

Prathibha

  • Hello TI,

    Any updates?

    Regards 

    Honnesh 

  • Hello TI,

    Any updates?

    Regards 

    Honnesh 

  • Hello Honnesh/Prathibha, 

    Apologies for the delay as this thread was assigned to the wrong person last week and only recently reached me. 

    A couple first questions

    1. Can you share the exact results of "ifconfig -a" (insert the log with Insert>Code)

    2. Can you share the entire boot log of the AM64x EVM? (insert the log with Insert>Code) Just to clarify, you are testing with a TI AM64x EVM and not a custom AM64x board?

    3. Are you making modifications to the default AM64x EVM DTS? 

    4. Are you expecting to use ICSSG ethernet for eth2 or CPSW ethernet for eth2?

    5. Do you see the same behavior when the latest default TI Linux SDK image is used? Are you planning on using RT-Linux or non-RT Linux?

    6. Can you share the results of "systemctl status systemd-networkd.service"?

    -Daolin

  • Hello TI,

    Thank you for your response, 

    Attached complete logs for point 1, 2 and for 6. and mostly we see this when we compile Linux kernel code alone and replace the Image and dtb on device. For this experiment we thought issue could be loading the modules and hence we made defconfig changes also as below,

    CONFIG_DP83867_PHY=y                    
    CONFIG_DP83869_PHY=y                 
    CONFIG_TI_ICSSG_PRUETH=y                       
    CONFIG_TI_CPSW_PROXY_CLIENT=y

    CONFIG_TI_PRUSS=y  

    3. yes, we are making changes to default AM64x EVK dts, i-e k3-am642-evm.dts, and device is booting this dts only, that we made sure by putting print.

    4.  As per dts configuration, we see it is ICSSG

    =~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2025.01.30 11:00:48 =~=~=~=~=~=~=~=~=~=~=~=
     
    U-Boot SPL 2024.04-ti-gfda88f8bcea3 (Jul 26 2024 - 11:00:12 +0000)
    Resetting on cold boot to workaround ErrataID:i2331
    Please resend tiboot3.bin in case of UART/DFU boot
    resetting ...
    
    U-Boot SPL 2024.04-ti-gfda88f8bcea3 (Jul 26 2024 - 11:00:12 +0000)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -1
    SPL initial stack usage: 13392 bytes
    Trying to boot from MMC1
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Loading Environment from MMC... *** Warning - bad CRC, using default environment
    
    init_env from device 9 not supported!
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
    NOTICE:  BL31: Built : 16:09:05, Feb  9 2024
    I/TC: 
    I/TC: OP-TEE version: 4.2.0-dev (gcc version 13.3.0 (GCC)) #1 Fri Apr 12 09:51:21 UTC 2024 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
    I/TC: Primary CPU initializing
    I/TC: GIC redistributor base address not provided
    I/TC: Assuming default GIC group status and modifier
    I/TC: SYSFW ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
    I/TC: HUK Initialized
    I/TC: Activated SA2UL device
    I/TC: Fixing SA2UL firewall owner for GP device
    I/TC: Enabled firewalls for SA2UL TRNG device
    I/TC: SA2UL TRNG initialized
    I/TC: SA2UL Drivers initialized
    I/TC: Primary CPU switching to normal world boot
    
    U-Boot SPL 2024.04 (Dec 10 2024 - 15:08:38 +0530)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -1
    Trying to boot from MMC1
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    
    
    U-Boot 2024.04 (Dec 10 2024 - 15:08:38 +0530)
    
    SoC:   AM64X SR1.0 GP
    Model: Texas Instruments AM642 EVM
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -1
    DRAM:  2 GiB
    Core:  98 devices, 31 uclasses, devicetree: separate
    NAND:  0 MiB
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -1
    Net:   eth0: ethernet@8000000port@1
    Warning: icssg1-eth-port@0 (eth2) using random MAC address - 72:9b:17:27:6c:e2
    , eth2: icssg1-eth-port@0
    Hit any key to stop autoboot:  2  1  0 
    switch to partitions #0, OK
    mmc0(part 0) is current device
    SD/MMC found on device 0
    Can't set block device
    43164160 bytes read in 282 ms (146 MiB/s)
    64640 bytes read in 42 ms (1.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 000000008feed000, end 000000008fffffff ... OK
    Working FDT set to 8feed000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.6.32-g6de6e418c80e-dirty (test@test-ThinkCentre-neo-50t-Gen-3) (aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 11.3.Rel1) 11.3.1 20220712, GNU ld (Arm GNU Toolchain 11.3.Rel1) 2.38.20220708) #91 SMP PREEMPT Mon Jan 27 16:19:32 IST 2025
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments AM642 EVM - Tessolve test
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable m4f-dma-memory@a4000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node m4f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable m4f-memory@a4100000
    [    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a57fffff (8192 KiB) nomap non-reusable ipc-memories@a5000000
    [    0.000000] NUMA: No NUMA configuration found
    [    0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000] NUMA: NODE_DATA [mem 0xffbed9c0-0xffbeffff]
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a57fffff]
    [    0.000000]   node   0: [mem 0x00000000a5800000-0x00000000ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000] cma: Reserved 32 MiB at 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: Trusted OS migration not required
    [    0.000000] psci: SMC Calling Convention v1.4
    [    0.000000] percpu: Embedded 22 pages/cpu s50728 r8192 d31192 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 omap2-nand.0:2m(NAND.tiboot3),2m(NAND.tispl),2m(NAND.tiboot3.backup),4m(NAND.u-boot),256k(NAND.u-boot-env),256k(NAND.u-boot-env.backup),-(NAND.file-system) root=PARTUUID=c41ca701-409f-4f49-a2f7-2888007c5b4e 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] Fallback order for Node 0: 0 
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 516096
    [    0.000000] Policy zone: DMA
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 2.
    [    0.000000] software IO TLB: mapped [mem 0x00000000f7800000-0x00000000fb800000] (64MB)
    [    0.000000] Memory: 1800328K/2097152K available (17536K kernel code, 4328K rwdata, 10876K rodata, 9280K init, 616K bss, 264056K reserved, 32768K cma-reserved)
    [    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=256 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] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 256 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: gic_handle_irq
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001840000
    [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @80800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080040000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080050000
    [    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.010204] Console: colour dummy device 80x25
    [    0.014868] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.025551] pid_max: default: 32768 minimum: 301
    [    0.030349] LSM: initializing lsm=capability,integrity
    [    0.035716] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.043299] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.053416] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
    [    0.060786] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
    [    0.068804] rcu: Hierarchical SRCU implementation.
    [    0.073720] rcu: 	Max phase no-delay instances is 1000.
    [    0.079401] Platform MSI: msi-controller@1820000 domain created
    [    0.085824] PCI/MSI: /bus@f4000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.095220] fsl-mc MSI: msi-controller@1820000 domain created
    [    0.103911] EFI services will not be available.
    [    0.108940] smp: Bringing up secondary CPUs ...
    I/TC: Secondary CPU 1 initializing
    I/TC: Secondary CPU 1 switching to normal world boot
    [    0.122660] Detected VIPT I-cache on CPU1
    [    0.122772] GICv3: CPU1: found redistributor 1 region 0:0x0000000001860000
    [    0.122792] GICv3: CPU1: using allocated LPI pending table @0x0000000080060000
    [    0.122856] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.122999] smp: Brought up 1 node, 2 CPUs
    [    0.152386] SMP: Total of 2 processors activated.
    [    0.157198] CPU features: detected: 32-bit EL0 Support
    [    0.162468] CPU features: detected: 32-bit EL1 Support
    [    0.167726] CPU features: detected: CRC32 instructions
    [    0.173058] CPU: All CPU(s) started at EL2
    [    0.177283] alternatives: applying system-wide alternatives
    [    0.185632] devtmpfs: initialized
    [    0.199970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.209978] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.218493] pinctrl core: initialized pinctrl subsystem
    [    0.226709] DMI not present or invalid.
    [    0.231656] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.239195] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.246685] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.254821] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.263028] audit: initializing netlink subsys (disabled)
    [    0.268924] audit: type=2000 audit(0.184:1): state=initialized audit_enabled=0 res=1
    [    0.270922] thermal_sys: Registered thermal governor 'step_wise'
    [    0.276903] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.283161] cpuidle: using governor menu
    [    0.294192] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.301228] ASID allocator initialised with 65536 entries
    [    0.309638] Serial: AMBA PL011 UART driver
    [    0.340704] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@f4000/pinctrl@a40000/cpsw-cpts-pps
    [    0.371919] Modules: 22064 pages in range for non-PLT usage
    [    0.371942] Modules: 513584 pages in range for PLT usage
    [    0.378774] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.391175] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.397581] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.404517] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.410922] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.417857] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.424261] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.431196] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.440472] ACPI: Interpreter disabled.
    [    0.447892] k3-chipinfo 43000014.chipid: Family:AM64X rev:SR1.0 JTAGID[0x0bb3802f] Detected
    [    0.458419] iommu: Default domain type: Translated
    [    0.463363] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.470108] SCSI subsystem initialized
    [    0.474542] usbcore: registered new interface driver usbfs
    [    0.480205] usbcore: registered new interface driver hub
    [    0.485685] usbcore: registered new device driver usb
    [    0.492869] pps_core: LinuxPPS API ver. 1 registered
    [    0.497969] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.507323] PTP clock support registered
    [    0.511611] EDAC MC: Ver: 3.0.0
    [    0.516610] scmi_core: SCMI protocol bus registered
    [    0.523472] FPGA manager framework
    [    0.527147] Advanced Linux Sound Architecture Driver Initialized.
    [    0.535013] vgaarb: loaded
    [    0.538832] clocksource: Switched to clocksource arch_sys_counter
    [    0.545454] VFS: Disk quotas dquot_6.6.0
    [    0.549518] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.556775] pnp: PnP ACPI: disabled
    [    0.568349] NET: Registered PF_INET protocol family
    [    0.573683] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.583504] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
    [    0.592294] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.600230] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.608455] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
    [    0.616505] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.623478] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.630435] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
    [    0.637972] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.644448] RPC: Registered named UNIX socket transport module.
    [    0.650563] RPC: Registered udp transport module.
    [    0.655372] RPC: Registered tcp transport module.
    [    0.660180] RPC: Registered tcp-with-tls transport module.
    [    0.665784] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.672376] NET: Registered PF_XDP protocol family
    [    0.677297] PCI: CLS 0 bytes, default 64
    [    0.681753] kvm [1]: IPA Size Limit: 40 bits
    [    0.688593] kvm [1]: vgic-v2@100020000
    [    0.692464] kvm [1]: GIC system register CPU interface enabled
    [    0.698468] kvm [1]: vgic interrupt IRQ9
    [    0.702502] kvm [1]: Hyp mode initialized successfully
    [    0.709491] Initialise system trusted keyrings
    [    0.714481] workingset: timestamp_bits=42 max_order=19 bucket_order=0
    [    0.721571] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.728015] NFS: Registering the id_resolver key type
    [    0.733277] Key type id_resolver registered
    [    0.737555] Key type id_legacy registered
    [    0.741677] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.748544] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.756421] 9p: Installing v9fs 9p2000 file system support
    [    0.799803] Key type asymmetric registered
    [    0.804002] Asymmetric key parser 'x509' registered
    [    0.809085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
    [    0.816665] io scheduler mq-deadline registered
    [    0.821299] io scheduler kyber registered
    [    0.825442] io scheduler bfq registered
    [    0.844168] pinctrl-single 4084000.pinctrl: 33 pins, size 132
    [    0.850737] pinctrl-single f4000.pinctrl: 180 pins, size 720
    [    0.858716] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.879161] EINJ: ACPI disabled.
    [    0.937471] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.953911] SuperH (H)SCI(F) driver initialized
    [    0.960024] msm_serial: driver initialized
    [    0.966156] STM32 USART driver initialized
    [    0.982662] loop: module loaded
    [    0.989811] megasas: 07.725.01.00-rc1
    [    1.009463] tun: Universal TUN/TAP device driver, 1.6
    [    1.015109] CAN device driver interface
    [    1.021707] thunder_xcv, ver 1.0
    [    1.025140] thunder_bgx, ver 1.0
    [    1.028476] nicpf, ver 1.0
    [    1.034589] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
    [    1.042025] hns3: Copyright (c) 2017 Huawei Corporation.
    [    1.047563] hclge is initializing
    [    1.051041] e1000: Intel(R) PRO/1000 Network Driver
    [    1.056031] e1000: Copyright (c) 1999-2006 Intel Corporation.
    [    1.061942] e1000e: Intel(R) PRO/1000 Network Driver
    [    1.067017] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [    1.073095] igb: Intel(R) Gigabit Ethernet Network Driver
    [    1.078614] igb: Copyright (c) 2007-2014 Intel Corporation.
    [    1.084355] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [    1.090763] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    1.097965] sky2: driver version 1.30
    [    1.105939] VFIO - User Level meta-driver version: 0.3
    [    1.119843] usbcore: registered new interface driver usb-storage
    [    1.126889] usbcore: registered new device driver onboard-usb-hub
    [    1.137188] UDC core: g_mass_storage: couldn't find an available UDC
    [    1.143764] UDC core: g_serial: couldn't find an available UDC
    [    1.154195] i2c_dev: i2c /dev entries driver
    [    1.180118] sdhci: Secure Digital Host Controller Interface driver
    [    1.186483] sdhci: Copyright(c) Pierre Ossman
    [    1.193446] Synopsys Designware Multimedia Card Interface Driver
    [    1.202578] sdhci-pltfm: SDHCI platform and OF driver helper
    [    1.214507] ledtrig-cpu: registered to indicate activity on CPUs
    [    1.225068] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    1.233955] usbcore: registered new interface driver usbhid
    [    1.239701] usbhid: USB HID core driver
    [    1.246657] omap-mailbox 29020000.mailbox: omap mailbox rev 0x66fc9100
    [    1.253690] omap-mailbox 29040000.mailbox: omap mailbox rev 0x66fc9100
    [    1.260584] omap-mailbox 29060000.mailbox: omap mailbox rev 0x66fc9100
    [    1.277949] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    1.293410] optee: probing for conduit method.
    I/TC: Reserved shared memory is enabled
    I/TC: Dynamic shared memory is enabled
    I/TC: Normal World virtualization support is disabled
    I/TC: Asynchronous notifications are disabled
    [    1.298064] optee: revision 4.2 (12d7c4ee)
    [    1.314804] optee: dynamic shared memory is enabled
    [    1.325060] random: crng init done
    [    1.328764] optee: initialized driver
    [    1.341419] NET: Registered PF_PACKET protocol family
    [    1.346650] can: controller area network core
    [    1.351174] NET: Registered PF_CAN protocol family
    [    1.356078] can: raw protocol
    [    1.359130] can: broadcast manager protocol
    [    1.363413] can: netlink gateway - max_hops=1
    [    1.368027] 9pnet: Installing 9P2000 support
    [    1.372498] Key type dns_resolver registered
    [    1.389788] registered taskstats version 1
    [    1.395267] Loading compiled-in X.509 certificates
    [    1.486021] ti-sci 44043000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.0.8--v10.00.08 (Fiery Fox)')
    [    1.643831] omap_timer 4800000.timer: error -ENXIO: IRQ index 0 not found
    [    1.650839] omap_timer 4800000.timer: Did not find timer interrupt, timer usable in PWM mode only
    [    1.709198] k3-m4-rproc 5000000.m4fss: assigned reserved memory node m4f-dma-memory@a4000000
    [    1.718265] k3-m4-rproc 5000000.m4fss: configured M4 for remoteproc mode
    [    1.725237] k3-m4-rproc 5000000.m4fss: local reset is deasserted for device
    [    1.732880] remoteproc remoteproc0: 5000000.m4fss is available
    [    1.739044] remoteproc remoteproc0: Direct firmware load for am64-mcu-m4f0_0-fw failed with error -2
    [    1.748423] remoteproc remoteproc0: powering up 5000000.m4fss
    [    1.754483] remoteproc remoteproc0: Direct firmware load for am64-mcu-m4f0_0-fw failed with error -2
    [    1.763914] remoteproc remoteproc0: request_firmware failed: -2
    [    1.770325] platform 78000000.r5f: configured R5F for remoteproc mode
    [    1.777309] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [    1.786212] remoteproc remoteproc1: 78000000.r5f is available
    [    1.792304] remoteproc remoteproc1: Direct firmware load for am64-main-r5f0_0-fw failed with error -2
    [    1.801764] remoteproc remoteproc1: powering up 78000000.r5f
    [    1.807595] remoteproc remoteproc1: Direct firmware load for am64-main-r5f0_0-fw failed with error -2
    [    1.817028] remoteproc remoteproc1: request_firmware failed: -2
    [    3.826840] k3_r5_rproc bus@f4000:r5fss@78000000: Timed out waiting for 78000000.r5f core to power up!
    [    3.848471] platform 78400000.r5f: configured R5F for remoteproc mode
    [    3.855506] platform 78400000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [    3.864405] remoteproc remoteproc2: 78400000.r5f is available
    [    3.870495] remoteproc remoteproc2: Direct firmware load for am64-main-r5f1_0-fw failed with error -2
    [    3.879974] remoteproc remoteproc2: powering up 78400000.r5f
    [    3.885805] remoteproc remoteproc2: Direct firmware load for am64-main-r5f1_0-fw failed with error -2
    [    3.895241] remoteproc remoteproc2: request_firmware failed: -2
    [    5.906849] k3_r5_rproc bus@f4000:r5fss@78400000: Timed out waiting for 78400000.r5f core to power up!
    [    5.926149] pca953x 0-0038: supply vcc not found, using dummy regulator
    [    5.933139] pca953x 0-0038: using no AI
    [    5.959799] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    5.968369] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    5.975409] pca953x 1-0022: using AI
    [    6.004287] omap_i2c 20010000.i2c: bus 1 rev0.12 at 400 kHz
    [    6.011391] ti-sci-intr bus@f4000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    6.021647] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    6.040084] Tessolve: ecap_pwm_probe
    [    6.063118] ti-udma 485c0100.dma-controller: Number of rings: 68
    [    6.071117] ti-udma 485c0100.dma-controller: Channels: 24 (bchan: 12, tchan: 6, rchan: 6)
    [    6.083280] ti-udma 485c0000.dma-controller: Number of rings: 288
    [    6.101100] ti-udma 485c0000.dma-controller: Channels: 44 (tchan: 29, rchan: 15)
    [    6.141488] remoteproc remoteproc3: 30034000.pru is available
    [    6.151509] remoteproc remoteproc4: 30004000.rtu is available
    [    6.161436] remoteproc remoteproc5: 3000a000.txpru is available
    [    6.171603] remoteproc remoteproc6: 30038000.pru is available
    [    6.181593] remoteproc remoteproc7: 30006000.rtu is available
    [    6.191521] remoteproc remoteproc8: 3000c000.txpru is available
    [    6.228219] remoteproc remoteproc9: 300b4000.pru is available
    [    6.238226] remoteproc remoteproc10: 30084000.rtu is available
    [    6.248257] remoteproc remoteproc11: 3008a000.txpru is available
    [    6.258480] remoteproc remoteproc12: 300b8000.pru is available
    [    6.268601] remoteproc remoteproc13: 30086000.rtu is available
    [    6.278642] remoteproc remoteproc14: 3008c000.txpru is available
    [    6.288045] davinci_mdio 300b2400.mdio: Configuring MDIO in manual mode
    [    6.334834] davinci_mdio 300b2400.mdio: davinci mdio revision 1.7, bus freq 1000000
    [    6.343929] Tessolve: dp83869_probe
    [    6.347535] Tessolve: dp83869_of_init
    [    6.351279] Tessolve: dp83869_set_strapped_mode
    [    6.356679] Tessolve: dp83869_config_init
    [    6.363228] davinci_mdio 300b2400.mdio: phy[15]: device 300b2400.mdio:0f, driver TI DP83869
    [    6.375583] printk: console [ttyS2] disabled
    [    6.380510] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 333, base_baud = 3000000) is a 8250
    [    6.389434] printk: console [ttyS2] enabled
    [    6.389434] printk: console [ttyS2] enabled
    [    6.397942] printk: bootconsole [ns16550a0] disabled
    [    6.397942] printk: bootconsole [ns16550a0] disabled
    [    6.426047] spi-nor spi0.0: s28hs512t (65536 Kbytes)
    [    6.431180] 7 fixed-partitions partitions found on MTD device fc40000.spi.0
    [    6.438151] Creating 7 MTD partitions on "fc40000.spi.0":
    [    6.443549] 0x000000000000-0x000000100000 : "ospi.tiboot3"
    [    6.450502] 0x000000100000-0x000000300000 : "ospi.tispl"
    [    6.457236] 0x000000300000-0x000000700000 : "ospi.u-boot"
    [    6.464144] 0x000000700000-0x000000740000 : "ospi.env"
    [    6.470866] 0x000000740000-0x000000780000 : "ospi.env.backup"
    [    6.478018] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    6.484868] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    6.500149] m_can_platform 20701000.can: m_can device registered (irq=336, version=32)
    [    6.512905] m_can_platform 20711000.can: m_can device registered (irq=337, version=32)
    [    6.527806] davinci_mdio 8000f00.mdio: Configuring MDIO in manual mode
    [    6.574838] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    6.583640] Tessolve: dp83867_probe
    [    6.587171] Tessolve: dp83867_of_init
    [    6.592303] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [    6.600446] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00903, cpsw version 0x6BA80903 Ports: 3 quirks:00000006
    [    6.613499] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    [    6.619782] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.4
    [    6.626911] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    6.633697] pps pps0: new PPS source ptp0
    [    6.638210] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    6.656714] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 16
    [    6.672148] am65-cpts 39000000.cpts: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:0
    [    6.759225] mmc0: CQHCI version 5.10
    [    6.782199] j721e-pcie f102000.pcie: host bridge /bus@f4000/pcie@f102000 ranges:
    [    6.789754] j721e-pcie f102000.pcie:       IO 0x0068001000..0x0068010fff -> 0x0068001000
    [    6.797902] j721e-pcie f102000.pcie:      MEM 0x0068011000..0x006fffffff -> 0x0068011000
    [    6.798887] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    6.806005] j721e-pcie f102000.pcie:   IB MEM 0x0000000000..0x0fffffffff -> 0x0000000000
    [    6.903392] mmc0: Command Queue Engine enabled
    [    6.907929] mmc0: new HS200 MMC card at address 0001
    [    6.913821] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
    [    6.922396]  mmcblk0: p1
    [    6.925810] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
    [    6.932157] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
    [    6.938365] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (509:0)
    [    7.826088] j721e-pcie f102000.pcie: PCI host bridge to bus 0000:00
    [    7.832460] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    7.837953] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x68001000-0x68010fff])
    [    7.847425] pci_bus 0000:00: root bus resource [mem 0x68011000-0x6fffffff]
    [    7.854335] pci 0000:00:00.0: [104c:b010] type 01 class 0x060400
    [    7.860353] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0xfffffffff 64bit pref]
    [    7.867739] pci 0000:00:00.0: supports D1
    [    7.871748] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    7.880197] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    7.888461] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    7.895158] pci 0000:00:00.0: BAR 0: no space for [mem size 0x1000000000 64bit pref]
    [    7.902904] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x1000000000 64bit pref]
    [    7.910991] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    7.916155] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    7.923304] pcieport 0000:00:00.0: PME: Signaling with IRQ 541
    [    7.929677] pcieport 0000:00:00.0: AER: enabled with IRQ 541
    [    7.947229] mmc1: CQHCI version 5.10
    [    7.950405] clk: Disabling unused clocks
    [    7.985539] ALSA device list:
    [    7.988548]   No soundcards found.
    [    9.471016] sdhci-am654 fa00000.mmc: Power on failed
    [    9.506619] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    9.556161] EXT4-fs (mmcblk0p1): recovery complete
    [    9.562388] EXT4-fs (mmcblk0p1): mounted filesystem db317fe5-a0e3-41a0-b926-14605eac3335 r/w with ordered data mode. Quota mode: none.
    [    9.574582] VFS: Mounted root (ext4 filesystem) on device 179:1.
    [    9.581109] devtmpfs: mounted
    [    9.590620] Freeing unused kernel memory: 9280K
    [    9.595384] Run /sbin/init as init process
    [    9.721748] systemd[1]: System time before build time, advancing clock.
    [    9.759230] systemd[1]: systemd 255.4^ 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)
    [    9.791056] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    
    [    9.812757] systemd[1]: Hostname set to <am64xx-evm>.
    [   10.174454] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
    [   10.183433] systemd[1]: Binding to IPv6 address not available since kernel does not support IPv6.
    [   10.361985] 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.
    [   10.469730] systemd[1]: Queued start job for default target Multi-User System.
    [   10.523103] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    
    [   10.550024] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    
    [   10.574093] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    
    [   10.597351] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    
    [   10.619630] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    
    [   10.643538] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    
    [   10.667251] systemd[1]: Expecting device /dev/ttyS2...
             Expecting device /dev/ttyS2...
    
    [   10.687230] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    
    [   10.707183] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    
    [   10.727146] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    
    [   10.747178] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    
    [   10.802412] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    
    [   10.827251] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    
    [   10.858455] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    
    [   10.879735] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    
    [   10.904864] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    
    [   10.928072] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    
    [   10.952109] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    
    [   10.968367] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    
    [   10.992336] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    
    [   11.015998] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    
    [   11.040049] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    
    [   11.087538] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    
    [   11.099656] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    
    [   11.135773] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    
    [   11.151849] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [   11.183772] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    
    [   11.199641] systemd[1]: Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/6.6.32-g6de6e418c80e-dirty/modules.devname).
    [   11.240246] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    
    [   11.264147] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    
    [   11.292992] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    
    [   11.348212] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    
    [   11.367765] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [   11.416381] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    
    [   11.471926] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    
    [   11.519953] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network units from Kernel command line...
    
    [   11.556109] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    
    [   11.605536] systemd-journald[101]: Collecting audit messages is enabled.
    [   11.620254] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
             Starting Create Static Device Nodes in /dev gracefully...
    
    [   11.716323] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    
    [   11.760560] systemd[1]: Started RPC Bind.
    [   11.761103] EXT4-fs (mmcblk0p1): re-mounted db317fe5-a0e3-41a0-b926-14605eac3335 r/w. Quota mode: none.
    [  OK  ] Started RPC Bind.
    
    [   11.780956] systemd[1]: Mounted Huge Pages File System.
    [  OK  ] Mounted Huge Pages File System.
    
    [   11.811865] systemd[1]: Mounted POSIX Message Queue File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    
    [   11.836476] systemd[1]: Mounted Kernel Debug File System.
    [  OK  ] Mounted Kernel Debug File System.
    
    [   11.864294] systemd[1]: Mounted Temporary Directory /tmp.
    [  OK  ] Mounted Temporary Directory /tmp.
    
    [   11.892977] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [   11.903597] systemd[1]: Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module configfs.
    
    [   11.932392] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    
    [  OK  ] Finished Load Kernel Module drm.
    
    [  OK  ] Finished Load Kernel Module fuse.
    
    [  OK  ] Finished Load Kernel Modules.
    
    [  OK  ] Finished Generate network units from Kernel command line.
    
    [  OK  ] Finished Remount Root and Kernel File Systems.
    
    [  OK  ] Finished Create Static Device Nodes in /dev gracefully.
    
             Mounting Kernel Configuration File System...
    
             Starting Flush Journal to Persistent Storage...
    
             Starting Apply Kernel Variables...
    
    [   12.285295] systemd-journald[101]: Received client request to flush runtime journal.
             Starting Create Static Device Nodes in /dev...
    
    [  OK  ] Mounted Kernel Configuration File System.
    
    [  OK  ] Finished Flush Journal to Persistent Storage.
    
    [  OK  ] Finished Create Static Device Nodes in /dev.
    
    [  OK  ] Finished Apply Kernel Variables.
    
    [  OK  ] Reached target Preparation for Local File Systems.
    
             Mounting /var/volatile...
    
    [   12.506958] audit: type=1334 audit(1709054766.776:2): prog-id=6 op=LOAD
    [   12.513803] audit: type=1334 audit(1709054766.780: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 Volatile Files and Directories...
    
    [  OK  ] Finished Load/Save OS Random Seed.
    
    [  OK  ] Finished Create Volatile Files and Directories.
    
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    
    [   12.960557] audit: type=1334 audit(1709054767.236:4): prog-id=8 op=LOAD
             Starting Network Name Resolution...
    
    [   13.004705] audit: type=1334 audit(1709054767.280:5): prog-id=9 op=LOAD
             Starting Network Time Synchronization...
    
             Starting Record System Boot/Shutdown in UTMP...
    
    [   13.092501] audit: type=1334 audit(1709054767.368:6): prog-id=10 op=LOAD
    [   13.102987] audit: type=1334 audit(1709054767.376:7): prog-id=11 op=LOAD
    [   13.115046] audit: type=1334 audit(1709054767.376: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 Network Name Resolution.
    
    [  OK  ] Reached target Host and Network Name Lookups.
    
    [  OK  ] Started Network Time Synchronization.
    
    [  OK  ] Reached target System Time Set.
    
    [  OK  ] Finished Coldplug All udev Devices.
    
    [  OK  ] Reached target System Initialization.
    
    [  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.
    
    [   14.357002] audit: type=1334 audit(1738214941.870:9): prog-id=13 op=LOAD
             Starting D-Bus System Message Bus...
    
    [   14.387562] m_can_platform 20701000.can main_mcan0: renamed from can0
    [  OK  ] Listening on Docker Socket for the API.
    
    [  OK  ] Reached target Socket Units.
    
    [   14.506698] m_can_platform 20711000.can main_mcan1: renamed from can1
    [  OK  ] Started D-Bus System Message Bus.
    
    [  OK  ] Reached target Basic System.
    
             Starting Avahi mDNS/DNS-SD Stack...
    
    [   14.651079] dbus-broker-lau[183]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
             Starting Print notice about GPLv3 packages...
    
             Starting IPv6 Packet Filtering Framework...
    
             Starting IPv4 Packet Filtering Framework...
    
             Starting Expand the rootfs partiti…to full size of the boot device....
    
    [   14.881074] audit: type=1334 audit(1738214942.394:10): prog-id=14 op=LOAD
    [   14.896859] audit: type=1334 audit(1738214942.406: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  ] Started Avahi mDNS/DNS-SD Stack.
    
    [  OK  ] Finished Telnet Server.
    
    [  OK  ] Finished Expand the rootfs partition to full size of the boot device..
    
    [  OK  ] Found device /dev/ttyS2.
    
    [  OK  ] Started User Login Management.
    
    [  OK  ] Started Network Configuration.
    
    [  OK  ] Reached target Network.
    
    [   16.229929] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [   16.262225] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
             Starting containerd container runtime...
    
    [  OK  ] Started Netperf Benchmark Server.
    
             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...
    
    [FAILED] Failed to start Synchronize System and HW clocks.
    
    See 'systemctl status sync-clocks.service' for details.
    
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
    	bash
    	cifs-utils
    	dosfstools
    	grub-common
    	grub-editenv
    	grub-efi
    	kbd-keymaps-pine
    	less
    	libdw1
    	libelf1
    	libgcc1
    	libreadline8
    	libstdc++6
    	parted
    
    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
    ***************************************************************
    ***************************************************************
    [  OK  ] Finished Print notice about GPLv3 packages.
    
    [   18.009084] platform mdio-mux-1: deferred probe pending
    [  OK  ] Started containerd container runtime.
    
    [  OK  ] Reached target Multi-User System.
    
             Starting Record Runlevel Change in UTMP...
    
    [  OK  ] Finished Record Runlevel Change in UTMP.
    
    
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project am64xx-evm ttyS2
    
    Arago 2023.10 am64xx-evm ttyS2
    
    am64xx-evm login: root
    
    [   22.108828] kauditd_printk_skb: 2 callbacks suppressed
    [   22.108848] audit: type=1006 audit(1738214949.622:14): pid=489 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
    [   22.126860] audit: type=1300 audit(1738214949.622:14): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffc8000c88 a2=1 a3=1 items=0 ppid=1 pid=489 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.153736] audit: type=1327 audit(1738214949.622:14): proctitle="(systemd)"
    [   22.215913] audit: type=1334 audit(1738214949.730:15): prog-id=18 op=LOAD
    [   22.223946] audit: type=1300 audit(1738214949.730:15): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=ffffc9cda488 a2=90 a3=0 items=0 ppid=1 pid=489 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)
    [   22.249834] audit: type=1327 audit(1738214949.730:15): proctitle="(systemd)"
    [   22.257010] audit: type=1334 audit(1738214949.730:16): prog-id=18 op=UNLOAD
    [   22.264131] audit: type=1300 audit(1738214949.730:16): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffffb4421c60 items=0 ppid=1 pid=489 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)
    [   22.289826] audit: type=1327 audit(1738214949.730:16): proctitle="(systemd)"
    [   22.297039] audit: type=1334 audit(1738214949.730:17): prog-id=19 op=LOAD
    78root@am64xx-evm:~# 
    root@am64xx-evm:~# 
    root@am64xx-evm:~# 
    root@am64xx-evm:~# 
    root@am64xx-evm:~# dmesg | grep eth
    [    0.000000] psci: probing for conduit method from DT.
    [    1.293410] optee: probing for conduit method.
    [    6.600446] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA00903, cpsw version 0x6BA80903 Ports: 3 quirks:00000006
    [    6.613499] am65-cpsw-nuss 8000000.ethernet: Use random MAC address
    [    6.619782] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.4
    [    6.626911] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
    [    6.638210] am65-cpsw-nuss 8000000.ethernet: CPTS ver 0x4e8a010c, freq:500000000, add_val:1 pps:1
    [    6.656714] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 16
    [   10.361985] 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.
    [   16.229929] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    [   16.262225] am65-cpsw-nuss 8000000.ethernet eth0: configuring for phy/rgmii-rxid link mode
    root@am64xx-evm:~# 
    root@am64xx-evm:~# dmesg | grep eth   DP83867 
    [    6.363228] davinci_mdio 300b2400.mdio: phy[15]: device 300b2400.mdio:0f, driver TI DP83869
    [    6.592303] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [   16.229929] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    root@am64xx-evm:~# 
    root@am64xx-evm:~# 
    root@am64xx-evm:~# 
    root@am64xx-evm:~# dmesg | grep DP8386
    [    6.363228] davinci_mdio 300b2400.mdio: phy[15]: device 300b2400.mdio:0f, driver TI DP83869
    [    6.592303] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
    [   16.229929] am65-cpsw-nuss 8000000.ethernet eth0: PHY [8000f00.mdio:00] driver [TI DP83867] (irq=POLL)
    root@am64xx-evm:~# 
    root@am64xx-evm:~# 
    root@am64xx-evm:~# ifconfig -a
    eth0      Link encap:Ethernet  HWaddr F4:84:4C:F9:5A:23  
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
    
    eth1      Link encap:Ethernet  HWaddr D6:12:99:F2:5C:1A  
              BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
    
    lo        Link encap:Local Loopback  
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:65536  Metric:1
              RX packets:8 errors:0 dropped:0 overruns:0 frame:0
              TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:764 (764.0 B)  TX bytes:764 (764.0 B)
    
    main_mcan0 Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
              NOARP  MTU:16  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:10 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
              Interrupt:80 
    
    main_mcan1 Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
              NOARP  MTU:16  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:10 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
              Interrupt:81 
    
    root@am64xx-evm:~# 
    root@am64xx-evm:~# [   57.235729] am65-cpsw-nuss 8000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
    
    root@am64xx-evm:~# 
    root@am64xx-evm:~# ifconfig -a
    eth0      Link encap:Ethernet  HWaddr F4:84:4C:F9:5A:23  
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:8 errors:0 dropped:1 overruns:0 frame:0
              TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:635 (635.0 B)  TX bytes:337 (337.0 B)
    
    eth1      Link encap:Ethernet  HWaddr D6:12:99:F2:5C:1A  
              BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
    
    lo        Link encap:Local Loopback  
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:65536  Metric:1
              RX packets:8 errors:0 dropped:0 overruns:0 frame:0
              TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:764 (764.0 B)  TX bytes:764 (764.0 B)
    
    main_mcan0 Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
              NOARP  MTU:16  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:10 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
              Interrupt:80 
    
    main_mcan1 Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
              NOARP  MTU:16  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:10 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
              Interrupt:81 
    
    root@am64xx-evm:~# [   65.427727] am65-cpsw-nuss 8000000.ethernet eth0: Link is Down
    
    root@am64xx-evm:~# 
    root@am64xx-evm:~# 
    root@am64xx-evm:~# ifconfig -a
    eth0      Link encap:Ethernet  HWaddr F4:84:4C:F9:5A:23  
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:30 errors:0 dropped:3 overruns:0 frame:0
              TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:2553 (2.4 KiB)  TX bytes:1368 (1.3 KiB)
    
    eth1      Link encap:Ethernet  HWaddr D6:12:99:F2:5C:1A  
              BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
    
    lo        Link encap:Local Loopback  
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:65536  Metric:1
              RX packets:8 errors:0 dropped:0 overruns:0 frame:0
              TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:764 (764.0 B)  TX bytes:764 (764.0 B)
    
    main_mcan0 Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
              NOARP  MTU:16  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:10 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
              Interrupt:80 
    
    main_mcan1 Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
              NOARP  MTU:16  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:10 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
              Interrupt:81 
    
    root@am64xx-evm:~# 
    root@am64xx-evm:~# 
    root@am64xx-evm:~# ifconfig -a
    eth0      Link encap:Ethernet  HWaddr F4:84:4C:F9:5A:23  
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:30 errors:0 dropped:3 overruns:0 frame:0
              TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:2553 (2.4 KiB)  TX bytes:1368 (1.3 KiB)
    
    eth1      Link encap:Ethernet  HWaddr D6:12:99:F2:5C:1A  
              BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
    
    lo        Link encap:Local Loopback  
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:65536  Metric:1
              RX packets:8 errors:0 dropped:0 overruns:0 frame:0
              TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:764 (764.0 B)  TX bytes:764 (764.0 B)
    
    main_mcan0 Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
              NOARP  MTU:16  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:10 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
              Interrupt:80 
    
    main_mcan1 Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
              NOARP  MTU:16  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:10 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
              Interrupt:81 
    
    root@am64xx-evm:~# 
    root@am64xx-evm:~# 
    root@am64xx-evm:~# systemctl status systemd-networkd.service
    
    * systemd-networkd.service - Network Configuration
         Loaded: loaded (]8;;file://am64xx-evm/usr/lib/systemd/system/systemd-networkd.service/usr/lib/systemd/system/systemd-networkd.service]8;;; enabled; preset: enabled)]8;;\
         Active: active (running) since Thu 2025-01-30 05:29:03 UTC; 1min 40s ago
    TriggeredBy: * systemd-networkd.socket
           Docs: ]8;;man:systemd-networkd.service(8)man:systemd-networkd.service(8)]8;;]8;;\
                 ]8;;man:org.freedesktop.network1(5)man:org.freedesktop.network1(5)]8;;]8;;\
       Main PID: 257 (systemd-network)
         Status: "Processing requests..."
          Tasks: 1 (limit: 2109)
       FD Store: 0 (limit: 512)
         Memory: 2.8M (peak: 3.3M)
            CPU: 375ms
         CGroup: /system.slice/systemd-networkd.service
                 `-257 /usr/lib/systemd/systemd-networkd
    
    Jan 30 05:29:03 am64xx-evm systemd-networkd[257]: eth0: Configuring with /etc/systemd/network/10-eth.network.
    Jan 30 05:29:03 am64xx-evm systemd-networkd[257]: eth1: found matching network '/etc/systemd/network/15-eth.network', based on potentially unpredictable int>
    Jan 30 05:29:03 am64xx-evm systemd-networkd[257]: eth1: Configuring with /etc/systemd/network/15-eth.network.
    Jan 30 05:29:03 am64xx-evm systemd-networkd[257]: eth0: found matching network '/etc/systemd/network/10-eth.network', based on potentially unpredictable int>
    Jan 30 05:29:03 am64xx-evm systemd-networkd[257]: eth0: Link UP
    Jan 30 05:29:03 am64xx-evm systemd-networkd[257]: eth1: Could not bring up interface, ignoring: No such device
    Jan 30 05:29:03 am64xx-evm systemd-networkd[257]: eth1: found matching network '/etc/systemd/network/15-eth.network', based on potentially unpredictable int>
    Jan 30 05:29:44 am64xx-evm systemd-networkd[257]: eth0: Gained carrier
    Jan 30 05:29:44 am64xx-evm systemd-networkd[257]: eth0: found matching network '/etc/systemd/network/10-eth.network', based on potentially unpredictable int>
    Jan 30 05:29:52 am64xx-evm systemd-networkd[257]: eth0: Lost carrier
    lines 1-25/25 (END)
    
    lines 1-25/25 (END)
    
    lines 1-25/25 (END)
    
    lines 1-25/25 (END)
    
    lines 1-25/25 (END)
    
    lines 1-25/25 (END)
    
    lines 1-25/25 (END)
    
    lines 1-25/25 (END)
    
    lines 1-25/25 (END)
    
    root@am64xx-evm:~# 
    root@am64xx-evm:~# 
    root@am64xx-evm:~# 
    root@am64xx-evm:~# 

    Thank you,

    Prathibha

  • Hi Prathibha,

    3. yes, we are making changes to default AM64x EVK dts, i-e k3-am642-evm.dts, and device is booting this dts only, that we made sure by putting print.

    4.  As per dts configuration, we see it is ICSSG

    Can you share the full dts including the changes you made (not just the snippet you shared in the initial post).

    If you are working with the TI AM64x EVM and not a custom board, may I ask what you are changing in the dts? If the goal was to change the eth2 port from CPSW ethernet to ICSSG ethernet you could have just used https://software-dl.ti.com/processor-sdk-linux/esd/AM64X/latest/exports/docs/linux/Foundational_Components/PRU-ICSS/Linux_Drivers/PRU_ICSSG_Ethernet.html#cpsw-pru-ethernet-selection to change to ICSSG ethernet.

    mostly we see this when we compile Linux kernel code alone and replace the Image and dtb on device. For this experiment we thought issue could be loading the modules and hence we made defconfig changes also as below,

    CONFIG_DP83867_PHY=y                    
    CONFIG_DP83869_PHY=y                 
    CONFIG_TI_ICSSG_PRUETH=y                       
    CONFIG_TI_CPSW_PROXY_CLIENT=y

    CONFIG_TI_PRUSS=y  

    If you are working with the TI AM64x EVM and not a custom board, the default kernel configuration and dts should be sufficient to enable eth2 to show up with ifconfig -a. This indicates you are making changes to the kernel configuration. What are all the changes you are making and may I ask why you are making those changes?

    My suggestion (if you are using the TI AM64x EVM) is to first test with no modifications to the kernel config, dts, and any other part of the Linux SDK and verify if eth2 shows up, if you haven't already done so. 

    -Daolin

  • Hello TI,

    As mentioned, this is seen when we compile kernel alone in standalone directory and replace the Image and dtb.

    1. we tested flashing the evm with binaries generated from full yocto compilation, 3x Ethernet interfaces were working

    2. we compiled Linux alone from SDK, and replaced Image and k3-am642-evm.dtb on the device. here we saw eth2 interface is not working

    3. we tried making code modifications to bringup, and dts is attached 

    // SPDX-License-Identifier: GPL-2.0
    /*
     * Copyright (C) 2020-2021 Texas Instruments Incorporated - https://www.ti.com/
     */
    
    /dts-v1/;
    
    #include <dt-bindings/phy/phy.h>
    #include <dt-bindings/leds/common.h>
    #include <dt-bindings/gpio/gpio.h>
    #include <dt-bindings/net/ti-dp83867.h>
    #include <dt-bindings/net/ti-dp83869.h>
    #include "k3-am642.dtsi"
    
    #include "k3-serdes.h"
    
    / {
    	compatible = "ti,am642-evm", "ti,am642";
    	model = "Texas Instruments AM642 EVM - Tessolve test";
    
    	chosen {
    		stdout-path = &main_uart0;
    	};
    
    	aliases {
    		serial0 = &mcu_uart0;
    		serial1 = &main_uart1;
    		serial2 = &main_uart0;
    		serial3 = &main_uart3;
    		i2c0 = &main_i2c0;
    		i2c1 = &main_i2c1;
    		mmc0 = &sdhci0;
    		mmc1 = &sdhci1;
    		ethernet0 = &cpsw_port1;
    		ethernet1 = &cpsw_port2;
    		ethernet2 = &icssg1_emac0;
    	};
    
    	memory@80000000 {
    		bootph-all;
    		device_type = "memory";
    		/* 2G RAM */
    		reg = <0x00000000 0x80000000 0x00000000 0x80000000>;
    	};
    
    	reserved-memory {
    		#address-cells = <2>;
    		#size-cells = <2>;
    		ranges;
    
    		secure_ddr: optee@9e800000 {
    			reg = <0x00 0x9e800000 0x00 0x01800000>; /* for OP-TEE */
    			alignment = <0x1000>;
    			no-map;
    		};
    
    		main_r5fss0_core0_dma_memory_region: r5f-dma-memory@a0000000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0xa0000000 0x00 0x100000>;
    			no-map;
    		};
    
    		main_r5fss0_core0_memory_region: r5f-memory@a0100000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0xa0100000 0x00 0xf00000>;
    			no-map;
    		};
    
    		main_r5fss0_core1_dma_memory_region: r5f-dma-memory@a1000000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0xa1000000 0x00 0x100000>;
    			no-map;
    		};
    
    		main_r5fss0_core1_memory_region: r5f-memory@a1100000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0xa1100000 0x00 0xf00000>;
    			no-map;
    		};
    
    		main_r5fss1_core0_dma_memory_region: r5f-dma-memory@a2000000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0xa2000000 0x00 0x100000>;
    			no-map;
    		};
    
    		main_r5fss1_core0_memory_region: r5f-memory@a2100000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0xa2100000 0x00 0xf00000>;
    			no-map;
    		};
    
    		main_r5fss1_core1_dma_memory_region: r5f-dma-memory@a3000000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0xa3000000 0x00 0x100000>;
    			no-map;
    		};
    
    		main_r5fss1_core1_memory_region: r5f-memory@a3100000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0xa3100000 0x00 0xf00000>;
    			no-map;
    		};
    
    		mcu_m4fss_dma_memory_region: m4f-dma-memory@a4000000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0xa4000000 0x00 0x100000>;
    			no-map;
    		};
    
    		mcu_m4fss_memory_region: m4f-memory@a4100000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0xa4100000 0x00 0xf00000>;
    			no-map;
    		};
    
    		rtos_ipc_memory_region: ipc-memories@a5000000 {
    			reg = <0x00 0xa5000000 0x00 0x00800000>;
    			alignment = <0x1000>;
    			no-map;
    		};
    	};
    
    	evm_12v0: regulator-0 {
    		/* main DC jack */
    		bootph-all;
    		compatible = "regulator-fixed";
    		regulator-name = "evm_12v0";
    		regulator-min-microvolt = <12000000>;
    		regulator-max-microvolt = <12000000>;
    		regulator-always-on;
    		regulator-boot-on;
    	};
    
    	vsys_5v0: regulator-1 {
    		/* output of LM5140 */
    		compatible = "regulator-fixed";
    		regulator-name = "vsys_5v0";
    		regulator-min-microvolt = <5000000>;
    		regulator-max-microvolt = <5000000>;
    		vin-supply = <&evm_12v0>;
    		regulator-always-on;
    		regulator-boot-on;
    	};
    
    	vsys_3v3: regulator-2 {
    		/* output of LM5140 */
    		bootph-all;
    		compatible = "regulator-fixed";
    		regulator-name = "vsys_3v3";
    		regulator-min-microvolt = <3300000>;
    		regulator-max-microvolt = <3300000>;
    		vin-supply = <&evm_12v0>;
    		regulator-always-on;
    		regulator-boot-on;
    	};
    
    	vdd_mmc1: regulator-3 {
    		/* TPS2051BD */
    		bootph-all;
    		compatible = "regulator-fixed";
    		regulator-name = "vdd_mmc1";
    		regulator-min-microvolt = <3300000>;
    		regulator-max-microvolt = <3300000>;
    		regulator-boot-on;
    		enable-active-high;
    		vin-supply = <&vsys_3v3>;
    		gpio = <&exp1 6 GPIO_ACTIVE_HIGH>;
    	};
    
    	vddb: regulator-4 {
    		compatible = "regulator-fixed";
    		regulator-name = "vddb_3v3_display";
    		regulator-min-microvolt = <3300000>;
    		regulator-max-microvolt = <3300000>;
    		vin-supply = <&vsys_3v3>;
    		regulator-always-on;
    		regulator-boot-on;
    	};
    
    	vtt_supply: regulator-5 {
    		bootph-all;
    		compatible = "regulator-fixed";
    		regulator-name = "vtt";
    		pinctrl-names = "default";
    		pinctrl-0 = <&ddr_vtt_pins_default>;
    		regulator-min-microvolt = <3300000>;
    		regulator-max-microvolt = <3300000>;
    		gpio = <&main_gpio0 12 GPIO_ACTIVE_HIGH>;
    		vin-supply = <&vsys_3v3>;
    		enable-active-high;
    		regulator-always-on;
    		regulator-boot-on;
    	};
    
    	leds {
    		compatible = "gpio-leds";
    
    		led-0 {
    			label = "am64-evm:red:heartbeat";
    			gpios = <&exp1 16 GPIO_ACTIVE_HIGH>;
    			linux,default-trigger = "heartbeat";
    			function = LED_FUNCTION_HEARTBEAT;
    			default-state = "off";
    		};
    	};
    
    	mdio_mux: mux-controller {
    		compatible = "gpio-mux";
    		#mux-control-cells = <0>;
    
    		mux-gpios = <&exp1 12 GPIO_ACTIVE_HIGH>;
    	};
    
    	mdio_mux_1: mdio-mux-1 {
    		compatible = "mdio-mux-multiplexer";
    		mux-controls = <&mdio_mux>;
    		mdio-parent-bus = <&cpsw3g_mdio>;
    		#address-cells = <1>;
    		#size-cells = <0>;
    
    		mdio@1 {
    			reg = <0x1>;
    			#address-cells = <1>;
    			#size-cells = <0>;
    
    			cpsw3g_phy3: ethernet-phy@3 {
    				reg = <3>;
    			};
    		};
    	};
    
    	transceiver1: can-phy0 {
    		compatible = "ti,tcan1042";
    		#phy-cells = <0>;
    		max-bitrate = <5000000>;
    		standby-gpios = <&exp1 8 GPIO_ACTIVE_HIGH>;
    	};
    
    	transceiver2: can-phy1 {
    		compatible = "ti,tcan1042";
    		#phy-cells = <0>;
    		max-bitrate = <5000000>;
    		standby-gpios = <&exp1 9 GPIO_ACTIVE_HIGH>;
    	};
    
    	icssg1_eth: icssg1-eth {
    		compatible = "ti,am642-icssg-prueth";
    		pinctrl-names = "default";
    		pinctrl-0 = <&icssg1_rgmii1_pins_default>;
    		sram = <&oc_sram>;
    		ti,prus = <&pru1_0>, <&rtu1_0>, <&tx_pru1_0>, <&pru1_1>, <&rtu1_1>, <&tx_pru1_1>;
    		firmware-name = "ti-pruss/am64x-sr2-pru0-prueth-fw.elf",
    				"ti-pruss/am64x-sr2-rtu0-prueth-fw.elf",
    				"ti-pruss/am64x-sr2-txpru0-prueth-fw.elf",
    				"ti-pruss/am64x-sr2-pru1-prueth-fw.elf",
    				"ti-pruss/am64x-sr2-rtu1-prueth-fw.elf",
    				"ti-pruss/am64x-sr2-txpru1-prueth-fw.elf";
    
    		ti,pruss-gp-mux-sel = <2>,	/* MII mode */
    				      <2>,
    				      <2>,
    				      <2>,	/* MII mode */
    				      <2>,
    				      <2>;
    		ti,mii-g-rt = <&icssg1_mii_g_rt>;
    		ti,mii-rt = <&icssg1_mii_rt>;
    		ti,iep = <&icssg1_iep0>,  <&icssg1_iep1>;
    		ti,pa-stats = <&icssg1_pa_stats>;
    		interrupt-parent = <&icssg1_intc>;
    		interrupts = <24 0 2>, <25 1 3>;
    		interrupt-names = "tx_ts0", "tx_ts1";
    		dmas = <&main_pktdma 0xc200 15>, /* egress slice 0 */
    		       <&main_pktdma 0xc201 15>, /* egress slice 0 */
    		       <&main_pktdma 0xc202 15>, /* egress slice 0 */
    		       <&main_pktdma 0xc203 15>, /* egress slice 0 */
    		       <&main_pktdma 0xc204 15>, /* egress slice 1 */
    		       <&main_pktdma 0xc205 15>, /* egress slice 1 */
    		       <&main_pktdma 0xc206 15>, /* egress slice 1 */
    		       <&main_pktdma 0xc207 15>, /* egress slice 1 */
    		       <&main_pktdma 0x4200 15>, /* ingress slice 0 */
    		       <&main_pktdma 0x4201 15>; /* ingress slice 1 */
    		dma-names = "tx0-0", "tx0-1", "tx0-2", "tx0-3",
    			    "tx1-0", "tx1-1", "tx1-2", "tx1-3",
    			    "rx0", "rx1";
    
    		ethernet-ports {
    			#address-cells = <1>;
    			#size-cells = <0>;
    			icssg1_emac0: port@0 {
    				reg = <0>;
    				phy-handle = <&icssg1_phy1>;
    				phy-mode = "rgmii-id";
    				/* Filled in by bootloader */
    				local-mac-address = [00 00 00 00 00 00];
    				status = "okay";
    			};
    			icssg1_emac1: port@1 {
    				reg = <1>;
    				/* Filled in by bootloader */
    				local-mac-address = [00 00 00 00 00 00];
    				status = "disabled";
    			};
    		};
    	};
    };
    
    &main_pmx0 {
    	main_mmc1_pins_default: main-mmc1-default-pins {
    		pinctrl-single,pins = <
    			AM64X_IOPAD(0x0294, PIN_INPUT_PULLUP, 0) /* (J19) MMC1_CMD */
    			AM64X_IOPAD(0x028c, PIN_INPUT_PULLDOWN, 0) /* (L20) MMC1_CLK */
    			AM64X_IOPAD(0x0288, PIN_INPUT_PULLUP, 0) /* (K21) MMC1_DAT0 */
    			AM64X_IOPAD(0x0284, PIN_INPUT_PULLUP, 0) /* (L21) MMC1_DAT1 */
    			AM64X_IOPAD(0x0280, PIN_INPUT_PULLUP, 0) /* (K19) MMC1_DAT2 */
    			AM64X_IOPAD(0x027c, PIN_INPUT_PULLUP, 0) /* (K18) MMC1_DAT3 */
    			AM64X_IOPAD(0x0298, PIN_INPUT_PULLUP, 0) /* (D19) MMC1_SDCD */
    			AM64X_IOPAD(0x029c, PIN_INPUT, 0) /* (C20) MMC1_SDWP */
    			AM64X_IOPAD(0x0290, PIN_INPUT, 0) /* MMC1_CLKLB */
    		>;
    	};
    
    	main_uart1_pins_default: main-uart1-default-pins {
    		pinctrl-single,pins = <
    			AM64X_IOPAD(0x0248, PIN_INPUT, 0)		/* (D16) UART1_CTSn */
    			AM64X_IOPAD(0x024c, PIN_OUTPUT, 0)		/* (E16) UART1_RTSn */
    			AM64X_IOPAD(0x0240, PIN_INPUT, 0)		/* (E15) UART1_RXD */
    			AM64X_IOPAD(0x0244, PIN_OUTPUT, 0)		/* (E14) UART1_TXD */
    		>;
    	};
    
    	main_uart0_pins_default: main-uart0-default-pins {
    		bootph-all;
    		pinctrl-single,pins = <
    			AM64X_IOPAD(0x0238, PIN_INPUT, 0) /* (B16) UART0_CTSn */
    			AM64X_IOPAD(0x023c, PIN_OUTPUT, 0) /* (A16) UART0_RTSn */
    			AM64X_IOPAD(0x0230, PIN_INPUT, 0) /* (D15) UART0_RXD */
    			AM64X_IOPAD(0x0234, PIN_OUTPUT, 0) /* (C16) UART0_TXD */
    		>;
    	};
    
    	main_spi0_pins_default: main-spi0-default-pins {
    		pinctrl-single,pins = <
    			AM64X_IOPAD(0x0210, PIN_INPUT, 0) /* (D13) SPI0_CLK */
    			AM64X_IOPAD(0x0208, PIN_OUTPUT, 0) /* (D12) SPI0_CS0 */
    			AM64X_IOPAD(0x0214, PIN_OUTPUT, 0) /* (A13) SPI0_D0 */
    			AM64X_IOPAD(0x0218, PIN_INPUT, 0) /* (A14) SPI0_D1 */
    		>;
    	};
    
    	main_i2c0_pins_default: main-i2c0-default-pins {
    		bootph-all;
    		pinctrl-single,pins = <
    			AM64X_IOPAD(0x0260, PIN_INPUT_PULLUP, 0) /* (A18) I2C0_SCL */
    			AM64X_IOPAD(0x0264, PIN_INPUT_PULLUP, 0) /* (B18) I2C0_SDA */
    		>;
    	};
    
    	main_i2c1_pins_default: main-i2c1-default-pins {
    		bootph-all;
    		pinctrl-single,pins = <
    			AM64X_IOPAD(0x0268, PIN_INPUT_PULLUP, 0) /* (C18) I2C1_SCL */
    			AM64X_IOPAD(0x026c, PIN_INPUT_PULLUP, 0) /* (B19) I2C1_SDA */
    		>;
    	};
    
    	mdio1_pins_default: mdio1-default-pins {
    		bootph-all;
    		pinctrl-single,pins = <
    			AM64X_IOPAD(0x01fc, PIN_OUTPUT, 4) /* (R2) PRG0_PRU1_GPO19.MDIO0_MDC */
    			AM64X_IOPAD(0x01f8, PIN_INPUT, 4) /* (P5) PRG0_PRU1_GPO18.MDIO0_MDIO */
    		>;
    	};
    
    	rgmii1_pins_default: rgmii1-default-pins {
    		bootph-all;
    		pinctrl-single,pins = <
    			AM64X_IOPAD(0x01cc, PIN_INPUT, 4) /* (W5) PRG0_PRU1_GPO7.RGMII1_RD0 */
    			AM64X_IOPAD(0x01d4, PIN_INPUT, 4) /* (Y5) PRG0_PRU1_GPO9.RGMII1_RD1 */
    			AM64X_IOPAD(0x01d8, PIN_INPUT, 4) /* (V6) PRG0_PRU1_GPO10.RGMII1_RD2 */
    			AM64X_IOPAD(0x01f4, PIN_INPUT, 4) /* (V5) PRG0_PRU1_GPO17.RGMII1_RD3 */
    			AM64X_IOPAD(0x0188, PIN_INPUT, 4) /* (AA5) PRG0_PRU0_GPO10.RGMII1_RXC */
    			AM64X_IOPAD(0x0184, PIN_INPUT, 4) /* (W6) PRG0_PRU0_GPO9.RGMII1_RX_CTL */
    			AM64X_IOPAD(0x0124, PIN_OUTPUT, 4) /* (V15) PRG1_PRU1_GPO7.RGMII1_TD0 */
    			AM64X_IOPAD(0x012c, PIN_OUTPUT, 4) /* (V14) PRG1_PRU1_GPO9.RGMII1_TD1 */
    			AM64X_IOPAD(0x0130, PIN_OUTPUT, 4) /* (W14) PRG1_PRU1_GPO10.RGMII1_TD2 */
    			AM64X_IOPAD(0x014c, PIN_OUTPUT, 4) /* (AA14) PRG1_PRU1_GPO17.RGMII1_TD3 */
    			AM64X_IOPAD(0x00e0, PIN_OUTPUT, 4) /* (U14) PRG1_PRU0_GPO10.RGMII1_TXC */
    			AM64X_IOPAD(0x00dc, PIN_OUTPUT, 4) /* (U15) PRG1_PRU0_GPO9.RGMII1_TX_CTL */
    		>;
    	};
    
           rgmii2_pins_default: rgmii2-default-pins {
    		bootph-all;
    		pinctrl-single,pins = <
    			AM64X_IOPAD(0x0108, PIN_INPUT, 4) /* (W11) PRG1_PRU1_GPO0.RGMII2_RD0 */
    			AM64X_IOPAD(0x010c, PIN_INPUT, 4) /* (V11) PRG1_PRU1_GPO1.RGMII2_RD1 */
    			AM64X_IOPAD(0x0110, PIN_INPUT, 4) /* (AA12) PRG1_PRU1_GPO2.RGMII2_RD2 */
    			AM64X_IOPAD(0x0114, PIN_INPUT, 4) /* (Y12) PRG1_PRU1_GPO3.RGMII2_RD3 */
    			AM64X_IOPAD(0x0120, PIN_INPUT, 4) /* (U11) PRG1_PRU1_GPO6.RGMII2_RXC */
    			AM64X_IOPAD(0x0118, PIN_INPUT, 4) /* (W12) PRG1_PRU1_GPO4.RGMII2_RX_CTL */
    			AM64X_IOPAD(0x0134, PIN_OUTPUT, 4) /* (AA10) PRG1_PRU1_GPO11.RGMII2_TD0 */
    			AM64X_IOPAD(0x0138, PIN_OUTPUT, 4) /* (V10) PRG1_PRU1_GPO12.RGMII2_TD1 */
    			AM64X_IOPAD(0x013c, PIN_OUTPUT, 4) /* (U10) PRG1_PRU1_GPO13.RGMII2_TD2 */
    			AM64X_IOPAD(0x0140, PIN_OUTPUT, 4) /* (AA11) PRG1_PRU1_GPO14.RGMII2_TD3 */
    			AM64X_IOPAD(0x0148, PIN_OUTPUT, 4) /* (Y10) PRG1_PRU1_GPO16.RGMII2_TXC */
    			AM64X_IOPAD(0x0144, PIN_OUTPUT, 4) /* (Y11) PRG1_PRU1_GPO15.RGMII2_TX_CTL */
    		>;
    	};
    
    	main_usb0_pins_default: main-usb0-default-pins {
    		bootph-all;
    		pinctrl-single,pins = <
    			AM64X_IOPAD(0x02a8, PIN_OUTPUT, 0) /* (E19) USB0_DRVVBUS */
    		>;
    	};
    
    	ospi0_pins_default: ospi0-default-pins {
    		pinctrl-single,pins = <
    			AM64X_IOPAD(0x0000, PIN_OUTPUT, 0) /* (N20) OSPI0_CLK */
    			AM64X_IOPAD(0x002c, PIN_OUTPUT, 0) /* (L19) OSPI0_CSn0 */
    			AM64X_IOPAD(0x000c, PIN_INPUT, 0) /* (M19) OSPI0_D0 */
    			AM64X_IOPAD(0x0010, PIN_INPUT, 0) /* (M18) OSPI0_D1 */
    			AM64X_IOPAD(0x0014, PIN_INPUT, 0) /* (M20) OSPI0_D2 */
    			AM64X_IOPAD(0x0018, PIN_INPUT, 0) /* (M21) OSPI0_D3 */
    			AM64X_IOPAD(0x001c, PIN_INPUT, 0) /* (P21) OSPI0_D4 */
    			AM64X_IOPAD(0x0020, PIN_INPUT, 0) /* (P20) OSPI0_D5 */
    			AM64X_IOPAD(0x0024, PIN_INPUT, 0) /* (N18) OSPI0_D6 */
    			AM64X_IOPAD(0x0028, PIN_INPUT, 0) /* (M17) OSPI0_D7 */
    			AM64X_IOPAD(0x0008, PIN_INPUT, 0) /* (N19) OSPI0_DQS */
    		>;
    	};
    
    	main_ecap0_pins_default: main-ecap0-default-pins {
    		pinctrl-single,pins = <
    			AM64X_IOPAD(0x0270, PIN_INPUT, 0) /* (D18) ECAP0_IN_APWM_OUT */
    		>;
    	};
    
    	main_mcan0_pins_default: main-mcan0-default-pins {
    		pinctrl-single,pins = <
    			AM64X_IOPAD(0x0254, PIN_INPUT, 0) /* (B17) MCAN0_RX */
    			AM64X_IOPAD(0x0250, PIN_OUTPUT, 0) /* (A17) MCAN0_TX */
    		>;
    	};
    
    	main_mcan1_pins_default: main-mcan1-default-pins {
    		pinctrl-single,pins = <
    			AM64X_IOPAD(0x025c, PIN_INPUT, 0) /* (D17) MCAN1_RX */
    			AM64X_IOPAD(0x0258, PIN_OUTPUT, 0) /* (C17) MCAN1_TX */
    		>;
    	};
    
    	ddr_vtt_pins_default: ddr-vtt-default-pins {
    		bootph-all;
    		pinctrl-single,pins = <
    			AM64X_IOPAD(0x0030, PIN_OUTPUT_PULLUP, 7) /* (L18) OSPI0_CSN1.GPIO0_12 */
    		>;
    	};
    
    	icssg1_mdio1_pins_default: icssg1-mdio1-default-pins {
    		pinctrl-single,pins = <
    			AM64X_IOPAD(0x015c, PIN_OUTPUT, 0) /* (Y6) PRG1_MDIO0_MDC */
    			AM64X_IOPAD(0x0158, PIN_INPUT, 0) /* (AA6) PRG1_MDIO0_MDIO */
    		>;
    	};
    
    	icssg1_rgmii1_pins_default: icssg1-rgmii1-default-pins{
    		pinctrl-single,pins = <
    			AM64X_IOPAD(0x00b8, PIN_INPUT, 2) /* (Y7) PRG1_PRU0_GPO0.PRG1_RGMII1_RD0 */
    			AM64X_IOPAD(0x00bc, PIN_INPUT, 2) /* (U8) PRG1_PRU0_GPO1.PRG1_RGMII1_RD1 */
    			AM64X_IOPAD(0x00c0, PIN_INPUT, 2) /* (W8) PRG1_PRU0_GPO2.PRG1_RGMII1_RD2 */
    			AM64X_IOPAD(0x00c4, PIN_INPUT, 2) /* (V8) PRG1_PRU0_GPO3.PRG1_RGMII1_RD3 */
    			AM64X_IOPAD(0x00d0, PIN_INPUT, 2) /* (AA7) PRG1_PRU0_GPO6.PRG1_RGMII1_RXC */
    			AM64X_IOPAD(0x00c8, PIN_INPUT, 2) /* (Y8) PRG1_PRU0_GPO4.PRG1_RGMII1_RX_CTL */
    			AM64X_IOPAD(0x00e4, PIN_INPUT, 2) /* (AA8) PRG1_PRU0_GPO11.PRG1_RGMII1_TD0 */
    			AM64X_IOPAD(0x00e8, PIN_INPUT, 2) /* (U9) PRG1_PRU0_GPO12.PRG1_RGMII1_TD1 */
    			AM64X_IOPAD(0x00ec, PIN_INPUT, 2) /* (W9) PRG1_PRU0_GPO13.PRG1_RGMII1_TD2 */
    			AM64X_IOPAD(0x00f0, PIN_INPUT, 2) /* (AA9) PRG1_PRU0_GPO14.PRG1_RGMII1_TD3 */
    			AM64X_IOPAD(0x00f8, PIN_INPUT, 2) /* (V9) PRG1_PRU0_GPO16.PRG1_RGMII1_TXC */
    			AM64X_IOPAD(0x00f4, PIN_INPUT, 2) /* (Y9) PRG1_PRU0_GPO15.PRG1_RGMII1_TX_CTL */
    		>;
    	};
    
    	icssg1_iep0_pins_default: icssg1-iep0-default-pins {
    		pinctrl-single,pins = <
    			AM64X_IOPAD(0x0104, PIN_OUTPUT, 2) /* (W7) PRG1_PRU0_GPO19.PRG1_IEP0_EDC_SYNC_OUT0 */
    		>;
    	};
    	
    	emwm0_pins: emwm0_pins {
    		pinctrl-single,pins = <
    			AM64X_IOPAD(0x0048, PIN_OUTPUT, 3) /*U20*/
    		>;
    	};
    };
    
    &main_uart0 {
    	bootph-all;
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_uart0_pins_default>;
    	current-speed = <115200>;
    };
    
    /* main_uart1 is reserved for firmware usage */
    &main_uart1 {
    	status = "reserved";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_uart1_pins_default>;
    };
    
    &main_i2c0 {
    	bootph-all;
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_i2c0_pins_default>;
    	clock-frequency = <400000>;
    
    	gpio@38 {
    		/* TCA9554 */
    		compatible = "nxp,pca9554";
    		reg = <0x38>;
    		gpio-controller;
    		#gpio-cells = <2>;
    		gpio-line-names = "HSE_DETECT";
    	};
    
    	eeprom@50 {
    		/* AT24CM01 */
    		compatible = "atmel,24c1024";
    		reg = <0x50>;
    	};
    };
    
    &main_i2c1 {
    	bootph-all;
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_i2c1_pins_default>;
    	clock-frequency = <400000>;
    
    	exp1: gpio@22 {
    		bootph-all;
    		compatible = "ti,tca6424";
    		reg = <0x22>;
    		gpio-controller;
    		#gpio-cells = <2>;
    		gpio-line-names = "GPIO_eMMC_RSTn", "CAN_MUX_SEL",
    				  "GPIO_CPSW1_RST", "GPIO_RGMII1_RST",
    				  "GPIO_RGMII2_RST", "GPIO_PCIe_RST_OUT",
    				  "MMC1_SD_EN", "FSI_FET_SEL",
    				  "MCAN0_STB_3V3", "MCAN1_STB_3V3",
    				  "CPSW_FET_SEL", "CPSW_FET2_SEL",
    				  "PRG1_RGMII2_FET_SEL", "TEST_GPIO2",
    				  "GPIO_OLED_RESETn", "VPP_LDO_EN",
    				  "TEST_LED1", "TP92", "TP90", "TP88",
    				  "TP87", "TP86", "TP89", "TP91";
    	};
    
    	/* osd9616p0899-10 */
    	display@3c {
    		compatible = "solomon,ssd1306fb-i2c";
    		reg = <0x3c>;
    		reset-gpios = <&exp1 14 GPIO_ACTIVE_LOW>;
    		vbat-supply = <&vddb>;
    		solomon,height = <16>;
    		solomon,width = <96>;
    		solomon,com-seq;
    		solomon,com-invdir;
    		solomon,page-offset = <0>;
    		solomon,prechargep1 = <2>;
    		solomon,prechargep2 = <13>;
    	};
    
    	tmp100: temperature-sensor@48 {
                    compatible = "ti,tmp100";
                    reg = <0x48>;
                    //vs-supply = <&reg_1v8>;
            };
    
    	ina226@40 {
                    compatible = "ti,ina226";
                    reg = <0x40>;
                    shunt-resistor = <10000>;
            };
    };
    
    &main_gpio0 {
    	bootph-all;
    };
    
    /* mcu_gpio0 and mcu_gpio_intr are reserved for mcu firmware usage */
    &mcu_gpio0 {
    	status = "reserved";
    };
    
    &mcu_gpio_intr {
    	status = "reserved";
    };
    
    &main_spi0 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_spi0_pins_default>;
    	ti,pindir-d0-out-d1-in;
    	eeprom@0 {
    		compatible = "microchip,93lc46b";
    		reg = <0>;
    		spi-max-frequency = <1000000>;
    		spi-cs-high;
    		data-size = <16>;
    	};
    };
    
    /* eMMC */
    &sdhci0 {
    	status = "okay";
    	non-removable;
    	ti,driver-strength-ohm = <50>;
    	disable-wp;
    	bootph-all;
    };
    
    /* SD/MMC */
    &sdhci1 {
    	bootph-all;
    	status = "okay";
    	vmmc-supply = <&vdd_mmc1>;
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_mmc1_pins_default>;
    	disable-wp;
    };
    
    &usbss0 {
    	bootph-all;
    	ti,vbus-divider;
    	ti,usb2-only;
    };
    
    &usb0 {
    	bootph-all;
    	dr_mode = "otg";
    	maximum-speed = "high-speed";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_usb0_pins_default>;
    };
    
    &cpsw3g {
    	bootph-all;
    	pinctrl-names = "default";
    	pinctrl-0 = <&rgmii1_pins_default>, <&rgmii2_pins_default>;
    
    	/* Map HW8_TS_PUSH to GENF1 */
    	cpts@3d000 {
    		ti,pps = <7 1>;
    	};
    };
    
    &cpsw_port1 {
    	bootph-all;
    	phy-mode = "rgmii-rxid";
    	phy-handle = <&cpsw3g_phy0>;
    };
    
    &cpsw_port2 {
    	phy-mode = "rgmii-rxid";
    	phy-handle = <&cpsw3g_phy3>;
    };
    
    &cpsw3g_mdio {
    	bootph-all;
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&mdio1_pins_default>;
    
    	cpsw3g_phy0: ethernet-phy@0 {
    		bootph-all;
    		reg = <0>;
    		ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
    		ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
    	};
    };
    
    &tscadc0 {
    	/* ADC is reserved for R5 usage */
    	//status = "reserved";
    	status = "okay";
    	adc {
                   ti,adc-channels = <0 1 2 3 4 5 6 7>;
             };
    };
    
    &ospi0 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&ospi0_pins_default>;
    
    	flash@0 {
    		compatible = "jedec,spi-nor";
    		reg = <0x0>;
    		spi-tx-bus-width = <8>;
    		spi-rx-bus-width = <8>;
    		spi-max-frequency = <25000000>;
    		cdns,tshsl-ns = <60>;
    		cdns,tsd2d-ns = <60>;
    		cdns,tchsh-ns = <60>;
    		cdns,tslch-ns = <60>;
    		cdns,read-delay = <4>;
    
    		partitions {
    			compatible = "fixed-partitions";
    			#address-cells = <1>;
    			#size-cells = <1>;
    
    			partition@0 {
    				label = "ospi.tiboot3";
    				reg = <0x0 0x100000>;
    			};
    
    			partition@100000 {
    				label = "ospi.tispl";
    				reg = <0x100000 0x200000>;
    			};
    
    			partition@300000 {
    				label = "ospi.u-boot";
    				reg = <0x300000 0x400000>;
    			};
    
    			partition@700000 {
    				label = "ospi.env";
    				reg = <0x700000 0x40000>;
    			};
    
    			partition@740000 {
    				label = "ospi.env.backup";
    				reg = <0x740000 0x40000>;
    			};
    
    			partition@800000 {
    				label = "ospi.rootfs";
    				reg = <0x800000 0x37c0000>;
    			};
    
    			partition@3fc0000 {
    				label = "ospi.phypattern";
    				reg = <0x3fc0000 0x40000>;
    			};
    		};
    	};
    };
    
    &mailbox0_cluster2 {
    	status = "okay";
    
    	mbox_main_r5fss0_core0: mbox-main-r5fss0-core0 {
    		ti,mbox-rx = <0 0 2>;
    		ti,mbox-tx = <1 0 2>;
    	};
    
    	mbox_main_r5fss0_core1: mbox-main-r5fss0-core1 {
    		ti,mbox-rx = <2 0 2>;
    		ti,mbox-tx = <3 0 2>;
    	};
    };
    
    &mailbox0_cluster4 {
    	status = "okay";
    
    	mbox_main_r5fss1_core0: mbox-main-r5fss1-core0 {
    		ti,mbox-rx = <0 0 2>;
    		ti,mbox-tx = <1 0 2>;
    	};
    
    	mbox_main_r5fss1_core1: mbox-main-r5fss1-core1 {
    		ti,mbox-rx = <2 0 2>;
    		ti,mbox-tx = <3 0 2>;
    	};
    };
    
    &mailbox0_cluster6 {
    	status = "okay";
    
    	mbox_m4_0: mbox-m4-0 {
    		ti,mbox-rx = <0 0 2>;
    		ti,mbox-tx = <1 0 2>;
    	};
    };
    
    &main_r5fss0_core0 {
    	mboxes = <&mailbox0_cluster2 &mbox_main_r5fss0_core0>;
    	memory-region = <&main_r5fss0_core0_dma_memory_region>,
    			<&main_r5fss0_core0_memory_region>;
    	status = "okay";
    };
    
    &main_r5fss0_core1 {
    	mboxes = <&mailbox0_cluster2 &mbox_main_r5fss0_core1>;
    	memory-region = <&main_r5fss0_core1_dma_memory_region>,
    			<&main_r5fss0_core1_memory_region>;
    	status = "okay";
    };
    
    &main_r5fss1_core0 {
    	mboxes = <&mailbox0_cluster4 &mbox_main_r5fss1_core0>;
    	memory-region = <&main_r5fss1_core0_dma_memory_region>,
    			<&main_r5fss1_core0_memory_region>;
    	status = "okay";
    };
    
    &main_r5fss1_core1 {
    	mboxes = <&mailbox0_cluster4 &mbox_main_r5fss1_core1>;
    	memory-region = <&main_r5fss1_core1_dma_memory_region>,
    			<&main_r5fss1_core1_memory_region>;
    	status = "okay";
    };
    
    &mcu_m4fss {
    	mboxes = <&mailbox0_cluster6 &mbox_m4_0>;
    	memory-region = <&mcu_m4fss_dma_memory_region>,
    			<&mcu_m4fss_memory_region>;
    	status = "okay";
    };
    
    &serdes_ln_ctrl {
    	idle-states = <AM64_SERDES0_LANE0_PCIE0>;
    };
    
    &serdes0 {
    	serdes0_pcie_link: phy@0 {
    		reg = <0>;
    		cdns,num-lanes = <1>;
    		#phy-cells = <0>;
    		cdns,phy-type = <PHY_TYPE_PCIE>;
    		resets = <&serdes_wiz0 1>;
    	};
    };
    
    &pcie0_rc {
    	status = "okay";
    	reset-gpios = <&exp1 5 GPIO_ACTIVE_HIGH>;
    	phys = <&serdes0_pcie_link>;
    	phy-names = "pcie-phy";
    	num-lanes = <1>;
    };
    
    &ecap0 {
    	status = "okay";
    	/* PWM is available on Pin 1 of header J12 */
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_ecap0_pins_default>;
    };
    
    &main_mcan0 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_mcan0_pins_default>;
    	phys = <&transceiver1>;
    };
    
    &main_mcan1 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_mcan1_pins_default>;
    	phys = <&transceiver2>;
    };
    
    &icssg1_mdio {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&icssg1_mdio1_pins_default>;
    
    	icssg1_phy1: ethernet-phy@f {
    		reg = <0xf>;
    		tx-internal-delay-ps = <250>;
    		rx-internal-delay-ps = <2000>;
    		status = "okay";
    	};
    };
    
    &main_timer4 {
    	ti,timer-alwon;
    	status = "okay";
    };
    
    &mcu_timer0 {
    	ti,timer-alwon;
    	status = "okay";
    };
    
    &epwm0 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&emwm0_pins>;
    };
    
    &epwm1 {
            status = "okay";
    };
    
    &epwm2 {
            status = "okay";
    };
    
    &epwm3 {
            status = "okay";
    };
    
    &epwm4 {
            status = "okay";
    };
    
    &epwm5 {
            status = "okay";
    };
    
    &epwm6 {
            status = "okay";
    };
    
    &epwm7 {
            status = "okay";
    };
    
    &epwm8 {
            status = "okay";
    };
    
    #define TS_OFFSET(pa, val)     (0x4+(pa)*4) (0x10000 | val)
    
    &timesync_router {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&cpsw_cpts_pps>;
    
    	/*
    	 * Use Time Sync Router to map GENF1 input to HW8_TS_PUSH output as well
    	 * as the PRU ICSSG0 SYNC1 output.
    	 */
    	cpsw_cpts_pps: cpsw-cpts-pps {
    		pinctrl-single,pins = <
    			/* pps [cpts genf1] in22 -> out37 [cpts hw8_push] */
    			TS_OFFSET(37, 22)
    			/* pps [cpts genf1] in22 -> out26 [SYNC1_OUT pin] */
    			TS_OFFSET(26, 22)
    			>;
    	};
    };
    
    &icssg1_iep0 {
    	pinctrl-names = "default";
    	pinctrl-0 = <&icssg1_iep0_pins_default>;
    };
    

    Thank you,

    Prathibha

  • Hello Prathibha,

    What changes did you make to the Image that you replaced (other than the defconfig changes mentioned in your previous response)?

    2. we compiled Linux alone from SDK, and replaced Image and k3-am642-evm.dtb on the device. here we saw eth2 interface is not working

    Which Linux SDK version are you using?

    I don't see any major differences in your dts related to the ethernet configuration compared to the default dts so I don't believe the issue you are seeing is due to the dts. However, please note, eth2 should show up as a CPSW ethernet interface according to your dts configuration. Currently your eth1 interface is actually the ICSSG interface since the boot log shows that phy[15] (phy at address 15) is detected. In your dts, phy at address 15 is configured for the ICSSG interface (reg = <0xf>). You can double check this with "ethtool -i eth1". 

    Could you also try printing out the contents of "ip a"?

    Did you make any board modifications to the TI AM64x EVM (TMDS64EVM) that you are testing with?

    -Daolin

  • Hello TI,

    Sorry for the delay,

    please find the requested ethtool and ip logs attached,

    And below are the address details from dtsi,

    cpsw3g has two phys integrated: address 0x0 and 0x3

    icssg1 has one phy integrated: address 0xf

    Note: if we just compile the Linux from standalone (from SDK), and relace Image and dtb on EVK, eth2 is not coming up.

    We also see, we relace Image and dtb from stanalone no modules will be loaded under "lsmod"

    root@am64xx-evm:~# lsmod
    Module Size Used by
    root@am64xx-evm:~#

    Thank you

    Prathibha

    root@am64xx-evm:~# ethtool -i eth1
    driver: am65-cpsw-nuss
    version: 6.6.32-g6de6e418c80e-dirty
    firmware-version:
    expansion-rom-version:
    bus-info: 8000000.ethernet
    supports-statistics: yes
    supports-test: no
    supports-eeprom-access: no
    supports-register-dump: yes
    supports-priv-flags: yes
    root@am64xx-evm:~#
    root@am64xx-evm:~# ip a
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
        link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
        inet 127.0.0.1/8 scope host lo
           valid_lft forever preferred_lft forever
    2: main_mcan0: <NOARP,ECHO> mtu 16 qdisc noop state DOWN group default qlen 10
        link/can
    3: main_mcan1: <NOARP,ECHO> mtu 16 qdisc noop state DOWN group default qlen 10
        link/can
    4: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
        link/ether 1c:63:49:1a:de:18 brd ff:ff:ff:ff:ff:ff
    5: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
        link/ether 52:2f:f6:28:27:30 brd ff:ff:ff:ff:ff:ff
    root@am64xx-evm:~#
    root@am64xx-evm:~# ethtool -i eth2
    Cannot get driver information: No such device
    root@am64xx-evm:~#
    

  • Hi Prathibha,

    Thanks for the additional details.

    Note: if we just compile the Linux from standalone (from SDK), and relace Image and dtb on EVK, eth2 is not coming up.

    We also see, we relace Image and dtb from stanalone no modules will be loaded under "lsmod"

    When you recompile the Image, you should also make sure to recompile the modules as well. Both the new Image and newly built modules need to be installed (into the SD card if you are using an SD card to boot). Please see the note here: https://software-dl.ti.com/processor-sdk-linux/esd/AM64X/latest/exports/docs/linux/Foundational_Components_Kernel_Users_Guide.html#compiling-the-kernel-modules

    Have you also made sure to rebuilt the modules and install the modules as well?

    -Daolin

  • Hello TI,

    Thank you for the response, yes we are following this link suggested. Please let us know if our compilation procedure is missing something

    Kernel standalone Compilation,

    make ARCH=arm64 CROSS_COMPILE=aarch64-none-linux-gnu- defconfig

    //Kernel static compilation
    make ARCH=arm64 CROSS_COMPILE=aarch64-none-linux-gnu- Image -j32


    //Kernel device tree compilation

    make ARCH=arm64 CROSS_COMPILE=aarch64-none-linux-gnu- dtbs


    //kernel Module compilation
    make ARCH=arm64 CROSS_COMPILE=aarch64-none-linux-gnu- modules -j32


    //kernel Module installation-----------"
    sudo make ARCH=arm64 INSTALL_MOD_PATH=kernel_modules/ modules_install

    Thank you,

    Prathibha

  • Hi Prathibha, 

    I'm assuming in addition to the final step (kernel Module installation) you have also copied over the newly build Image according to https://software-dl.ti.com/processor-sdk-linux/esd/AM64X/latest/exports/docs/linux/Foundational_Components_Kernel_Users_Guide.html#installing-the-kernel-image-and-device-tree-binaries?

    After performing these steps, you do you still the see the same issue?

    -Daolin

  • Hello TI,

    After building the Kernel standalone using procedure mentioned in my previous comment, we copied both newly compiled "Image" and "k3-am642-evm.dtb" to device, We still see the same issue.

    Note: we are using emmc to boot the device and hence we are replacing the binaries as below. copying binaries to root path of device,

    mount /dev/mmcblk0p1 /mnt/

    cp Image /mnt/boot/

    cp k3-am642-evm.dtb /mnt/boot/dtb/ti/

    umount /mnt

    Thank you,

    Prathibha

  • Hi Prathibha,

    Note: we are using emmc to boot the device and hence we are replacing the binaries as below. copying binaries to root path of device,

    Just to clarify, you are only seeing this issue when using eMMC to boot? Do you see the same issue when using the SD card? 

    mount /dev/mmcblk0p1 /mnt/

    cp Image /mnt/boot/

    cp k3-am642-evm.dtb /mnt/boot/dtb/ti/

    umount /mnt

    If it is just an issue observed with eMMC, I will have to loop in an eMMC expert to comment on these steps you took.

    -Daolin

  • Hello TI,

    This is the same issue noticed in both SD card and EMMC

    Thank you,

    Prathibha

  • Hi Prathibha,

    Which Linux SDK version are you using?

    Can you clarify which version of the Linux SDK you are using?

    Not sure if you already tried this, using the unmodified AM64x DTS (k3-am642-evm.dts) from the latest SDK and NOT changing anything in the kernel config nor any other changes, try building and installing to the SD card as specified in the links I pointed to before. First verify if this works as expected.

    This means reverting any changes such as these in the kernel config to what was provided by default in the SDK defconfig. Follow this step in configuring the kernel: https://software-dl.ti.com/processor-sdk-linux/esd/AM64X/latest/exports/docs/linux/Foundational_Components_Kernel_Users_Guide.html#configuring-the-kernel

    -Daolin

  • Hello TI,

    We are using "ti-processor-sdk-linux-am64xx-evm-10.00.07.04" SDK,

    and as mentioned in one of our previous comments, initially we did not do any dts modifications, we modified the dts when we noticed the issue,

    Below are the points from our previous reply,

    1. we tested flashing the evm with binaries generated from full yocto compilation, 3x Ethernet interfaces were working

    2. we compiled Linux alone from SDK, and replaced Image and k3-am642-evm.dtb on the device. here we saw eth2 interface is not working

    Note: In addition to the above points, wea re noticing no modules loaded when we do "lsmod", after replacing Image and k3-am642-evm.dtb from standalone directory.

    Thank you,

    Prathibha

  • Hi Prathibha,

    We are using "ti-processor-sdk-linux-am64xx-evm-10.00.07.04" SDK,

    For SDK 10.0 (non-RT version), we have some known issues with the out of box image not showing eth1 port. This issue is not seen with the RT-Linux version of SDK 10.0. See https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1427145/processor-sdk-am64x-am64x-evm-eth1-is-not-being-enumerated/5476317#5476317 for the resolution.

    Are you able to try out the latest SDK 10.1 (ti-processor-sdk-linux-am64xx-evm-10.01.10.04) and see if you still observe this behavior? Please try the RT-Linux version if you are able.

     

    2. we compiled Linux alone from SDK, and replaced Image and k3-am642-evm.dtb on the device. here we saw eth2 interface is not working

    Note: In addition to the above points, wea re noticing no modules loaded when we do "lsmod", after replacing Image and k3-am642-evm.dtb from standalone directory.

    When you recompile the Image, you should also make sure to recompile the modules as well. Both the new Image and newly built modules need to be installed (into the SD card if you are using an SD card to boot). Please see the note here: https://software-dl.ti.com/processor-sdk-linux/esd/AM64X/latest/exports/docs/linux/Foundational_Components_Kernel_Users_Guide.html#compiling-the-kernel-modules

    From my understanding, there aren't any known issues with the SDK 10.1 when you are simply rebuilding with the provided SDK without any modifications, granted you also remembered to build the modules along with Image? 

     -Daolin