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.

TDA4VM: Whether CPSW9g virtual MAC in Linux support Multicast frame send/receive ?

Part Number: TDA4VM

HI experts,

Whether CPSW9g virtual MAC driver in linux (A72 core) support Multicast frame send/receive ? If not , how to modify the j721e-cpsw-virt-mac.c in linux to make it support? 

In the Linux SDK of TDA4, i have noticed that "CPSW2G" describe the  Multicast Add/Delete, but CPSW9G virtual doesn't.

Thanks,

Hutian

  • Hutian,

    The multicast add/delete is supported through the Ethernet Firmware, so needs to be set up with IPC calls (rpmsg). Currently the Linux virtual driver supports a subset of direct commands, as outlined on http://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-jacinto7/latest/exports/docs/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/J7_CPSW9g_virt_mac.html :

    rpmsg_kdrv_switch driver

    The rpmsg_kdrv_switch driver (drivers/rpmsg-kdrv/rpmsg_kdrv_switch.c) does not perform any functions by iteslf, except checking for the supported EthSwitch FW version. It’s intended to provide the RPMSG-KDRV rpmsg_remotedev API interface to be used by the j721e-cpsw-virt-mac driver. Features controlled by the RPMSG-KDRV rpmsgi_remotedev API include: - DMA resources allocation: TX UDMA channel and RX Flow - MAC addresses assignment - ARP helper for ARP requests processing from remote Net Hosts - dbg: IPC ping - dbg: CPSW0 register access - dbg: statistic print request on R5F console (ioctl)

    j721e-cpsw-virt-mac driver

    The j721e-cpsw-virt-mac driver (drivers/net/ethernet/ti/j721e-cpsw-virt-mac.c) follows the standard Linux network interface architecture and supports the following features:

    - Network device up/down
    - Automatic (or manual) MAC address assignment
    - IP address assignment
    - Basic Ethertool functions
    - RX/TX csum offload (if enabled by EthSwitch FW)

    So setting up multicast from Linux is not currently supported.

    Best regards,

    Dave

  • Hi Dave,

    I have added the Mcast by CpswApp_setAleMulticastEntry(&MCastAddr[0U],0U, 9U,CPSW_ALE_ALL_PORTS_MASK) setting at ETHFW. The CPSW9G has transferred the MCast frame from external port4 to host post0, but i can’t using tcpdump (eth1) to dump anything else frame.The ping function is OK but Mcast frame failed.

    Currently i can use eth1 to send the Mcast frame but can’t receive, although the inter-switch has transferred the Mcast frame to host port successfully. Could you help me to figure out it?

    The logs shown below:

    Enabling clocks for CPSW_9G!

    =======================================================

              CPSW Ethernet Firmware Demo            

    =======================================================

    ETHFW Version: 0. 1. 1

    ETHFW Build Date (YYYY/MMM/DD):2020/Jul/28

    ETHFW Commit SHA:8467a899

    ETHFW PermissionFlag:0x1ffffff, UART Connected:true,UART Id:0IPC_echo_test (core : mcu2_0) .....

    CPSW_9G Test on MAIN NAVSS

    Remote demo device (core : mcu2_0) .....

    CpswPhy_bindDriver: PHY 14: OUI:006037 Model:08 Ver:01 <-> 'generic' : OK

    CpswPhy_bindDriver: PHY 6: OUI:006037 Model:10 Ver:01 <-> 'generic' : OK

    CpswPhy_bindDriver: PHY 5: OUI:000000 Model:00 Ver:00 <-> 'generic' : OK

    CpswPhy_bindDriver: PHY 3: OUI:000ac2 Model:18 Ver:03 <-> 'generic' : OK

    PHY 0 is alive

    PHY 3 is alive

    PHY 4 is alive

    PHY 5 is alive

    PHY 6 is alive

    PHY 14 is alive

    PHY 15 is alive

    Host MAC address: 70:ff:76:1d:8e:01

    [NIMU_NDK] CPSW has been started successfully

    CPSW NIMU application, IP address I/F 1: 192.168.1.200

    Add Mcast address 2 : 1,0,5e,0,0,0

    CpswAle_validateAddMcastAddr: MAC addr :1,0,5e,0,0,0

    CpswAle_validateAddMcastAddr: MAC addr :ff,ff,ff,ff,ff,ff

    Rx Flow for Software Inter-VLAN Routing is up

    REMOTE_SERVICE: Init ... !!!

    REMOTE_SERVICE: Init ... Done !!!

    Function:CpswProxyServer_attachExtHandlerCb,HostId:0,CpswType:1

    Function:CpswProxyServer_registerIpv4MacHandlerCb,HostId:0,Handle:a28c831c,CoreKey:38acb7e6, MacAddress:70:ff:76:1d:8e:0 IPv4Addr:192.168.1.200

    Failed to add Static ARP Entry

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

    Number of Static ARP Entries: 0

    SNo.      IP Address         MAC Address  

    ------    -------------      ---------------

    Function:CpswProxyServer_registerMacHandlerCb,HostId:0,Handle:a28c831c,CoreKey:38acb7e6, MacAddress:70:ff:76:1d:8e:0, FlowIdx:172, FlowIdxOffset:0

    Cpsw_ioctlInternal: CPSW: Registered MAC address.ALE entry:12, Policer Entry:0Function:CpswProxyServer_regrdHandlerCb,HostId:0, RegAddr:c000000

    Function:CpswProxyServer_regrdHandlerCb,HostId:0, RegAddr:c020000

    Function:CpswProxyServer_clientNotifyHandlerCb,HostId:0,Handle:38acb7e6,CoreKey:a28c831c,NotifyId:RPMSG_KDRV_TP_ETHSWITCH_CLIENTNOTIFY_DUMPSTATS,NotifyLen

        0: Vlanid: 012c, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 212c1ff1 ff0001ff]

        1: Vlanid: 0190, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21901ff1 ff0001ff]

        2: Vlanid: 0191, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21911ff1 ff0001ff]

        3: Vlanid: 0192, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21921ff1 ff0001ff]

        4: Vlanid: 0193, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21931ff1 ff0001ff]

        5: Vlanid: 0194, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21941ff1 ff0001ff]

        6: Vlanid: 0195, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21951ff1 ff0001ff]

        7: Vlanid: 0196, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21961ff1 ff0001ff]

        8: Vlanid: 0197, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21971ff1 ff0001ff]

        9: Address: 70ff761d8e01, Port: 000 Se=1 Bl=0 TOUCH=0 AGE=0 TRUNK=0 RAW:[1 100070ff 761d8e01]

       10: Address: 01005e0000ff, Member:1ff Su=0 FWDSTLVL=0 IGNMBITS=1 RAW:[d 10000100 5e0000ff]

       11: Address: ffffffffffff, Member:1ff Su=0 FWDSTLVL=0 IGNMBITS=0 RAW:[c 1000ffff ffffffff]

       12: Address: 70ff761d8e00, Port: 000 Se=0 Bl=0 TOUCH=0 AGE=0 TRUNK=0 RAW:[0 100070ff 761d8e00]

    1011 Free Entries

       0: POLICER_DST_MAC,ALE Index: 12

       0: POLICER_THREAD,THREAD ID:0

       0: POLICER_STATS: Hit: 0, RedHit: 0, YellowHit: 0

    95 Free Entries

    Port 0 Statistics

    -----------------------------------------

     rxGoodFrames            = 42

     rxBcastFrames           = 1

     rxMcastFrames           = 41

     aleDrop                 = 21

     rxOctets                = 7546

     octetsFrames64          = 1

     octetsFrames65to127     = 17

     octetsFrames128to255    = 14

     octetsFrames256to511    = 10

     netOctets               = 7546

     portMaskDrop            = 21

    External Port 0 Statistics

    -----------------------------------------

    External Port 1 Statistics

    -----------------------------------------

    External Port 2 Statistics

    -----------------------------------------

    External Port 3 Statistics

    -----------------------------------------

    External Port 4 Statistics

    -----------------------------------------

     txGoodFrames            = 21

     txBcastFrames           = 1

     txMcastFrames           = 20

     txOctets                = 3708

     octetsFrames64          = 1

     octetsFrames65to127     = 6

     octetsFrames128to255    = 12

     octetsFrames256to511    = 2

     netOctets               = 3708

     txPri[0]                = 20

     txPri[1]                = 1

     txPriBcnt[0]            = 3644

     txPriBcnt[1]            = 64

    External Port 5 Statistics

    -----------------------------------------

    External Port 6 Statistics

    -----------------------------------------

    External Port 7 Statistics

    -----------------------------------------

    Function:CpswProxyServer_regrdHandlerCb,HostId:0, RegAddr:c000000

    Function:CpswProxyServer_regrdHandlerCb,HostId:0, RegAddr:c020000

    Function:CpswProxyServer_clientNotifyHandlerCb,HostId:0,Handle:38acb7e6,CoreKey:a28c831c,NotifyId:RPMSG_KDRV_TP_ETHSWITCH_CLIENTNOTIFY_DUMPSTATS,NotifyLen

        0: Vlanid: 012c, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 212c1ff1 ff0001ff]

        1: Vlanid: 0190, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21901ff1 ff0001ff]

        2: Vlanid: 0191, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21911ff1 ff0001ff]

        3: Vlanid: 0192, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21921ff1 ff0001ff]

        4: Vlanid: 0193, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21931ff1 ff0001ff]

        5: Vlanid: 0194, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21941ff1 ff0001ff]

        6: Vlanid: 0195, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21951ff1 ff0001ff]

        7: Vlanid: 0196, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21961ff1 ff0001ff]

        8: Vlanid: 0197, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21971ff1 ff0001ff]

        9: Address: 70ff761d8e01, Port: 000 Se=1 Bl=0 TOUCH=0 AGE=0 TRUNK=0 RAW:[1 100070ff 761d8e01]

       10: Address: 01005e0000ff, Member:1ff Su=0 FWDSTLVL=0 IGNMBITS=1 RAW:[d 10000100 5e0000ff]

       11: Address: ffffffffffff, Member:1ff Su=0 FWDSTLVL=0 IGNMBITS=0 RAW:[c 1000ffff ffffffff]

       12: Address: 70ff761d8e00, Port: 000 Se=0 Bl=0 TOUCH=0 AGE=0 TRUNK=0 RAW:[0 100070ff 761d8e00]

    1011 Free Entries

       0: POLICER_DST_MAC,ALE Index: 12

       0: POLICER_THREAD,THREAD ID:0

       0: POLICER_STATS: Hit: 0, RedHit: 0, YellowHit: 0

    95 Free Entries

    Port 0 Statistics

    -----------------------------------------

     rxGoodFrames            = 44

     rxBcastFrames           = 1

     rxMcastFrames           = 43

     aleDrop                 = 23

     rxOctets                = 7694

     txGoodFrames            = 9362

     txMcastFrames           = 9362

     txOctets                = 4092727

     octetsFrames64          = 3714

     octetsFrames65to127     = 1953

     octetsFrames128to255    = 385

     octetsFrames256to511    = 753

     octetsFrames512to1023   = 743

     octetsFrames1024        = 1858

     netOctets               = 4100421

     portMaskDrop            = 23

     txPri[4]                = 9362

     txPriBcnt[4]            = 4092727

    External Port 0 Statistics

    -----------------------------------------

    External Port 1 Statistics

    -----------------------------------------

    External Port 2 Statistics

    -----------------------------------------

    External Port 3 Statistics

    -----------------------------------------

    External Port 4 Statistics

    -----------------------------------------

     rxGoodFrames            = 9387

     rxMcastFrames           = 9362

     aleDrop                 = 25

     rxOctets                = 4097202

     txGoodFrames            = 21

     txBcastFrames           = 1

     txMcastFrames           = 20

     txOctets                = 3708

     octetsFrames64          = 3714

     octetsFrames65to127     = 1940

     octetsFrames128to255    = 408

     octetsFrames256to511    = 745

     octetsFrames512to1023   = 743

     octetsFrames1024        = 1858

     netOctets               = 4100910

     portMaskDrop            = 25

     aleUnknownMcast         = 2

     aleUnknownMcastBcnt     = 1940

     txPri[0]                = 20

     txPri[1]                = 1

     txPriBcnt[0]            = 3644

     txPriBcnt[1]            = 64

    External Port 5 Statistics

    -----------------------------------------

    External Port 6 Statistics

    -----------------------------------------

    External Port 7 Statistics

    -----------------------------------------

    Function:CpswProxyServer_regrdHandlerCb,HostId:0, RegAddr:c000000

    Function:CpswProxyServer_regrdHandlerCb,HostId:0, RegAddr:c020000

    Function:CpswProxyServer_clientNotifyHandlerCb,HostId:0,Handle:38acb7e6,CoreKey:a28c831c,NotifyId:RPMSG_KDRV_TP_ETHSWITCH_CLIENTNOTIFY_DUMPSTATS,NotifyLen

        0: Vlanid: 012c, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 212c1ff1 ff0001ff]

        1: Vlanid: 0190, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21901ff1 ff0001ff]

        2: Vlanid: 0191, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21911ff1 ff0001ff]

        3: Vlanid: 0192, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21921ff1 ff0001ff]

        4: Vlanid: 0193, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21931ff1 ff0001ff]

        5: Vlanid: 0194, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21941ff1 ff0001ff]

        6: Vlanid: 0195, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21951ff1 ff0001ff]

        7: Vlanid: 0196, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21961ff1 ff0001ff]

        8: Vlanid: 0197, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21971ff1 ff0001ff]

        9: Address: 70ff761d8e01, Port: 000 Se=1 Bl=0 TOUCH=0 AGE=0 TRUNK=0 RAW:[1 100070ff 761d8e01]

       10: Address: 01005e0000ff, Member:1ff Su=0 FWDSTLVL=0 IGNMBITS=1 RAW:[d 10000100 5e0000ff]

       11: Address: ffffffffffff, Member:1ff Su=0 FWDSTLVL=0 IGNMBITS=0 RAW:[c 1000ffff ffffffff]

       12: Address: 70ff761d8e00, Port: 000 Se=0 Bl=0 TOUCH=0 AGE=0 TRUNK=0 RAW:[0 100070ff 761d8e00]

    1011 Free Entries

       0: POLICER_DST_MAC,ALE Index: 12

       0: POLICER_THREAD,THREAD ID:0

       0: POLICER_STATS: Hit: 0, RedHit: 0, YellowHit: 0

    95 Free Entries

    Port 0 Statistics

    -----------------------------------------

     rxGoodFrames            = 52

     rxBcastFrames           = 1

     rxMcastFrames           = 51

     aleDrop                 = 26

     rxOctets                = 8426

     txGoodFrames            = 9362

     txMcastFrames           = 9362

     txOctets                = 4092727

     octetsFrames64          = 3714

     octetsFrames65to127     = 1961

     octetsFrames128to255    = 385

     octetsFrames256to511    = 753

     octetsFrames512to1023   = 743

     octetsFrames1024        = 1858

     netOctets               = 4101153

     portMaskDrop            = 26

     txPri[4]                = 9362

     txPriBcnt[4]            = 4092727

    External Port 0 Statistics

    -----------------------------------------

    External Port 1 Statistics

    -----------------------------------------

    External Port 2 Statistics

    -----------------------------------------

    External Port 3 Statistics

    -----------------------------------------

    External Port 4 Statistics

    -----------------------------------------

     rxGoodFrames            = 9387

     rxMcastFrames           = 9362

     aleDrop                 = 25

     rxOctets                = 4097202

     txGoodFrames            = 26

     txBcastFrames           = 1

     txMcastFrames           = 25

     txOctets                = 4218

     octetsFrames64          = 3714

     octetsFrames65to127     = 1945

     octetsFrames128to255    = 408

     octetsFrames256to511    = 745

     octetsFrames512to1023   = 743

     octetsFrames1024        = 1858

     netOctets               = 4101420

     portMaskDrop            = 25

     aleUnknownMcast         = 2

     aleUnknownMcastBcnt     = 1940

     txPri[0]                = 25

     txPri[1]                = 1

     txPriBcnt[0]            = 4154

     txPriBcnt[1]            = 64

    External Port 5 Statistics

    -----------------------------------------

    External Port 6 Statistics

    -----------------------------------------

    External Port 7 Statistics

    -----------------------------------------

    And the Linux logs are :

    Arago 2019.11 j7-evm ttyS2

    j7-evm login: root

    root@j7-evm:~# ifconfig eth0 down

    [   35.928953] am65-cpsw-nuss 46000000.ethernet eth0: Link is Down

    root@j7-evm:~# ifconfig eth1 192.168.1.200

    [   42.597470] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: register_ipv4 rpmsg - fail -5

    [   42.833858] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: virt_cpsw_nuss mac started

    root@j7-evm:~# ethtool --test eth1

    The test result is PASS

    The test extra info:

    RPMSG Ping test 0

    RPMSG Read reg 0

    RPMSG Dump stat 0

    root@j7-evm:~# ethtool --test eth1

    The test result is PASS

    The test extra info:

    RPMSG Ping test 0

    RPMSG Read reg 0

    RPMSG Dump stat 0

    root@j7-evm:~# ip route add 224.0.0.0/4 dev eth1

    root@j7-evm:~# echo 1 > /proc/sys/net/ipv4/ip_forward

    root@j7-evm:~# ping -c 5 224.0.0.1

    PING 224.0.0.1 (224.0.0.1): 56 data bytes

    --- 224.0.0.1 ping statistics ---

    5 packets transmitted, 0 packets received, 100% packet loss

    root@j7-evm:~# ethtool --test eth1

    The test result is PASS

    The test extra info:

    RPMSG Ping test 0

    RPMSG Read reg 0

    RPMSG Dump stat 0

    Thanks,

    Hutian

  • Hi Dave,

    As you metioned, i have added the Mcast address by calling "CpswApp_setAleMulticastEntry(&MCastAddr[0U],0U, 9U,CPSW_ALE_ALL_PORTS_MASK)" in the ETHFW. But still facing some problem.

    Currently i can use eth1 to send the Mcast frame but can’t receive, although the CPSW9G has transferred the Mcast frame to host port successfully. As you can see the below pictures, external port4 receives 9362 Mcast frames and CPSW9G transfers 9362 frames to host port0, but i use tcpdump in Linux side (eth1) to get nothing. The ping funciton is OK.

       

    The full logs are attached below:

    U-Boot SPL 2019.01-g350f3927b8 (Jun 01 2020 - 08:36:28 +0000)
    SYSFW ABI: 2.9 (firmware rev 0x0013 '19.12.1-v2019.12a (Terrific Lla')
    Trying to boot from MMC2
    Set WKUP_GPIO0_6:0
    Loading Environment from MMC... *** Warning - No MMC card found, using default environment
    
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.2(release):ti2019.05-rc1
    NOTICE:  BL31: Built : 09:42:32, Mar  6 2020
    I/TC: 
    I/TC: OP-TEE version: ti2019.05-rc1-dev (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 Fri Mar  6 10:00:07 UTC 2020 aarch64
    I/TC: Initialized
    
    U-Boot SPL 2019.01-g350f3927b8 (Jun 01 2020 - 08:36:47 +0000)
    Trying to boot from MMC2
    
    
    U-Boot 2019.01-g350f3927b8 (Jun 01 2020 - 08:36:47 +0000)
    
    SoC:   J721E PG 1.0
    Model: TECHNOMOUS VDCU BOARD J721E SoC
    Board: TN-VDCU-J721EX Sample: B
    DRAM:  4 GiB
    Flash: 0 Bytes
    MMC:   sdhci@4f80000: 0, sdhci@4fb0000: 1
    Loading Environment from SPI Flash... Detected n25q00a OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    Net:   eth0: ethernet@046000000
    WD disable success
    CDCE 937 probe success
    Hit any key to stop autoboot:  0 
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    ** Unable to read file boot.scr **
    83 bytes read in 3 ms (26.4 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    Running uenvcmd ...
    ## Error: "start_rprocs_mmc" not defined
    10552308 bytes read in 448 ms (22.5 MiB/s)
    Load Remote Processor 2 with data@addr=0x80080000 10552308 bytes: Success!
    3831768 bytes read in 164 ms (22.3 MiB/s)
    Load Remote Processor 3 with data@addr=0x80080000 3831768 bytes: Success!
    206656 bytes read in 13 ms (15.2 MiB/s)
    Load Remote Processor 4 with data@addr=0x80080000 206656 bytes: Success!
    1448016 bytes read in 63 ms (21.9 MiB/s)
    Load Remote Processor 6 with data@addr=0x80080000 1448016 bytes: Success!
    1448016 bytes read in 63 ms (21.9 MiB/s)
    Load Remote Processor 7 with data@addr=0x80080000 1448016 bytes: Success!
    6954352 bytes read in 294 ms (22.6 MiB/s)
    Load Remote Processor 8 with data@addr=0x80080000 6954352 bytes: Success!
    13338632 bytes read in 562 ms (22.6 MiB/s)
    99965 bytes read in 8 ms (11.9 MiB/s)
    4250 bytes read in 3 ms (1.4 MiB/s)
    ## Flattened Device Tree blob at 82000000
       Booting using the fdt blob at 0x82000000
       Loading Device Tree to 00000000fdda3000, end 00000000fdebefff ... OK
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 4.19.94-g5a23bc00e0 (oe-user@oe-host) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 SMP PREEMPT Tue May 26 03:46:49 UTC 2020
    [    0.000000] Machine model: TECHNOMOUS VDCU BOARD J721E SoC
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] 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] Reserved memory: created DMA memory pool at 0x00000000ac000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node vision_apps-dma-memory@ab000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ae000000, size 512 MiB
    [    0.000000] OF: reserved mem: initialized node vision_apps_shared-memories@ad000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ce000000, size 736 MiB
    [    0.000000] OF: reserved mem: initialized node vision_apps-core-heap-memory@cd000000, compatible id shared-dma-pool
    [    0.000000] cma: Failed to reserve 512 MiB
    [    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.1
    [    0.000000] random: get_random_bytes called from start_kernel+0x94/0x3e4 with crng_init=0
    [    0.000000] percpu: Embedded 2 pages/cpu s48536 r8192 d74344 u131072
    [    0.000000] Detected PIPT I-cache on CPU0
    [    0.000000] CPU features: enabling workaround for EL2 vector hardening
    [    0.000000] Speculative Store Bypass Disable mitigation not required
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 49999
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=47050000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),128k(ospi.env),128k(ospi.env.backup),1m(ospi.sysfw),-@8m(ospi.rootfs) root=PARTUUID=e2eebc9a-02 rw rootfstype=ext4 rootwait ip=192.168.1.70:192.168.1.40::255.255.255.0
    [    0.000000] Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes)
    [    0.000000] software IO TLB: mapped [mem 0x9a800000-0x9e800000] (64MB)
    [    0.000000] Memory: 2587008K/3203072K available (8510K kernel code, 738K rwdata, 3136K rodata, 576K init, 641K bss, 616064K reserved, 0K 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=64 to nr_cpu_ids=2.
    [    0.000000] 	Tasks RCU enabled.
    [    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: Distributor has no Range Selector support
    [    0.000000] GICv3: no VLPI support, no direct LPI support
    [    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] GIC: using LPI property table @0x00000008c00a0000
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
    [    0.000000] CPU0: using LPI pending table @0x00000008c00b0000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    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.008388] Console: colour dummy device 80x25
    [    0.012942] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023610] pid_max: default: 32768 minimum: 301
    [    0.028350] Security Framework initialized
    [    0.032554] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes)
    [    0.039410] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes)
    [    0.070743] ASID allocator initialised with 32768 entries
    [    0.084270] rcu: Hierarchical SRCU implementation.
    [    0.097215] Platform MSI: gic-its@1820000 domain created
    [    0.102761] PCI/MSI: /interconnect@100000/interrupt-controller@1800000/gic-its@1820000 domain created
    [    0.120197] smp: Bringing up secondary CPUs ...
    [    0.157098] Detected PIPT I-cache on CPU1
    [    0.157114] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.157143] CPU1: using LPI pending table @0x00000008c0310000
    [    0.157167] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.157210] smp: Brought up 1 node, 2 CPUs
    [    0.185046] SMP: Total of 2 processors activated.
    [    0.189855] CPU features: detected: GIC system register CPU interface
    [    0.196436] CPU features: detected: 32-bit EL0 Support
    [    0.201916] CPU: All CPU(s) started at EL2
    [    0.206103] alternatives: patching kernel code
    [    0.211095] devtmpfs: initialized
    [    0.218968] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.228931] futex hash table entries: 512 (order: -1, 32768 bytes)
    [    0.235329] pinctrl core: initialized pinctrl subsystem
    [    0.240987] NET: Registered protocol family 16
    [    0.245862] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____))
    [    0.253424] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.260551] DMA: preallocated 256 KiB pool for atomic allocations
    [    0.273374] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.280228] HugeTLB registered 512 MiB page size, pre-allocated 0 pages
    [    0.287626] cryptd: max_cpu_qlen set to 1000
    [    0.296426] vsys_3v3: supplied by evm_12v0
    [    0.300690] vsys_5v0: supplied by evm_12v0
    [    0.305214] SCSI subsystem initialized
    [    0.309172] media: Linux media interface: v0.10
    [    0.313806] videodev: Linux video capture interface: v2.00
    [    0.319418] pps_core: LinuxPPS API ver. 1 registered
    [    0.324488] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.333824] PTP clock support registered
    [    0.337833] EDAC MC: Ver: 3.0.0
    [    0.341630] Advanced Linux Sound Architecture Driver Initialized.
    [    0.348205] clocksource: Switched to clocksource arch_sys_counter
    [    0.354498] VFS: Disk quotas dquot_6.6.0
    [    0.358554] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
    [    0.367940] NET: Registered protocol family 2
    [    0.372649] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes)
    [    0.380701] TCP established hash table entries: 32768 (order: 2, 262144 bytes)
    [    0.388187] TCP bind hash table entries: 32768 (order: 3, 524288 bytes)
    [    0.395177] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.401910] UDP hash table entries: 2048 (order: 0, 65536 bytes)
    [    0.408093] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes)
    [    0.414764] NET: Registered protocol family 1
    [    0.419441] RPC: Registered named UNIX socket transport module.
    [    0.425494] RPC: Registered udp transport module.
    [    0.430297] RPC: Registered tcp transport module.
    [    0.435100] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.441942] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
    [    0.451597] Initialise system trusted keyrings
    [    0.456210] workingset: timestamp_bits=46 max_order=16 bucket_order=0
    [    0.464242] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.470400] NFS: Registering the id_resolver key type
    [    0.475570] Key type id_resolver registered
    [    0.479841] Key type id_legacy registered
    [    0.483938] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.490838] 9p: Installing v9fs 9p2000 file system support
    [    0.497931] Key type asymmetric registered
    [    0.502119] Asymmetric key parser 'x509' registered
    [    0.507121] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.514682] io scheduler noop registered
    [    0.518687] io scheduler deadline registered
    [    0.523093] io scheduler cfq registered (default)
    [    0.527900] io scheduler mq-deadline registered
    [    0.532526] io scheduler kyber registered
    [    0.537383] pinctrl-single 4301c000.pinmux: 94 pins, size 376
    [    0.543452] pinctrl-single 11c000.pinmux: 173 pins, size 692
    [    0.549596] pinctrl-single a40000.timesync_router: 512 pins, size 2048
    [    0.558411] ti-pat 31010000.pat: Found PAT Rev 1.0 with 16384 pages
    [    0.564826] ti-pat 31010000.pat: Failed to create 31010000.pat debugfs directory
    [    0.572507] ti-pat 31011000.pat: Found PAT Rev 1.0 with 16384 pages
    [    0.578920] ti-pat 31011000.pat: Failed to create 31011000.pat debugfs directory
    [    0.586563] ti-pat 31012000.pat: Found PAT Rev 1.0 with 16384 pages
    [    0.592975] ti-pat 31012000.pat: Failed to create 31012000.pat debugfs directory
    [    0.600616] ti-pat 31013000.pat: Found PAT Rev 1.0 with 2048 pages
    [    0.606939] ti-pat 31013000.pat: Failed to create 31013000.pat debugfs directory
    [    0.614584] ti-pat 31014000.pat: Found PAT Rev 1.0 with 2048 pages
    [    0.620908] ti-pat 31014000.pat: Failed to create 31014000.pat debugfs directory
    [    0.629764] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [    0.637550] panel-simple dummy-panel: dummy-panel supply power not found, using dummy regulator
    [    0.646467] panel-simple dummy-panel: Linked as a consumer to regulator.0
    [    0.656882] brd: module loaded
    [    0.662666] loop: module loaded
    [    0.666997] libphy: Fixed MDIO Bus: probed
    [    0.671356] tun: Universal TUN/TAP device driver, 1.6
    [    0.676737] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
    [    0.684743] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    0.690808] sky2: driver version 1.30
    [    0.695080] VFIO - User Level meta-driver version: 0.3
    [    0.700639] i2c /dev entries driver
    [    0.704616] sdhci: Secure Digital Host Controller Interface driver
    [    0.710932] sdhci: Copyright(c) Pierre Ossman
    [    0.715553] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.721743] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.786534] optee: probing for conduit method from DT.
    [    0.791802] optee: revision 3.7 (5208e5c1)
    [    0.791947] optee: initialized driver
    [    0.800488] NET: Registered protocol family 17
    [    0.805087] 9pnet: Installing 9P2000 support
    [    0.809470] Key type dns_resolver registered
    [    0.814048] registered taskstats version 1
    [    0.818234] Loading compiled-in X.509 certificates
    [    0.826562] ti-sci 44083000.dmsc: ABI: 2.9 (firmware rev 0x0013 '19.12.1-v2019.12a (Terrific Lla')
    [    0.851530] random: fast init done
    [    0.899099] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
    [    0.908975] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    0.915736] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    0.923430] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
    [    0.933570] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    0.940329] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    0.947958] omap8250 2800000.serial: PM domain pd:146 will not be powered off
    [    0.955395] console [ttyS2] disabled
    [    0.959054] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 17, base_baud = 3000000) is a 8250
    [    0.967788] console [ttyS2] enabled
    [    0.967788] console [ttyS2] enabled
    [    0.974822] bootconsole [ns16550a0] disabled
    [    0.974822] bootconsole [ns16550a0] disabled
    [    0.983687] arm-smmu-v3 36600000.smmu: ias 48-bit, oas 48-bit (features 0x00001faf)
    [    0.992678] arm-smmu-v3 36600000.smmu: msi_domain absent - falling back to wired irqs
    [    1.001387] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [    1.007995] [drm] No driver support for vblank timestamp query.
    [    1.015325] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0
    [    1.075902] Console: switching to colour frame buffer device 240x67
    [    1.098497] tidss 4a00000.dss: fb0: DRM emulated frame buffer device
    [    1.109367] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
    [    1.119870] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
    [    1.130023] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
    [    1.140261] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
    [    1.151020] scsi host0: ufshcd
    [    1.164832] cadence-qspi 47050000.spi: n25q00a (131072 Kbytes)
    [    1.170658] 7 cmdlinepart partitions found on MTD device 47050000.spi.0
    [    1.177257] Creating 7 MTD partitions on "47050000.spi.0":
    [    1.182731] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    1.188496] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    1.193992] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    1.199567] 0x000000680000-0x0000006a0000 : "ospi.env"
    [    1.204875] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
    [    1.210817] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
    [    1.216309] 0x000000800000-0x000008000000 : "ospi.rootfs"
    [    1.332284] cadence-qspi 47050000.spi: Cadence QSPI NOR probe failed -517
    [    1.339523] omap2_mcspi: probe of 2100000.spi failed with error -12
    [    1.346305] am65-cpsw-nuss 46000000.ethernet: rx-flow-id-base is not set -22
    [    1.353361] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2
    [    1.364788] UDMA has not been proped
    [    1.368359] am65-cpsw-nuss 46000000.ethernet: Failed to request tx dma channel -517
    [    1.376771] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
    [    1.385124] k3-soc-thermal 42040000.wkup_vtm0: thermal zone device is NULL
    [    1.392372] mmc0: Unknown controller version (4). You may experience problems.
    [    1.399604] mmc0: CQHCI version 5.10
    [    1.432219] mmc0: SDHCI controller on 4f80000.sdhci [4f80000.sdhci] using ADMA 64-bit
    [    1.445459] vdd_mmc1: supplied by vsys_3v3
    [    1.449972] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
    [    1.456886] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
    [    1.463800] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
    [    1.470741] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
    [    1.477642] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
    [    1.484762] ti-udma 285c0000.udmap: Channels: 24 (tchan: 48, echan: 0, rchan: 48, rflow: 96)
    [    1.494362] ti-udma 31150000.udmap: Channels: 84 (tchan: 140, echan: 160, rchan: 140, rflow: 300)
    [    1.505017] cadence-qspi 47050000.spi: n25q00a (131072 Kbytes)
    [    1.510843] 7 cmdlinepart partitions found on MTD device 47050000.spi.0
    [    1.517451] Creating 7 MTD partitions on "47050000.spi.0":
    [    1.522930] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    1.528736] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    1.534259] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    1.539854] 0x000000680000-0x0000006a0000 : "ospi.env"
    [    1.545192] 0x0000006a0000-0x0000006c0000 : "ospi.env.backup"
    [    1.551126] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
    [    1.556660] 0x000000800000-0x000008000000 : "ospi.rootfs"
    [    1.563998] am65-cpsw-nuss 46000000.ethernet: rx-flow-id-base is not set -22
    [    1.571061] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2
    [    1.588897] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    1.595498] mmc0: new HS400 MMC card at address 0001
    [    1.601052] mmcblk0: mmc0:0001 R1J57L 29.1 GiB 
    [    1.606028] mmcblk0boot0: mmc0:0001 R1J57L partition 1 8.00 MiB
    [    1.612233] cdns-ufshcd 4e84000.ufs: link startup failed 1
    [    1.612525] mmcblk0boot1: mmc0:0001 R1J57L partition 2 8.00 MiB
    [    1.617733] cdns-ufshcd 4e84000.ufs: UFS Host state=0
    [    1.628713] cdns-ufshcd 4e84000.ufs: lrb in use=0x0, outstanding reqs=0x0 tasks=0x0
    [    1.628724] mmcblk0rpmb: mmc0:0001 R1J57L partition 3 4.00 MiB, chardev (242:0)
    [    1.636363] cdns-ufshcd 4e84000.ufs: saved_err=0x0, saved_uic_err=0x0
    [    1.650127] cdns-ufshcd 4e84000.ufs: Device power mode=1, UIC link state=0
    [    1.657033] cdns-ufshcd 4e84000.ufs: PM in progress=0, sys. suspended=0
    [    1.663644] cdns-ufshcd 4e84000.ufs: Auto BKOPS=0, Host self-block=0
    [    1.669992] cdns-ufshcd 4e84000.ufs: Clk gate=1
    [    1.674526] cdns-ufshcd 4e84000.ufs: error handling flags=0x0, req. abort count=0
    [    1.681999] cdns-ufshcd 4e84000.ufs: Host capabilities=0x1587031f, caps=0x0
    [    1.688963] cdns-ufshcd 4e84000.ufs: quirks=0x4, dev. quirks=0x0
    [    1.694966] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[0, 0], lane[0, 0], pwr[INVALID MODE, INVALID MODE], rate = 0
    [    1.707137] host_regs: 00000000: 1587031f 00000000 00000210 00000000
    [    1.713481] host_regs: 00000010: 00000000 00000000 00000000 00000000
    [    1.719828] host_regs: 00000020: 00000000 00000470 00000000 00000000
    [    1.726175] host_regs: 00000030: 00000008 00000001 00000000 00000000
    [    1.732518] host_regs: 00000040: 00000000 00000000 00000000 00000000
    [    1.738869] host_regs: 00000050: 00000000 00000000 00000000 00000000
    [    1.745213] host_regs: 00000060: 00000000 00000000 00000000 00000000
    [    1.751557] host_regs: 00000070: 00000000 00000000 00000000 00000000
    [    1.757909] host_regs: 00000080: 00000000 00000000 00000000 00000000
    [    1.764252] host_regs: 00000090: 00000000 00000000 00000000 00000000
    [    1.770597] cdns-ufshcd 4e84000.ufs: hba->ufs_version = 0x210, hba->capabilities = 0x1587031f
    [    1.779112] cdns-ufshcd 4e84000.ufs: hba->outstanding_reqs = 0x0, hba->outstanding_tasks = 0x0
    [    1.787709] cdns-ufshcd 4e84000.ufs: last_hibern8_exit_tstamp at 0 us, hibern8_exit_cnt = 0
    [    1.787820] pps pps0: new PPS source ptp1
    [    1.796048] cdns-ufshcd 4e84000.ufs: clk: core_clk, rate: 250000000
    [    1.796051] cdns-ufshcd 4e84000.ufs: clk: phy_clk, rate: 19200000
    [    1.800174] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
    [    1.806306] cdns-ufshcd 4e84000.ufs: clk: ref_clk, rate: 19200000
    [    1.812375] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 0.4
    [    1.812377] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    1.880211] am65-cpsw-nuss 46000000.ethernet: davinci mdio revision 9.7, bus freq 1000000
    [    1.888372] libphy: 46000000.ethernet: probed
    [    1.894047] sdhci-am654 4fb0000.sdhci: Linked as a consumer to regulator.4
    [    1.900955] mmc1: Unknown controller version (4). You may experience problems.
    [    1.908197] mmc1: CQHCI version 5.10
    [    1.940211] mmc1: SDHCI controller on 4fb0000.sdhci [4fb0000.sdhci] using ADMA 64-bit
    [    1.949424] hctosys: unable to open rtc device (rtc0)
    [    2.024208] entering m88e1510 phy config !!!!!!!!!!
    [    2.030312] Marvell 88E1510 k3-cpsw-mdio:01: attached PHY driver [Marvell 88E1510] (mii_bus:phy_addr=k3-cpsw-mdio:01, irq=POLL)
    [    3.122266] am65-cpsw-nuss 46000000.ethernet eth0: Link is Down
    [    3.184320] mmc1: Problem switching card into high-speed mode!
    [    3.190248] mmc1: new SDHC card at address 0001
    [    3.195382] mmcblk1: mmc1:0001 SD16G 14.6 GiB 
    [    3.205929]  mmcblk1: p1 p2
    [    7.218476] am65-cpsw-nuss 46000000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
    [    7.244210] IP-Config: Complete:
    [    7.247426]      device=eth0, hwaddr=e4:15:f6:53:9d:55, ipaddr=192.168.1.70, mask=255.255.255.0, gw=255.255.255.255
    [    7.257839]      host=192.168.1.70, domain=, nis-domain=(none)
    [    7.263657]      bootserver=192.168.1.40, rootserver=192.168.1.40, rootpath=
    [    7.291133] ALSA device list:
    [    7.294093]   No soundcards found.
    [    8.160416] EXT4-fs (mmcblk1p2): recovery complete
    [    8.171087] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [    8.179181] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    8.186846] devtmpfs: mounted
    [    8.189982] Freeing unused kernel memory: 576K
    [    8.194431] Run /sbin/init as init process
    [    8.689847] systemd[1]: System time before build time, advancing clock.
    [    8.825503] NET: Registered protocol family 10
    [    8.830795] Segment Routing with IPv6
    [    8.885733] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
    [    8.907150] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2019.11!
    
    [    8.933569] systemd[1]: Set hostname to <j7-evm>.
    [    9.189376] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    9.203794] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
    [    9.224098] systemd[1]: Configuration file /lib/systemd/system/swap.target is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    9.238168] systemd[1]: Configuration file /lib/systemd/system/swap.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
    [    9.254609] systemd[1]: Configuration file /lib/systemd/system/umount.target is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    9.268854] systemd[1]: Configuration file /lib/systemd/system/umount.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
    [    9.285228] systemd[1]: Configuration file /lib/systemd/system/systemd-journald.socket is marked executable. Please remove executable permission bits. Proceeding anyway.
    [    9.487315] random: systemd: uninitialized urandom read (16 bytes read)
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    9.508277] random: systemd: uninitialized urandom read (16 bytes read)
    [  OK  ] Reached target Swap.
    [    9.528237] random: systemd: uninitialized urandom read (16 bytes read)
    [  OK  ] Created slice system-serial\x2dgetty.slice.
    [  OK  ] Reached target Remote File Systems.
    [  OK  ] Listening on udev Kernel Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [  OK  ] Created slice User and Session Slice.
    [  OK  ] Listening on Network Service Netlink Socket.
    [  OK  ] Listening on udev Control Socket.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Reached target Slices.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Reached target Paths.
    [  OK  ] Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket.
             Starting Journal Service...
             Mounting Huge Pages File System...
             Starting udev Coldplug all Devices...
             Starting Remount Root and Kernel File Systems...
    [    9.791559] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
    [  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
             Starting Load Kernel Modules...
             Mounting Kernel Debug File System...
    [    9.852093] cmemk: loading out-of-tree module taints kernel.
             Starting Create list of required st��ce nodes for the current k[    9.861894] CMEMK module: reference Linux version 4.19.94
    ernel...
    [    9.872883] no physical memory specified
    [    9.877325] cmemk initialized
             Mounting Temporary Directory (/tmp)...
    [    9.894514] cryptodev: driver 1.9 loaded.
             Mounting POSIX Message Queue File System...
    [  OK  ] Created slice system-getty.slice.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  OK  ] Started Remount Root and Kernel File Systems.
    [  OK  ] Started Load Kernel Modules.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Started Create list of required sta��vice nodes for the current kernel.
    [  OK  ] Mounted Temporary Directory (/tmp).
    [  OK  ] Mounted POSIX Message Queue File System.
             Mounting Kernel Configuration File System...
             Starting Apply Kernel Variables...
             Starting Create Static Device Nodes in /dev...
             Starting Flush Journal to Persistent Storage...
    [  OK  ] Started udev Coldplug all Devices.
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Started Apply Kernel Variables.
    [  OK  ] Started Create Static Device Nodes in /dev.
             Starting udev Kernel Device Manager...
    [  OK  ] Reached target Local File Systems (Pre).
    [  OK  ] Reached target Containers.
             Mounting /media/ram...
             Mounting /var/volatile...
    [  OK  ] Mounted /media/ram.
    [  OK  ] Mounted /var/volatile.
    [   10.276708] systemd-journald[131]: Received request to flush runtime journal from PID 1
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
    [  OK  ] Started udev Kernel Device Manager.
    [  OK  ] Started Flush Journal to Persistent Storage.
    [  OK  ] Started Load/Save Random Seed.
             Starting Create Volatile Files and Directories...
    [  OK  ] Started Create Volatile Files and Directories.
    [   10.399853] rti-wdt 2200000.rti: heartbeat 60 sec
    [   10.408051] rti-wdt 2210000.rti: heartbeat 60 sec
             Starting Update UTMP about System Boot/Shutdown...
             Starting Network Time Synchronization...
             Starting Network Service...
    [  OK  ] Found device /dev/ttyS2.
    [   10.480904] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
    [  OK  ] Started Update UTMP about System Boot/Shutdown.
    [   10.496395] k3-dsp-rproc 4d80800000.dsp: configured DSP for IPC-only mode
    [   10.512743] remoteproc remoteproc0: 4d80800000.dsp is available
    [   10.521744] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
    [   10.540557] k3-dsp-rproc 4d81800000.dsp: configured DSP for IPC-only mode
    [   10.552444] remoteproc remoteproc1: 4d81800000.dsp is available
    [   10.563550] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
    [   10.575408] k3-dsp-rproc 64800000.dsp: configured DSP for IPC-only mode
    [   10.583094] remoteproc remoteproc2: 64800000.dsp is available
    [   10.849691] remoteproc remoteproc0: powering up 4d80800000.dsp
    [   10.855551] remoteproc remoteproc0: Booting fw image j7-c66_0-fw, size 1448016
    [   10.864742] k3-dsp-rproc 4d80800000.dsp: DSP initialized in IPC-only mode
    [   10.876747] virtio_rpmsg_bus virtio0: rpmsg host is online
    [   10.883877] remoteproc remoteproc0: registered virtio0 (type 7)
    [   10.893966] remoteproc remoteproc0: remote processor 4d80800000.dsp is now up
    [   10.903210] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xd
    [FAILED] Failed to start Network Service.
    See 'systemctl status systemd-networkd.service' for details.
    [DEPEND] Dependency failed for Wait for Network to be Configured.
    [  OK  ] Stopped Network Service.
             Starting Network Service...
    [   11.095251] remoteproc remoteproc1: powering up 4d81800000.dsp
    [   11.102987] remoteproc remoteproc1: Booting fw image j7-c66_1-fw, size 1448016
    [   11.111194] CAN device driver interface
    [FAILED] Failed to start Network Service.[   11.116690] k3-dsp-rproc 4d81800000.dsp: DSP initialized in IPC-only mode
    
    See 'systemctl status systemd-networkd.service' for details.[   11.130787] virtio_rpmsg_bus virtio1: rpmsg host is online
    
    [   11.134662] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xd
    [   11.139610] remoteproc remoteproc1: registered virtio1 (type 7)
    [   11.152684] remoteproc remoteproc1: remote processor 4d81800000.dsp is now up
    [  OK  ] Stopped Network Service.
             Starting Network Service...
    [FAILED] Failed to start Network Service.
    See 'systemctl status systemd-networkd.service' for details.
    [  OK  ] Stopped Network Service.
             Starting Network Service...
    [FAILED] Failed to start Network Service.
    See 'systemctl status systemd-networkd.service' for details.
    [  OK  ] Stopped Network Service.
             Starting Network Service...
    [FAILED] Failed to start Network Service.
    See 'systemctl status systemd-networkd.service' for details.
    [  OK  ] Started Network Time Synchronization.
    [   11.376824] m_can 40528000.mcan: m_can device registered (irq=8, version=32)
    [  OK  ] Stopped Network Service.
    [   11.386273] m_can 40568000.mcan: m_can device registered (irq=10, version=32)
    [FAILED] Failed to start Network Service.
    See 'systemctl status systemd-networkd.service' for details.
    [  OK  ] Reached target System Time Synchronized.
    [  OK  ] Reached target System Initialization.
    [   11.478830] k3_r5_rproc interconnect@100000:interconnect@28380000:r5fss@41000000: creating child devices for R5F cores
    [  OK  ] Started Daily rotation of log files.[   11.492781] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    
    [   11.506607] platform 41000000.r5f: configured R5F for IPC-only mode
    [   11.512926] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [   11.521089] remoteproc remoteproc3: 41000000.r5f is available
    [  OK  ] Started Daily Cleanup of Temporary Directorie[   11.528237] k3_r5_rproc interconnect@100000:r5fss@5c00000: creating child devices for R5F cores
    s.
    [   11.542508] platform 5c00000.r5f: configured R5F for IPC-only mode
    [   11.548721] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [   11.556773] remoteproc remoteproc4: 5c00000.r5f is available
    [  OK  [   11.563036] platform 5d00000.r5f: configured R5F for IPC-only mode
    ] Reached target Timers.
    [   11.570745] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
    [   11.581010] remoteproc remoteproc5: 5d00000.r5f is available
    [   11.587206] k3_r5_rproc interconnect@100000:r5fss@5e00000: creating child devices for R5F cores
    [   11.588019] platform 5e00000.r5f: configured R5F for IPC-only mode
    [   11.588044] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
    [   11.588102] remoteproc remoteproc6: 5e00000.r5f is available
    [   11.588470] platform 5f00000.r5f: configured R5F for remoteproc mode
    [   11.588671] platform 5f00000.r5f: assigned reserved memory node r5f-dma-memory@a5000000
    [   11.588724] remoteproc remoteproc7: 5f00000.r5f is available
    [   11.616029] remoteproc remoteproc3: powering up 41000000.r5f
    [   11.616041] remoteproc remoteproc3: Booting fw image j7-mcu-r5f0_0-fw, size 128864
    [   11.616150] platform 41000000.r5f: R5F core initialized in IPC-only mode
    [   11.616737] virtio_rpmsg_bus virtio2: rpmsg host is online
    [   11.616762] remoteproc remoteproc3: registered virtio2 (type 7)
    [   11.616764] remoteproc remoteproc3: remote processor 41000000.r5f is now up
    [   11.629911] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xd
    [   11.689575] remoteproc remoteproc6: powering up 5e00000.r5f
    [   11.695150] remoteproc remoteproc6: Booting fw image j7-main-r5f1_0-fw, size 206656
    [   11.702892] platform 5e00000.r5f: R5F core initialized in IPC-only mode
             [   11.709931] virtio_rpmsg_bus virtio3: rpmsg host is online
    Starting Reboot and dump vmcore via kexec...
    [   11.715819] remoteproc remoteproc6: registered virtio3 (type 7)
    [   11.725675] remoteproc remoteproc6: remote processor 5e00000.r5f is now up
    [   11.732574] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xd
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [   11.859039] remoteproc remoteproc7: powering up 5f00000.r5f
    [   11.864626] remoteproc remoteproc7: Booting fw image j7-main-r5f1_1-fw, size 288688
    [   11.872865] remoteproc remoteproc7: bad phdr da 0xae000000 mem 0xbde700
    [   11.879478] remoteproc remoteproc7: Failed to load program segments: -22
    [   11.961928] remoteproc remoteproc2: powering up 64800000.dsp
    [   11.967626] remoteproc remoteproc2: Booting fw image j7-c71_0-fw, size 6954352
    [   11.976926] k3-dsp-rproc 64800000.dsp: DSP initialized in IPC-only mode
    [   11.985438] virtio_rpmsg_bus virtio4: rpmsg host is online
    [   11.990944] remoteproc remoteproc2: registered virtio4 (type 7)
    [   11.996858] remoteproc remoteproc2: remote processor 64800000.dsp is now up
    [  OK  ] Listening on D-Bus System Message Bus Socket.
    [   12.461941] remoteproc remoteproc5: powering up 5d00000.r5f
    [   12.470919] remoteproc remoteproc5: Booting fw image j7-main-r5f0_1-fw, size 3831768
    [   12.480313] platform 5d00000.r5f: R5F core initialized in IPC-only mode
    [   12.488685] virtio_rpmsg_bus virtio5: rpmsg host is online
    [   12.494185] remoteproc remoteproc5: registered virtio5 (type 7)
    [   12.500105] remoteproc remoteproc5: remote processor 5d00000.r5f is now up
    [   12.507215] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xd
    [  OK  ] Listening on dropbear.socket.
    [  OK  ] Reached target Sockets.
    [  OK  ] Reached target Basic System.
    [  OK  ] Started irqbalance daemon.
    [  OK  ] Started Job spooling tools.
             Starting RPC Bind Service...
    [  OK  ] Started Periodic Command Scheduler.
             Starting weston.service...
             Starting rc.pvr.service...
             Starting Print notice about GPLv3 packages...
             Starting Login Service...
    [  OK  ] Started TEE Supplicant.
    [  OK  ] Started D-Bus System Message Bus.
             Starting Network Name Resolution...
    [  OK  ] Started Reboot and dump vmcore via kexec.
    [  OK  ] Found device /dev/ttyS1.
    [   13.396154] remoteproc remoteproc4: powering up 5c00000.r5f
    [   13.401742] remoteproc remoteproc4: Booting fw image j7-main-r5f0_0-fw, size 10552308
    [   13.409653] platform 5c00000.r5f: R5F core initialized in IPC-only mode
    [   13.416707] virtio_rpmsg_bus virtio6: rpmsg host is online
    [   13.422227] remoteproc remoteproc4: registered virtio6 (type 7)
    [   13.428143] remoteproc remoteproc4: remote processor 5c00000.r5f is now up
    [   13.435343] virtio_rpmsg_bus virtio6: creating channel rpmsg-kdrv addr 0x1a
    [   13.442758] rpmsg-kdrv-eth-switch rpmsg-kdrv-2-mpu_1_0_ethswitch-device-0: Device info: permissions: 01FFFFFF uart_id: 0
    [   13.453666] rpmsg-kdrv-eth-switch rpmsg-kdrv-2-mpu_1_0_ethswitch-device-0: FW ver 0.1 (rev 1) 28/Jul/2020 SHA:8467a899
    [   13.453717] virtio_rpmsg_bus virtio6: creating channel rpmsg_chrdev addr 0x15
    [   13.549094] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: virt_cpsw_nuss mac loaded
    [   13.557013] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: rdev_features:00000003 rdev_mtu:1522 flow_id:172 tx_psil_dst_id:4A00
    [   13.568671] 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:8e:00
    [   13.653040] pvrsrvkm 4e20000000.gpu: Linked as a consumer to genpd:0:4e20000000.gpu
    [   13.660851] pvrsrvkm 4e20000000.gpu: Linked as a consumer to genpd:1:4e20000000.gpu
    [   13.670223] PVR_K:  418: Read BVNC 22.104.208.318 from HW device registers
    [   13.670664] remoteproc remoteproc8: b034000.pru is available
    [   13.677730] PVR_K:  418: RGX Device initialised with BVNC 22.104.208.318
    [   13.683192] pru-rproc b034000.pru: PRU rproc node pru@b034000 probed successfully
    [   13.690454] [drm] Initialized pvr 1.10.5371573 20170530 for 4e20000000.gpu on minor 1
    [   13.697238] remoteproc remoteproc9: b004000.rtu is available
    [   13.710488] pru-rproc b004000.rtu: PRU rproc node rtu@b004000 probed successfully
    [   13.718142] remoteproc remoteproc10: b00a000.txpru is available
    [   13.724083] pru-rproc b00a000.txpru: PRU rproc node txpru@b00a000 probed successfully
    [   13.732087] remoteproc remoteproc11: b038000.pru is available
    [   13.738596] pru-rproc b038000.pru: PRU rproc node pru@b038000 probed successfully
    [   13.746850] remoteproc remoteproc12: b006000.rtu is available
    [   13.752671] pru-rproc b006000.rtu: PRU rproc node rtu@b006000 probed successfully
    [   13.760852] remoteproc remoteproc13: b00c000.txpru is available
    [   13.766813] pru-rproc b00c000.txpru: PRU rproc node txpru@b00c000 probed successfully
    [   13.774954] remoteproc remoteproc14: b134000.pru is available
    [   13.780756] pru-rproc b134000.pru: PRU rproc node pru@b134000 probed successfully
    [   13.788448] remoteproc remoteproc15: b104000.rtu is available
    [   13.794241] pru-rproc b104000.rtu: PRU rproc node rtu@b104000 probed successfully
    [   13.801871] remoteproc remoteproc16: b10a000.txpru is available
    [   13.807822] pru-rproc b10a000.txpru: PRU rproc node txpru@b10a000 probed successfully
    [   13.815798] remoteproc remoteproc17: b138000.pru is available
    [   13.821567] pru-rproc b138000.pru: PRU rproc node pru@b138000 probed successfully
    [   13.829877] remoteproc remoteproc18: b106000.rtu is available
    [   13.835664] pru-rproc b106000.rtu: PRU rproc node rtu@b106000 probed successfully
    [   13.846359] remoteproc remoteproc19: b10c000.txpru is available
    [   13.853290] pru-rproc b10c000.txpru: PRU rproc node txpru@b10c000 probed successfully
    [   13.865998] cdns-usb3 6000000.usb: DRD version v1 (ID: 0004024e, rev: 00000200)
    [   13.878727] omap_rng 4e10000.trng: Random Number Generator ver. 241b34c
    [   13.878766] random: crng init done
    [   13.892310] random: 7 urandom warning(s) missed due to ratelimiting
    [   14.207580] usbcore: registered new interface driver usbfs
    [   14.214399] usbcore: registered new interface driver hub
    [   14.220284] usbcore: registered new device driver usb
    [   14.362422] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [   14.367933] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
    [   14.376960] xhci-hcd xhci-hcd.2.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000000000010010
    [   14.386534] xhci-hcd xhci-hcd.2.auto: irq 305, io mem 0x06010000
    [   14.392748] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
    [   14.401032] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   14.408271] usb usb1: Product: xHCI Host Controller
    [   14.413147] usb usb1: Manufacturer: Linux 4.19.94-g5a23bc00e0 xhci-hcd
    [   14.419664] usb usb1: SerialNumber: xhci-hcd.2.auto
    [   14.424757] hub 1-0:1.0: USB hub found
    [   14.428532] hub 1-0:1.0: 1 port detected
    [   14.432803] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [   14.438305] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2
    [   14.445957] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
    [   14.452501] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   14.460622] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
    [   14.468914] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   14.476146] usb usb2: Product: xHCI Host Controller
    [   14.481793] usb usb2: Manufacturer: Linux 4.19.94-g5a23bc00e0 xhci-hcd
    [   14.488337] usb usb2: SerialNumber: xhci-hcd.2.auto
    [   14.493881] hub 2-0:1.0: USB hub found
    [   14.498364] hub 2-0:1.0: 1 port detected
    [  OK  ] Started Login Service.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Started RPC Bind Service.
    [  OK  ] Started rc.pvr.service.
    [  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
             Starting telnetd.service...
    [  OK  ] Reached target Network.
             Starting Permit User Sessions...
    [  OK  ] Reached target Network is Online.
    [  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    [  OK  ] Reached target Host and Network Name Lookups.
    [  OK  ] Started NFS status monitor for NFSv2/3 locking..
             Starting Avahi mDNS/DNS-SD Stack...
    [  OK  ] Started telnetd.service.
    [  OK  ] Started Permit User Sessions.
    [  OK  ] Started Serial Getty on ttyS1.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Starting thttpd.service...
             Starting LSB: network benchmark...
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [  OK  ] Started LSB: network benchmark.
    [  OK  ] Started thttpd.service.
             Starting thermal-zone-init.service...
    [  OK  ] Started thermal-zone-init.service.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Created slice system-systemd\x2dfsck.slice.
    [   15.525519] NET: Registered protocol family 15
    [   15.659682] Initializing XFRM netlink socket
    [  OK  ] Found device /dev/mmcblk1p1.
             Starting File System Check on /dev/mmcblk1p1...
    [  OK  ] Started File System Check on /dev/mmcblk1p1.
             Mounting /run/media/mmcblk1p1...
    [  OK  ] Started weston.service.
             Starting DEMO...
    [  OK  ] Started DEMO.
    [  OK  ] Mounted /run/media/mmcblk1p1.
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org j7-evm ttyS2
    
    Arago 2019.11 j7-evm ttyS2
    
    j7-evm login: ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
    	autoconf
    	bash-dev
    	bash
    	bc
    	binutils
    	cifs-utils
    	cpio
    	cpp-symlinks
    	cpp
    	dosfstools
    	elfutils
    	g++-symlinks
    	g++
    	gawk
    	gcc-symlinks
    	gcc
    	gdb
    	gdbserver
    	gettext
    	glmark2
    	gstreamer1.0-libav
    	gzip
    	libbfd
    	libcairo-perf-utils
    	libdw1
    	libelf1
    	libgdbm-compat4
    	libgdbm-dev
    	libgdbm6
    	libgettextlib
    	libgettextsrc
    	libgmp10
    	libidn2-0
    	libmpc3
    	libmpfr6
    	libreadline-dev
    	libreadline7
    	libunistring2
    	m4-dev
    	m4
    	make
    	nettle
    	parted
    	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 the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org j7-evm ttyS2
    
    Arago 2019.11 j7-evm ttyS2
    
    j7-evm login: root
    root@j7-evm:~# ifconfig eth0 down
    [   35.928953] am65-cpsw-nuss 46000000.ethernet eth0: Link is Down
    root@j7-evm:~# ifconfig eth1 192.168.1.200
    [   42.597470] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: register_ipv4 rpmsg - fail -5
    [   42.833858] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: virt_cpsw_nuss mac started
    root@j7-evm:~# ethtool --test eth1
    The test result is PASS
    The test extra info:
    RPMSG Ping test	 0
    RPMSG Read reg	 0
    RPMSG Dump stat	 0
    
    root@j7-evm:~# ethtool --test eth1
    The test result is PASS
    The test extra info:
    RPMSG Ping test	 0
    RPMSG Read reg	 0
    RPMSG Dump stat	 0
    
    root@j7-evm:~# ip route add 224.0.0.0/4 dev eth1 
    root@j7-evm:~# echo 1 > /proc/sys/net/ipv4/ip_forward
    root@j7-evm:~# ping -c 5 224.0.0.1
    PING 224.0.0.1 (224.0.0.1): 56 data bytes
    
    --- 224.0.0.1 ping statistics ---
    5 packets transmitted, 0 packets received, 100% packet loss
    root@j7-evm:~# ethtool --test eth1
    The test result is PASS
    The test extra info:
    RPMSG Ping test	 0
    RPMSG Read reg	 0
    RPMSG Dump stat	 0
    
    root@j7-evm:~#
    start vdcu inter-switch
    Enabling clocks for CPSW_9G!
    =======================================================
               CPSW Ethernet Firmware Demo             
    =======================================================
    ETHFW Version: 0. 1. 1
    ETHFW Build Date (YYYY/MMM/DD):2020/Jul/28
    ETHFW Commit SHA:8467a899
    ETHFW PermissionFlag:0x1ffffff, UART Connected:true,UART Id:0IPC_echo_test (core : mcu2_0) .....
    CPSW_9G Test on MAIN NAVSS
    Remote demo device (core : mcu2_0) .....
    CpswPhy_bindDriver: PHY 14: OUI:006037 Model:08 Ver:01 <-> 'generic' : OK
    CpswPhy_bindDriver: PHY 6: OUI:006037 Model:10 Ver:01 <-> 'generic' : OK
    CpswPhy_bindDriver: PHY 5: OUI:000000 Model:00 Ver:00 <-> 'generic' : OK
    CpswPhy_bindDriver: PHY 3: OUI:000ac2 Model:18 Ver:03 <-> 'generic' : OK
    PHY 0 is alive
    PHY 3 is alive
    PHY 4 is alive
    PHY 5 is alive
    PHY 6 is alive
    PHY 14 is alive
    PHY 15 is alive
    Host MAC address: 70:ff:76:1d:8e:01
    [NIMU_NDK] CPSW has been started successfully
    
    CPSW NIMU application, IP address I/F 1: 192.168.1.200
    
    
    Add Mcast address 2 : 1,0,5e,0,0,0
    CpswAle_validateAddMcastAddr: MAC addr :1,0,5e,0,0,0
    CpswAle_validateAddMcastAddr: MAC addr :ff,ff,ff,ff,ff,ff
    Rx Flow for Software Inter-VLAN Routing is up
    REMOTE_SERVICE: Init ... !!!
    REMOTE_SERVICE: Init ... Done !!!
    Function:CpswProxyServer_attachExtHandlerCb,HostId:0,CpswType:1
    Function:CpswProxyServer_registerIpv4MacHandlerCb,HostId:0,Handle:a28c831c,CoreKey:38acb7e6, MacAddress:70:ff:76:1d:8e:0 IPv4Addr:192.168.1.200
    Failed to add Static ARP Entry 
    
    ================LLI Table entries=========== 
    
    Number of Static ARP Entries: 0 
    
    SNo.      IP Address         MAC Address  
    ------    -------------      --------------- 
    Function:CpswProxyServer_registerMacHandlerCb,HostId:0,Handle:a28c831c,CoreKey:38acb7e6, MacAddress:70:ff:76:1d:8e:0, FlowIdx:172, FlowIdxOffset:0
    Cpsw_ioctlInternal: CPSW: Registered MAC address.ALE entry:12, Policer Entry:0Function:CpswProxyServer_regrdHandlerCb,HostId:0, RegAddr:c000000 
    Function:CpswProxyServer_regrdHandlerCb,HostId:0, RegAddr:c020000 
    Function:CpswProxyServer_clientNotifyHandlerCb,HostId:0,Handle:38acb7e6,CoreKey:a28c831c,NotifyId:RPMSG_KDRV_TP_ETHSWITCH_CLIENTNOTIFY_DUMPSTATS,NotifyLen
    
         0: Vlanid: 012c, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 212c1ff1 ff0001ff] 
         1: Vlanid: 0190, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21901ff1 ff0001ff] 
         2: Vlanid: 0191, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21911ff1 ff0001ff] 
         3: Vlanid: 0192, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21921ff1 ff0001ff] 
         4: Vlanid: 0193, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21931ff1 ff0001ff] 
         5: Vlanid: 0194, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21941ff1 ff0001ff] 
         6: Vlanid: 0195, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21951ff1 ff0001ff] 
         7: Vlanid: 0196, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21961ff1 ff0001ff] 
         8: Vlanid: 0197, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21971ff1 ff0001ff] 
         9: Address: 70ff761d8e01, Port: 000 Se=1 Bl=0 TOUCH=0 AGE=0 TRUNK=0 RAW:[1 100070ff 761d8e01] 
        10: Address: 01005e0000ff, Member:1ff Su=0 FWDSTLVL=0 IGNMBITS=1 RAW:[d 10000100 5e0000ff] 
        11: Address: ffffffffffff, Member:1ff Su=0 FWDSTLVL=0 IGNMBITS=0 RAW:[c 1000ffff ffffffff] 
        12: Address: 70ff761d8e00, Port: 000 Se=0 Bl=0 TOUCH=0 AGE=0 TRUNK=0 RAW:[0 100070ff 761d8e00] 
    
    1011 Free Entries 
    
        0: POLICER_DST_MAC,ALE Index: 12
        0: POLICER_THREAD,THREAD ID:0
        0: POLICER_STATS: Hit: 0, RedHit: 0, YellowHit: 0
    
    95 Free Entries 
    
     Port 0 Statistics
    -----------------------------------------
      rxGoodFrames            = 42
      rxBcastFrames           = 1
      rxMcastFrames           = 41
      aleDrop                 = 21
      rxOctets                = 7546
      octetsFrames64          = 1
      octetsFrames65to127     = 17
      octetsFrames128to255    = 14
      octetsFrames256to511    = 10
      netOctets               = 7546
      portMaskDrop            = 21
    
    
     External Port 0 Statistics
    -----------------------------------------
    
    
     External Port 1 Statistics
    -----------------------------------------
    
    
     External Port 2 Statistics
    -----------------------------------------
    
    
     External Port 3 Statistics
    -----------------------------------------
    
    
     External Port 4 Statistics
    -----------------------------------------
      txGoodFrames            = 21
      txBcastFrames           = 1
      txMcastFrames           = 20
      txOctets                = 3708
      octetsFrames64          = 1
      octetsFrames65to127     = 6
      octetsFrames128to255    = 12
      octetsFrames256to511    = 2
      netOctets               = 3708
      txPri[0]                = 20
      txPri[1]                = 1
      txPriBcnt[0]            = 3644
      txPriBcnt[1]            = 64
    
    
     External Port 5 Statistics
    -----------------------------------------
    
    
     External Port 6 Statistics
    -----------------------------------------
    
    
     External Port 7 Statistics
    -----------------------------------------
    
    Function:CpswProxyServer_regrdHandlerCb,HostId:0, RegAddr:c000000 
    Function:CpswProxyServer_regrdHandlerCb,HostId:0, RegAddr:c020000 
    Function:CpswProxyServer_clientNotifyHandlerCb,HostId:0,Handle:38acb7e6,CoreKey:a28c831c,NotifyId:RPMSG_KDRV_TP_ETHSWITCH_CLIENTNOTIFY_DUMPSTATS,NotifyLen
    
         0: Vlanid: 012c, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 212c1ff1 ff0001ff] 
         1: Vlanid: 0190, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21901ff1 ff0001ff] 
         2: Vlanid: 0191, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21911ff1 ff0001ff] 
         3: Vlanid: 0192, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21921ff1 ff0001ff] 
         4: Vlanid: 0193, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21931ff1 ff0001ff] 
         5: Vlanid: 0194, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21941ff1 ff0001ff] 
         6: Vlanid: 0195, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21951ff1 ff0001ff] 
         7: Vlanid: 0196, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21961ff1 ff0001ff] 
         8: Vlanid: 0197, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21971ff1 ff0001ff] 
         9: Address: 70ff761d8e01, Port: 000 Se=1 Bl=0 TOUCH=0 AGE=0 TRUNK=0 RAW:[1 100070ff 761d8e01] 
        10: Address: 01005e0000ff, Member:1ff Su=0 FWDSTLVL=0 IGNMBITS=1 RAW:[d 10000100 5e0000ff] 
        11: Address: ffffffffffff, Member:1ff Su=0 FWDSTLVL=0 IGNMBITS=0 RAW:[c 1000ffff ffffffff] 
        12: Address: 70ff761d8e00, Port: 000 Se=0 Bl=0 TOUCH=0 AGE=0 TRUNK=0 RAW:[0 100070ff 761d8e00] 
    
    1011 Free Entries 
    
        0: POLICER_DST_MAC,ALE Index: 12
        0: POLICER_THREAD,THREAD ID:0
        0: POLICER_STATS: Hit: 0, RedHit: 0, YellowHit: 0
    
    95 Free Entries 
    
     Port 0 Statistics
    -----------------------------------------
      rxGoodFrames            = 44
      rxBcastFrames           = 1
      rxMcastFrames           = 43
      aleDrop                 = 23
      rxOctets                = 7694
      txGoodFrames            = 9362
      txMcastFrames           = 9362
      txOctets                = 4092727
      octetsFrames64          = 3714
      octetsFrames65to127     = 1953
      octetsFrames128to255    = 385
      octetsFrames256to511    = 753
      octetsFrames512to1023   = 743
      octetsFrames1024        = 1858
      netOctets               = 4100421
      portMaskDrop            = 23
      txPri[4]                = 9362
      txPriBcnt[4]            = 4092727
    
    
     External Port 0 Statistics
    -----------------------------------------
    
    
     External Port 1 Statistics
    -----------------------------------------
    
    
     External Port 2 Statistics
    -----------------------------------------
    
    
     External Port 3 Statistics
    -----------------------------------------
    
    
     External Port 4 Statistics
    -----------------------------------------
      rxGoodFrames            = 9387
      rxMcastFrames           = 9362
      aleDrop                 = 25
      rxOctets                = 4097202
      txGoodFrames            = 21
      txBcastFrames           = 1
      txMcastFrames           = 20
      txOctets                = 3708
      octetsFrames64          = 3714
      octetsFrames65to127     = 1940
      octetsFrames128to255    = 408
      octetsFrames256to511    = 745
      octetsFrames512to1023   = 743
      octetsFrames1024        = 1858
      netOctets               = 4100910
      portMaskDrop            = 25
      aleUnknownMcast         = 2
      aleUnknownMcastBcnt     = 1940
      txPri[0]                = 20
      txPri[1]                = 1
      txPriBcnt[0]            = 3644
      txPriBcnt[1]            = 64
    
    
     External Port 5 Statistics
    -----------------------------------------
    
    
     External Port 6 Statistics
    -----------------------------------------
    
    
     External Port 7 Statistics
    -----------------------------------------
    
    Function:CpswProxyServer_regrdHandlerCb,HostId:0, RegAddr:c000000 
    Function:CpswProxyServer_regrdHandlerCb,HostId:0, RegAddr:c020000 
    Function:CpswProxyServer_clientNotifyHandlerCb,HostId:0,Handle:38acb7e6,CoreKey:a28c831c,NotifyId:RPMSG_KDRV_TP_ETHSWITCH_CLIENTNOTIFY_DUMPSTATS,NotifyLen
    
         0: Vlanid: 012c, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 212c1ff1 ff0001ff] 
         1: Vlanid: 0190, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21901ff1 ff0001ff] 
         2: Vlanid: 0191, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21911ff1 ff0001ff] 
         3: Vlanid: 0192, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21921ff1 ff0001ff] 
         4: Vlanid: 0193, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21931ff1 ff0001ff] 
         5: Vlanid: 0194, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21941ff1 ff0001ff] 
         6: Vlanid: 0195, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21951ff1 ff0001ff] 
         7: Vlanid: 0196, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21961ff1 ff0001ff] 
         8: Vlanid: 0197, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff RAW:[0 21971ff1 ff0001ff] 
         9: Address: 70ff761d8e01, Port: 000 Se=1 Bl=0 TOUCH=0 AGE=0 TRUNK=0 RAW:[1 100070ff 761d8e01] 
        10: Address: 01005e0000ff, Member:1ff Su=0 FWDSTLVL=0 IGNMBITS=1 RAW:[d 10000100 5e0000ff] 
        11: Address: ffffffffffff, Member:1ff Su=0 FWDSTLVL=0 IGNMBITS=0 RAW:[c 1000ffff ffffffff] 
        12: Address: 70ff761d8e00, Port: 000 Se=0 Bl=0 TOUCH=0 AGE=0 TRUNK=0 RAW:[0 100070ff 761d8e00] 
    
    1011 Free Entries 
    
        0: POLICER_DST_MAC,ALE Index: 12
        0: POLICER_THREAD,THREAD ID:0
        0: POLICER_STATS: Hit: 0, RedHit: 0, YellowHit: 0
    
    95 Free Entries 
    
     Port 0 Statistics
    -----------------------------------------
      rxGoodFrames            = 52
      rxBcastFrames           = 1
      rxMcastFrames           = 51
      aleDrop                 = 26
      rxOctets                = 8426
      txGoodFrames            = 9362
      txMcastFrames           = 9362
      txOctets                = 4092727
      octetsFrames64          = 3714
      octetsFrames65to127     = 1961
      octetsFrames128to255    = 385
      octetsFrames256to511    = 753
      octetsFrames512to1023   = 743
      octetsFrames1024        = 1858
      netOctets               = 4101153
      portMaskDrop            = 26
      txPri[4]                = 9362
      txPriBcnt[4]            = 4092727
    
    
     External Port 0 Statistics
    -----------------------------------------
    
    
     External Port 1 Statistics
    -----------------------------------------
    
    
     External Port 2 Statistics
    -----------------------------------------
    
    
     External Port 3 Statistics
    -----------------------------------------
    
    
     External Port 4 Statistics
    -----------------------------------------
      rxGoodFrames            = 9387
      rxMcastFrames           = 9362
      aleDrop                 = 25
      rxOctets                = 4097202
      txGoodFrames            = 26
      txBcastFrames           = 1
      txMcastFrames           = 25
      txOctets                = 4218
      octetsFrames64          = 3714
      octetsFrames65to127     = 1945
      octetsFrames128to255    = 408
      octetsFrames256to511    = 745
      octetsFrames512to1023   = 743
      octetsFrames1024        = 1858
      netOctets               = 4101420
      portMaskDrop            = 25
      aleUnknownMcast         = 2
      aleUnknownMcastBcnt     = 1940
      txPri[0]                = 25
      txPri[1]                = 1
      txPriBcnt[0]            = 4154
      txPriBcnt[1]            = 64
    
    
     External Port 5 Statistics
    -----------------------------------------
    
    
     External Port 6 Statistics
    -----------------------------------------
    
    
     External Port 7 Statistics
    -----------------------------------------
    

    Thanks,

    Hutian

  • Hutian,

    I was not clear enough in my earlier reply. While multi-cast can be configured by the Eth Fw, multi-cast packets can only be terminated by the Eth Fw core itself. Multi-cast support for a remote core is not yet provided, and we are expecting this to be available early next year. So your observations make sense that the packets are received by the switch, but not by Linux.

    Can you confirm what is your requirement for multi-cast? Is it to receive multi-cast packets under Linux or just setting switch config (within Eth Fw)?

    Best regards,

    Dave

  • Hi Dave,

    Thanks for your information, my requirement is receiving the Mcast frame by Linux (remote core), as you said, current SDK is not supported yet. So my questions are :

    1.whether exists a workaround for the current SDK to receiving Mcast by Linux (remote core)?

    2.If the first question is "No", then how to receiving the Mcast in the EthFw? A example will be appreciated.

    Best regards,

    Hutian