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.

J721EXSOMXEVM: Ethernet Firmware - ifconfig and "ip" command is stuck

Part Number: J721EXSOMXEVM

Hello, 

We are using SDK 7.1 and Ethernet firmware fine for us. However 8 out of 10 times "ifconfig" or "ip link show" command is not working.  This is the log

root@j7-evm:~# ping 192.168.1.208
PING 192.168.1.208 (192.168.1.208): 56 data bytes
64 bytes from 192.168.1.208: seq=0 ttl=64 time=0.346 ms
64 bytes from 192.168.1.208: seq=1 ttl=64 time=0.323 ms
[   35.888506] tlv71033: disabling
64 bytes from 192.168.1.208: seq=2 ttl=64 time=0.320 ms
64 bytes from 192.168.1.208: seq=3 ttl=64 time=0.337 ms
^C
--- 192.168.1.208 ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 0.320/0.331/0.346 ms
root@j7-evm:~# ^C
root@j7-evm:~# 
root@j7-evm:~# 
root@j7-evm:~# 
root@j7-evm:~# 
root@j7-evm:~# 
root@j7-evm:~# ifconfig
^C^C^C^C

It works fine if we don't load the firmware built by TI RTOS and just build Linux SDK. We had to restart 8-9 times to get ifconfig or ip command working. 

This is a big blocker for us. I would appreciate if we can get some help to resolve this issue.

Thank you,

Satish

  • Adding one more symptom for freeze -

    When testing in Static IP configuration mode - When we assign ip address to "eth0" in linux, It just freezes after that. Control never returns to console. 

    root@j7-evm:~# ifconfig eth0 192.168.1.188 netmask 255.255.255.0
    Function:CpswProxyServer_registerIpv4MacHandlerCb,HostId:0,Handle:a2cf8434,CoreKey:38acb7e6, MacAddress:70:ff:76:1d:92:c1 IPv4Addr:192.168.1.188

    ================LLI Table entries===========

    Number of Static ARP Entries: 1

    SNo. IP Address MAC Address
    ------ ------------- ---------------
    1 192.168.1.188 70:FF:76:1D:92:C1

    ^C^C^C^C^C^C^C^C^C[ 127.356222] Initializing XFRM netlink socket

  • Hi Satish,

    What changes you made to Ethernet Firmware apart from those for your board ? Did you modify it for static configuration ?

    Can you also post the complete bootlog for Linux and Remoteproc output for Ethernet Firmware ?

    Regards

    Vineet

  • Hi Vineet,

    In ndk.cfg - I always enabled "    var enableStaticIP         = 1;" . 

    I have a Laptop connected with this switch which has a DHCP server running. The server assigns the IP address to A72. In case if I stop the server I manually assign the IP address.

    I do want to mention that in our case Ethernet switch and A72 both sending the bootlog to UART7, this change we made too. Could this be an issue?

    Here is the logs as requested - 

    Linux log -

    Flash: 0 Bytes
    MMC:   sdhci@4f80000: 0
    Loading Environment from MMC... OK
    In:    serial@2870000
    Out:   serial@2870000
    Err:   serial@2870000
    Reading on-board EEPROM at 0x50 failed 1
    Net:   Could not get PHY for ethernet@46000000: addr 0
    phy_connect() failed
    No ethernet found.
    
    Hit any key to stop autoboot:  0 
    switch to partitions #0, OK
    mmc0(part 0) is current device
    SD/MMC found on device 0
    ** Unrecognized filesystem type **
    16799752 bytes read in 51 ms (314.1 MiB/s)
    100543 bytes read in 2 ms (47.9 MiB/s)
    ## Flattened Device Tree blob at 82000000
       Booting using the fdt blob at 0x82000000
       Loading Device Tree to 00000000fdd9b000, end 00000000fdeb6fff ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 5.4.74-g9574bba32a (oe-user@oe-host) (gcc version 9.2.1 20191025 (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10))) #1 SMP PREEMPT Wed Aug 18 18:41:46 UTC 2021
    [    0.000000] Machine model: Texas Instruments K3 J721E SoC
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002870000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    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] 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] 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] 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] 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] 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] 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] 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] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
    [    0.000000] cma: Reserved 512 MiB at 0x00000000c0000000
    [    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.0
    [    0.000000] percpu: Embedded 2 pages/cpu s48408 r8192 d74472 u131072
    [    0.000000] Detected PIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: EL2 vector hardening
    [    0.000000] Built 1 zonelists, mobility grouping off.  Total pages: 48144
    [    0.000000] Kernel command line: console=ttyS9,115200n8 earlycon=ns16550a,mmio32,0x02870000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(ot
    [    0.000000] Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: mapped [mem 0xbbff0000-0xbfff0000] (64MB)
    [    0.000000] Memory: 3374336K/3084288K available (9662K kernel code, 854K rwdata, 3840K rodata, 1664K init, 681K bss, 18446744073708737280K reserved, 524288K 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 restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
    [    0.000000]  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: 960 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] GICv3: Distributor has no Range Selector support
    [    0.000000] GICv3: 16 PPIs implemented
    [    0.000000] GICv3: no VLPI support, no direct LPI support
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
    [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [    0.000000] ITS@0x0000000001820000: allocated 1048576 Devices @8c0800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x00000008c00c0000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008c00d0000
    [    0.000000] random: get_random_bytes called from start_kernel+0x2b8/0x43c with crng_init=0
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000001] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.008362] Console: colour dummy device 80x25
    [    0.012925] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023594] pid_max: default: 32768 minimum: 301
    [    0.028346] LSM: Security Framework initializing
    [    0.033091] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
    [    0.040659] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
    [    0.049777] ASID allocator initialised with 32768 entries
    [    0.055364] rcu: Hierarchical SRCU implementation.
    [    0.060399] Platform MSI: gic-its@1820000 domain created
    [    0.066061] PCI/MSI: /bus@100000/interrupt-controller@1800000/gic-its@1820000 domain created
    [    0.074877] smp: Bringing up secondary CPUs ...
    [    0.080637] Detected PIPT I-cache on CPU1
    [    0.080659] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.080670] GICv3: CPU1: using allocated LPI pending table @0x00000008c00e0000
    [    0.080695] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.080747] smp: Brought up 1 node, 2 CPUs
    [    0.110094] SMP: Total of 2 processors activated.
    [    0.114898] CPU features: detected: 32-bit EL0 Support
    [    0.120151] CPU features: detected: CRC32 instructions
    [    0.131906] CPU: All CPU(s) started at EL2
    [    0.136102] alternatives: patching kernel code
    [    0.141218] devtmpfs: initialized
    [    0.149684] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.159656] futex hash table entries: 512 (order: -1, 32768 bytes, linear)
    [    0.167620] pinctrl core: initialized pinctrl subsystem
    [    0.173465] NET: Registered protocol family 16
    [    0.180697] DMA: preallocated 256 KiB pool for atomic allocations
    [    0.187181] NET: Registered protocol family 42
    [    0.191829] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.208366] HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages
    [    0.215224] HugeTLB registered 512 MiB page size, pre-allocated 0 pages
    [    0.221985] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.229991] cryptd: max_cpu_qlen set to 1000
    [    0.236295] vsys_3v3: supplied by evm_12v0
    [    0.240595] vsys_5v0: supplied by evm_12v0
    [    0.245154] iommu: Default domain type: Translated 
    [    0.250318] SCSI subsystem initialized
    [    0.254429] mc: Linux media interface: v0.10
    [    0.258799] videodev: Linux video capture interface: v2.00
    [    0.264411] pps_core: LinuxPPS API ver. 1 registered
    [    0.269480] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.278816] PTP clock support registered
    [    0.282827] EDAC MC: Ver: 3.0.0
    [    0.286545] FPGA manager framework
    [    0.290054] Advanced Linux Sound Architecture Driver Initialized.
    [    0.296721] clocksource: Switched to clocksource arch_sys_counter
    [    0.303037] VFS: Disk quotas dquot_6.6.0
    [    0.307089] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
    [    0.316445] thermal_sys: Registered thermal governor 'step_wise'
    [    0.316447] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.322904] NET: Registered protocol family 2
    [    0.334297] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes, linear)
    [    0.343059] TCP established hash table entries: 32768 (order: 2, 262144 bytes, linear)
    [    0.351250] TCP bind hash table entries: 32768 (order: 3, 524288 bytes, linear)
    [    0.359049] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.365778] UDP hash table entries: 2048 (order: 0, 65536 bytes, linear)
    [    0.372668] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes, linear)
    [    0.380062] NET: Registered protocol family 1
    [    0.384779] RPC: Registered named UNIX socket transport module.
    [    0.390829] RPC: Registered udp transport module.
    [    0.395632] RPC: Registered tcp transport module.
    [    0.400435] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.407020] PCI: CLS 0 bytes, default 64
    [    0.411356] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
    [    0.421288] Initialise system trusted keyrings
    [    0.425892] workingset: timestamp_bits=46 max_order=16 bucket_order=0
    [    0.434562] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.440789] NFS: Registering the id_resolver key type
    [    0.445958] Key type id_resolver registered
    [    0.450227] Key type id_legacy registered
    [    0.454322] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.461271] 9p: Installing v9fs 9p2000 file system support
    [    0.473866] Key type asymmetric registered
    [    0.478051] Asymmetric key parser 'x509' registered
    [    0.483051] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.490610] io scheduler mq-deadline registered
    [    0.495235] io scheduler kyber registered
    [    0.500541] pinctrl-single 4301c000.pinmux: 94 pins, size 376
    [    0.506617] pinctrl-single 11c000.pinmux: 173 pins, size 692
    [    0.514884] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
    [    0.521151] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
    [    0.527491] ti-pat 31010000.pat: Found PAT Rev 1.0 with 16384 pages
    [    0.533912] debugfs: Directory '31010000.pat' with parent 'regmap' already present!
    [    0.541926] ti-pat 31011000.pat: Found PAT Rev 1.0 with 16384 pages
    [    0.548340] debugfs: Directory '31011000.pat' with parent 'regmap' already present!
    [    0.556253] ti-pat 31012000.pat: Found PAT Rev 1.0 with 16384 pages
    [    0.562664] debugfs: Directory '31012000.pat' with parent 'regmap' already present!
    [    0.570574] ti-pat 31013000.pat: Found PAT Rev 1.0 with 2048 pages
    [    0.576896] debugfs: Directory '31013000.pat' with parent 'regmap' already present!
    [    0.584808] ti-pat 31014000.pat: Found PAT Rev 1.0 with 2048 pages
    [    0.591130] debugfs: Directory '31014000.pat' with parent 'regmap' already present!
    [    0.600511] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [    0.612820] brd: module loaded
    [    0.619053] loop: module loaded
    [    0.623920] libphy: Fixed MDIO Bus: probed
    [    0.628299] tun: Universal TUN/TAP device driver, 1.6
    [    0.633752] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
    [    0.641758] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    0.647824] sky2: driver version 1.30
    [    0.652047] VFIO - User Level meta-driver version: 0.3
    [    0.657696] i2c /dev entries driver
    [    0.661804] sdhci: Secure Digital Host Controller Interface driver
    [    0.668120] sdhci: Copyright(c) Pierre Ossman
    [    0.672745] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.679028] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.685805] optee: probing for conduit method from DT.
    [    0.691077] optee: revision 3.8 (199fca17)
    [    0.691374] optee: initialized driver
    [    0.700175] NET: Registered protocol family 17
    [    0.704798] 9pnet: Installing 9P2000 support
    [    0.709184] Key type dns_resolver registered
    [    0.713693] registered taskstats version 1
    [    0.717881] Loading compiled-in X.509 certificates
    [    0.726572] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
    [    0.732899] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
    [    0.741775] ti-sci 44083000.dmsc: ABI: 3.1 (firmware rev 0x0014 '20.8.5--v2020.08b (Terrific Lla')
    [    0.853065] random: fast init done
    [    1.145400] davinci-mcasp 2b00000.mcasp: IRQ common not found
    [    1.152159] davinci-mcasp 2b20000.mcasp: IRQ common not found
    [    1.158835] davinci-mcasp 2b30000.mcasp: IRQ common not found
    [    1.168520] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz
    [    1.174880] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
    [    1.181383] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz
    [    1.187742] pca953x 3-0020: 3-0020 supply vcc not found, using dummy regulator
    [    1.195163] pca953x 3-0020: using no AI
    [    2.204722] omap_i2c 2000000.i2c: timeout waiting for bus ready
    [    2.210774] pca953x 3-0020: failed writing register
    [    2.215812] pca953x: probe of 3-0020 failed with error -16
    [    2.221523] pca953x 3-0022: 3-0022 supply vcc not found, using dummy regulator
    [    2.228922] pca953x 3-0022: using AI
    [    3.236720] omap_i2c 2000000.i2c: timeout waiting for bus ready
    [    3.242770] pca953x 3-0022: failed writing register
    [    3.247770] pca953x: probe of 3-0022 failed with error -16
    [    3.253409] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
    [    3.259748] omap_i2c 2010000.i2c: bus 4 rev0.12 at 400 kHz
    [    3.266009] omap_i2c 2020000.i2c: bus 5 rev0.12 at 400 kHz
    [    3.272271] pca953x 6-0020: 6-0020 supply vcc not found, using dummy regulator
    [    3.279680] pca953x 6-0020: using no AI
    [    3.304762] pca953x 6-0020: failed writing register
    [    3.309788] pca953x: probe of 6-0020 failed with error -121
    [    3.315576] omap_i2c 2030000.i2c: bus 6 rev0.12 at 400 kHz
    [    3.321796] omap_i2c 2040000.i2c: bus 7 rev0.12 at 400 kHz
    [    3.328040] omap_i2c 2050000.i2c: bus 8 rev0.12 at 100 kHz
    [    3.334273] omap_i2c 2060000.i2c: bus 9 rev0.12 at 100 kHz
    [    3.340934] ti-sci-intr bus@100000:bus@28380000:interrupt-controller2: Interrupt Router 137 domain created
    [    3.351217] ti-sci-intr bus@100000:interrupt-controller0: Interrupt Router 131 domain created
    [    3.360339] ti-sci-intr bus@100000:navss@30000000:interrupt-controller1: Interrupt Router 213 domain created
    [    3.371233] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
    [    3.386218] cdns_sierra_pll_mux_get_parent
    [    3.386247] cdns_sierra_pll_mux_set_parent
    [    3.390462] cdns_sierra_pll_mux_get_parent
    [    3.394701] cdns_sierra_refrcv_enable
    [    3.404787] cdns_sierra_pll_mux_get_parent
    [    3.408549] cdns_sierra_pll_mux_set_parent
    [    3.412754] cdns_sierra_pll_mux_get_parent
    [    3.416995] cdns_sierra_refrcv_enable
    [    3.425153] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
    [    3.438781] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    3.445540] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    3.454804] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
    [    3.464955] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    3.471714] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    3.479972] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 7, base_baud = 6000000) is a 8250
    [    3.489538] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 23, base_baud = 3000000) is a 8250
    [    3.498981] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 24, base_baud = 3000000) is a 8250
    [    3.508359] 2820000.serial: ttyS4 at MMIO 0x2820000 (irq = 25, base_baud = 3000000) is a 8250
    [    3.517716] 2830000.serial: ttyS5 at MMIO 0x2830000 (irq = 26, base_baud = 3000000) is a 8250
    [    3.527138] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 27, base_baud = 3000000) is a 8250
    [    3.536507] 2860000.serial: ttyS8 at MMIO 0x2860000 (irq = 28, base_baud = 3000000) is a 8250
    [    3.545977] 2870000.serial: ttyS9 at MMIO 0x2870000 (irq = 29, base_baud = 3000000) is a 8250
    [    3.554716] printk: console [ttyS9] enabled
    [    3.554716] printk: console [ttyS9] enabled
    [    3.563153] printk: bootconsole [ns16550a0] disabled
    [    3.563153] printk: bootconsole [ns16550a0] disabled
    [    3.573893] 2880000.serial: ttyS0 at MMIO 0x2880000 (irq = 30, base_baud = 3000000) is a 8250
    [    3.583017] arm-smmu-v3 36600000.smmu: ias 48-bit, oas 48-bit (features 0x00001faf)
    [    3.591895] arm-smmu-v3 36600000.smmu: allocated 524288 entries for cmdq
    [    3.600598] arm-smmu-v3 36600000.smmu: allocated 524288 entries for evtq
    [    3.608144] arm-smmu-v3 36600000.smmu: msi_domain absent - falling back to wired irqs
    [    3.622715] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
    [    3.633246] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
    [    3.643400] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
    [    3.653638] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
    [    3.666725] scsi host0: ufshcd
    [    3.720738] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    3.728384] davinci_mdio 46000f00.mdio: no live phy, scanning all
    [    3.747589] libphy: 46000f00.mdio: probed
    [    3.751602] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
    [    3.764409] am65-cpsw-nuss 46000000.ethernet: Failed to request tx dma channel -517
    [    3.775548] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
    [    3.784676] mmc0: CQHCI version 5.10
    [    3.829049] mmc0: SDHCI controller on 4f80000.sdhci [4f80000.sdhci] using ADMA 64-bit
    [    3.837986] davinci-mcasp 2b00000.mcasp: IRQ common not found
    [    3.845068] davinci-mcasp 2b20000.mcasp: IRQ common not found
    [    3.852101] davinci-mcasp 2b30000.mcasp: IRQ common not found
    [    3.878263] pca953x 4-0020: 4-0020 supply vcc not found, using dummy regulator
    [    3.885541] pca953x 4-0020: using no AI
    [    3.912765] pca953x 4-0020: failed writing register
    [    3.917700] pca953x: probe of 4-0020 failed with error -121
    [    3.924899] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
    [    3.932970] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
    [    3.940994] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
    [    3.949083] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
    [    3.957078] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
    [    3.966666] mmc0: Command Queue Engine enabled
    [    3.971122] mmc0: new HS200 MMC card at address 0001
    [    3.976419] mmcblk0: mmc0:0001 G1J39E 119 GiB 
    [    3.981000] mmcblk0boot0: mmc0:0001 G1J39E partition 1 31.5 MiB
    [    3.987052] mmcblk0boot1: mmc0:0001 G1J39E partition 2 31.5 MiB
    [    3.993063] mmcblk0rpmb: mmc0:0001 G1J39E partition 3 4.00 MiB, chardev (240:0)
    [    4.001175] ti-udma 285c0000.dma-controller: Channels: 24 (tchan: 12, rchan: 12, gp-rflow: 8)
    [    4.010540]  mmcblk0: p1 p2
    [    4.017189] ti-udma 31150000.dma-controller: Channels: 84 (tchan: 42, rchan: 42, gp-rflow: 16)
    [    4.082550] cdns-ufshcd 4e84000.ufs: link startup failed 1
    [    4.088031] cdns-ufshcd 4e84000.ufs: UFS Host state=0
    [    4.088726] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    4.093071] cdns-ufshcd 4e84000.ufs: lrb in use=0x0, outstanding reqs=0x0 tasks=0x0
    [    4.100706] davinci_mdio 46000f00.mdio: no live phy, scanning all
    [    4.108342] cdns-ufshcd 4e84000.ufs: saved_err=0x0, saved_uic_err=0x0
    [    4.120838] cdns-ufshcd 4e84000.ufs: Device power mode=1, UIC link state=0
    [    4.127553] libphy: 46000f00.mdio: probed
    [    4.127696] cdns-ufshcd 4e84000.ufs: PM in progress=0, sys. suspended=0
    [    4.131703] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
    [    4.138284] cdns-ufshcd 4e84000.ufs: Auto BKOPS=0, Host self-block=0
    [    4.155350] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    4.157371] cdns-ufshcd 4e84000.ufs: Clk gate=1
    [    4.165933] am65-cpsw-nuss 46000000.ethernet: slave[1] no phy found
    [    4.168307] cdns-ufshcd 4e84000.ufs: error handling flags=0x0, req. abort count=0
    [    4.180558] davinci-mcasp 2b00000.mcasp: IRQ common not found
    [    4.182018] cdns-ufshcd 4e84000.ufs: Host capabilities=0x1587031f, caps=0x0
    [    4.182020] cdns-ufshcd 4e84000.ufs: quirks=0x0, dev. quirks=0x0
    [    4.182024] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[0, 0], lane[0, 0], pwr[INVALID MODE, INVALID MODE], rate = 0
    [    4.212842] host_regs: 00000000: 1587031f 00000000 00000210 00000000
    [    4.214647] davinci-mcasp 2b20000.mcasp: IRQ common not found
    [    4.219180] host_regs: 00000010: 00000000 00000000 00000000 00000000
    [    4.219182] host_regs: 00000020: 00000000 00000470 00000000 00000000
    [    4.219185] host_regs: 00000030: 00000008 00000001 00000000 00000000
    [    4.243921] host_regs: 00000040: 00000000 00000000 00000000 00000000
    [    4.250258] host_regs: 00000050: 00000000 00000000 00000000 00000000
    [    4.251909] davinci-mcasp 2b30000.mcasp: IRQ common not found
    [    4.256597] host_regs: 00000060: 00000000 00000000 00000000 00000000
    [    4.256599] host_regs: 00000070: 00000000 00000000 00000000 00000000
    [    4.256601] host_regs: 00000080: 00000000 00000000 00000000 00000000
    [    4.281339] host_regs: 00000090: 00000000 00000000 00000000 00000000
    [    4.287678] cdns-ufshcd 4e84000.ufs: hba->ufs_version = 0x210, hba->capabilities = 0x1587031f
    [    4.296189] cdns-ufshcd 4e84000.ufs: hba->outstanding_reqs = 0x0, hba->outstanding_tasks = 0x0
    [    4.304782] cdns-ufshcd 4e84000.ufs: last_hibern8_exit_tstamp at 0 us, hibern8_exit_cnt = 0
    [    4.313113] cdns-ufshcd 4e84000.ufs: No record of pa_err errors
    [    4.319017] cdns-ufshcd 4e84000.ufs: No record of dl_err errors
    [    4.324920] cdns-ufshcd 4e84000.ufs: No record of nl_err errors
    [    4.330824] cdns-ufshcd 4e84000.ufs: No record of tl_err errors
    [    4.336728] cdns-ufshcd 4e84000.ufs: No record of dme_err errors
    [    4.342719] cdns-ufshcd 4e84000.ufs: No record of auto_hibern8_err errors
    [    4.349490] cdns-ufshcd 4e84000.ufs: No record of fatal_err errors
    [    4.355654] cdns-ufshcd 4e84000.ufs: link_startup_fail[0] = 0x1 at 4001833 us
    [    4.362773] cdns-ufshcd 4e84000.ufs: No record of resume_fail errors
    [    4.369111] cdns-ufshcd 4e84000.ufs: No record of suspend_fail errors
    [    4.375534] cdns-ufshcd 4e84000.ufs: No record of dev_reset errors
    [    4.381699] cdns-ufshcd 4e84000.ufs: No record of host_reset errors
    [    4.387949] cdns-ufshcd 4e84000.ufs: No record of task_abort errors
    [    4.394199] cdns-ufshcd 4e84000.ufs: clk: core_clk, rate: 250000000
    [    4.395730] cdns-sierra-phy 5020000.serdes: PLL lock of lane failed
    [    4.400449] cdns-ufshcd 4e84000.ufs: clk: phy_clk, rate: 19200000
    [    4.400452] cdns-ufshcd 4e84000.ufs: clk: ref_clk, rate: 19200000
    [    4.406706] phy phy-5020000.serdes.1: phy poweron failed --> -110
    [    4.424943] j721e-pcie 2920000.pcie: Failed to init phy
    [    4.430178] j721e-pcie: probe of 2920000.pcie failed with error -110
    [    4.545315] cdns-sierra-phy 5030000.serdes: PLL lock of lane failed
    [    4.551574] phy phy-5030000.serdes.2: phy poweron failed --> -110
    [    4.557656] j721e-pcie 2930000.pcie: Failed to init phy
    [    4.562883] j721e-pcie: probe of 2930000.pcie failed with error -110
    [    4.575051] debugfs: Directory 'pd:242' with parent 'pm_genpd' already present!
    [    4.582454] debugfs: Directory 'pd:241' with parent 'pm_genpd' already present!
    [    4.589763] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
    [    4.597087] debugfs: Directory 'pd:239' with parent 'pm_genpd' already present!
    [    4.605314] input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [    4.612454] hctosys: unable to open rtc device (rtc0)
    [    4.617909] cdns_sierra_refrcv_is_enabled
    [    4.617918] cdns_sierra_refrcv_is_enabled
    [    4.802745] ALSA device list:
    [    4.809701]   No soundcards found.
    [    4.869956] EXT4-fs (mmcblk0p1): recovery complete
    [    4.875425] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
    [    4.883538] VFS: Mounted root (ext4 filesystem) on device 179:1.
    [    4.889853] devtmpfs: mounted
    [    4.893158] Freeing unused kernel memory: 1664K
    [    4.897710] Run /sbin/init as init process
    [    4.954946] systemd[1]: System time before build time, advancing clock.
    [    4.980447] NET: Registered protocol family 10
    [    4.985325] Segment Routing with IPv6
    [    4.997240] systemd[1]: systemd 244.3+ running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR -SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -)
    [    5.018958] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2020.09!
    
    [    5.057028] systemd[1]: Set hostname to <j7-evm>.
    [    5.183239] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock → /run/docker.sock; please update the unit file a .
    [    5.236860] random: systemd: uninitialized urandom read (16 bytes read)
    [    5.243596] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    5.255921] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    5.265877] systemd[1]: Created slice system-getty.slice.
    [  OK  ] Created slice system-getty.slice.
    [    5.284844] random: systemd: uninitialized urandom read (16 bytes read)
    [    5.292091] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [  OK  ] Created slice system-serial\x2dgetty.slice.
    [    5.308777] random: systemd: uninitialized urandom read (16 bytes read)
    [    5.315923] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    5.332895] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password …ts to Console Directory Watch.
    [    5.356823] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password R…uests to Wall Directory Watch.
    [    5.380821] systemd[1]: Reached target Paths.
    [  OK  ] Reached target Paths.
    [    5.396776] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    5.412766] systemd[1]: Reached target Slices.
    [  OK  ] Reached target Slices.
    [    5.428771] systemd[1]: Reached target Swap.
    [  OK  ] Reached target Swap.
    [    5.445687] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    5.464796] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    5.482522] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    5.504902] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    5.532477] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
    [    5.540833] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    5.560996] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    5.577047] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    5.600943] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    5.620878] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    5.644070] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    5.663160] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    5.683257] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    5.703440] systemd[1]: Mounting Temporary Directory (/tmp)...
             Mounting Temporary Directory (/tmp)...
    [    5.723222] systemd[1]: Starting Create list of static device nodes for the current kernel...
             Starting Create list of st…odes for the current kernel...
    [    5.751547] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    5.772808] systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
    [  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
    [    5.799315] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    5.816925] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
    [    5.835736] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    5.860586] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    5.883908] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    5.892612] cryptodev: loading out-of-tree module taints kernel.
             Starting Remount Root and Kernel File Systems...
    [    5.904698] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
    [    5.917099] systemd[1]: Starting udev Coldplug all Devices...
             Starting udev Coldplug all Devices...
    [    5.929038] cryptodev: driver 1.10 loaded.
    [    5.935806] systemd[1]: Started RPC Bind.
    [  OK  ] Started RPC Bind.
    [    5.949923] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory (/tmp).
    [  OK  ] Started Create list of sta… nodes for the current kernel.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Star…progress communication helper.
    [  OK  ] Started Load Kernel Modules.
    [  OK  ] Started Remount Root and Kernel File Systems.
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
    [    6.156826] systemd-journald[176]: Received client request to flush runtime journal.
             Starting Apply Kernel Variables...
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Started Flush Journal to Persistent Storage.
    [  OK  ] Started Apply Kernel Variables.
    [  OK  ] Started Create Static Device Nodes in /dev.
    [  OK  ] Reached target Local File Systems (Pre).
             Mounting /media/ram...
             Mounting /var/volatile...
             Starting udev Kernel Device Manager...
    [  OK  ] Mounted /media/ram.
    [  OK  ] Started udev Coldplug all Devices.
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
    [  OK  ] Started udev Kernel Device Manager.
    [  OK  ] Started Create Volatile Files and Directories.
             Starting Network Time Synchronization...
             Starting Update UTMP about System Boot/Shutdown...
    [  OK  ] Started Update UTMP about System Boot/Shutdown.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Reached target System Time Synchronized.
    [  OK  ] Started Daily rotation of log files.
    [  OK  ] Reached target Timers.
    [  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.
             Starting Reboot and dump vmcore via kexec...
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Started Reboot and dump vmcore via kexec.
    [  OK  ] Reached target Sockets.
    [  OK  ] Reached target Basic System.
             Starting Modem Manager...
    [  OK  ] Started Job spooling tools.
    [  OK  ] Started Periodic Command Scheduler.
    [  OK  ] Started D-Bus System Message Bus.
             Starting Print notice about GPLv3 packages...
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
    [  OK  ] Started irqbalance daemon.
             Starting rc.pvr.service...
             Starting Login Service...
    [  OK  ] Started IPv6 Packet Filtering Framework.
    [  OK  ] Started IPv4 Packet Filtering Framework.
    [  OK  ] Reached target Network (Pre).
             Starting Network Manager...
             Starting Network Service...
    [    7.035137] CAN device driver interface
    [    7.095209] rti-wdt 2200000.watchdog: heartbeat 60 sec
    [    7.102024] PVR_K:  255: Read BVNC 22.104.208.318 from HW device registers
    [    7.112141] PVR_K:  255: RGX Device initialised with BVNC 22.104.208.318
    [    7.137165] [drm] Initialized pvr 1.10.5371573 20170530 for 4e20000000.gpu on minor 0
    [  OK  ] Started Network Service.
    [  OK  ] Started Modem Manager.
    [  OK  ] Started Network Manager.
             Starting Network Manager Wait Online...
             Starting Hostname Service...
             Starting Wait for Network to be Configured...
             Starting Network Name Resolution...
    [    7.274970] m_can_platform 40528000.can: m_can device registered (irq=15, version=32)
    [  OK  ] Started Login Service.
    [    7.394291] rti-wdt 2210000.watchdog: heartbeat 60 sec
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Network.
    [  OK  ] Reached target Host and Network Name Lookups.
             Starting Avahi mDNS/DNS-SD Stack...
             Starting DNS forwarder and DHCP server...
    [  OK  ] Started NFS status monitor for NFSv2/3 locking..
             Starting Simple Network Ma…ent Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [  OK  ] Started Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Started Serial Getty on ttyS3.
    [  OK  ] Started Serial Getty on ttyS9.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
    [  OK  ] Started DNS forwarder and DHCP server.
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [  OK  ] Started Hostname Service.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [    7.766676] m_can_platform 40568000.can: m_can device registered (irq=17, version=32)
             Starting Network Manager Script Dispatcher Service...
    [  OK  ] Started Network Manager Script Dispatcher Service.
    [    8.151257] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
    [    8.366133] k3-dsp-rproc 4d80800000.dsp: configured DSP for remoteproc mode
    [    8.390057] m_can_platform 2701000.can: m_can device registered (irq=52, version=32)
    [    8.400779] random: crng init done
    [    8.404180] random: 7 urandom warning(s) missed due to ratelimiting
    [  OK  ] Started Load/Save Random Seed.
    [    8.476911] k3-dsp-rproc 4d80800000.dsp: local reset is deasserted for device
    [    8.488836] cdns-mhdp a000000.dp-bridge: no PHY configured
    [  OK  ] Started Simple Network Man…ement Protocol (SNMP) Daemon..
    [    8.539201] cdns-mhdp a000000.dp-bridge: no PHY configured
    [    8.553330] cdns-mhdp a000000.dp-bridge: no PHY configured
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
            autoconf
            bash-dev
            bash
            bc
            binutils
            cifs-utils
            coreutils-stdbuf
            coreutils
            cpio
            cpp-symlinks
            cpp
            dnsmasq
            dosfstools
            elfutils
            g++-symlinks
            g++
            gawk
            gcc-symlinks
            gcc
            gdb
            gdbserver
            gettext
            glmark2
            gstreamer1.0-libav
            gzip
            less
            libasm1
            libbfd
            libdw1
            libelf1
            libgdbm-compat4
            libgdbm-dev
            libgdbm6
            libgettextlib
            libgettextsrc
            libgmp10
            libidn2-0
            libmpc3
            libmpfr6
            libreadline-dev
            libreadline8
            libunistring2
            m4-dev
            m4
            make
            nettle
            parted
            tar
            which
    
    If you do not wish to distribute GPLv3 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 [    8.669918] remoteproc remoteproc0: 4d80800000.dsp is available
    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  ] Started Print notice about GPLv3 pac[    8.726860] cdns-mhdp a000000.dp-bridge: no PHY configured
    kages.
    [    8.757747] m_can_platform 2761000.can: m_can device registered (irq=54, version=32)
    [    8.798562] cdns-mhdp a000000.dp-bridge: no PHY configured
    [    8.818270] cdns-mhdp a000000.dp-bridge: no PHY configured
    [    8.906906] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
    [    8.918231] remoteproc remoteproc0: powering up 4d80800000.dsp
    [    8.924175] remoteproc remoteproc0: Booting fw image j7-c66_0-fw, size 188712
    [    8.952565] cdns-mhdp a000000.dp-bridge: no PHY configured
    [    8.959302] k3-dsp-rproc 4d80800000.dsp: booting DSP core using boot addr = 0xa6200000
    [    8.974303] cdns-mhdp a000000.dp-bridge: no PHY configured
    [    8.980227]  remoteproc0#vdev0buffer: assigned reserved memory node c66-dma-memory@a7000000
    [    8.991729] virtio_rpmsg_bus virtio0: rpmsg host is online
    [    8.997292]  remoteproc0#vdev0buffer: registered virtio0 (type 7)
    [    9.008734] remoteproc remoteproc0: remote processor 4d80800000.dsp is now up
    [    9.019446] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [    9.027650] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [    9.037407] cdns-mhdp a000000.dp-bridge: no PHY configured
    [    9.112014] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    9.259562] k3-dsp-rproc 4d81800000.dsp: configured DSP for remoteproc mode
    [    9.300675] k3-dsp-rproc 4d81800000.dsp: local reset is deasserted for device
    [    9.310374] platform 41000000.r5f: configured R5F for IPC-only mode
    [    9.356042] remoteproc remoteproc1: 4d81800000.dsp is available
    [    9.383158] remoteproc remoteproc1: powering up 4d81800000.dsp
    [    9.389563] remoteproc remoteproc1: Booting fw image j7-c66_1-fw, size 188712
    [    9.397707] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
    [    9.408408] cdns-mhdp a000000.dp-bridge: no PHY configured
    [    9.414300] k3-dsp-rproc 4d81800000.dsp: booting DSP core using boot addr = 0xa7200000
    [    9.427935]  remoteproc1#vdev0buffer: assigned reserved memory node c66-dma-memory@a6000000
    [    9.437932] virtio_rpmsg_bus virtio1: rpmsg host is online
    [    9.446657]  remoteproc1#vdev0buffer: registered virtio1 (type 7)
    [    9.455326] remoteproc remoteproc1: remote processor 4d81800000.dsp is now up
    [    9.457390] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [    9.465698] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [    9.476729] k3-dsp-rproc 64800000.dsp: configured DSP for remoteproc mode
    [    9.481013] cdns-mhdp a000000.dp-bridge: no PHY configured
    [    9.490391] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [    9.679211] remoteproc remoteproc3: 64800000.dsp is available
    [    9.796885] remoteproc remoteproc2: 41000000.r5f is available
    [    9.832236] cdns-mhdp a000000.dp-bridge: no PHY configured
    [    9.887939] remoteproc remoteproc3: powering up 64800000.dsp
    [    9.896741] remoteproc remoteproc3: Booting fw image j7-c71_0-fw, size 10489864
    [    9.908866] k3-dsp-rproc 64800000.dsp: booting DSP core using boot addr = 0xa8e00000
    [    9.921351]  remoteproc3#vdev0buffer: assigned reserved memory node c71-dma-memory@a8000000
    [    9.933194] virtio_rpmsg_bus virtio2: rpmsg host is online
    [    9.944785]  remoteproc3#vdev0buffer: registered virtio2 (type 7)
    [    9.950992] remoteproc remoteproc3: remote processor 64800000.dsp is now up
    [    9.958737] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
    [    9.968888] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
    [    9.985184] cdns-mhdp a000000.dp-bridge: no PHY configured
    [   10.026153] remoteproc remoteproc2: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2
    [   10.040771] remoteproc remoteproc2: powering up 41000000.r5f
    [   10.046523] remoteproc remoteproc2: Direct firmware load for j7-mcu-r5f0_0-fw failed with error -2
    [   10.058928] remoteproc remoteproc2: request_firmware failed: -2
    [   10.073024] asoc-simple-card sound@0: 2b30000.mcasp <-> 2b30000.mcasp mapping ok
    [   10.116563] platform 5c00000.r5f: configured R5F for remoteproc mode
    [   10.123700] cdns-mhdp a000000.dp-bridge: no PHY configured
    [   10.198230] debugfs: Directory 'AM65x-GPEVM' with parent 'asoc' already present!
    [   10.211078] cdns-mhdp a000000.dp-bridge: no PHY configured
    [   10.214045] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [   10.349416] remoteproc remoteproc4: 5c00000.r5f is available
    [   10.402696] asoc-simple-card sound@1: 2b20000.mcasp <-> 2b20000.mcasp mapping ok
    [   10.509452] platform 5d00000.r5f: configured R5F for remoteproc mode
    [   10.573848] remoteproc remoteproc4: powering up 5c00000.r5f
    [   10.580247] remoteproc remoteproc4: Booting fw image j7-main-r5f0_0-fw, size 13015568
    [   10.591111] cdns-mhdp a000000.dp-bridge: no PHY configured
    [   10.608472] platform 5c00000.r5f: booting R5F core using boot addr = 0x0
    [   10.622513]  remoteproc4#vdev0buffer: assigned reserved memory node r5f-dma-memory@a2000000
    [   10.633228] virtio_rpmsg_bus virtio3: rpmsg host is online
    [   10.638812]  remoteproc4#vdev0buffer: registered virtio3 (type 7)
    [   10.652188] remoteproc remoteproc4: remote processor 5c00000.r5f is now up
    [   10.722475] cdns-mhdp a000000.dp-bridge: no PHY configured
    [   10.732804] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
    [  OK  ] Created slice system-systemd\x2dfsck.slice.
    [   10.906821] remoteproc remoteproc5: 5d00000.r5f is available
    [   11.019315] remoteproc remoteproc5: Direct firmware load for j7-main-r5f0_1-fw failed with error -2
    [   11.032738] remoteproc remoteproc5: poweringg up 5d00000.r5f
    [   11.038503] remoteproc remoteproc5: Direct firmware load for j7-main-r5f0_1-fw failed with error -2
    [   11.052765] remoteproc remoteproc5: requestt_firmware failed: -2
    [   11.099533] cdns-mhdp a000000.dp-bridge: no PHY configured
    [   11.107844] platform 5e00000.r5f: configured R5F for remoteproc mode
    [   11.232805] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
    [   11.363339] remoteproc remoteproc6: 5e00000.r5f is available
    [  OK  ] Created slice system-weston.slice.
    [   11.440501] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2
    [   11.452734] remoteproc remoteproc6: powerin2g up 5e00000.r5f
    [  OK  ] Started Weston Wayland Compositor   11.461700] remoteproc remoteproc6: Direct firmware load for j7-main-r5f1_0-fw failed with error -2
    [   11.477362] platform 5f00000.r5f: configured R5F for remoteproc mode
    [   11.479671] remoteproc remoteproc6: request_firmware failed: -2
    [   11.484702] cdns-usb3 6000000.usb: DRD version v1 (ID: 0004024e, rev: 00000200)
    [   11.494821] platform 5f00000.r5f: assigned reserved memory node r5f-dma-memory@a5000000
    [   11.494918] remoteproc remoteproc7: 5f00000.r5f is available
    [   11.495012] remoteproc remoteproc7: Direct firmware load for j7-main-r5f1_1-fw failed with error -2
    [   11.495018] remoteproc remoteproc7: powering up 5f00000.r5f
    [   11.495027] remoteproc remoteproc7: Direct firmware load for j7-main-r5f1_1-fw failed with error -2
    [   11.495030] remoteproc remoteproc7: request_firmware failed: -2
    [   11.503089] cdns-mhdp a000000.dp-bridge: no PHY configured
    [   11.506807] cdns-usb3 6400000.usb: DRD version v1 (ID: 0004024e, rev: 00000200)
    [   11.510028] cdns-mhdp a000000.dp-bridge: no PHY configured
    [   11.521552] remoteproc remoteproc8: b034000.pru is available
    [   11.521590] pru-rproc b034000.pru: PRU rproc node /bus@100000/icssg@b000000/pru@34000 probed successfully
    [   11.521694] remoteproc rem oteproc9: b004000.rtu is available
    [   11.521716] pru-rproc b004000.rtu: PRU rproc node /bus@100000/icssg@b000000/rtu@4000 probed successfully
    [   11.521761] pru-rproc b00a000.txpru: IRQ vring not found
    [   11.521764] pru-rproc b00a000.txpru: IRQ kick not found
    [   11.521786] remoteproc remoteproc10: b00a000.txpru is available
    [   11.521852] pru-rproc b00a000.txpru: PRU rproc node /bus@100000/icssg@b000000/txpru@a000 probed successfully
    [   11.521978] remoteproc remoteproc11: b038000.pru is available
    [   11.522000] pru-rproc b038000.pru: PRU rproc node /bus@100000/icssg@b000000/pru@38000 probed successfully
    [   11.522099] remoteproc remoteproc12: b006000.rtu is available
    [   11.522122] pru-rproc b006000.rtu: PRU rproc node /bus@100000/icssg@b000000/rtu@6000 probed successfully
    [   11.522166] pru-rproc b00c000.txpru: IRQ vring not found
    [   11.522168] pru-rproc b00c000.txpru: IRQ kic-k not found
    [   11.522188] remoteproc remoteproc13: b00c000.txpru is available
    [   11.522209] pru-rproc b00c000.txpru: PRU rproc node /bus@100000/icssg@b000000/txpru@c000 probed successfully
    [   11.522322] remoteproc remoteproc14: b134000.pru is available
    [   11.522340] pru-rproc b134000.pru: PRU rprosc node /bus@100000/icssg@b100000/pru@34000 probed successfully
    [   11.522429] remoteproc remoteproc15: b104000.rtu is available
    [   11.522448] pru-rproc b104000.rtu: PRU rproc  node /bus@100000/icssg@b100000/rtu@4000 probed successfully
    [   11.522495] pru-rproc b10a000.txpru: IRQ vring not found
    [   11.522498] pru-rproc b10a000.txpru: IRQ kick not found
    [   11.522546] remoteproc remoteproc16: b10a000.txpru is available
    [   11.522566] pru-rproc b10a000.txpru: PRU rproc node /bus@100000/icssg@b100000/txpru@a000 probed successfully
    [   11.522662] remoteproc remoteproc17: b138000.pru is available
    [   11.522682] pru-rproc b138000.pru: PRU rproc7 node /bus@100000/icssg@b100000/pru@38000 probed successfully
    [   11.522778] remoteproc remoteproc18: b106000.rtu is available
    [   11.522799] pru-rproc b106000.rtu: PRU rproc node /bus@100000/icssg@b100000/rtu@6000 probed successfully
    [   11.522845] pru-rproc b10c000.txpru: IRQ vring not found
    [   11.522847] pru-rproc b10c000.txpru: IRQ kic k not found
    [   11.522868] remoteproc remoteproc19: b10c00p0.txpru is available
    [   11.522887] pru-rproc b10c000.txpru: PRU rproc node /bus@100000/icssg@b100000/txpru@c000 probed successfully
    [   11.523276] cdns-mhdp a000000.dp-bridge: no PHY configured
    [   11.529562] cdns-mhdp a000000.dp-bridge: no PHY configured
    [   11.540106] cdns-mhdp a000000.dp-bridge: no PHY configured
    [   11.547276] cdns-mhdp a000000.dp-bridge: no PHY configured
    [   11.553296] cdns-mhdp a000000.dp-bridge: no PHY configured
    [   11.998750] cdns-mhdp a000000.dp-bridge: no PHY configured
    [   12.010640] cdns-mhdp a000000.dp-bridge: no PHY configured
    [   12.046418] virtio_rpmsg_bus virtio3: creating chlannel ti.ethfw.notifyservice addr 0x1e
    [   12.100578] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
    [   12.107314] cdns-mhdp a000000.dp-bridge: no 0PHY configured
    [   12.137855] virtio_rpmsg__bus virtio3: creating channel rpmsg-kdrv addr 0x1a
    [   12.138573] rpmsg-kdrv-eth-switch rpmsg-kdrtv-2-mpu_1_0_ethswitch-device-0: Device info: permissions: 07FFFFFF uart_id: 2
    [   12.138578] rpmsg-kdrv-eth-switch rpmsg-kdrv-2-mpu_1_0_ethswitch-device-0: FW ver 0.1 (rev 1) 19/Mar/2021 SHA:
    [   12.143132] cdns-mhdp a000000.dp-bridge: no PHY configured
    [   12.202941] usbcore: registered new interface driver usbfs
    [   12.202978] usbcore: registered new interface driver hub
    [   12.230507] usbcore: registerred new device driver usb
    [   12.314500] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [   12.314515] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
    [   12.314679] xhci-hcd xhci-hcd.2.auto: hcc psarams 0x200073c9 hci version 0x100 quirks 0x0000000000010010
    [   12.314711] xhci-hcd xhci-hcd.2.auto: irq 6m09, io mem 0x06010000
    [   12.392910] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
    [   12.392915] usb usb1: New USB device string s: Mfr=3, Product=2, SerialNumber=1
    [   12.392918] usb usb1: Product: xHCI Host Controller
    [   12.392920] usb usb1: Manufacturer: Linux 5.4.74-g9574bba32a xhci-hcd
    [   12.392922] usb usb1: SerialNumber: xhci-hcd.2.auto
    [   12.398304] hub 1-0:1.0: USB hub found
    [   12.398336] hub 1-0:1.0: 1 port detected
    [   12.398481] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [   12.398489] xhci-hcd xhci-hcd.2.auto: new UiSB bus registered, assigned bus number 2
    [   12.398499] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
    [   12.403091] usb usb2: We don't know the algoprithms for LPM for this host, disabling LPM.
    [   12.403162] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
    [   12.403166] usb usb2: New USB device stringys: Mfr=3, Product=2, SerialNumber=1
    [   12.403168] usb usb2: Product: xHCI Host Controller
    [   12.403170] usb usb2: Manufacturer: Linux 5.4.74-g9574bba32a xhci-hcd
    [   12.403172] usb usb2: SerialNumber: xhci-hcd.2.auto
    [   12.407322] hub 2-0:1.0: USB hub found
    [   12.415750] hub 2-0:1.0: 1 port detected
    [   12.416094] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [   12.416104] xhci-hcd xhci-hcd.3.auto: new UStB bus registered, assigned bus number 3
    [   12.416282] xhci-hcd xhci-hcd.3.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000000000010010
    [   12.416316] xhci-hcd xhci-hcd.3.auto: irq 61P2, io mem 0x06410000
    [   12.427903] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
    [   12.427908] usb usb3: New USB device stringes: Mfr=3, Product=2, SerialNumber=1
    [   12.427911] usb usb3: Product: xHCI Host Controller
    [   12.427913] usb usb3: Manufacturer: Linux 5.4.74-g9574bba32a xhci-hcd
    [   12.427915] usb usb3: SerialNumber: xhci-hcd.3.auto
    [   12.428219] hub 3-0:1.0: USB hub found
    [   12.428232] hub 3-0:1.0: 1 port detected
    [   12.430744] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [   12.430753] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 4
    [   12.430762] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed
    [   12.436774] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
    [   12.437650] usb usb4: New USB device found,g idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
    [   12.437655] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   12.437657] usb usb4: Product: xHCI Host Controller
    [   12.437660] usb usb4: Manufacturer: Linux 5.4.74-g9574bba32a xhci-hncd
    [   12.437662] usb usb4: SerialNumber: xhci-hcd.3.auto
    [   12.438170] hub 4-0:1.0: USB hub found
    [   12.438210] hub 4-0:1.0: 1 port detected
    [   12.732760] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    [   12.887203] usb 1-1: New USB device found, idVendor=0930, idProduct=6544, bcdDevice= 1.00
    [   12.887207] usb 1-1: New USB device stringst: Mfr=1, Product=2, SerialNumber=3
    [   12.887210] usb 1-1: Product: DataTraveler 2.0
    [   12.887212] usb 1-1: Manufacturer: KingstonY
    [   12.887214] usb 1-1: SerialNumber: C860008863F7CE209A0A24B8
    [   13.170432] usb-storage 1-1:1.0: USB Mass Storage device detected
    [   13.180126] scsi host1: usb-storage 1-1:1.0
    [   13.180322] usbcore: registered new interfa ce driver usb-storage
    [  OK  ] Started rc.pvr.service.
    [  OK  ] Started Network Manager Wait Online.
    [   14.200365] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [   14.221487] scsi 1:0:0:0: Direct-Access     Kingston DataTraveler 2.0 1.00 PQ: 0 ANSI: 4
    [   14.241305] sd 1:0:0:0: [sda] 15148608 512-byte logical blocks: (7.76 GB/7.22 GiB)
    [   14.252603] sd 1:0:0:0: [sda] Write Protect is off
    [   14.261065] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
    [   14.2898a23]  sda: sda1
    [   14.293496] sd 1:0:0:0: [sda] Attached SCSI removable disk
    [   14.632573] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: virt_cpsw_nuss mac loaded
    [   14.644747] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: rdev_features:00000003 rdev_mtu:1522 flow_id:172 tx_psil_dst_id:4A00
    [   14.664756] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: local_mac_addr:00:00:00:00:00:00 rdev_mac_addr:70:ff:76:1d:92:c1
    [   14.685964] cdns-mhdp a000000.dp-bridge: no PHY configured
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org j7-evm ttyS9
    
    Arago 2020.09 j7-evm ttyS9
    
    j7-evm login: 203
    
    j7-evm login: root
    Last login: Wed Aug 18 18:24:49 UTC 2021
    root@j7-evm:~# 
    root@j7-evm:~# 
    root@j7-evm:~# 
    root@j7-evm:~# ping 192.168.1.208
    PING 192.168.1.208 (192.168.1.208): 56 data bytes
    64 bytes from 192.168.1.208: seq=0 ttl=64 time=0.372 ms
    64 bytes from 192.168.1.208: seq=1 ttl=64 time=0.268 ms
    64 bytes from 192.168.1.208: seq=2 ttl=64 time=0.287 ms
    64 bytes from 192.168.1.208: seq=3 ttl=64 time=0.251 ms
    64 bytes from 192.168.1.208: seq=4 ttl=64 time=0.289 ms
    64 bytes from 192.168.1.208: seq=5 ttl=64 time=0.255 ms
    ^C
    --- 192.168.1.208 ping statistics ---
    6 packets transmitted, 6 packets received, 0% packet loss
    round-trip min/avg/max = 0.251/0.287/0.372 ms
    root@j7-evm:~# 
    root@j7-evm:~# [   35.888735] tlv71033: disabling
    
    
    

    Ethernet Switch log

    =======================================================
                CPSW Ethernet Firmware
                 
    =======================================================
    CPSW_9G Test on MAIN NAVSS
    Enet_open: cpsw9g: features: 0x00000002
    Enet_open: cpsw9g: erraa  : 0x00000000
    CpswMacPort_configSgmii: MAC 5: Configuring SGMII in SGMII_WITH_PHY mode
    EnetPhy_setNextState: PHY 5: FINDING -> FOUND (0 ticks)
    EnetPhy_bindDriver: PHY 5: OUI:080028 Model:28 Ver:04 <-> 'vsc8514'
    EnetPhy_bindDriver: PHY 5: OUI:080028 Model:28 Ver:04 <-> 'dp83820'
    EnetPhy_bindDriver: PHY 5: OUI:080028 Model:28 Ver:04 <-> 'dp83867'
    EnetPhy_bindDriver: PHY 5: OUI:080028 Model:28 Ver:04 <-> 'dp83tg720'
    EnetPhy_bindDriver: PHY 5: OUI:080028 Model:28 Ver:04 <-> 'dp83tg720' : OK
    EnetPhy_open: PHY 5: open
    PHY 0 is alive
    PHY 4 is alive
    PHY 5 is alive
    PHY 8 is alive
    PHY 10 is alive
    PHY 12 is alive
    
    ETHFW Version   : 0.01.01
    ETHFW Build Date: Mar 19, 2021
    ETHFW Build Time: 15:33:31
    ETHFW Commit SHA: 
    
    Dp83tg720_reset: PHY 5: global soft-reset
    IPC_echo_test (core : mcu2_0) .....
    EnetPhy_setNextState: PHY 5: FOUND -> RESET_WAIT (10 ticks)
    Remote demo device (core : mcu2_0) .....
    Dp83tg720_isResetComplete: PHY 5: global reset is complete
    EthApp_initIpcTask: Ipc_lateVirtioCreate failed: -1
    Function:CpswProxyServer_attachExtHandlerCb,HostId:0,CpswType:6
    EnetPhy_setNextState: PHY 5: RESET_WAIT -> ENABLE (0 ticks)
    EnetPhy_enableState: PHY 5: enable
    Dp83tg720_config: Applying configuration for Chip 4
    Dp83tg720_readStraps: Strap is 0x2025
    Dp83tg720_readStraps: Strap: Master Mode enabled
    Dp83tg720_readStraps: Strap: SGMII Mode enabled
    Dp83tg720_config: PHY 5: Enabling SGMII Mode
    Dp83tg720_resetHw: PHY5: global hard-reset
    Dp83tg720_reset: PHY 5: global soft
    Dp83tg720_iResetComplete:PHY 5: global reset is  complete successfully
    Dp83tg20_configIntr: PHY 5: Disable interruts
    Dp83tg720_setLoopbackCfg: PHY 5: disabled
    Dp83tg720_ResetCoplete:PHY 5: global resets comlete
    EnetPh_enableState: Aumotive HY detcted. Skipping Auto-Neotiation
    EetPhy_enableStae: PHY 5: req caps:FD1000 HD1000 FD100 HD100 FD10 HD10 
    EnetPhy_enableState: PHY 5: PHY caps: FD1000 
    EnetPhy_enableState: PHY 5: MAC caps: FD1000 FD100 HD100 FD10 HD10 
    EnetPhy_enableState: PHY 5: refined caps: FD1000 
    EnetPhy_enableState: PHY 5: PHY is notNWAY-capable
    EnetPhy_enableState: PHY 5: falling back to manual mode
    EnetPhy_enableState: PHY 5: new link caps: FD1000 
    EnetPhy_enableState: PHY 5: manual setup
    EnetPhy_setupManual: PHY 5: requested mode: 1 Gbps full-duplex
    EnetPhy_setNextState: PHY 5: ENABLE -> LINK_WAIT (50 ticks)
    EnetPhy_setNextState: PHY 5: LINK_WAIT -> LINKED (0 ticks)
    CpswMacPort_checkSgmiiStatus: MAC 4: SGMII link parter config port: link up: 1-Gbps Full-Duplex
    Cpsw_handleLinkUp: Port 5: Link up: 1-Gbps Full-Duplex
    Host MAC address: 70:ff:76:1d:92:c2
    [NIMU_NDK] ENET has been started successfully
    Function:CpswProxyServer_registerMacHandlerCb,HostId:0,Handle:a2cf8434,CoreKey:38acb7e6, MacAddress:70:ff:76:1d:92:c1, FlowIdx:172, FlowIdxOffset:0
    
    CPSW NIMU application, IP address I/F 1: 192.168.1.
    
    Cpsw_ioctlInternal: CPSW: Registered MAC address.ALE entry:11, Policer Entry:0E[   15.067099] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: virt_cpsw_nuss mac started
    netMod_ioctl: cpsw9g.macport3: Module is not open
    EnetPer_ioctl: cpsw9g: Failed to do IOCTL cmd 0x01010501: -1
    Enet_ioctl: cpsw9g: IOCTL 0x01010501 failed: -1
    Assertion @ Line: 1333 in src/ip/cpsw/timeSync_cpsw.c: status == TIMESYNC_OK : failed !!!
    Function:CpswProxyServer_registerIpv4MacHandlerCb,HostId:0,Handle:a2cf8434,CoreKey:38acb7e6, MacAddress:70:ff:76:1d:92:c1 IPv4Addr:192.168.1.186
    
    ================LLI Table entries=========== 
    
    Number of Static ARP Entries: 1 
    
    SNo.      IP Address         MAC Address  
    ------    -------------      --------------- 
    1         192.168.1.186      70:FF:76:1D:92:C1
    

    Everything works fine from Switch point of view, however, I can't use "ifconfig" or "ip" command. It just stucks indefinitely. We have to power cycle the board to come back to its original state.

    Thanks,

    Satish

  • Hi Satish,

    I do not see anything obvious in the logs.

    I do want to mention that in our case Ethernet switch and A72 both sending the bootlog to UART7, this change we made too. Could this be an issue?

    Possibly. Can you turn off Ethernet switch bootlogs and use remoteproc output instead for debug ? UART's are usually segregated per core to avoid resource conflict.

    Regards

    Vineet

  • Hi Vineet,

    I left the UART setting as it shipped in SDK in Ethernet net switch firmware like below - 

    enet_appboardutils_j721e_evm.c

    initParams.uartInst = ENET_UTILS_MCU2_0_UART_INSTANCE;
    initParams.uartSocDomain = BOARD_SOC_DOMAIN_MAIN;

    After reverting this change I don't see any Ethernet switch log on UART7. I still can ping laptop from J7 and viceversa. However "ifconfig" & "ip" commands still stuck. 

    Thanks,

    Satish

  • Hi Vineet,

    Any update on this?

    Thanks,

    Satish

  • Hi Satish,

    There's an assert in EthFW log, I missed it the first time.

    Assertion @ Line: 1333 in src/ip/cpsw/timeSync_cpsw.c: status == TIMESYNC_OK : failed !!!

    If Ethernet Firmware crashes then switch will likely keep working but when A72 tries to talk to remoteproc driver (ifconfig or ip link), it can hang.

    Regards

    Vineet

  • Hi Vineet,

    Thank you for point about PTP error.  It resolved the issue by disbling the PTP code in main_tirtos.c

    Thank You,

    Satish