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.
Dear experts
I ported 100 megabit rmii phy tja1101 on SDK 08_04_00.
Based on gesi module, port4 of cpsw was changed to rmii and all other ports were closed.
Pinmux of port4 was also changed to rmii.
static Enet_MacPort gEthAppPorts[] = { #if defined(SOC_J721E) /* On J721E EVM to use all 8 ports simultaneously, we use below configuration RGMII Ports - 1,3,4,8. QSGMII ports - 2,5,6,7 /*ENET_MAC_PORT_1, [> RGMII <]*/ /*ENET_MAC_PORT_3, [> RGMII <]*/ ENET_MAC_PORT_4, /* RGMII */ /*ENET_MAC_PORT_8, [> RGMII <]*/ #if defined(ENABLE_QSGMII_PORTS) ENET_MAC_PORT_2, /* QSGMII main */ ENET_MAC_PORT_5, /* QSGMII sub */ ENET_MAC_PORT_6, /* QSGMII sub */ ENET_MAC_PORT_7, /* QSGMII sub */ #endif #elif defined(SOC_J784S4) ENET_MAC_PORT_1, /* QSGMII main */ ENET_MAC_PORT_3, /* QSGMII sub */ ENET_MAC_PORT_4, /* QSGMII sub */ ENET_MAC_PORT_5, /* QSGMII sub */ #endif };
static EthFw_VirtPortCfg gEthApp_virtPortCfg[] = { { .remoteCoreId = IPC_MPU1_0, .portId = ETHREMOTECFG_SWITCH_PORT_0, }, { .remoteCoreId = IPC_MPU1_0, .portId = ETHREMOTECFG_MAC_PORT_4, }, };
pdk_jacinto_08_04_00_21/packages/ti/board/src/j721e_evm/board_ethernet_config.c Board_STATUS Board_ethConfigCpsw9g(void) { Board_STATUS status = BOARD_SOK; uint8_t portNum; /* On J721E EVM to use all 8 ports simultaneously, we use below configuration RGMII Ports - 1,3,4,8. QSGMII ports - 2 (main),5,6,7 (sub)*/ /* Configures the CPSW9G RGMII ports */ for(portNum=0; portNum < BOARD_CPSW9G_PORT_MAX; portNum++) { if ( 0U == portNum || 2U == portNum || 3U == portNum || 7U == portNum ) { status = Board_cpsw9gEthConfig(portNum, RMII); } ..... }
1. The cpsw9g module is initialized properly.
You can see it in the log
Host MAC address: 70:ff:76:1d:92:c3
[LWIPIF_LWIP] Enet LLD netif initialized successfully
[LWIPIF_LWIP_IC] Interface started successfully
[LWIPIF_LWIP_IC] NETIF INIT SUCCESS
[LWIPIF_LWIP_IC] Interface started successfully
[20230103_17:28:20.647][MCU2_0] 13.737601 s: [LWIPIF_LWIP_IC] NETIF INIT SUCCESS
2. The phy register 23 value is 0xbce4. The 15th bit equals 1. That means it's already linked.
the register 15 value is 0x0080,according to the datasheeet of phy TJA1101,it means PHY can work in mode 100Base-T1. So I configured commonLinkCaps in enetphy.c as ENETPHY_LINK_CAP_FD100; This avoids the "no support caps found".
But it is strange that the board cannot ping pc, and the network node is generated. Could please help analyze it, thanks.
log: [20230103_09:51:59.354]root@j7-evm:~# /opt/vx_app_arm_remote_log.out [20230103_09:51:59.857][MCU2_0] 2.347294 s: CIO: Init ... Done !!! [20230103_09:51:59.860][MCU2_0] 2.347370 s: ### CPU Frequency = 1000000000 Hz [20230103_09:51:59.869][MCU2_0] 2.347412 s: APP: Init ... !!! [20230103_09:51:59.872][MCU2_0] 2.347440 s: SCICLIENT: Init ... !!! [20230103_09:51:59.880][MCU2_0] 2.347748 s: SCICLIENT: DMSC FW version [8.4.1--v08.04.01 (Jolly Jellyfi] [20230103_09:51:59.882][MCU2_0] 2.347799 s: SCICLIENT: DMSC FW revision 0x8 [20230103_09:51:59.891][MCU2_0] 2.347835 s: SCICLIENT: DMSC FW ABI revision 3.1 [20230103_09:51:59.893][MCU2_0] 2.347872 s: SCICLIENT: Init ... Done !!! [20230103_09:51:59.906][MCU2_0] 2.347899 s: UDMA: Init ... !!! [20230103_09:51:59.909][MCU2_0] 2.349502 s: UDMA: Init ... Done !!! [20230103_09:51:59.911][MCU2_0] 2.349574 s: MEM: Init ... !!! [20230103_09:51:59.914][MCU2_0] 2.349624 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ d9000000 of size 16777216 bytes !!! [20230103_09:51:59.924][MCU2_0] 2.349705 s: MEM: Created heap (L3_MEM, id=1, flags=0x00000000) @ 3600000 of size 262144 bytes !!! [20230103_09:51:59.935][MCU2_0] 2.349768 s: MEM: Init ... Done !!! [20230103_09:51:59.937][MCU2_0] 2.349795 s: IPC: Init ... !!! [20230103_09:51:59.949][MCU2_0] 2.349860 s: IPC: 6 CPUs participating in IPC !!! [20230103_09:51:59.951][MCU2_0] 2.349909 s: IPC: Waiting for HLOS to be ready ... !!! [20230103_09:51:59.953][MCU2_0] 14.816109 s: IPC: HLOS is ready !!! [20230103_09:51:59.957][MCU2_0] 14.831877 s: IPC: Init ... Done !!! [20230103_09:51:59.960][MCU2_0] 14.831962 s: APP: Syncing with 5 CPUs ... !!! [20230103_09:51:59.970][MCU2_0] 14.999046 s: APP: Syncing with 5 CPUs ... Done !!! [20230103_09:51:59.972][MCU2_0] 14.999103 s: REMOTE_SERVICE: Init ... !!! [20230103_09:51:59.979][MCU2_0] 15.001213 s: REMOTE_SERVICE: Init ... Done !!! [20230103_09:51:59.982][MCU2_0] 15.001284 s: ETHFW: Init ... !!! [20230103_09:51:59.990][MCU2_0] 15.003110 s: jinmin----- Detec qesi qenet=1,1 [20230103_09:51:59.993][MCU2_0] 15.006366 s: Warning: Using 6 MAC address(es) from static pool [20230103_09:52:00.003][MCU2_0] 15.006475 s: ETHFW: Shared multicasts (software fanout): [20230103_09:52:00.005][MCU2_0] 15.006518 s: 01:00:5e:00:00:01 [20230103_09:52:00.013][MCU2_0] 15.006568 s: 01:00:5e:00:00:fb [20230103_09:52:00.016][MCU2_0] 15.006614 s: 01:00:5e:00:00:fc [20230103_09:52:00.019][MCU2_0] 15.006801 s: 33:33:00:00:00:01 [20230103_09:52:00.025][MCU2_0] 15.006855 s: 33:33:ff:1d:92:c2 [20230103_09:52:00.027][MCU2_0] 15.006902 s: 01:80:c2:00:00:00 [20230103_09:52:00.029][MCU2_0] 15.006948 s: 01:80:c2:00:00:03 [20230103_09:52:00.034][MCU2_0] 15.007007 s: ETHFW: Reserved multicasts: [20230103_09:52:00.037][MCU2_0] 15.007036 s: 01:80:c2:00:00:0e [20230103_09:52:00.048][MCU2_0] 15.007083 s: 01:1b:19:00:00:00 [20230103_09:52:00.050][MCU2_0] 15.007409 s: EnetMcm: CPSW_9G on MAIN NAVSS [20230103_09:52:00.053][MCU2_0] 15.016099 s: PHY 0 is alive [20230103_09:52:00.058][MCU2_0] 15.016198 s: PHY 2 is alive [20230103_09:52:00.060][MCU2_0] 15.016248 s: PHY 6 is alive [20230103_09:52:00.063][MCU2_0] 15.016312 s: jinmin----- macport=3 [20230103_09:52:00.070][MCU2_0] 15.016346 s: jinmin----- coreID=3 [20230103_09:52:00.072][MCU2_0] 15.016376 s: jinmin----- numVirtPorts=2 [20230103_09:52:00.080][MCU2_0] 15.016407 s: jinmin----- numAutosarVirtPorts=1 [20230103_09:52:00.082][MCU2_0] 15.016439 s: jinmin----- numPorts=1 [20230103_09:52:00.091][MCU2_0] 15.016468 s: jinmin----- instId=0 [20230103_09:52:00.093][MCU2_0] 15.016671 s: EnetPhy_setNextState: PHY 6: INIT -> FINDING (20 ticks) [20230103_09:52:00.104][MCU2_0] 15.016737 s: EnetPhy_setNextState: PHY 6: FINDING -> FOUND (0 ticks) [20230103_09:52:00.112][MCU2_0] 15.016852 s: EnetPhy_readReg: PHY 6: reg 2 val 0x0180 , [20230103_09:52:00.115][MCU2_0] [20230103_09:52:00.117][MCU2_0] [20230103_09:52:00.120] [MCU2_0] [MCU2_0] 15.016977 s: EnetPhy_readReg: PHY 6: reg 3 val 0xdd02 [20230103_09:52:00.124][MCU2_0] 15.017041 s: EnetPhy_bindDriver: PHY 6: OUI:006037 Model:10 Ver:02 <-> 'vsc8514' [20230103_09:52:00.136][MCU2_0] 15.017106 s: EnetPhy_bindDriver: PHY 6: OUI:006037 Model:10 Ver:02 <-> 'dp83822' [20230103_09:52:00.146][MCU2_0] 15.017169 s: EnetPhy_bindDriver: PHY 6: OUI:006037 Model:10 Ver:02 <-> 'dp83867' [20230103_09:52:00.148][MCU2_0] 15.017231 s: EnetPhy_bindDriver: PHY 6: OUI:006037 Model:10 Ver:02 <-> 'tja1101' [20230103_09:52:00.157][MCU2_0] 15.017294 s: EnetPhy_bindDriver: PHY 6: OUI:006037 Model:10 Ver:02 <-> 'tja1101' : OK [20230103_09:52:00.169][MCU2_0] 15.017343 s: EnetPhy_open: PHY 6: open [20230103_09:52:00.171][MCU2_0] 15.019059 s: [20230103_09:52:00.173][MCU2_0] ETHFW Version : 0.02.00 [20230103_09:52:00.179][MCU2_0] 15.019131 s: ETHFW Build Date: Jan 3, 2023 [20230103_09:52:00.182][MCU2_0] 15.019168 s: ETHFW Build Time: 09:45:43 [20230103_09:52:00.185][MCU2_0] 15.019195 s: ETHFW Commit SHA: 36e0d465 [20230103_09:52:00.190][MCU2_0] 15.019266 s: ETHFW: Init ... DONE !!! [20230103_09:52:00.193][MCU2_0] 15.019302 s: ETHFW: Remove server Init ... !!! [20230103_09:52:00.202][MCU2_0] 15.019489 s: CpswProxyServer: Virtual port configuration: [20230103_09:52:00.214][MCU2_0] 15.019547 s: mpu_1_0 <-> Switch port 0: mpu_1_0_ethswitch-device-0 [20230103_09:52:00.216][MCU2_0] 15.019593 s: mpu_1_0 <-> MAC port 4: mpu_1_0_ethmac-device-4 [20230103_09:52:00.223][MCU2_0] 15.020516 s: CpswProxyServer: initialization completed (core: mcu2_0) [20230103_09:52:00.226][MCU2_0] 15.020584 s: ETHFW: Remove server Init ... DONE !!! [20230103_09:52:00.235][MCU2_0] 15.021806 s: Starting lwIP, local interface IP is dhcp-enabled [20230103_09:52:00.245][MCU2_0] 15.028677 s: Host MAC address: 70:ff:76:1d:92:c3 [20230103_09:52:00.248][MCU2_0] 15.032584 s: [LWIPIF_LWIP] Enet LLD netif initialized successfully [20230103_09:52:00.257][MCU2_0] 15.063092 s: [LWIPIF_LWIP_IC] Interface started successfully [20230103_09:52:00.259][MCU2_0] 15.063170 s: [LWIPIF_LWIP_IC] NETIF INIT SUCCESS [20230103_09:52:00.269][MCU2_0] 15.073966 s: FVID2: Init ... !!! [20230103_09:52:00.271][MCU2_0] 15.074075 s: FVID2: Init ... Done !!! [20230103_09:52:00.274][MCU2_0] 15.074130 s: DSS: Init ... !!! [20230103_09:52:00.280][MCU2_0] 15.074162 s: DSS: Display type is eDP !!! [20230103_09:52:00.283][MCU2_0] 15.074191 s: DSS: M2M Path is enabled !!! [20230103_09:52:00.292][MCU2_0] 15.074219 s: DSS: SoC init ... !!! [20230103_09:52:00.294][MCU2_0] 15.074244 s: SCICLIENT: Sciclient_pmSetModuleState module=152 state=2 [20230103_09:52:00.302][MCU2_0] 15.074467 s: SCICLIENT: Sciclient_pmSetModuleState success [20230103_09:52:00.312][MCU2_0] 15.074516 s: SCICLIENT: Sciclient_pmSetModuleState module=297 state=2 [20230103_09:52:00.316][MCU2_0] 15.074727 s: SCICLIENT: Sciclient_pmSetModuleState success [20230103_09:52:00.323][MCU2_0] 15.074766 s: SCICLIENT: Sciclient_pmSetModuleState module=151 state=2 [20230103_09:52:00.325][MCU2_0] 15.074938 s: SCICLIENT: Sciclient_pmSetModuleState success [20230103_09:52:00.334][MCU2_0] 15.075117 s: SCICLIENT: Sciclient_pmSetModuleClkParent module=152 clk=9 parent=11 [20230103_09:52:00.346][MCU2_0] 15.075278 s: SCICLIENT: Sciclient_pmSetModuleClkParent success [20230103_09:52:00.357][MCU2_0] 15.075320 s: SCICLIENT: Sciclient_pmSetModuleClkParent module=152 clk=13 parent=18 [20230103_09:52:00.359][MCU2_0] 15.075465 s: SCICLIENT: Sciclient_pmSetModuleClkParent success [20230103_09:52:00.371][MCU2_0] 15.075502 s: SCICLIENT: Sciclient_pmSetModuleClkParent module=152 clk=1 parent=2 [20230103_09:52:00.379][MCU2_0] 15.075612 s: SCICLIENT: Sciclient_pmSetModuleClkParent success [20230103_09:52:00.381][MCU2_0] 15.075652 s: SCICLIENT: Sciclient_pmSetModuleClkFreq module=152 clk=1 freq=148500000 [20230103_09:52:00.390][MCU2_0] 15.076781 s: SCICLIENT: Sciclient_pmSetModuleClkFreq success [20230103_09:52:00.403][MCU2_0] 15.076836 s: SCICLIENT: Sciclient_pmModuleClkRequest module=152 clk=1 state=2 flag=0 [20230103_09:52:00.405][MCU2_0] 15.077054 s: SCICLIENT: Sciclient_pmModuleClkRequest success [20230103_09:52:00.413][MCU2_0] 15.077107 s: DSS: SoC init ... Done !!! [20230103_09:52:00.415][MCU2_0] 15.077138 s: DSS: Board init ... !!! [20230103_09:52:00.423][MCU2_0] 15.077165 s: DSS: Board init ... Done !!! [20230103_09:52:00.426][MCU2_0] 15.097254 s: DSS: Init ... Done !!! [20230103_09:52:00.428][MCU2_0] 15.097329 s: VHWA: VPAC Init ... !!! [20230103_09:52:00.435][MCU2_0] 15.097358 s: SCICLIENT: Sciclient_pmSetModuleState module=290 state=2 [20230103_09:52:00.446][MCU2_0] 15.097584 s: SCICLIENT: Sciclient_pmSetModuleState success [20230103_09:52:00.449][MCU2_0] 15.097630 s: VHWA: LDC Init ... !!! [20230103_09:52:00.451][MCU2_0] 15.101740 s: VHWA: LDC Init ... Done !!! [20230103_09:52:00.456][MCU2_0] 15.101811 s: VHWA: MSC Init ... !!! [20230103_09:52:00.458][MCU2_0] 15.115114 s: VHWA: MSC Init ... Done !!! [20230103_09:52:00.470][MCU2_0] 15.115187 s: VHWA: NF Init ... !!! [20230103_09:52:00.472][MCU2_0] 15.117298 s: VHWA: NF Init ... Done !!! [20230103_09:52:00.474][MCU2_0] 15.117371 s: VHWA: VISS Init ... !!! [20230103_09:52:00.480][MCU2_0] 15.129225 s: EnetPhy_tick: PHY 6: FOUND [20230103_09:52:00.483][MCU2_0] 15.129364 s: EnetPhy_writeReg: PHY 6: reg 17 val 0x9804 [20230103_09:52:00.491][MCU2_0] 15.129476 s: EnetPhy_rmwReg: PHY 6: read reg 0 val 0x2100 [20230103_09:52:00.502][MCU2_0] 15.129590 s: EnetPhy_rmwReg: PHY 6: write reg 0 val 0xa100 [20230103_09:52:00.504][MCU2_0] 15.129644 s: EnetPhy_setNextState: PHY 6: FOUND -> RESET_WAIT (10 ticks) [20230103_09:52:00.512][MCU2_0] 15.130367 s: VHWA: VISS Init ... Done !!! [20230103_09:52:00.515][MCU2_0] 15.130457 s: VHWA: VPAC Init ... Done !!! [20230103_09:52:00.523][MCU2_0] 15.130507 s: VX_ZONE_INIT:Enabled [20230103_09:52:00.526][MCU2_0] 15.130562 s: VX_ZONE_ERROR:Enabled [20230103_09:52:00.528][MCU2_0] 15.130595 s: VX_ZONE_WARNING:Enabled [20230103_09:52:00.535][MCU2_0] 15.132170 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target MCU2-0 [20230103_09:52:00.545][MCU2_0] 15.132451 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target VPAC_NF [20230103_09:52:00.558][MCU2_0] 15.132695 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target VPAC_LDC1 [20230103_09:52:00.561][MCU2_0] 15.132928 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target VPAC_MSC1 [20230103_09:52:00.570][MCU2_0] 15.133406 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target VPAC_MSC2 [20230103_09:52:00.579][MCU2_0] 15.133718 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target VPAC_VISS1 [20230103_09:52:00.590][MCU2_0] 15.134136 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CAPTURE1 [20230103_09:52:00.593][MCU2_0] 15.134446 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CAPTURE2 [20230103_09:52:00.605][MCU2_0] 15.134724 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DISPLAY1 [20230103_09:52:00.612][MCU2_0] 15.135146 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DISPLAY2 [20230103_09:52:00.624][MCU2_0] 15.135415 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CSITX [20230103_09:52:00.626][MCU2_0] 15.135719 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CAPTURE3 [20230103_09:52:00.635][MCU2_0] 15.136157 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CAPTURE4 [20230103_09:52:00.645][MCU2_0] 15.136470 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CAPTURE5 [20230103_09:52:00.657][MCU2_0] 15.136755 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CAPTURE6 [20230103_09:52:00.671][MCU2_0] 15.137184 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CAPTURE7 [20230103_09:52:00.673][MCU2_0] 15.137492 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CAPTURE8 [20230103_09:52:00.679][MCU2_0] 15.137739 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DSS_M2M1 [20230103_09:52:00.690][MCU2_0] 15.138175 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DSS_M2M2 [20230103_09:52:00.703][MCU2_0] 15.138452 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DSS_M2M3 [20230103_09:52:00.705][MCU2_0] 15.138697 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DSS_M2M4 [20230103_09:52:00.712][MCU2_0] 15.138758 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!! [20230103_09:52:00.715][MCU2_0] 15.138797 s: APP: OpenVX Target kernel init ... !!! [20230103_09:52:00.723][MCU2_0] 15.160278 s: APP: OpenVX Target kernel init ... Done !!! [20230103_09:52:00.726][MCU2_0] 15.160348 s: CSI2RX: Init ... !!! [20230103_09:52:00.734][MCU2_0] 15.160381 s: SCICLIENT: Sciclient_pmSetModuleState module=25 state=2 [20230103_09:52:00.745][MCU2_0] 15.160539 s: SCICLIENT: Sciclient_pmSetModuleState success [20230103_09:52:00.748][MCU2_0] 15.160582 s: SCICLIENT: Sciclient_pmSetModuleState module=26 state=2 [20230103_09:52:00.757][MCU2_0] 15.160762 s: SCICLIENT: Sciclient_pmSetModuleState success [20230103_09:52:00.769][MCU2_0] 15.160797 s: SCICLIENT: Sciclient_pmSetModuleState module=27 state=2 [20230103_09:52:00.771][MCU2_0] 15.161097 s: SCICLIENT: Sciclient_pmSetModuleState success [20230103_09:52:00.782][MCU2_0] 15.161155 s: SCICLIENT: Sciclient_pmSetModuleState module=147 state=2 [20230103_09:52:00.784][MCU2_0] 15.161282 s: SCICLIENT: Sciclient_pmSetModuleState success [20230103_09:52:00.790][MCU2_0] 15.161324 s: SCICLIENT: Sciclient_pmSetModuleState module=148 state=2 [20230103_09:52:00.803][MCU2_0] 15.161442 s: SCICLIENT: Sciclient_pmSetModuleState success [20230103_09:52:00.804][MCU2_0] 15.162395 s: CSI2RX: Init ... Done !!! [20230103_09:52:00.806][MCU2_0] 15.162466 s: CSI2TX: Init ... !!! [20230103_09:52:00.812][MCU2_0] 15.162496 s: SCICLIENT: Sciclient_pmSetModuleState module=25 state=2 [20230103_09:52:00.824][MCU2_0] 15.162624 s: SCICLIENT: Sciclient_pmSetModuleState success [20230103_09:52:00.826][MCU2_0] 15.162664 s: SCICLIENT: Sciclient_pmSetModuleState module=28 state=2 [20230103_09:52:00.834][MCU2_0] 15.162839 s: SCICLIENT: Sciclient_pmSetModuleState success [20230103_09:52:00.845][MCU2_0] 15.162875 s: SCICLIENT: Sciclient_pmSetModuleState module=296 state=2 [20230103_09:52:00.848][MCU2_0] 15.163074 s: SCICLIENT: Sciclient_pmSetModuleState success [20230103_09:52:00.857][MCU2_0] 15.163803 s: CSI2TX: Init ... Done !!! [20230103_09:52:00.859][MCU2_0] 15.163902 s: ISS: Init ... !!! [20230103_09:52:00.861][MCU2_0] 15.164098 s: IssSensor_Init ... Done !!! [20230103_09:52:00.870][MCU2_0] 15.164231 s: IttRemoteServer_Init ... Done !!! [20230103_09:52:00.872][MCU2_0] 15.164275 s: VISS REMOTE SERVICE: Init ... !!! [20230103_09:52:00.879][MCU2_0] 15.164350 s: VISS REMOTE SERVICE: Init ... Done !!! [20230103_09:52:00.882][MCU2_0] 15.164383 s: UDMA Copy: Init ... !!! [20230103_09:52:00.890][MCU2_0] 15.166594 s: UDMA Copy: Init ... Done !!! [20230103_09:52:00.892][MCU2_0] 15.166709 s: APP: Init ... Done !!! [20230103_09:52:00.894][MCU2_0] 15.166751 s: APP: Run ... !!! [20230103_09:52:00.902][MCU2_0] 15.166777 s: IPC: Starting echo test ... [20230103_09:52:00.904][MCU2_0] 15.169725 s: APP: Run ... Done !!! [20230103_09:52:00.912][MCU2_0] 15.186679 s: [LWIPIF_LWIP_IC] Interface started successfully [20230103_09:52:00.915][MCU2_0] 15.186759 s: [LWIPIF_LWIP_IC] NETIF INIT SUCCESS [20230103_09:52:00.923][MCU2_0] 15.186879 s: Added interface 'br4', IP is 0.0.0.0 [20230103_09:52:00.935][MCU2_0] 15.189183 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[.] C66X_1[P] C66X_2[.] C7X_1[.] [20230103_09:52:00.945][MCU2_0] 15.189319 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[.] C66X_1[P] C66X_2[P] C7X_1[.] [20230103_09:52:00.948][MCU2_0] 15.189417 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[.] C66X_1[P] C66X_2[P] C7X_1[P] [20230103_09:52:00.956][MCU2_0] 15.189511 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[P] C66X_1[P] C66X_2[P] C7X_1[P] [20230103_09:52:00.971][MCU2_0] 15.221069 s: EnetPhy_tick: PHY 6: RESET_WAIT [20230103_09:52:00.972][MCU2_0] 15.221146 s: EnetPhy_setNextState: PHY 6: RESET_WAIT -> ENABLE (0 ticks) [20230103_09:52:00.980][MCU2_0] 15.321063 s: EnetPhy_tick: PHY 6: ENABLE [20230103_09:52:00.983][MCU2_0] 15.321131 s: EnetPhy_enableState: PHY 6: enable [20230103_09:52:00.990][MCU2_0] 15.321234 s: EnetPhy_rmwReg: PHY 6: read reg 0 val 0x2100 [20230103_09:52:00.992][MCU2_0] 15.321346 s: EnetPhy_rmwReg: PHY 6: write reg 0 val 0x2100 [20230103_09:52:01.001][MCU2_0] 15.321470 s: EnetPhy_writeReg: PHY 6: reg 17 val 0x9804 [20230103_09:52:01.012][MCU2_0] 15.321581 s: EnetPhy_writeReg: PHY 6: reg 18 val 0xdd05 [20230103_09:52:01.015][MCU2_0] 15.321676 s: EnetPhy_readReg: PHY 6: reg 27 val 0x8020 [20230103_09:52:01.024][MCU2_0] 15.321789 s: EnetPhy_writeReg: PHY 6: reg 27 val 0xb020 [20230103_09:52:01.026][MCU2_0] 15.321877 s: EnetPhy_writeReg: PHY 6: reg 17 val 0x9800 [20230103_09:52:01.034][MCU2_0] 15.321932 s: EnetPhy_enableState: PHY 6: req caps: FD1000 HD1000 FD100 HD100 FD10 HD10 [20230103_09:52:01.046][MCU2_0] 15.322201 s: EnetPhy_readReg: PHY 6: reg 1 val 0x01e1 [20230103_09:52:01.049][MCU2_0] 15.322300 s: EnetPhy_readReg: PHY 6: reg 15 val 0x0080 [20230103_09:52:01.057][MCU2_0] 15.322353 s: EnetPhy_enableState: PHY 6: PHY caps: None [20230103_09:52:01.069][MCU2_0] 15.322404 s: EnetPhy_enableState: PHY 6: MAC caps: FD1000 FD100 HD100 FD10 HD10 [20230103_09:52:01.072][MCU2_0] 15.322458 s: EnetPhy_enableState: PHY 6: refined caps: FD100 [20230103_09:52:01.079][MCU2_0] 15.322567 s: EnetPhy_readReg: PHY 6: reg 1 val 0x01e1 pu| [MCU2_0] 15.322612 s: EnetPhy_enableState: PHY 6: PHY is not NWAY-capable [20230103_09:52:01.089][MCU2_0] 15.322660 s: EnetPhy_enableState: PHY 6: falling back to manual mode [20230103_09:52:01.101][MCU2_0] 15.322709 s: EnetPhy_enableState: PHY 6: new link caps: FD100 [20230103_09:52:01.104][MCU2_0] 15.322756 s: EnetPhy_enableState: PHY 6: manual setup [20230103_09:52:01.112][MCU2_0] 15.322865 s: EnetPhy_rmwReg: PHY 6: read reg 0 val 0x2100 [20230103_09:52:01.115][MCU2_0] 15.323098 s: EnetPhy_rmwReg: PHY 6: write reg 0 val 0x2100 [20230103_09:52:01.124][MCU2_0] 15.323162 s: EnetPhy_setupManual: PHY 6: requested mode: 100 Mbps full-duplex [20230103_09:52:01.135][MCU2_0] 15.323226 s: EnetPhy_setNextState: PHY 6: ENABLE -> LINK_WAIT (50 ticks) [20230103_09:52:01.137][MCU2_0] 15.421068 s: EnetPhy_tick: PHY 6: LINK_WAIT (rem ticks 50) [20230103_09:52:01.157][MCU2_0] 15.421202 s: EnetPhy_readReg: PHY 6: reg 1 val 0x01e5 \r| [MCU2_0] 15.421265 s: EnetPhy_setNextState: PHY 6: LINK_WAIT -> LINKED (0 ticks) [20230103_09:52:01.158][MCU2_0] 15.421348 s: Cpsw_handleLinkUp: Port 4: Link up: 100-Mbps Full-Duplex [20230103_09:52:01.169][MCU2_0] 15.521059 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.171][MCU2_0] 15.621065 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.179][MCU2_0] 15.721067 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.181][MCU2_0] 15.729620 s: Function:CpswProxyServer_attachExtHandlerCb,HostId:0,CpswType:6 [20230103_09:52:01.190][MCU2_0] 15.821072 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.192][MCU2_0] 15.921061 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.201][MCU2_0] 16.021068 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.203][MCU2_0] 16.121067 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.205][MCU2_0] 16.221068 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.212][MCU2_0] 16.321074 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.214][MCU2_0] 16.421063 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.223][MCU2_0] 16.521066 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.226][MCU2_0] 16.621064 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.233][MCU2_0] 16.721065 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.236][MCU2_0] 16.821064 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.245][MCU2_0] 16.921064 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.248][MCU2_0] 17.021057 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.251][MCU2_0] 17.121065 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.256][MCU2_0] 17.221060 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.258][MCU2_0] 17.321059 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.269][MCU2_0] 17.421069 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.272][MCU2_0] 17.521059 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.278][MCU2_0] 17.621057 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.282][MCU2_0] 17.721066 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.284][MCU2_0] 17.821065 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.290][MCU2_0] 17.921069 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.292][MCU2_0] 18.021064 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.301][MCU2_0] 18.121061 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.304][MCU2_0] 18.221062 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.312][MCU2_0] 18.321057 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.315][MCU2_0] 18.421063 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.324][MCU2_0] 18.521061 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.326][MCU2_0] 18.621066 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.328][MCU2_0] 18.721060 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.334][MCU2_0] 18.821062 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.336][MCU2_0] 18.921056 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.345][MCU2_0] 19.021066 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.348][MCU2_0] 19.121069 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.356][MCU2_0] 19.221063 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.359][MCU2_0] 19.321062 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.361][MCU2_0] 19.421058 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.370][MCU2_0] 19.521059 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.372][MCU2_0] 19.621063 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.379][MCU2_0] 19.721064 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.382][MCU2_0] 19.821054 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.390][MCU2_0] 19.921055 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.392][MCU2_0] 20.021063 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.402][MCU2_0] 20.121060 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.404][MCU2_0] 20.221063 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.406][MCU2_0] 20.321059 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.412][MCU2_0] 20.421070 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.422][MCU2_0] 20.432727 s: Function:CpswProxyServer_registerMacHandlerCb,HostId:0,Handle:a398aac4,CoreKey:38acb7e6, MacAddress:70:ff:76:1d:92:c1, FlowIdx:172, FlowIdxOffset:0 [20230103_09:52:01.434][MCU2_0] 20.435908 s: Cpsw_ioctlInternal: CPSW: Registered MAC address. ALE entry:3, Policer Entry:1 [20230103_09:52:01.445][MCU2_0] 20.488681 s: Function:CpswProxyServer_filterAddMacHandlerCb,HostId:0,Handle:a398aac4,CoreKey:38acb7e6, MacAddress:33:33:0:0:0:1, vlanId:0, FlowIdx:172, FlowIdOffset:0 [20230103_09:52:01.467][MCU2_0] 20.490662 s: Function:CpswProxyServer_filterAddMacHandlerCb,HostId:0,Handle:a398aac4,CoreKey:38acb7e6, MacAddress:1:0:5e:0:0:1, vlanId:0, FlowIdx:172, FlowIdOffset:0 [20230103_09:52:01.479][MCU2_0] 20.492637 s: Function:CpswProxyServer_filterAddMacHandlerCb,HostId:0,Handle:a398aac4,CoreKey:38acb7e6, MacAddress:33:33:ff:1d:92:c1, vlanId:0, FlowIdx:172, FlowIdOffset:0 [20230103_09:52:01.489][MCU2_0] 20.521072 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.502][MCU2_0] 20.580808 s: Function:CpswProxyServer_filterAddMacHandlerCb,HostId:0,Handle:a398aac4,CoreKey:38acb7e6, MacAddress:1:80:c2:0:0:0, vlanId:0, FlowIdx:172, FlowIdOffset:0 [20230103_09:52:01.511][MCU2_0] 20.621067 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.514][MCU2_0] 51.921060 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.517][MCU2_0] 52.021062 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.523][MCU2_0] 52.121061 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.526][MCU2_0] 52.221055 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.534][MCU2_0] 52.321059 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.536][MCU2_0] 52.421059 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.545][MCU2_0] 52.521057 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.548][MCU2_0] 52.621062 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.558][MCU2_0] 52.721058 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.561][MCU2_0] 52.821060 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.563][MCU2_0] 52.921060 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.567][MCU2_0] 53.021064 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.570][MCU2_0] 53.121063 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.583][MCU2_0] 53.221063 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.587][MCU2_0] 53.321061 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.591][MCU2_0] 53.421056 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.593][MCU2_0] 53.521067 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:01.596][MCU2_1] 2.308048 s: CIO: Init ... Done !!! [20230103_09:52:01.601][MCU2_1] 2.308128 s: ### CPU Frequency = 1000000000 Hz [20230103_09:52:01.604][MCU2_1] 2.308174 s: APP: Init ... !!! [20230103_09:52:01.612][MCU2_1] 2.308204 s: SCICLIENT: Init ... !!! [20230103_09:52:01.615][MCU2_1] 2.308479 s: SCICLIENT: DMSC FW version [8.4.1--v08.04.01 (Jolly Jellyfi] [20230103_09:52:01.622][MCU2_1] 2.308548 s: SCICLIENT: DMSC FW revision 0x8 [20230103_09:52:01.625][MCU2_1] 2.308589 s: SCICLIENT: DMSC FW ABI revision 3.1 [20230103_09:52:01.636][MCU2_1] 2.308627 s: SCICLIENT: Init ... Done !!! [20230103_09:52:01.639][MCU2_1] 2.308656 s: UDMA: Init ... !!! [20230103_09:52:01.644][MCU2_1] 2.310334 s: UDMA: Init ... Done !!! [20230103_09:52:01.648][MCU2_1] 2.310397 s: MEM: Init ... !!! [20230103_09:52:01.656][MCU2_1] 2.310443 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ da000000 of size 16777216 bytes !!! [20230103_09:52:01.667][MCU2_1] 2.310534 s: MEM: Created heap (L3_MEM, id=1, flags=0x00000001) @ 3640000 of size 262144 bytes !!! [20230103_09:52:01.670][MCU2_1] 2.310601 s: MEM: Init ... Done !!! [20230103_09:52:01.678][MCU2_1] 2.310627 s: IPC: Init ... !!! [20230103_09:52:01.682][MCU2_1] 2.310693 s: IPC: 6 CPUs participating in IPC !!! [20230103_09:52:01.690][MCU2_1] 2.310747 s: IPC: Waiting for HLOS to be ready ... !!! [20230103_09:52:01.692][MCU2_1] 14.983138 s: IPC: HLOS is ready !!! [20230103_09:52:01.694][MCU2_1] 14.998920 s: IPC: Init ... Done !!! [20230103_09:52:01.701][MCU2_1] 14.998994 s: APP: Syncing with 5 CPUs ... !!! [20230103_09:52:01.704][MCU2_1] 14.999044 s: APP: Syncing with 5 CPUs ... Done !!! [20230103_09:52:01.711][MCU2_1] 14.999087 s: REMOTE_SERVICE: Init ... !!! [20230103_09:52:01.715][MCU2_1] 15.001328 s: REMOTE_SERVICE: Init ... Done !!! [20230103_09:52:01.723][MCU2_1] 15.001390 s: FVID2: Init ... !!! [20230103_09:52:01.725][MCU2_1] 15.001468 s: FVID2: Init ... Done !!! [20230103_09:52:01.734][MCU2_1] 15.001506 s: VHWA: DMPAC: Init ... !!! [20230103_09:52:01.735][MCU2_1] 15.001550 s: SCICLIENT: Sciclient_pmSetModuleState module=48 state=2 [20230103_09:52:01.745][MCU2_1] 15.002085 s: SCICLIENT: Sciclient_pmSetModuleState success [20230103_09:52:01.749][MCU2_1] 15.002129 s: SCICLIENT: Sciclient_pmSetModuleState module=305 state=2 [20230103_09:52:01.756][MCU2_1] 15.002600 s: SCICLIENT: Sciclient_pmSetModuleState success [20230103_09:52:01.758][MCU2_1] 15.002639 s: VHWA: DOF Init ... !!! [20230103_09:52:01.767][MCU2_1] 15.011735 s: VHWA: DOF Init ... Done !!! [20230103_09:52:01.769][MCU2_1] 15.011807 s: VHWA: SDE Init ... !!! [20230103_09:52:01.778][MCU2_1] 15.014740 s: VHWA: SDE Init ... Done !!! [20230103_09:52:01.781][MCU2_1] 15.014797 s: VHWA: DMPAC: Init ... Done !!! [20230103_09:52:01.790][MCU2_1] 15.014849 s: VX_ZONE_INIT:Enabled [20230103_09:52:01.792][MCU2_1] 15.014884 s: VX_ZONE_ERROR:Enabled [20230103_09:52:01.795][MCU2_1] 15.014913 s: VX_ZONE_WARNING:Enabled [20230103_09:52:01.801][MCU2_1] 15.016179 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DMPAC_SDE [20230103_09:52:01.811][MCU2_1] 15.016447 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DMPAC_DOF [20230103_09:52:01.824][MCU2_1] 15.016722 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target MCU2-1 [20230103_09:52:01.827][MCU2_1] 15.016785 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!! [20230103_09:52:01.834][MCU2_1] 15.016826 s: APP: OpenVX Target kernel init ... !!! [20230103_09:52:01.837][MCU2_1] 15.017115 s: APP: OpenVX Target kernel init ... Done !!! [20230103_09:52:01.844][MCU2_1] 15.017163 s: UDMA Copy: Init ... !!! [20230103_09:52:01.847][MCU2_1] 15.019051 s: UDMA Copy: Init ... Done !!! [20230103_09:52:01.856][MCU2_1] 15.019126 s: APP: Init ... Done !!! [20230103_09:52:01.858][MCU2_1] 15.019162 s: APP: Run ... !!! [20230103_09:52:01.860][MCU2_1] 15.019190 s: IPC: Starting echo test ... [20230103_09:52:01.867][MCU2_1] 15.022367 s: APP: Run ... Done !!! [20230103_09:52:01.878][MCU2_1] 15.023661 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[s] C66X_1[P] C66X_2[.] C7X_1[.] [20230103_09:52:01.881][MCU2_1] 15.023791 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[s] C66X_1[P] C66X_2[P] C7X_1[.] [20230103_09:52:01.890][MCU2_1] 15.023898 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[s] C66X_1[P] C66X_2[P] C7X_1[P] [20230103_09:52:01.901][MCU2_1] 15.188819 s: IPC: Echo status: mpu1_0[x] mcu2_0[P] mcu2_1[s] C66X_1[P] C66X_2[P] C7X_1[P] [20230103_09:52:01.911][C6x_1 ] 2.420013 s: CIO: Init ... Done !!! [20230103_09:52:01.914][C6x_1 ] 2.420041 s: ### CPU Frequency = 1350000000 Hz [20230103_09:52:01.916][C6x_1 ] 2.420051 s: APP: Init ... !!! [20230103_09:52:01.923][C6x_1 ] 2.420059 s: SCICLIENT: Init ... !!! [20230103_09:52:01.925][C6x_1 ] 2.420280 s: SCICLIENT: DMSC FW version [8.4.1--v08.04.01 (Jolly Jellyfi] [20230103_09:52:01.933][C6x_1 ] 2.420292 s: SCICLIENT: DMSC FW revision 0x8 [20230103_09:52:01.935][C6x_1 ] 2.420302 s: SCICLIENT: DMSC FW ABI revision 3.1 [20230103_09:52:01.945][C6x_1 ] 2.420312 s: SCICLIENT: Init ... Done !!! [20230103_09:52:01.948][C6x_1 ] 2.420321 s: UDMA: Init ... !!! [20230103_09:52:01.956][C6x_1 ] 2.421886 s: UDMA: Init ... Done !!! [20230103_09:52:01.958][C6x_1 ] 2.421908 s: MEM: Init ... !!! [20230103_09:52:01.969][C6x_1 ] 2.421922 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ dc000000 of size 16777216 bytes !!! [20230103_09:52:01.979][C6x_1 ] 2.421941 s: MEM: Created heap (L2_MEM, id=2, flags=0x00000001) @ 800000 of size 229376 bytes !!! [20230103_09:52:01.989][C6x_1 ] 2.421956 s: MEM: Created heap (DDR_SCRATCH_MEM, id=4, flags=0x00000001) @ dd000000 of size 50331648 bytes !!! [20230103_09:52:01.992][C6x_1 ] 2.421973 s: MEM: Init ... Done !!! [20230103_09:52:02.001][C6x_1 ] 2.421981 s: IPC: Init ... !!! [20230103_09:52:02.004][C6x_1 ] 2.422002 s: IPC: 6 CPUs participating in IPC !!! [20230103_09:52:02.012][C6x_1 ] 2.422018 s: IPC: Waiting for HLOS to be ready ... !!! [20230103_09:52:02.015][C6x_1 ] 12.668919 s: IPC: HLOS is ready !!! [20230103_09:52:02.018][C6x_1 ] 12.673189 s: IPC: Init ... Done !!! [20230103_09:52:02.023][C6x_1 ] 12.673220 s: APP: Syncing with 5 CPUs ... !!! [20230103_09:52:02.026][C6x_1 ] 14.999043 s: APP: Syncing with 5 CPUs ... Done !!! [20230103_09:52:02.033][C6x_1 ] 14.999062 s: REMOTE_SERVICE: Init ... !!! [20230103_09:52:02.035][C6x_1 ] 14.999927 s: REMOTE_SERVICE: Init ... Done !!! [20230103_09:52:02.046][C6x_1 ] 14.999982 s: VX_ZONE_INIT:Enabled [20230103_09:52:02.049][C6x_1 ] 14.999997 s: VX_ZONE_ERROR:Enabled [20230103_09:52:02.057][C6x_1 ] 15.000007 s: VX_ZONE_WARNING:Enabled [20230103_09:52:02.060][C6x_1 ] 15.000965 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!! [20230103_09:52:02.068][C6x_1 ] 15.001044 s: APP: OpenVX Target kernel init ... !!! [20230103_09:52:02.071][C6x_1 ] 15.001399 s: APP: OpenVX Target kernel init ... Done !!! [20230103_09:52:02.078][C6x_1 ] 15.001421 s: UDMA Copy: Init ... !!! [20230103_09:52:02.081][C6x_1 ] 15.005276 s: UDMA Copy: Init ... Done !!! [20230103_09:52:02.089][C6x_1 ] 15.005296 s: APP: Init ... Done !!! [20230103_09:52:02.091][C6x_1 ] 15.005304 s: APP: Run ... !!! [20230103_09:52:02.094][C6x_1 ] 15.005313 s: IPC: Starting echo test ... [20230103_09:52:02.101][C6x_1 ] 15.006562 s: APP: Run ... Done !!! [20230103_09:52:02.111][C6x_1 ] 15.006914 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[s] C66X_2[x] C7X_1[P] [20230103_09:52:02.115][C6x_1 ] 15.007427 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[s] C66X_2[P] C7X_1[P] [20230103_09:52:02.122][C6x_1 ] 15.022930 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[P] C66X_1[s] C66X_2[P] C7X_1[P] [20230103_09:52:02.135][C6x_1 ] 15.187872 s: IPC: Echo status: mpu1_0[x] mcu2_0[P] mcu2_1[P] C66X_1[s] C66X_2[P] C7X_1[P] [20230103_09:52:02.145][C6x_2 ] 2.518491 s: CIO: Init ... Done !!! [20230103_09:52:02.148][C6x_2 ] 2.518519 s: ### CPU Frequency = 1350000000 Hz [20230103_09:52:02.149][C6x_2 ] 2.518531 s: APP: Init ... !!! [20230103_09:52:02.155][C6x_2 ] 2.518540 s: SCICLIENT: Init ... !!! [20230103_09:52:02.158][C6x_2 ] 2.518761 s: SCICLIENT: DMSC FW version [8.4.1--v08.04.01 (Jolly Jellyfi] [20230103_09:52:02.168][C6x_2 ] 2.518773 s: SCICLIENT: DMSC FW revision 0x8 [20230103_09:52:02.171][C6x_2 ] 2.518783 s: SCICLIENT: DMSC FW ABI revision 3.1 [20230103_09:52:02.183][C6x_2 ] 2.518794 s: SCICLIENT: Init ... Done !!! [20230103_09:52:02.185][C6x_2 ] 2.518804 s: UDMA: Init ... !!! [20230103_09:52:02.188][C6x_2 ] 2.520449 s: UDMA: Init ... Done !!! [20230103_09:52:02.191][C6x_2 ] 2.520472 s: MEM: Init ... !!! [20230103_09:52:02.201][C6x_2 ] 2.520486 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ e0000000 of size 16777216 bytes !!! [20230103_09:52:02.211][C6x_2 ] 2.520506 s: MEM: Created heap (L2_MEM, id=2, flags=0x00000001) @ 800000 of size 229376 bytes !!! [20230103_09:52:02.222][C6x_2 ] 2.520522 s: MEM: Created heap (DDR_SCRATCH_MEM, id=4, flags=0x00000001) @ e1000000 of size 50331648 bytes !!! [20230103_09:52:02.225][C6x_2 ] 2.520539 s: MEM: Init ... Done !!! [20230103_09:52:02.233][C6x_2 ] 2.520548 s: IPC: Init ... !!! [20230103_09:52:02.236][C6x_2 ] 2.520570 s: IPC: 6 CPUs participating in IPC !!! [20230103_09:52:02.245][C6x_2 ] 2.520587 s: IPC: Waiting for HLOS to be ready ... !!! [20230103_09:52:02.248][C6x_2 ] 13.033831 s: IPC: HLOS is ready !!! [20230103_09:52:02.250][C6x_2 ] 13.038081 s: IPC: Init ... Done !!! [20230103_09:52:02.256][C6x_2 ] 13.038110 s: APP: Syncing with 5 CPUs ... !!! [20230103_09:52:02.258][C6x_2 ] 14.999043 s: APP: Syncing with 5 CPUs ... Done !!! [20230103_09:52:02.269][C6x_2 ] 14.999061 s: REMOTE_SERVICE: Init ... !!! [20230103_09:52:02.270][C6x_2 ] 14.999939 s: REMOTE_SERVICE: Init ... Done !!! [20230103_09:52:02.277][C6x_2 ] 14.999989 s: VX_ZONE_INIT:Enabled [20230103_09:52:02.280][C6x_2 ] 15.000005 s: VX_ZONE_ERROR:Enabled [20230103_09:52:02.289][C6x_2 ] 15.000014 s: VX_ZONE_WARNING:Enabled [20230103_09:52:02.291][C6x_2 ] 15.000975 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!! [20230103_09:52:02.301][C6x_2 ] 15.001051 s: APP: OpenVX Target kernel init ... !!! [20230103_09:52:02.303][C6x_2 ] 15.001412 s: APP: OpenVX Target kernel init ... Done !!! [20230103_09:52:02.311][C6x_2 ] 15.001437 s: UDMA Copy: Init ... !!! [20230103_09:52:02.314][C6x_2 ] 15.005679 s: UDMA Copy: Init ... Done !!! [20230103_09:52:02.324][C6x_2 ] 15.005703 s: APP: Init ... Done !!! [20230103_09:52:02.326][C6x_2 ] 15.005712 s: APP: Run ... !!! [20230103_09:52:02.328][C6x_2 ] 15.005722 s: IPC: Starting echo test ... [20230103_09:52:02.333][C6x_2 ] 15.007071 s: APP: Run ... Done !!! [20230103_09:52:02.345][C6x_2 ] 15.007435 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[P] C66X_2[s] C7X_1[.] [20230103_09:52:02.347][C6x_2 ] 15.007473 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[P] C66X_2[s] C7X_1[P] [20230103_09:52:02.355][C6x_2 ] 15.022957 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[P] C66X_1[P] C66X_2[s] C7X_1[P] [20230103_09:52:02.370][C6x_2 ] 15.187903 s: IPC: Echo status: mpu1_0[x] mcu2_0[P] mcu2_1[P] C66X_1[P] C66X_2[s] C7X_1[P] [20230103_09:52:02.372][C7x_1 ] 2.760618 s: CIO: Init ... Done !!! [20230103_09:52:02.377][C7x_1 ] 2.760633 s: ### CPU Frequency = 1000000000 Hz [20230103_09:52:02.380][C7x_1 ] 2.760645 s: APP: Init ... !!! [20230103_09:52:02.389][C7x_1 ] 2.760654 s: SCICLIENT: Init ... !!! [20230103_09:52:02.391][C7x_1 ] 2.760884 s: SCICLIENT: DMSC FW version [8.4.1--v08.04.01 (Jolly Jellyfi] [20230103_09:52:02.403][C7x_1 ] 2.760899 s: SCICLIENT: DMSC FW revision 0x8 [20230103_09:52:02.404][C7x_1 ] 2.760909 s: SCICLIENT: DMSC FW ABI revision 3.1 [20230103_09:52:02.411][C7x_1 ] 2.760920 s: SCICLIENT: Init ... Done !!! [20230103_09:52:02.414][C7x_1 ] 2.760929 s: UDMA: Init ... !!! [20230103_09:52:02.422][C7x_1 ] 2.762171 s: UDMA: Init ... Done !!! [20230103_09:52:02.424][C7x_1 ] 2.762186 s: MEM: Init ... !!! [20230103_09:52:02.433][C7x_1 ] 2.762198 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ 117000000 of size 268435456 bytes !!! [20230103_09:52:02.444][C7x_1 ] 2.762220 s: MEM: Created heap (L3_MEM, id=1, flags=0x00000001) @ 70020000 of size 8159232 bytes !!! [20230103_09:52:02.456][C7x_1 ] 2.762238 s: MEM: Created heap (L2_MEM, id=2, flags=0x00000001) @ 64800000 of size 458752 bytes !!! [20230103_09:52:02.469][C7x_1 ] 2.762255 s: MEM: Created heap (L1_MEM, id=3, flags=0x00000001) @ 64e00000 of size 16384 bytes !!! [20230103_09:52:02.479][C7x_1 ] 2.762272 s: MEM: Created heap (DDR_SCRATCH_MEM, id=4, flags=0x00000001) @ 100000000 of size 385875968 bytes !!! [20230103_09:52:02.482][C7x_1 ] 2.762291 s: MEM: Init ... Done !!! [20230103_09:52:02.485][C7x_1 ] 2.762299 s: IPC: Init ... !!! [20230103_09:52:02.488][C7x_1 ] 2.762315 s: IPC: 6 CPUs participating in IPC !!! [20230103_09:52:02.491][C7x_1 ] 2.762330 s: IPC: Waiting for HLOS to be ready ... !!! [20230103_09:52:02.501][C7x_1 ] 13.299383 s: IPC: HLOS is ready !!! [20230103_09:52:02.504][C7x_1 ] 13.301683 s: IPC: Init ... Done !!! [20230103_09:52:02.511][C7x_1 ] 13.301699 s: APP: Syncing with 5 CPUs ... !!! [20230103_09:52:02.514][C7x_1 ] 14.999045 s: APP: Syncing with 5 CPUs ... Done !!! [20230103_09:52:02.522][C7x_1 ] 14.999065 s: REMOTE_SERVICE: Init ... !!! [20230103_09:52:02.524][C7x_1 ] 14.999268 s: REMOTE_SERVICE: Init ... Done !!! [20230103_09:52:02.533][C7x_1 ] 14.999294 s: VX_ZONE_INIT:Enabled [20230103_09:52:02.535][C7x_1 ] 14.999305 s: VX_ZONE_ERROR:Enabled [20230103_09:52:02.537][C7x_1 ] 14.999315 s: VX_ZONE_WARNING:Enabled [20230103_09:52:02.544][C7x_1 ] 14.999541 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1 [20230103_09:52:02.555][C7x_1 ] 14.999664 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_2 [20230103_09:52:02.569][C7x_1 ] 14.999799 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_3 [20230103_09:52:02.578][C7x_1 ] 14.999888 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_4 [20230103_09:52:02.578][C7x_1 ] 14.999978 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_5 [20230103_09:52:02.588][C7x_1 ] 15.000145 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_6 [20230103_09:52:02.601][C7x_1 ] 15.000284 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_7 [20230103_09:52:02.610][C7x_1 ] 15.000374 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_8 [20230103_09:52:02.611][C7x_1 ] 15.000399 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!! [20230103_09:52:02.622][C7x_1 ] 15.000412 s: APP: OpenVX Target kernel init ... !!! [20230103_09:52:02.635][C7x_1 ] 15.000616 s: APP: OpenVX Target kernel init ... Done !!! [20230103_09:52:02.635][C7x_1 ] 15.000631 s: APP: Init ... Done !!! [20230103_09:52:02.635][C7x_1 ] 15.000642 s: APP: Run ... !!! [20230103_09:52:02.644][C7x_1 ] 15.000651 s: IPC: Starting echo test ... [20230103_09:52:02.645][C7x_1 ] 15.000890 s: APP: Run ... Done !!! [20230103_09:52:02.656][C7x_1 ] 15.006922 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[P] C66X_2[x] C7X_1[s] [20230103_09:52:02.668][C7x_1 ] 15.007445 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[P] C66X_2[P] C7X_1[s] [20230103_09:52:02.677][C7x_1 ] 15.022981 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[P] C66X_1[P] C66X_2[P] C7X_1[s] [20230103_09:52:02.678][C7x_1 ] 15.187955 s: IPC: Echo status: mpu1_0[x] mcu2_0[P] mcu2_1[P] C66X_1[P] C66X_2[P] C7X_1[s] [20230103_09:52:02.689][MCU2_0] 53.621056 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:02.689][MCU2_0] 53.721062 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:02.701][MCU2_0] 53.821059 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:02.702][MCU2_0] 53.921056 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:02.710][MCU2_0] 54.021066 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:02.711][MCU2_0] 54.121063 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:02.722][MCU2_0] 54.221062 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:02.722][MCU2_0] 54.321057 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:02.723][MCU2_0] 54.421056 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:02.733][MCU2_0] 54.521057 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:02.733][MCU2_0] 54.621061 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:02.741][MCU2_0] 54.721058 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:02.792][MCU2_0] 54.821053 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:02.893][MCU2_0] 54.921059 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:02.995][MCU2_0] 55.021050 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:03.093][MCU2_0] 55.121061 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:03.195][MCU2_0] 55.221062 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:03.295][MCU2_0] 55.321060 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:03.395][MCU2_0] 55.421056 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:03.496][MCU2_0] 55.521058 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:03.597][MCU2_0] 55.621066 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:03.697][MCU2_0] 55.721058 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:03.800][MCU2_0] 55.821060 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:03.888][MCU2_0] 55.921058 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:03.990][MCU2_0] 56.021057 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:04.089][MCU2_0] 56.121054 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:04.191][MCU2_0] 56.221058 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:04.292][MCU2_0] 56.321061 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:04.392][MCU2_0] 56.421058 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:04.494][MCU2_0] 56.521060 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:04.593][MCU2_0] 56.621058 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:04.694][MCU2_0] 56.721061 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:04.794][MCU2_0] 56.821063 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:04.895][MCU2_0] 56.921059 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:04.996][MCU2_0] 57.021058 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:05.097][MCU2_0] 57.121068 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:05.199][MCU2_0] 57.221064 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:05.298][MCU2_0] 57.321062 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:05.399][MCU2_0] 57.421056 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:05.489][MCU2_0] 57.521060 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:05.589][MCU2_0] 57.621060 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:05.689][MCU2_0] 57.721062 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:05.793][MCU2_0] 57.821058 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:05.891][MCU2_0] 57.921059 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:05.992][MCU2_0] 58.021058 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:06.093][MCU2_0] 58.121059 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:06.193][MCU2_0] 58.221065 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:06.294][MCU2_0] 58.321057 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:06.395][MCU2_0] 58.421059 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:06.495][MCU2_0] 58.521062 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:06.596][MCU2_0] 58.621059 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:06.698][MCU2_0] 58.721050 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:06.797][MCU2_0] 58.821056 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:06.900][MCU2_0] 58.921057 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:06.999][MCU2_0] 59.021055 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:07.089][MCU2_0] 59.121062 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:07.190][MCU2_0] 59.221058 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:07.290][MCU2_0] 59.321057 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:07.391][MCU2_0] 59.421052 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:07.491][MCU2_0] 59.521060 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:07.592][MCU2_0] 59.621059 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:07.693][MCU2_0] 59.721056 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:07.793][MCU2_0] 59.821056 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:07.894][MCU2_0] 59.921062 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:07.995][MCU2_0] 60.021061 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:08.095][MCU2_0] 60.121062 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:08.195][MCU2_0] 60.221065 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:08.299][MCU2_0] 60.321058 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:08.398][MCU2_0] 60.421057 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:08.499][MCU2_0] 60.521062 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:08.598][MCU2_0] 60.621064 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:08.699][MCU2_0] 60.721061 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:08.789][MCU2_0] 60.821058 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:08.890][MCU2_0] 60.921067 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:08.990][MCU2_0] 61.021055 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:09.093][MCU2_0] 61.121056 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:09.192][MCU2_0] 61.221062 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:09.294][MCU2_0] 61.321058 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:09.393][MCU2_0] 61.421060 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:09.496][MCU2_0] 61.521063 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:09.594][MCU2_0] 61.621056 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:09.695][MCU2_0] 61.721061 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:09.797][MCU2_0] 61.821061 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:09.897][MCU2_0] 61.921057 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:09.997][MCU2_0] 62.021059 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:10.098][MCU2_0] 62.121063 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:10.198][MCU2_0] 62.221066 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:10.299][MCU2_0] 62.321060 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:10.389][MCU2_0] 62.421060 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:10.489][MCU2_0] 62.521061 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:10.590][MCU2_0] 62.621063 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:10.690][MCU2_0] 62.721058 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:10.793][MCU2_0] 62.821060 s: EnetPhy_tick: PHY 6: LINKED [20230103_09:52:10.858]^C [20230103_09:52:14.065]root@j7-evm:~# ifconfig [20230103_09:52:14.088]eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 metric 1 [20230103_09:52:14.100] inet6 fe80::72ff:76ff:fe1d:92c1 prefixlen 64 scopeid 0x20<link> [20230103_09:52:14.103] ether 70:ff:76:1d:92:c1 txqueuelen 1000 (Ethernet) [20230103_09:52:14.106] RX packets 0 bytes 0 (0.0 B) [20230103_09:52:14.110] RX errors 0 dropped 0 overruns 0 frame 0 [20230103_09:52:14.113] TX packets 23 bytes 3844 (3.7 KiB) [20230103_09:52:14.124] TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 [20230103_09:52:14.127] [20230103_09:52:14.129]lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 metric 1 [20230103_09:52:14.133] inet 127.0.0.1 netmask 255.0.0.0 [20230103_09:52:14.136] inet6 ::1 prefixlen 128 scopeid 0x10<host> [20230103_09:52:14.138] loop txqueuelen 1000 (Local Loopback) [20230103_09:52:14.144] RX packets 82 bytes 6220 (6.0 KiB) [20230103_09:52:14.146] RX errors 0 dropped 0 overruns 0 frame 0 [20230103_09:52:14.148] TX packets 82 bytes 6220 (6.0 KiB) [20230103_09:52:14.164] TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 [20230103_09:52:14.166] [20230103_09:52:22.370]root@j7-evm:~# ifconfig eth1 192.168.1.3 [20230103_09:52:25.505]root@j7-evm:~# ping 192.168.1.2 [20230103_09:52:28.565]PING 192.168.1.2 (192.168.1.2): 56 data bytes [20230103_09:52:49.356]^C [20230103_09:52:49.358]--- 192.168.1.2 ping statistics --- [20230103_09:52:49.361]21 packets transmitted, 0 packets received, 100% packet loss [20230103_09:52:49.550]root@j7-evm:~# ^C [20230103_09:53:30.932]root@j7-evm:~# [ 138.174433] Initializing XFRM netlink socket [20230103_09:53:38.301][ 145.535950] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [20230103_09:53:38.313][ 145.554176] Bridge firewalling registered [20230103_09:53:49.183][ 156.419652] process 'docker/tmp/qemu-check549206189/check' started with executable stack [20230103_10:03:52.274] [20230103_10:03:52.427]root@j7-evm:~# [20230103_10:03:52.576]root@j7-evm:~#
I searched the forum and saw that some people said to use this script to see the status of cpsw port. The following is my information, hoping to help
root@j7-evm:~# cat sh #!/bin/bash # change the value of port variable for the MAC port which you are facing issue on port=4 oport=$(( $port + $port )) offset="0x$oport""00" var=$(( 16#$(devmem2 0x0c03A034 | tail -n1 -c9) )) echo "PORT0 good Tx frames = $var" var=$(( 16#$(devmem2 $( printf "0x%X\n" $(( 0x0c03a034 + $offset )) ) | tail -n1 -c9) )) echo "PORT$port good Tx frames = $var" var=$(( 16#$(devmem2 $( printf "0x%X\n" $(( 0x0c03a000 + $offset )) ) | tail -n1 -c9) )) echo "PORT$port good Rx frames = $var" var=$(( 16#$(devmem2 0x0c03A000 | tail -n1 -c9) )) echo "PORT0 good Rx frames = $var" var=$(( 16#$(devmem2 0x0c03A028 | tail -n1 -c9) )) echo "PORT0 ALE drop frames = $var" var=$(( 16#$(devmem2 $( printf "0x%X\n" $(( 0x0c03a028 + $offset )) ) | tail -n1 -c9) )) echo "PORT$port ALE drop frames = $var"
root@j7-evm:~# ./sh PORT0 good Tx frames = 7736 PORT4 good Tx frames = 0 PORT4 good Rx frames = 7736 PORT0 good Rx frames = 4134 PORT0 ALE drop frames = 4118 PORT4 ALE drop frames = 0
Ling,
Can you pls follow the https://www.ti.com/lit/an/sprad07/sprad07.pdf : 3.3 MAC2MAC Debug session first and check your setting? Thanks.
Regards,
Fredy Zhang
hi Fredy,
Regarding the document you provided, I have verified the register value of cpsw as follows:
root@j7-evm:~/debug_gels# devmem2 0x00104050 w /dev/mem opened. Memory mapped at address 0xffff8b06e000. Read at address 0x00104050 (0xffff8b06e050): 0x00000001
I don't see the CPSW_SS_RGMII1_STATUS_REG register in the tda4vm documentation.The pinmux of port4 are also set to rmii
root@j7-evm:~/debug_gels# devmem2 0x0011c100 /dev/mem opened. Memory mapped at address 0xffff9eb22000. Read at address 0x0011C100 (0xffff9eb22100): 0x00050005 root@j7-evm:~/debug_gels# devmem2 0x0011c104 /dev/mem opened. Memory mapped at address 0xffff8a7d8000. Read at address 0x0011C104 (0xffff8a7d8104): 0x00050005 root@j7-evm:~/debug_gels# devmem2 0x0011c108 /dev/mem opened. Memory mapped at address 0xffffb101e000. Read at address 0x0011C108 (0xffffb101e108): 0x00050005 root@j7-evm:~/debug_gels# devmem2 0x0011c10c /dev/mem opened. Memory mapped at address 0xffff88623000. Read at address 0x0011C10C (0xffff8862310c): 0x00050005 root@j7-evm:~/debug_gels# devmem2 0x0011c110 /dev/mem opened. Memory mapped at address 0xffff95246000. Read at address 0x0011C110 (0xffff95246110): 0x00010005 root@j7-evm:~/debug_gels# devmem2 0x0011c118 /dev/mem opened. Memory mapped at address 0xffff9bc46000. Read at address 0x0011C118 (0xffff9bc46118): 0x00010005 root@j7-evm:~/debug_gels# devmem2 0x0011c12c /dev/mem opened. Memory mapped at address 0xffff94844000. Read at address 0x0011C12C (0xffff9484412c): 0x00010005
These also seem to have been configured successfully, but cannot ping to PC.
Can you provide the patch mentioned in the document?
I think this is mac to phy, not mac to mac.
Please help to analyze it, Thanks
Hi,
For pin muxing, What about RMII_REF_CLK at PADCONFIG43? Are you using external ref clock or routing the internal ref clock?
Can you provide the dump for ALE entries. You can get the dump by running "ethtool -t eth1" command. You will see the dump in the ethfw logs.
Regards,
Tanmay
Hi Tanmay,
I have set pin:PRG1_MDIO0_MDC as RMII_REF_CLK according to the schematic.
{ PIN_PRG1_MDIO0_MDC, PIN_MODE(5) \ ((PIN_PULL_DISABLE) & (~PIN_PULL_IRECTION & ~PIN_INPUT_ENABLE)) }
The log for Ethtool -t eth1
root@j7-evm:~# ethtool -t eth1 The test result is PASS The test extra info: RPMSG Ping test 0 RPMSG Read reg 0 RPMSG Dump stat 0
the all log run on linux /opt/vx_app_arm_remote_log.out
root@j7-evm:~# /opt/vx_app_arm_remote_log.out [MCU2_0] 61367 s: 19: Address: 333300010003, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 1133.361421 s: RAW:[4 100033 [MCU2_0] 1133.361462 s: 33 00010003] [MCU2_0] 1133.361531 s: 20: Address: 01005e0000fb, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 1133.361585 s: RAW:[4 100001 [MCU2_0] 1133.361626 s: 00 5e0000fb] [MCU2_0] 1133.361695 s: 21: Address: 01005e0000fc, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 1133.361748 s: RAW:[4 100001 [MCU2_0] 1133.361790 s: 00 5e0000fc] [MCU2_0] 1133.363235 s: [MCU2_0] 1133.363270 s: 1002 Free Entries [MCU2_0] 1133.363309 s: [MCU2_0] 1133.363353 s: 0: POLICER_DST_MAC,ALE Index: 9 [MCU2_0] 1133.363396 s: 0: POLICER_ETHERTYPE,ALE Index: 11 [MCU2_0] 1133.363436 s: 0: POLICER_THREAD,THREAD ID:4 [MCU2_0] 1133.363489 s: 0: POLICER_STATS: Hit: 1, RedHit: 0, YellowHit: 0 [MCU2_0] 1133.363537 s: 1: POLICER_DST_MAC,ALE Index: 12 [MCU2_0] 1133.363576 s: 1: POLICER_THREAD,THREAD ID:0 [MCU2_0] 1133.363623 s: 1: POLICER_STATS: Hit: 0, RedHit: 0, YellowHit: 0 [MCU2_0] 1133.363671 s: 2: POLICER_DST_MAC,ALE Index: 15 [MCU2_0] 1133.363708 s: 2: POLICER_THREAD,THREAD ID:0 [MCU2_0] 1133.363754 s: 2: POLICER_STATS: Hit: 1, RedHit: 0, YellowHit: 0 [MCU2_0] 1133.363801 s: 3: POLICER_DST_MAC,ALE Index: 18 [MCU2_0] 1133.363840 s: 3: POLICER_THREAD,THREAD ID:0 [MCU2_0] 1133.363886 s: 3: POLICER_STATS: Hit: 1, RedHit: 0, YellowHit: 0 [MCU2_0] 1133.363932 s: 4: POLICER_DST_MAC,ALE Index: 19 [MCU2_0] 1133.363971 s: 4: POLICER_THREAD,THREAD ID:0 [MCU2_0] 1133.364016 s: 4: POLICER_STATS: Hit: 1, RedHit: 0, YellowHit: 0 [MCU2_0] 1133.364326 s: [MCU2_0] 1133.364360 s: 91 Free Entries [MCU2_0] 1133.364461 s: [MCU2_0] Port 0 Statistics [MCU2_0] 1133.364488 s: ----------------------------------------- [MCU2_0] 1133.364550 s: rxGoodFrames = 80 [MCU2_0] 1133.364599 s: rxBcastFrames = 45 [MCU2_0] 1133.364644 s: rxMcastFrames = 35 [MCU2_0] 1133.364686 s: aleDrop = 63 [MCU2_0] 1133.364731 s: rxOctets = 18992 [MCU2_0] 1133.364773 s: txGoodFrames = 863 [MCU2_0] 1133.364815 s: txBcastFrames = 166 [MCU2_0] 1133.364856 s: txMcastFrames = 697 [MCU2_0] 1133.364897 s: txOctets = 93928 [MCU2_0] 1133.364940 s: octetsFrames64 = 42 [MCU2_0] 1133.364979 s: octetsFrames65to127 = 701 [MCU2_0] 1133.365020 s: octetsFrames128to255 = 154 [MCU2_0] 1133.365060 s: octetsFrames256to511 = 46 [MCU2_0] 1133.365158 s: netOctets = 112920 [MCU2_0] 1133.365206 s: portMaskDrop = 80 [MCU2_0] 1133.365255 s: alePolicyMatch = 11 [MCU2_0] 1133.365313 s: txPri[0] = 863 [MCU2_0] 1133.365360 s: txPriBcnt[0] = 93928 [MCU2_0] 1133.365390 s: [MCU2_0] 1133.365490 s: [MCU2_0] External Port 0 Statistics [MCU2_0] 1133.365528 s: ----------------------------------------- [MCU2_0] 1133.365571 s: [MCU2_0] 1133.365660 s: [MCU2_0] External Port 1 Statistics [MCU2_0] 1133.365693 s: ----------------------------------------- [MCU2_0] 1133.365730 s: [MCU2_0] 1133.365812 s: [MCU2_0] External Port 2 Statistics [MCU2_0] 1133.365844 s: ----------------------------------------- [MCU2_0] 1133.365878 s: [MCU2_0] 1133.365960 s: [MCU2_0] External Port 3 Statistics [MCU2_0] 1133.365994 s: ----------------------------------------- [MCU2_0] 1133.366039 s: rxGoodFrames = 863 [MCU2_0] 1133.366080 s: rxBcastFrames = 166 [MCU2_0] 1133.366185 s: rxMcastFrames = 697 [MCU2_0] 1133.366234 s: rxOctets = 93928 [MCU2_0] 1133.366280 s: octetsFrames64 = 39 [MCU2_0] 1133.366323 s: octetsFrames65to127 = 677 [MCU2_0] 1133.366367 s: octetsFrames128to255 = 143 [MCU2_0] 1133.366409 s: octetsFrames256to511 = 4 [MCU2_0] 1133.366451 s: netOctets = 93928 [MCU2_0] 1133.366492 s: aleUnknownMcast = 697 [MCU2_0] 1133.366534 s: aleUnknownMcastBcnt = 78042 [MCU2_0] 1133.366575 s: aleUnknownBcast = 166 [MCU2_0] 1133.366617 s: aleUnknownBcastBcnt = 15886 [MCU2_0] 1133.366659 s: alePolicyMatch = 266 [MCU2_0] 1133.366691 s: [MCU2_0] 1133.366782 s: [MCU2_0] External Port 4 Statistics [MCU2_0] 1133.366818 s: ----------------------------------------- [MCU2_0] 1133.366856 s: [MCU2_0] 1133.366938 s: [MCU2_0] External Port 5 Statistics [MCU2_0] 1133.366971 s: ----------------------------------------- [MCU2_0] 1133.367007 s: [MCU2_0] 1133.367085 s: [MCU2_0] External Port 6 Statistics [MCU2_0] 1133.367173 s: ----------------------------------------- [MCU2_0] 1133.367214 s: [MCU2_0] 1133.367305 s: [MCU2_0] External Port 7 Statistics [MCU2_0] 1133.367340 s: ----------------------------------------- [MCU2_0] 1133.367376 s: [MCU2_0] 1179.591734 s: Function:CpswProxyServer_regrdHandlerCb,HostId:0, RegAddr:c000000 [MCU2_0] 1179.591971 s: Function:CpswProxyServer_regrdHandlerCb,HostId:0, RegAddr:c020000 [MCU2_0] 1179.592243 s: Function:CpswProxyServer_clientNotifyHandlerCb,HostId:0,Handle:38acb7e6,CoreKey:a3988c9c,NotifyId:RPMSG_KDRV_TP_ETHSWITCH_CLIENTNOTIFY_DUMPSTATS,NotifyLen [MCU2_0] 1179.592386 s: [MCU2_0] 1179.592470 s: 0: Vlanid: 012c, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 1179.592533 s: RAW:[0 212c1f [MCU2_0] 1179.592578 s: f1 ff0001ff] [MCU2_0] 1179.592635 s: 1: Vlanid: 0190, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 1179.592690 s: RAW:[0 21901f [MCU2_0] 1179.592732 s: f1 ff0001ff] [MCU2_0] 1179.592784 s: 2: Vlanid: 0191, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 1179.592837 s: RAW:[0 21911f [MCU2_0] 1179.592877 s: f1 ff0001ff] [MCU2_0] 1179.592928 s: 3: Vlanid: 0192, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 1179.592980 s: RAW:[0 21921f [MCU2_0] 1179.593020 s: f1 ff0001ff] [MCU2_0] 1179.593071 s: 4: Vlanid: 0000, UTagged: 11, Mult: 11, UMult: 11, Member: 11 [MCU2_0] 1179.593210 s: RAW:[0 200001 [MCU2_0] 1179.593261 s: 10 11011011] [MCU2_0] 1179.593321 s: 5: Vlanid: 0194, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 1179.593376 s: RAW:[0 21941f [MCU2_0] 1179.593417 s: f1 ff0001ff] [MCU2_0] 1179.593470 s: 6: Vlanid: 0195, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 1179.593523 s: RAW:[0 21951f [MCU2_0] 1179.593563 s: f1 ff0001ff] [MCU2_0] 1179.593615 s: 7: Vlanid: 0196, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 1179.593668 s: RAW:[0 21961f [MCU2_0] 1179.593708 s: f1 ff0001ff] [MCU2_0] 1179.593759 s: 8: Vlanid: 0197, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 1179.593812 s: RAW:[0 21971f [MCU2_0] 1179.593852 s: f1 ff0001ff] [MCU2_0] 1179.593925 s: 9: Address: ffffffffffff, Member:1ff Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 1179.593978 s: RAW:[7fc 1000ff [MCU2_0] 1179.594019 s: ff ffffffff] [MCU2_0] 1179.594144 s: 10: Address: 70ff761d92c3, Port: 000 Se=1 Bl=0 TOUCH=0 AGE=0 TRUNK=0 [MCU2_0] 1179.594208 s: RAW:[1 100070 [MCU2_0] 1179.594251 s: ff 761d92c3] [MCU2_0] 1179.594292 s: 11: EtherType: 0806 [MCU2_0] 1179.594334 s: RAW:[1 200000 [MCU2_0] 1179.594376 s: 00 00000806] [MCU2_0] 1179.594457 s: 12: Address: 70ff761d92c1, Port: 000 Se=0 Bl=0 TOUCH=0 AGE=0 TRUNK=0 [MCU2_0] 1179.594512 s: RAW:[0 100070 [MCU2_0] 1179.594553 s: ff 761d92c1] [MCU2_0] 1179.594623 s: 13: Address: 333300000001, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 1179.594677 s: RAW:[4 100033 [MCU2_0] 1179.594718 s: 33 00000001] [MCU2_0] 1179.594788 s: 14: Address: 01005e000001, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 1179.594842 s: RAW:[4 100001 [MCU2_0] 1179.594884 s: 00 5e000001] [MCU2_0] 1179.594953 s: 15: Address: 3333ff1d92c1, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 1179.595005 s: RAW:[4 100033 [MCU2_0] 1179.595046 s: 33 ff1d92c1] [MCU2_0] 1179.595154 s: 16: Address: 0180c2000000, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 1179.595216 s: RAW:[4 100001 [MCU2_0] 1179.595259 s: 80 c2000000] [MCU2_0] 1179.595334 s: 17: Address: 0180c2000003, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 1179.595388 s: RAW:[4 100001 [MCU2_0] 1179.595429 s: 80 c2000003] [MCU2_0] 1179.595498 s: 18: Address: 3333000000fb, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 1179.595550 s: RAW:[4 100033 [MCU2_0] 1179.595591 s: 33 000000fb] [MCU2_0] 1179.595659 s: 19: Address: 333300010003, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 1179.595712 s: RAW:[4 100033 [MCU2_0] 1179.595752 s: 33 00010003] [MCU2_0] 1179.595821 s: 20: Address: 01005e0000fb, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 1179.595874 s: RAW:[4 100001 [MCU2_0] 1179.595915 s: 00 5e0000fb] [MCU2_0] 1179.595984 s: 21: Address: 01005e0000fc, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 1179.596037 s: RAW:[4 100001 [MCU2_0] 1179.596078 s: 00 5e0000fc] [MCU2_0] 1179.597530 s: [MCU2_0] 1179.597570 s: 1002 Free Entries [MCU2_0] 1179.597611 s: [MCU2_0] 1179.597656 s: 0: POLICER_DST_MAC,ALE Index: 9 [MCU2_0] 1179.597701 s: 0: POLICER_ETHERTYPE,ALE Index: 11 [MCU2_0] 1179.597743 s: 0: POLICER_THREAD,THREAD ID:4 [MCU2_0] 1179.597796 s: 0: POLICER_STATS: Hit: 1, RedHit: 0, YellowHit: 0 [MCU2_0] 1179.597847 s: 1: POLICER_DST_MAC,ALE Index: 12 [MCU2_0] 1179.597885 s: 1: POLICER_THREAD,THREAD ID:0 [MCU2_0] 1179.597932 s: 1: POLICER_STATS: Hit: 0, RedHit: 0, YellowHit: 0 [MCU2_0] 1179.597979 s: 2: POLICER_DST_MAC,ALE Index: 15 [MCU2_0] 1179.598017 s: 2: POLICER_THREAD,THREAD ID:0 [MCU2_0] 1179.598064 s: 2: POLICER_STATS: Hit: 1, RedHit: 0, YellowHit: 0 [MCU2_0] 1179.598157 s: 3: POLICER_DST_MAC,ALE Index: 18 [MCU2_0] 1179.598200 s: 3: POLICER_THREAD,THREAD ID:0 [MCU2_0] 1179.598249 s: 3: POLICER_STATS: Hit: 1, RedHit: 0, YellowHit: 0 [MCU2_0] 1179.598297 s: 4: POLICER_DST_MAC,ALE Index: 19 [MCU2_0] 1179.598336 s: 4: POLICER_THREAD,THREAD ID:0 [MCU2_0] 1179.598382 s: 4: POLICER_STATS: Hit: 1, RedHit: 0, YellowHit: 0 [MCU2_0] 1179.598656 s: [MCU2_0] 1179.598683 s: 91 Free Entries [MCU2_0] 1179.598778 s: [MCU2_0] Port 0 Statistics [MCU2_0] 1179.598806 s: ----------------------------------------- [MCU2_0] 1179.598866 s: rxGoodFrames = 92 [MCU2_0] 1179.598917 s: rxBcastFrames = 55 [MCU2_0] 1179.598961 s: rxMcastFrames = 37 [MCU2_0] 1179.599004 s: aleDrop = 75 [MCU2_0] 1179.599046 s: rxOctets = 20170 [MCU2_0] 1179.599089 s: txGoodFrames = 1133 [MCU2_0] 1179.599189 s: txBcastFrames = 200 [MCU2_0] 1179.599232 s: txMcastFrames = 933 [MCU2_0] 1179.599276 s: txOctets = 120004 [MCU2_0] 1179.599319 s: octetsFrames64 = 55 [MCU2_0] 1179.599360 s: octetsFrames65to127 = 942 [MCU2_0] 1179.599403 s: octetsFrames128to255 = 181 [MCU2_0] 1179.599444 s: octetsFrames256to511 = 47 [MCU2_0] 1179.599488 s: netOctets = 140174 [MCU2_0] 1179.599532 s: portMaskDrop = 92 [MCU2_0] 1179.599577 s: alePolicyMatch = 20 [MCU2_0] 1179.599633 s: txPri[0] = 1133 [MCU2_0] 1179.599684 s: txPriBcnt[0] = 120004 [MCU2_0] 1179.599715 s: [MCU2_0] 1179.599812 s: [MCU2_0] External Port 0 Statistics [MCU2_0] 1179.599849 s: ----------------------------------------- [MCU2_0] 1179.599897 s: [MCU2_0] 1179.599983 s: [MCU2_0] External Port 1 Statistics [MCU2_0] 1179.600016 s: ----------------------------------------- [MCU2_0] 1179.600053 s: [MCU2_0] 1179.600186 s: [MCU2_0] External Port 2 Statistics [MCU2_0] 1179.600228 s: ----------------------------------------- [MCU2_0] 1179.600266 s: [MCU2_0] 1179.600356 s: [MCU2_0] External Port 3 Statistics [MCU2_0] 1179.600389 s: ----------------------------------------- [MCU2_0] 1179.600443 s: rxGoodFrames = 1133 [MCU2_0] 1179.600489 s: rxBcastFrames = 200 [MCU2_0] 1179.600533 s: rxMcastFrames = 933 [MCU2_0] 1179.600577 s: rxOctets = 120004 [MCU2_0] 1179.600620 s: octetsFrames64 = 43 [MCU2_0] 1179.600662 s: octetsFrames65to127 = 918 [MCU2_0] 1179.600703 s: octetsFrames128to255 = 168 [MCU2_0] 1179.600742 s: octetsFrames256to511 = 4 [MCU2_0] 1179.600781 s: netOctets = 120004 [MCU2_0] 1179.600825 s: aleUnknownMcast = 933 [MCU2_0] 1179.600867 s: aleUnknownMcastBcnt = 100886 [MCU2_0] 1179.600908 s: aleUnknownBcast = 200 [MCU2_0] 1179.600949 s: aleUnknownBcastBcnt = 19118 [MCU2_0] 1179.600990 s: alePolicyMatch = 369 [MCU2_0] 1179.601021 s: [MCU2_0] 1179.601161 s: [MCU2_0] External Port 4 Statistics [MCU2_0] 1179.601207 s: ----------------------------------------- [MCU2_0] 1179.601249 s: [MCU2_0] 1179.601342 s: [MCU2_0] External Port 5 Statistics [MCU2_0] 1179.601375 s: ----------------------------------------- [MCU2_0] 1179.601411 s: [MCU2_0] 1179.601492 s: [MCU2_0] External Port 6 Statistics [MCU2_0] 1179.601525 s: ----------------------------------------- [MCU2_0] 1179.601560 s: [MCU2_0] 1179.601638 s: [MCU2_0] External Port 7 Statistics [MCU2_0] 1179.601670 s: ----------------------------------------- [MCU2_0] 1179.601704 s:
the ping log to 192.168.1.2 which is the pc host
root@j7-evm:~# ifconfig docker0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 metric 1 inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255 ether 02:42:06:b6:a3:ad txqueuelen 0 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 metric 1 inet 192.168.1.3 netmask 255.255.255.0 broadcast 192.168.1.255 inet6 fe80::72ff:76ff:fe1d:92c1 prefixlen 64 scopeid 0x20<link> ether 70:ff:76:1d:92:c1 txqueuelen 1000 (Ethernet) RX packets 579 bytes 54544 (53.2 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 84 bytes 14438 (14.0 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 metric 1 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1000 (Local Loopback) RX packets 94 bytes 7564 (7.3 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 94 bytes 7564 (7.3 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 root@j7-evm:~# ping 192.168.1.2 PING 192.168.1.2 (192.168.1.2): 56 data bytes ^C --- 192.168.1.2 ping statistics --- 4 packets transmitted, 0 packets received, 100% packet loss
Hi Ling,
Can you please capture packets at PC side by opening the Wireshark and see if any packets sent from CPSW9g.
Also share the Wireshark log with us.
Best Regards,
Sudheer
hi Doredla
The following is my log when I ping the tda4 board with ip address 192.168.1.3.
When I ping the pc from the tda4 board, the pc wireshark has no log and no packet is received.
Thanks
Hi Ling,
Can you please confirm "RMII_REF_CLK" pinmux configuration at PADCONFIG43? Are you using external ref clock or routing the internal ref clock?
Also can you share log for following sequence.
Please collect tcpdump logs during above sequence, from both PC and A72 using below command.
#tcpdump -i <interface> -xx
Best Regards,
Sudheer
HI Doredla
yes,I used external ref clock,
THis is my "RMII_REF_CLK" pinmux configuration.
root@j7-evm:~# devmem2 0x0011c0ac /dev/mem opened. Memory mapped at address 0xffff90a6c000. Read at address 0x0011C0AC (0xffff90a6c0ac): 0x00050005
1.Collect statistics using "ethtool -t " and "/opt/vx_app_arm_remote_log.out"
root@j7-evm:~# ethtool -t eth1 The test result is PASS The test extra info: RPMSG Ping test 0 RPMSG Read reg 0 RPMSG Dump stat 0
2.Run ping from A72 to PC using below command
#ping <PC IP> -c 10
root@j7-evm:~# ifconfig eth1 192.168.1.3 root@j7-evm:~# ping 192.168.1.2 PING 192.168.1.2 (192.168.1.2): 56 data bytes ^C --- 192.168.1.2 ping statistics --- 13 packets transmitted, 0 packets received, 100% packet loss
root@j7-evm:~# /opt/vx_app_arm_remote_log.out [MCU2_0] 15588.688913 s: CIO: Init ... Done !!! [MCU2_0] 15588.689001 s: ### CPU Frequency = 1000000000 Hz [MCU2_0] 15588.689046 s: APP: Init ... !!! [MCU2_0] 15588.689074 s: SCICLIENT: Init ... !!! [MCU2_0] 15588.689355 s: SCICLIENT: DMSC FW version [8.4.1--v08.04.01 (Jolly Jellyfi] [MCU2_0] 15588.689413 s: SCICLIENT: DMSC FW revision 0x8 [MCU2_0] 15588.689450 s: SCICLIENT: DMSC FW ABI revision 3.1 [MCU2_0] 15588.689487 s: SCICLIENT: Init ... Done !!! [MCU2_0] 15588.689516 s: UDMA: Init ... !!! [MCU2_0] 15588.690984 s: UDMA: Init ... Done !!! [MCU2_0] 15588.691062 s: MEM: Init ... !!! [MCU2_0] 15588.691111 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ d9000000 of size 16777216 bytes !!! [MCU2_0] 15588.691192 s: MEM: Created heap (L3_MEM, id=1, flags=0x00000000) @ 3600000 of size 262144 bytes !!! [MCU2_0] 15588.691256 s: MEM: Init ... Done !!! [MCU2_0] 15588.691282 s: IPC: Init ... !!! [MCU2_0] 15588.691347 s: IPC: 6 CPUs participating in IPC !!! [MCU2_0] 15588.691400 s: IPC: Waiting for HLOS to be ready ... !!! [MCU2_0] 15601.485555 s: IPC: HLOS is ready !!! [MCU2_0] 15601.501634 s: IPC: Init ... Done !!! [MCU2_0] 15601.501713 s: APP: Syncing with 5 CPUs ... !!! [MCU2_0] 15601.993970 s: APP: Syncing with 5 CPUs ... Done !!! [MCU2_0] 15601.994236 s: REMOTE_SERVICE: Init ... !!! [MCU2_0] 15601.996231 s: REMOTE_SERVICE: Init ... Done !!! [MCU2_0] 15601.996306 s: ETHFW: Init ... !!! [MCU2_0] 15601.996340 s: jinmin----- my init [MCU2_0] 15601.996368 s: jinmin--- enetBridgeEnabled=0,gesiEnabled=1,qenetEnabled=0,serdesAllowed=0,uartAllowed=0,i2cAllowed=0 [MCU2_0] 15602.247745 s: jinmin----- Detec gesi qenet=1,0 [MCU2_0] 15602.247828 s: jinmin--- enetBridgeEnabled=0,gesiEnabled=1,qenetEnabled=0,serdesAllowed=0,uartAllowed=0,i2cAllowed=0 [MCU2_0] 15602.247962 s: jinmin--- enetType=6 [MCU2_0] 15602.248592 s: Warning: Using 6 MAC address(es) from static pool [MCU2_0] 15602.248699 s: ETHFW: Shared multicasts (software fanout): [MCU2_0] 15602.248749 s: 01:00:5e:00:00:01 [MCU2_0] 15602.248799 s: 01:00:5e:00:00:fb [MCU2_0] 15602.248845 s: 01:00:5e:00:00:fc [MCU2_0] 15602.248891 s: 33:33:00:00:00:01 [MCU2_0] 15602.248936 s: 33:33:ff:1d:92:c2 [MCU2_0] 15602.248981 s: 01:80:c2:00:00:00 [MCU2_0] 15602.249027 s: 01:80:c2:00:00:03 [MCU2_0] 15602.249074 s: ETHFW: Reserved multicasts: [MCU2_0] 15602.249103 s: 01:80:c2:00:00:0e [MCU2_0] 15602.249149 s: 01:1b:19:00:00:00 [MCU2_0] 15602.249406 s: EnetMcm: CPSW_9G on MAIN NAVSS [MCU2_0] 15602.262484 s: PHY 0 is alive [MCU2_0] 15602.262597 s: PHY 2 is alive [MCU2_0] 15602.262659 s: PHY 4 is alive [MCU2_0] 15602.262714 s: PHY 6 is alive [MCU2_0] 15602.262869 s: jinmin----- macport=3 [MCU2_0] 15602.262906 s: jinmin----- coreID=3 [MCU2_0] 15602.262937 s: jinmin----- numVirtPorts=2 [MCU2_0] 15602.262969 s: jinmin----- numAutosarVirtPorts=1 [MCU2_0] 15602.263003 s: jinmin----- numPorts=1 [MCU2_0] 15602.263033 s: jinmin----- instId=0 [MCU2_0] 15602.263457 s: EnetPhy_bindDriver: PHY 6: OUI:006037 Model:10 Ver:02 <-> 'vsc8514' [MCU2_0] 15602.263554 s: EnetPhy_bindDriver: PHY 6: OUI:006037 Model:10 Ver:02 <-> 'dp83822' [MCU2_0] 15602.263639 s: EnetPhy_bindDriver: PHY 6: OUI:006037 Model:10 Ver:02 <-> 'dp83867' [MCU2_0] 15602.263710 s: EnetPhy_bindDriver: PHY 6: OUI:006037 Model:10 Ver:02 <-> 'tja1101' [MCU2_0] 15602.263778 s: EnetPhy_bindDriver: PHY 6: OUI:006037 Model:10 Ver:02 <-> 'tja1101' : OK [MCU2_0] 15602.265519 s: [MCU2_0] ETHFW Version : 0.02.00 [MCU2_0] 15602.265603 s: ETHFW Build Date: Jan 18, 2023 [MCU2_0] 15602.265639 s: ETHFW Build Time: 11:39:00 [MCU2_0] 15602.265668 s: ETHFW Commit SHA: a2361245 [MCU2_0] 15602.265746 s: ETHFW: Init ... DONE !!! [MCU2_0] 15602.265787 s: ETHFW: Remove server Init ... !!! [MCU2_0] 15602.265981 s: CpswProxyServer: Virtual port configuration: [MCU2_0] 15602.266041 s: mpu_1_0 <-> Switch port 0: mpu_1_0_ethswitch-device-0 [MCU2_0] 15602.266091 s: mpu_1_0 <-> MAC port 4: mpu_1_0_ethmac-device-4 [MCU2_0] 15602.267036 s: CpswProxyServer: initialization completed (core: mcu2_0) [MCU2_0] 15602.267113 s: ETHFW: Remove server Init ... DONE !!! [MCU2_0] 15602.268358 s: Starting lwIP, local interface IP is dhcp-enabled [MCU2_0] 15602.275186 s: Host MAC address: 70:ff:76:1d:92:c3 [MCU2_0] 15602.279693 s: [LWIPIF_LWIP] Enet LLD netif initialized successfully [MCU2_0] 15602.310326 s: [LWIPIF_LWIP_IC] Interface started successfully [MCU2_0] 15602.310421 s: [LWIPIF_LWIP_IC] NETIF INIT SUCCESS [MCU2_0] 15602.321597 s: FVID2: Init ... !!! [MCU2_0] 15602.321705 s: FVID2: Init ... Done !!! [MCU2_0] 15602.321762 s: DSS: Init ... !!! [MCU2_0] 15602.321793 s: DSS: Display type is eDP !!! [MCU2_0] 15602.321825 s: DSS: M2M Path is enabled !!! [MCU2_0] 15602.321854 s: DSS: SoC init ... !!! [MCU2_0] 15602.321881 s: SCICLIENT: Sciclient_pmSetModuleState module=152 state=2 [MCU2_0] 15602.322082 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 15602.322129 s: SCICLIENT: Sciclient_pmSetModuleState module=297 state=2 [MCU2_0] 15602.322313 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 15602.322349 s: SCICLIENT: Sciclient_pmSetModuleState module=151 state=2 [MCU2_0] 15602.322500 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 15602.322540 s: SCICLIENT: Sciclient_pmSetModuleClkParent module=152 clk=9 parent=11 [MCU2_0] 15602.322812 s: SCICLIENT: Sciclient_pmSetModuleClkParent success [MCU2_0] 15602.322874 s: SCICLIENT: Sciclient_pmSetModuleClkParent module=152 clk=13 parent=18 [MCU2_0] 15602.322998 s: SCICLIENT: Sciclient_pmSetModuleClkParent success [MCU2_0] 15602.323039 s: SCICLIENT: Sciclient_pmSetModuleClkParent module=152 clk=1 parent=2 [MCU2_0] 15602.323147 s: SCICLIENT: Sciclient_pmSetModuleClkParent success [MCU2_0] 15602.323187 s: SCICLIENT: Sciclient_pmSetModuleClkFreq module=152 clk=1 freq=148500000 [MCU2_0] 15602.324322 s: SCICLIENT: Sciclient_pmSetModuleClkFreq success [MCU2_0] 15602.324381 s: SCICLIENT: Sciclient_pmModuleClkRequest module=152 clk=1 state=2 flag=0 [MCU2_0] 15602.324569 s: SCICLIENT: Sciclient_pmModuleClkRequest success [MCU2_0] 15602.324723 s: DSS: SoC init ... Done !!! [MCU2_0] 15602.324756 s: DSS: Board init ... !!! [MCU2_0] 15602.324785 s: DSS: Board init ... Done !!! [MCU2_0] 15602.343914 s: DSS: Init ... Done !!! [MCU2_0] 15602.343986 s: VHWA: VPAC Init ... !!! [MCU2_0] 15602.344017 s: SCICLIENT: Sciclient_pmSetModuleState module=290 state=2 [MCU2_0] 15602.344233 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 15602.344281 s: VHWA: LDC Init ... !!! [MCU2_0] 15602.348548 s: VHWA: LDC Init ... Done !!! [MCU2_0] 15602.348748 s: VHWA: MSC Init ... !!! [MCU2_0] 15602.361377 s: VHWA: MSC Init ... Done !!! [MCU2_0] 15602.361453 s: VHWA: NF Init ... !!! [MCU2_0] 15602.363711 s: VHWA: NF Init ... Done !!! [MCU2_0] 15602.363786 s: VHWA: VISS Init ... !!! [MCU2_0] 15602.375988 s: VHWA: VISS Init ... Done !!! [MCU2_0] 15602.376069 s: VHWA: VPAC Init ... Done !!! [MCU2_0] 15602.376119 s: VX_ZONE_INIT:Enabled [MCU2_0] 15602.376150 s: VX_ZONE_ERROR:Enabled [MCU2_0] 15602.376178 s: VX_ZONE_WARNING:Enabled [MCU2_0] 15602.377822 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target MCU2-0 [MCU2_0] 15602.378109 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target VPAC_NF [MCU2_0] 15602.378356 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target VPAC_LDC1 [MCU2_0] 15602.378798 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target VPAC_MSC1 [MCU2_0] 15602.379089 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target VPAC_MSC2 [MCU2_0] 15602.379393 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target VPAC_VISS1 [MCU2_0] 15602.379852 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CAPTURE1 [MCU2_0] 15602.380179 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CAPTURE2 [MCU2_0] 15602.380467 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DISPLAY1 [MCU2_0] 15602.380905 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DISPLAY2 [MCU2_0] 15602.381190 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CSITX [MCU2_0] 15602.381498 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CAPTURE3 [MCU2_0] 15602.381953 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CAPTURE4 [MCU2_0] 15602.382275 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CAPTURE5 [MCU2_0] 15602.382570 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CAPTURE6 [MCU2_0] 15602.383069 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CAPTURE7 [MCU2_0] 15602.383368 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target CAPTURE8 [MCU2_0] 15602.383828 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DSS_M2M1 [MCU2_0] 15602.384135 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DSS_M2M2 [MCU2_0] 15602.384403 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DSS_M2M3 [MCU2_0] 15602.384874 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DSS_M2M4 [MCU2_0] 15602.384947 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!! [MCU2_0] 15602.384986 s: APP: OpenVX Target kernel init ... !!! [MCU2_0] 15602.406544 s: APP: OpenVX Target kernel init ... Done !!! [MCU2_0] 15602.406777 s: CSI2RX: Init ... !!! [MCU2_0] 15602.406813 s: SCICLIENT: Sciclient_pmSetModuleState module=25 state=2 [MCU2_0] 15602.406965 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 15602.407011 s: SCICLIENT: Sciclient_pmSetModuleState module=26 state=2 [MCU2_0] 15602.407166 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 15602.407206 s: SCICLIENT: Sciclient_pmSetModuleState module=27 state=2 [MCU2_0] 15602.407354 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 15602.407393 s: SCICLIENT: Sciclient_pmSetModuleState module=147 state=2 [MCU2_0] 15602.407509 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 15602.407546 s: SCICLIENT: Sciclient_pmSetModuleState module=148 state=2 [MCU2_0] 15602.407782 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 15602.408775 s: CSI2RX: Init ... Done !!! [MCU2_0] 15602.408850 s: CSI2TX: Init ... !!! [MCU2_0] 15602.408885 s: SCICLIENT: Sciclient_pmSetModuleState module=25 state=2 [MCU2_0] 15602.409026 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 15602.409073 s: SCICLIENT: Sciclient_pmSetModuleState module=28 state=2 [MCU2_0] 15602.409241 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 15602.409280 s: SCICLIENT: Sciclient_pmSetModuleState module=296 state=2 [MCU2_0] 15602.409430 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_0] 15602.410228 s: CSI2TX: Init ... Done !!! [MCU2_0] 15602.410302 s: ISS: Init ... !!! [MCU2_0] 15602.410350 s: IssSensor_Init ... Done !!! [MCU2_0] 15602.410494 s: IttRemoteServer_Init ... Done !!! [MCU2_0] 15602.410576 s: VISS REMOTE SERVICE: Init ... !!! [MCU2_0] 15602.410858 s: VISS REMOTE SERVICE: Init ... Done !!! [MCU2_0] 15602.410906 s: UDMA Copy: Init ... !!! [MCU2_0] 15602.412953 s: UDMA Copy: Init ... Done !!! [MCU2_0] 15602.413076 s: APP: Init ... Done !!! [MCU2_0] 15602.413126 s: APP: Run ... !!! [MCU2_0] 15602.413155 s: IPC: Starting echo test ... [MCU2_0] 15602.416193 s: APP: Run ... Done !!! [MCU2_0] 15602.433215 s: [LWIPIF_LWIP_IC] Interface started successfully [MCU2_0] 15602.433301 s: [LWIPIF_LWIP_IC] NETIF INIT SUCCESS [MCU2_0] 15602.433435 s: Added interface 'br4', IP is 0.0.0.0 [MCU2_0] 15602.433504 s: jinmin--- ipaddr->addr=0 [MCU2_0] 15602.435451 s: Function:CpswProxyServer_attachExtHandlerCb,HostId:0,CpswType:6 [MCU2_0] 15602.436285 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[.] C66X_1[P] C66X_2[.] C7X_1[.] [MCU2_0] 15602.436423 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[P] C66X_1[P] C66X_2[.] C7X_1[.] [MCU2_0] 15602.436534 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[P] C66X_1[P] C66X_2[P] C7X_1[.] [MCU2_0] 15602.436941 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] mcu2_1[P] C66X_1[P] C66X_2[P] C7X_1[P] [MCU2_0] 15602.569119 s: PHY 6: register0 = 0x2100 [MCU2_0] 15602.569237 s: PHY 6: register1 = 0x01e1 [MCU2_0] 15602.569350 s: PHY 6: register2 = 0x0180 [MCU2_0] 15602.569438 s: PHY 6: register3 = 0xdd02 [MCU2_0] 15602.569526 s: PHY 6: register4 = 0x0000 [MCU2_0] 15602.569744 s: PHY 6: register5 = 0x0000 [MCU2_0] 15602.569859 s: PHY 6: register6 = 0x0000 [MCU2_0] 15602.569973 s: PHY 6: register7 = 0x0000 [MCU2_0] 15602.570062 s: PHY 6: register8 = 0x0000 [MCU2_0] 15602.570149 s: PHY 6: register9 = 0x0000 [MCU2_0] 15602.570239 s: PHY 6: register10 = 0x0000 [MCU2_0] 15602.570327 s: PHY 6: register11 = 0x0000 [MCU2_0] 15602.570417 s: PHY 6: register12 = 0x0000 [MCU2_0] 15602.570502 s: PHY 6: register13 = 0x0000 [MCU2_0] 15602.570721 s: PHY 6: register14 = 0x0000 [MCU2_0] 15602.570839 s: PHY 6: register15 = 0x0080 [MCU2_0] 15602.570952 s: PHY 6: register16 = 0x007a [MCU2_0] 15602.571040 s: PHY 6: register17 = 0x9804 [MCU2_0] 15602.571126 s: PHY 6: register18 = 0xdd05 [MCU2_0] 15602.571216 s: PHY 6: register19 = 0x3245 [MCU2_0] 15602.571308 s: PHY 6: register20 = 0x0000 [MCU2_0] 15602.571395 s: PHY 6: register21 = 0x0000 [MCU2_0] 15602.571484 s: PHY 6: register22 = 0x8000 [MCU2_0] 15602.571573 s: PHY 6: register23 = 0x4004 [MCU2_0] 15602.571823 s: PHY 6: register24 = 0x4200 [MCU2_0] 15602.571937 s: PHY 6: register25 = 0x0000 [MCU2_0] 15602.572051 s: PHY 6: register26 = 0x0000 [MCU2_0] 15602.572138 s: PHY 6: register27 = 0xb020 [MCU2_0] 15602.572225 s: PHY 6: register28 = 0x0001 [MCU2_0] 15602.668769 s: EnetPhy_linkWaitState: jinmin----- linkwaitstate phy 485 bmsr=abababab [MCU2_0] 15602.668850 s: EnetPhy_linkWaitState: jinmin----- link ok set to linked [MCU2_0] 15602.668977 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:0,val:0x2100 [MCU2_0] 15602.669090 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:1,val:0x1e5 [MCU2_0] 15602.669208 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:2,val:0x180 [MCU2_0] 15602.669329 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:3,val:0xdd02 [MCU2_0] 15602.669446 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:4,val:0x0 [MCU2_0] 15602.669535 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:5,val:0x0 [MCU2_0] 15602.669797 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:6,val:0x0 [MCU2_0] 15602.669931 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:7,val:0x0 [MCU2_0] 15602.670041 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:8,val:0x0 [MCU2_0] 15602.670160 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:9,val:0x0 [MCU2_0] 15602.670279 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:10,val:0x0 [MCU2_0] 15602.670397 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:11,val:0x0 [MCU2_0] 15602.670517 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:12,val:0x0 [MCU2_0] 15602.670730 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:13,val:0x0 [MCU2_0] 15602.670847 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:14,val:0x0 [MCU2_0] 15602.670963 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:15,val:0x80 [MCU2_0] 15602.671082 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:16,val:0x7a [MCU2_0] 15602.671200 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:17,val:0x9804 [MCU2_0] 15602.671318 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:18,val:0xdd05 [MCU2_0] 15602.671438 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:19,val:0x3245 [MCU2_0] 15602.671557 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:20,val:0x0 [MCU2_0] 15602.671813 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:21,val:0x200 [MCU2_0] 15602.671949 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:22,val:0x8000 [MCU2_0] 15602.672065 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:23,val:0xbce4 [MCU2_0] 15602.672181 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:24,val:0x4000 [MCU2_0] 15602.672299 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:25,val:0x0 [MCU2_0] 15602.672417 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:26,val:0x0 [MCU2_0] 15602.672538 s: EnetPhy_linkWaitState: jinmin--- phy:6,address:27,val:0xb020 [MCU2_0] 15602.672811 s: Cpsw_handleLinkUp: Port 4: Link up: 100-Mbps Full-Duplex [MCU2_0] 15608.199867 s: Function:CpswProxyServer_registerMacHandlerCb,HostId:0,Handle:a39888a4,CoreKey:38acb7e6, MacAddress:70:ff:76:1d:92:c1, FlowIdx:172, FlowIdxOffset:0 [MCU2_0] 15608.203045 s: Cpsw_ioctlInternal: CPSW: Registered MAC address. ALE entry:12, Policer Entry:1 [MCU2_0] 15608.224957 s: Function:CpswProxyServer_filterAddMacHandlerCb,HostId:0,Handle:a39888a4,CoreKey:38acb7e6, MacAddress:33:33:0:0:0:1, vlanId:0, FlowIdx:172, FlowIdOffset:0 [MCU2_0] 15608.226966 s: Function:CpswProxyServer_filterAddMacHandlerCb,HostId:0,Handle:a39888a4,CoreKey:38acb7e6, MacAddress:1:0:5e:0:0:1, vlanId:0, FlowIdx:172, FlowIdOffset:0 [MCU2_0] 15608.229016 s: Function:CpswProxyServer_filterAddMacHandlerCb,HostId:0,Handle:a39888a4,CoreKey:38acb7e6, MacAddress:33:33:ff:1d:92:c1, vlanId:0, FlowIdx:172, FlowIdOffset:0 [MCU2_0] 15608.279847 s: Function:CpswProxyServer_filterAddMacHandlerCb,HostId:0,Handle:a39888a4,CoreKey:38acb7e6, MacAddress:1:80:c2:0:0:0, vlanId:0, FlowIdx:172, FlowIdOffset:0 [MCU2_0] 15608.281921 s: Function:CpswProxyServer_filterAddMacHandlerCb,HostId:0,Handle:a39888a4,CoreKey:38acb7e6, MacAddress:1:80:c2:0:0:3, vlanId:0, FlowIdx:172, FlowIdOffset:0 [MCU2_0] 15608.283880 s: Function:CpswProxyServer_filterAddMacHandlerCb,HostId:0,Handle:a39888a4,CoreKey:38acb7e6, MacAddress:1:80:c2:0:0:e, vlanId:0, FlowIdx:172, FlowIdOffset:0 [MCU2_0] 15608.284031 s: CpswProxyServer_isRsvdMcast: Reserved mcast cannot be added to filter [MCU2_0] 15608.666377 s: Function:CpswProxyServer_filterAddMacHandlerCb,HostId:0,Handle:a39888a4,CoreKey:38acb7e6, MacAddress:33:33:0:0:0:fb, vlanId:0, FlowIdx:172, FlowIdOffset:0 [MCU2_0] 15609.483772 s: Function:CpswProxyServer_filterAddMacHandlerCb,HostId:0,Handle:a39888a4,CoreKey:38acb7e6, MacAddress:33:33:0:1:0:3, vlanId:0, FlowIdx:172, FlowIdOffset:0
3.Collect statistics using "ethtool -t " and "/opt/vx_app_arm_remote_log.out"
root@j7-evm:~# ethtool -t 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:~# /opt/vx_app_arm_remote_log.out [MCU2_0] Function:CpswProxyServer_registerIpv4MacHandlerCb,HostId:0,Handle:a39890a4,CoreKey:38acb7e6, MacAddress:70:ff:76:1d:92:c1 IPv4Addr:192.168.1.3 [MCU2_0] 320.372720 s: [MCU2_0] SNo. IP Address MAC Address [MCU2_0] 320.372765 s: ------ ------------- ----------------- [MCU2_0] 320.372805 s: 1 192.168.1.3 70:ff:76:1d:92:c1 [MCU2_0] 320.374398 s: Function:CpswProxyServer_filterAddMacHandlerCb,HostId:0,Handle:a39890a4,CoreKey:38acb7e6, MacAddress:1:0:5e:0:0:fc, vlanId:0, FlowIdx:172, FlowIdOffset:0 [MCU2_0] 320.376468 s: Function:CpswProxyServer_filterAddMacHandlerCb,HostId:0,Handle:a39890a4,CoreKey:38acb7e6, MacAddress:1:0:5e:0:0:fb, vlanId:0, FlowIdx:172, FlowIdOffset:0 [MCU2_0] 384.444576 s: Function:CpswProxyServer_regrdHandlerCb,HostId:0, RegAddr:c000000 [MCU2_0] 384.444890 s: Function:CpswProxyServer_regrdHandlerCb,HostId:0, RegAddr:c020000 [MCU2_0] 384.445128 s: Function:CpswProxyServer_clientNotifyHandlerCb,HostId:0,Handle:38acb7e6,CoreKey:a39890a4,NotifyId:RPMSG_KDRV_TP_ETHSWITCH_CLIENTNOTIFY_DUMPSTATS,NotifyLen [MCU2_0] 384.445262 s: [MCU2_0] 384.445338 s: 0: Vlanid: 012c, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 384.445402 s: RAW:[0 212c1f [MCU2_0] 384.445447 s: f1 ff0001ff] [MCU2_0] 384.445578 s: 1: Vlanid: 0190, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 384.445650 s: RAW:[0 21901f [MCU2_0] 384.445697 s: f1 ff0001ff] [MCU2_0] 384.445761 s: 2: Vlanid: 0191, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 384.445819 s: RAW:[0 21911f [MCU2_0] 384.445861 s: f1 ff0001ff] [MCU2_0] 384.445917 s: 3: Vlanid: 0192, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 384.445971 s: RAW:[0 21921f [MCU2_0] 384.446016 s: f1 ff0001ff] [MCU2_0] 384.446070 s: 4: Vlanid: 0000, UTagged: 11, Mult: 11, UMult: 11, Member: 11 [MCU2_0] 384.446126 s: RAW:[0 200001 [MCU2_0] 384.446169 s: 10 11011011] [MCU2_0] 384.446223 s: 5: Vlanid: 0194, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 384.446279 s: RAW:[0 21941f [MCU2_0] 384.446321 s: f1 ff0001ff] [MCU2_0] 384.446376 s: 6: Vlanid: 0195, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 384.446432 s: RAW:[0 21951f [MCU2_0] 384.446474 s: f1 ff0001ff] [MCU2_0] 384.446581 s: 7: Vlanid: 0196, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 384.446641 s: RAW:[0 21961f [MCU2_0] 384.446686 s: f1 ff0001ff] [MCU2_0] 384.446742 s: 8: Vlanid: 0197, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 384.446800 s: RAW:[0 21971f [MCU2_0] 384.446842 s: f1 ff0001ff] [MCU2_0] 384.446918 s: 9: Address: ffffffffffff, Member:1ff Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 384.446973 s: RAW:[7fc 1000ff [MCU2_0] 384.447015 s: ff ffffffff] [MCU2_0] 384.447098 s: 10: Address: 70ff761d92c3, Port: 000 Se=1 Bl=0 TOUCH=0 AGE=0 TRUNK=0 [MCU2_0] 384.447155 s: RAW:[1 100070 [MCU2_0] 384.447196 s: ff 761d92c3] [MCU2_0] 384.447233 s: 11: EtherType: 0806 [MCU2_0] 384.447276 s: RAW:[1 200000 [MCU2_0] 384.447319 s: 00 00000806] [MCU2_0] 384.447397 s: 12: Address: 70ff761d92c1, Port: 000 Se=0 Bl=0 TOUCH=0 AGE=0 TRUNK=0 [MCU2_0] 384.447453 s: RAW:[0 100070 [MCU2_0] 384.447537 s: ff 761d92c1] [MCU2_0] 384.447620 s: 13: Address: 333300000001, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 384.447678 s: RAW:[4 100033 [MCU2_0] 384.447721 s: 33 00000001] [MCU2_0] 384.447795 s: 14: Address: 01005e000001, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 384.447849 s: RAW:[4 100001 [MCU2_0] 384.447891 s: 00 5e000001] [MCU2_0] 384.447962 s: 15: Address: 3333ff1d92c1, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 384.448017 s: RAW:[4 100033 [MCU2_0] 384.448059 s: 33 ff1d92c1] [MCU2_0] 384.448130 s: 16: Address: 0180c2000000, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 384.448186 s: RAW:[4 100001 [MCU2_0] 384.448227 s: 80 c2000000] [MCU2_0] 384.448297 s: 17: Address: 0180c2000003, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 384.448352 s: RAW:[4 100001 [MCU2_0] 384.448393 s: 80 c2000003] [MCU2_0] 384.448462 s: 18: Address: 3333000000fb, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 384.448559 s: RAW:[4 100033 [MCU2_0] 384.448609 s: 33 000000fb] [MCU2_0] 384.448685 s: 19: Address: 333300010003, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 384.448739 s: RAW:[4 100033 [MCU2_0] 384.448782 s: 33 00010003] [MCU2_0] 384.448855 s: 20: Address: 01005e0000fc, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 384.448909 s: RAW:[4 100001 [MCU2_0] 384.448951 s: 00 5e0000fc] [MCU2_0] 384.449022 s: 21: Address: 01005e0000fb, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 384.449075 s: RAW:[4 100001 [MCU2_0] 384.449116 s: 00 5e0000fb] [MCU2_0] 384.450568 s: [MCU2_0] 384.450604 s: 1002 Free Entries [MCU2_0] 384.450642 s: [MCU2_0] 384.450683 s: 0: POLICER_DST_MAC,ALE Index: 9 [MCU2_0] 384.450725 s: 0: POLICER_ETHERTYPE,ALE Index: 11 [MCU2_0] 384.450766 s: 0: POLICER_THREAD,THREAD ID:4 [MCU2_0] 384.450817 s: 0: POLICER_STATS: Hit: 1, RedHit: 0, YellowHit: 0 [MCU2_0] 384.450866 s: 1: POLICER_DST_MAC,ALE Index: 12 [MCU2_0] 384.450904 s: 1: POLICER_THREAD,THREAD ID:0 [MCU2_0] 384.450950 s: 1: POLICER_STATS: Hit: 0, RedHit: 0, YellowHit: 0 [MCU2_0] 384.450996 s: 2: POLICER_DST_MAC,ALE Index: 15 [MCU2_0] 384.451035 s: 2: POLICER_THREAD,THREAD ID:0 [MCU2_0] 384.451082 s: 2: POLICER_STATS: Hit: 1, RedHit: 0, YellowHit: 0 [MCU2_0] 384.451128 s: 3: POLICER_DST_MAC,ALE Index: 18 [MCU2_0] 384.451166 s: 3: POLICER_THREAD,THREAD ID:0 [MCU2_0] 384.451212 s: 3: POLICER_STATS: Hit: 1, RedHit: 0, YellowHit: 0 [MCU2_0] 384.451260 s: 4: POLICER_DST_MAC,ALE Index: 19 [MCU2_0] 384.451298 s: 4: POLICER_THREAD,THREAD ID:0 [MCU2_0] 384.451344 s: 4: POLICER_STATS: Hit: 1, RedHit: 0, YellowHit: 0 [MCU2_0] 384.451664 s: [MCU2_0] 384.451702 s: 91 Free Entries [MCU2_0] 384.451798 s: [MCU2_0] Port 0 Statistics [MCU2_0] 384.451829 s: ----------------------------------------- [MCU2_0] 384.451891 s: rxGoodFrames = 68 [MCU2_0] 384.451936 s: rxBcastFrames = 33 [MCU2_0] 384.451977 s: rxMcastFrames = 35 [MCU2_0] 384.452019 s: aleDrop = 52 [MCU2_0] 384.452060 s: rxOctets = 12352 [MCU2_0] 384.452100 s: txGoodFrames = 140 [MCU2_0] 384.452140 s: txBcastFrames = 128 [MCU2_0] 384.452179 s: txMcastFrames = 12 [MCU2_0] 384.452218 s: txOctets = 10844 [MCU2_0] 384.452258 s: octetsFrames64 = 140 [MCU2_0] 384.452297 s: octetsFrames65to127 = 23 [MCU2_0] 384.452371 s: octetsFrames128to255 = 24 [MCU2_0] 384.452411 s: octetsFrames256to511 = 21 [MCU2_0] 384.452479 s: netOctets = 23196 [MCU2_0] 384.452581 s: portMaskDrop = 68 [MCU2_0] 384.452628 s: alePolicyMatch = 19 [MCU2_0] 384.452676 s: txPri[0] = 140 [MCU2_0] 384.452720 s: txPriBcnt[0] = 10844 [MCU2_0] 384.452754 s: [MCU2_0] 384.452857 s: [MCU2_0] External Port 0 Statistics [MCU2_0] 384.452897 s: ----------------------------------------- [MCU2_0] 384.452944 s: [MCU2_0] 384.453034 s: [MCU2_0] External Port 1 Statistics [MCU2_0] 384.453068 s: ----------------------------------------- [MCU2_0] 384.453105 s: [MCU2_0] 384.453188 s: [MCU2_0] External Port 2 Statistics [MCU2_0] 384.453222 s: ----------------------------------------- [MCU2_0] 384.453255 s: [MCU2_0] 384.453333 s: [MCU2_0] External Port 3 Statistics [MCU2_0] 384.453368 s: ----------------------------------------- [MCU2_0] 384.453421 s: rxGoodFrames = 140 [MCU2_0] 384.453468 s: rxBcastFrames = 128 [MCU2_0] 384.453571 s: rxMcastFrames = 12 [MCU2_0] 384.453625 s: rxOctets = 10844 [MCU2_0] 384.453669 s: octetsFrames64 = 128 [MCU2_0] 384.453710 s: octetsFrames128to255 = 12 [MCU2_0] 384.453750 s: netOctets = 10844 [MCU2_0] 384.453793 s: aleUnknownMcast = 12 [MCU2_0] 384.453832 s: aleUnknownMcastBcnt = 2652 [MCU2_0] 384.453871 s: aleUnknownBcast = 128 [MCU2_0] 384.453910 s: aleUnknownBcastBcnt = 8192 [MCU2_0] 384.453950 s: alePolicyMatch = 128 [MCU2_0] 384.453980 s: [MCU2_0] 384.454072 s: [MCU2_0] External Port 4 Statistics [MCU2_0] 384.454107 s: ----------------------------------------- [MCU2_0] 384.454146 s: [MCU2_0] 384.454229 s: [MCU2_0] External Port 5 Statistics [MCU2_0] 384.454265 s: ----------------------------------------- [MCU2_0] 384.454300 s: [MCU2_0] 384.454379 s: [MCU2_0] External Port 6 Statistics [MCU2_0] 384.454414 s: ----------------------------------------- [MCU2_0] 384.454447 s: [MCU2_0] 384.454575 s: [MCU2_0] External Port 7 Statistics [MCU2_0] 384.454618 s: ----------------------------------------- [MCU2_0] 384.454654 s: [MCU2_1] 2.269442 s: CIO: Init ... Done !!! [MCU2_1] 2.269521 s: ### CPU Frequency = 1000000000 Hz [MCU2_1] 2.269566 s: APP: Init ... !!! [MCU2_1] 2.269596 s: SCICLIENT: Init ... !!! [MCU2_1] 2.269869 s: SCICLIENT: DMSC FW version [8.4.1--v08.04.01 (Jolly Jellyfi] [MCU2_1] 2.269935 s: SCICLIENT: DMSC FW revision 0x8 [MCU2_1] 2.269977 s: SCICLIENT: DMSC FW ABI revision 3.1 [MCU2_1] 2.270019 s: SCICLIENT: Init ... Done !!! [MCU2_1] 2.270050 s: UDMA: Init ... !!! [MCU2_1] 2.271668 s: UDMA: Init ... Done !!! [MCU2_1] 2.271737 s: MEM: Init ... !!! [MCU2_1] 2.271783 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ da000000 of size 16777216 bytes !!! [MCU2_1] 2.271860 s: MEM: Created heap (L3_MEM, id=1, flags=0x00000001) @ 3640000 of size 262144 bytes !!! [MCU2_1] 2.271920 s: MEM: Init ... Done !!! [MCU2_1] 2.271958 s: IPC: Init ... !!! [MCU2_1] 2.272028 s: IPC: 6 CPUs participating in IPC !!! [MCU2_1] 2.272089 s: IPC: Waiting for HLOS to be ready ... !!! [MCU2_1] 14.271650 s: IPC: HLOS is ready !!! [MCU2_1] 14.287641 s: IPC: Init ... Done !!! [MCU2_1] 14.287717 s: APP: Syncing with 5 CPUs ... !!! [MCU2_1] 14.287770 s: APP: Syncing with 5 CPUs ... Done !!! [MCU2_1] 14.287811 s: REMOTE_SERVICE: Init ... !!! [MCU2_1] 14.290069 s: REMOTE_SERVICE: Init ... Done !!! [MCU2_1] 14.290141 s: FVID2: Init ... !!! [MCU2_1] 14.290227 s: FVID2: Init ... Done !!! [MCU2_1] 14.290267 s: VHWA: DMPAC: Init ... !!! [MCU2_1] 14.290296 s: SCICLIENT: Sciclient_pmSetModuleState module=48 state=2 [MCU2_1] 14.290848 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_1] 14.290891 s: SCICLIENT: Sciclient_pmSetModuleState module=305 state=2 [MCU2_1] 14.291380 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_1] 14.291420 s: VHWA: DOF Init ... !!! [MCU2_1] 14.299896 s: VHWA: DOF Init ... Done !!! [MCU2_1] 14.299972 s: VHWA: SDE Init ... !!! [MCU2_1] 14.302798 s: VHWA: SDE Init ... Done !!! [MCU2_1] 14.302862 s: VHWA: DMPAC: Init ... Done !!! [MCU2_1] 14.302916 s: VX_ZONE_INIT:Enabled [MCU2_1] 14.302958 s: VX_ZONE_ERROR:Enabled [MCU2_1] 14.302988 s: VX_ZONE_WARNING:Enabled [MCU2_1] 14.304255 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DMPAC_SDE [MCU2_1] 14.304517 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DMPAC_DOF [MCU2_1] 14.304769 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target MCU2-1 [MCU2_1] 14.304829 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!! [MCU2_1] 14.304868 s: APP: OpenVX Target kernel init ... !!! [MCU2_1] 14.305200 s: APP: OpenVX Target kernel init ... Done !!! [MCU2_1] 14.305247 s: UDMA Copy: Init ... !!! [MCU2_1] 14.307105 s: UDMA Copy: Init ... Done !!! [MCU2_1] 14.307177 s: APP: Init ... Done !!! [MCU2_1] 14.307211 s: APP: Run ... !!! [MCU2_1] 14.307236 s: IPC: Starting echo test ... [MCU2_1] 14.309796 s: APP: Run ... Done !!! [MCU2_1] 14.311111 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[s] C66X_1[P] C66X_2[.] C7X_1[.] [MCU2_1] 14.311236 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[s] C66X_1[P] C66X_2[P] C7X_1[.] [MCU2_1] 14.311340 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[s] C66X_1[P] C66X_2[P] C7X_1[P] [MCU2_1] 14.729468 s: IPC: Echo status: mpu1_0[x] mcu2_0[P] mcu2_1[s] C66X_1[P] C66X_2[P] C7X_1[P] [C6x_1 ] 2.372588 s: CIO: Init ... Done !!! [C6x_1 ] 2.372615 s: ### CPU Frequency = 1350000000 Hz [C6x_1 ] 2.372626 s: APP: Init ... !!! [C6x_1 ] 2.372634 s: SCICLIENT: Init ... !!! [C6x_1 ] 2.372865 s: SCICLIENT: DMSC FW version [8.4.1--v08.04.01 (Jolly Jellyfi] [C6x_1 ] 2.372877 s: SCICLIENT: DMSC FW revision 0x8 [C6x_1 ] 2.372887 s: SCICLIENT: DMSC FW ABI revision 3.1 [C6x_1 ] 2.372897 s: SCICLIENT: Init ... Done !!! [C6x_1 ] 2.372907 s: UDMA: Init ... !!! [C6x_1 ] 2.374484 s: UDMA: Init ... Done !!! [C6x_1 ] 2.374508 s: MEM: Init ... !!! [C6x_1 ] 2.374522 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ dc000000 of size 16777216 bytes !!! [C6x_1 ] 2.374541 s: MEM: Created heap (L2_MEM, id=2, flags=0x00000001) @ 800000 of size 229376 bytes !!! [C6x_1 ] 2.374557 s: MEM: Created heap (DDR_SCRATCH_MEM, id=4, flags=0x00000001) @ dd000000 of size 50331648 bytes !!! [C6x_1 ] 2.374573 s: MEM: Init ... Done !!! [C6x_1 ] 2.374582 s: IPC: Init ... !!! [C6x_1 ] 2.374603 s: IPC: 6 CPUs participating in IPC !!! [C6x_1 ] 2.374619 s: IPC: Waiting for HLOS to be ready ... !!! [C6x_1 ] 12.728484 s: IPC: HLOS is ready !!! [C6x_1 ] 12.732814 s: IPC: Init ... Done !!! [C6x_1 ] 12.732845 s: APP: Syncing with 5 CPUs ... !!! [C6x_1 ] 14.287769 s: APP: Syncing with 5 CPUs ... Done !!! [C6x_1 ] 14.287787 s: REMOTE_SERVICE: Init ... !!! [C6x_1 ] 14.288674 s: REMOTE_SERVICE: Init ... Done !!! [C6x_1 ] 14.288724 s: VX_ZONE_INIT:Enabled [C6x_1 ] 14.288739 s: VX_ZONE_ERROR:Enabled [C6x_1 ] 14.288749 s: VX_ZONE_WARNING:Enabled [C6x_1 ] 14.289715 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!! [C6x_1 ] 14.289797 s: APP: OpenVX Target kernel init ... !!! [C6x_1 ] 14.290148 s: APP: OpenVX Target kernel init ... Done !!! [C6x_1 ] 14.290170 s: UDMA Copy: Init ... !!! [C6x_1 ] 14.293730 s: UDMA Copy: Init ... Done !!! [C6x_1 ] 14.293750 s: APP: Init ... Done !!! [C6x_1 ] 14.293758 s: APP: Run ... !!! [C6x_1 ] 14.293767 s: IPC: Starting echo test ... [C6x_1 ] 14.295023 s: APP: Run ... Done !!! [C6x_1 ] 14.295375 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[s] C66X_2[x] C7X_1[P] [C6x_1 ] 14.295804 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[s] C66X_2[P] C7X_1[P] [C6x_1 ] 14.310382 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[P] C66X_1[s] C66X_2[P] C7X_1[P] [C6x_1 ] 14.729325 s: IPC: Echo status: mpu1_0[x] mcu2_0[P] mcu2_1[P] C66X_1[s] C66X_2[P] C7X_1[P] [C6x_2 ] 2.466132 s: CIO: Init ... Done !!! [C6x_2 ] 2.466160 s: ### CPU Frequency = 1350000000 Hz [C6x_2 ] 2.466171 s: APP: Init ... !!! [C6x_2 ] 2.466180 s: SCICLIENT: Init ... !!! [C6x_2 ] 2.466404 s: SCICLIENT: DMSC FW version [8.4.1--v08.04.01 (Jolly Jellyfi] [C6x_2 ] 2.466417 s: SCICLIENT: DMSC FW revision 0x8 [C6x_2 ] 2.466427 s: SCICLIENT: DMSC FW ABI revision 3.1 [C6x_2 ] 2.466438 s: SCICLIENT: Init ... Done !!! [C6x_2 ] 2.466448 s: UDMA: Init ... !!! [C6x_2 ] 2.468043 s: UDMA: Init ... Done !!! [C6x_2 ] 2.468067 s: MEM: Init ... !!! [C6x_2 ] 2.468082 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ e0000000 of size 16777216 bytes !!! [C6x_2 ] 2.468101 s: MEM: Created heap (L2_MEM, id=2, flags=0x00000001) @ 800000 of size 229376 bytes !!! [C6x_2 ] 2.468117 s: MEM: Created heap (DDR_SCRATCH_MEM, id=4, flags=0x00000001) @ e1000000 of size 50331648 bytes !!! [C6x_2 ] 2.468134 s: MEM: Init ... Done !!! [C6x_2 ] 2.468143 s: IPC: Init ... !!! [C6x_2 ] 2.468165 s: IPC: 6 CPUs participating in IPC !!! [C6x_2 ] 2.468182 s: IPC: Waiting for HLOS to be ready ... !!! [C6x_2 ] 12.982489 s: IPC: HLOS is ready !!! [C6x_2 ] 12.986608 s: IPC: Init ... Done !!! [C6x_2 ] 12.986637 s: APP: Syncing with 5 CPUs ... !!! [C6x_2 ] 14.287769 s: APP: Syncing with 5 CPUs ... Done !!! [C6x_2 ] 14.287788 s: REMOTE_SERVICE: Init ... !!! [C6x_2 ] 14.288693 s: REMOTE_SERVICE: Init ... Done !!! [C6x_2 ] 14.288740 s: VX_ZONE_INIT:Enabled [C6x_2 ] 14.288754 s: VX_ZONE_ERROR:Enabled [C6x_2 ] 14.288764 s: VX_ZONE_WARNING:Enabled [C6x_2 ] 14.289730 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!! [C6x_2 ] 14.289817 s: APP: OpenVX Target kernel init ... !!! [C6x_2 ] 14.290172 s: APP: OpenVX Target kernel init ... Done !!! [C6x_2 ] 14.290196 s: UDMA Copy: Init ... !!! [C6x_2 ] 14.294047 s: UDMA Copy: Init ... Done !!! [C6x_2 ] 14.294069 s: APP: Init ... Done !!! [C6x_2 ] 14.294078 s: APP: Run ... !!! [C6x_2 ] 14.294088 s: IPC: Starting echo test ... [C6x_2 ] 14.295453 s: APP: Run ... Done !!! [C6x_2 ] 14.295813 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[P] C66X_2[s] C7X_1[.] [C6x_2 ] 14.295858 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[P] C66X_2[s] C7X_1[P] [C6x_2 ] 14.310409 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[P] C66X_1[P] C66X_2[s] C7X_1[P] [C6x_2 ] 14.729345 s: IPC: Echo status: mpu1_0[x] mcu2_0[P] mcu2_1[P] C66X_1[P] C66X_2[s] C7X_1[P] [C7x_1 ] 2.700794 s: CIO: Init ... Done !!! [C7x_1 ] 2.700810 s: ### CPU Frequency = 1000000000 Hz [C7x_1 ] 2.700822 s: APP: Init ... !!! [C7x_1 ] 2.700830 s: SCICLIENT: Init ... !!! [C7x_1 ] 2.701078 s: SCICLIENT: DMSC FW version [8.4.1--v08.04.01 (Jolly Jellyfi] [C7x_1 ] 2.701092 s: SCICLIENT: DMSC FW revision 0x8 [C7x_1 ] 2.701103 s: SCICLIENT: DMSC FW ABI revision 3.1 [C7x_1 ] 2.701114 s: SCICLIENT: Init ... Done !!! [C7x_1 ] 2.701123 s: UDMA: Init ... !!! [C7x_1 ] 2.702329 s: UDMA: Init ... Done !!! [C7x_1 ] 2.702343 s: MEM: Init ... !!! [C7x_1 ] 2.702355 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ 117000000 of size 268435456 bytes !!! [C7x_1 ] 2.702375 s: MEM: Created heap (L3_MEM, id=1, flags=0x00000001) @ 70020000 of size 8159232 bytes !!! [C7x_1 ] 2.702393 s: MEM: Created heap (L2_MEM, id=2, flags=0x00000001) @ 64800000 of size 458752 bytes !!! [C7x_1 ] 2.702411 s: MEM: Created heap (L1_MEM, id=3, flags=0x00000001) @ 64e00000 of size 16384 bytes !!! [C7x_1 ] 2.702428 s: MEM: Created heap (DDR_SCRATCH_MEM, id=4, flags=0x00000001) @ 100000000 of size 385875968 bytes !!! [C7x_1 ] 2.702447 s: MEM: Init ... Done !!! [C7x_1 ] 2.702455 s: IPC: Init ... !!! [C7x_1 ] 2.702471 s: IPC: 6 CPUs participating in IPC !!! [C7x_1 ] 2.702486 s: IPC: Waiting for HLOS to be ready ... !!! [C7x_1 ] 13.389721 s: IPC: HLOS is ready !!! [C7x_1 ] 13.392074 s: IPC: Init ... Done !!! [C7x_1 ] 13.392091 s: APP: Syncing with 5 CPUs ... !!! [C7x_1 ] 14.287771 s: APP: Syncing with 5 CPUs ... Done !!! [C7x_1 ] 14.287792 s: REMOTE_SERVICE: Init ... !!! [C7x_1 ] 14.288003 s: REMOTE_SERVICE: Init ... Done !!! [C7x_1 ] 14.288030 s: VX_ZONE_INIT:Enabled [C7x_1 ] 14.288041 s: VX_ZONE_ERROR:Enabled [C7x_1 ] 14.288051 s: VX_ZONE_WARNING:Enabled [C7x_1 ] 14.288269 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1 [C7x_1 ] 14.288394 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_2 [C7x_1 ] 14.288519 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_3 [C7x_1 ] 14.288611 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_4 [C7x_1 ] 14.288720 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_5 [C7x_1 ] 14.288853 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_6 [C7x_1 ] 14.289036 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_7 [C7x_1 ] 14.289125 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_8 [C7x_1 ] 14.289148 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!! [C7x_1 ] 14.289161 s: APP: OpenVX Target kernel init ... !!! [C7x_1 ] 14.289356 s: APP: OpenVX Target kernel init ... Done !!! [C7x_1 ] 14.289372 s: APP: Init ... Done !!! [C7x_1 ] 14.289382 s: APP: Run ... !!! [C7x_1 ] 14.289391 s: IPC: Starting echo test ... [C7x_1 ] 14.289636 s: APP: Run ... Done !!! [C7x_1 ] 14.295391 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[P] C66X_2[x] C7X_1[s] [C7x_1 ] 14.295820 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[P] C66X_2[P] C7X_1[s] [C7x_1 ] 14.310436 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[P] C66X_1[P] C66X_2[P] C7X_1[s] [C7x_1 ] 14.729397 s: IPC: Echo status: mpu1_0[x] mcu2_0[P] mcu2_1[P] C66X_1[P] C66X_2[P] C7X_1[s]
4.Run ping from PC to A72 using below command
#ping <A72 IP> -c 10
5.Collect statistics using "ethtool -t " and "/opt/vx_app_arm_remote_log.out"
root@j7-evm:~# ethtool -t 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:~# /opt/vx_app_arm_remote_log.out [MCU2_0] Function:CpswProxyServer_registerIpv4MacHandlerCb,HostId:0,Handle:a39890a4,CoreKey:38acb7e6, MacAddress:70:ff:76:1d:92:c1 IPv4Addr:192.168.1.3 [MCU2_0] 320.372720 s: [MCU2_0] SNo. IP Address MAC Address [MCU2_0] 320.372765 s: ------ ------------- ----------------- [MCU2_0] 320.372805 s: 1 192.168.1.3 70:ff:76:1d:92:c1 [MCU2_0] 320.374398 s: Function:CpswProxyServer_filterAddMacHandlerCb,HostId:0,Handle:a39890a4,CoreKey:38acb7e6, MacAddress:1:0:5e:0:0:fc, vlanId:0, FlowIdx:172, FlowIdOffset:0 [MCU2_0] 320.376468 s: Function:CpswProxyServer_filterAddMacHandlerCb,HostId:0,Handle:a39890a4,CoreKey:38acb7e6, MacAddress:1:0:5e:0:0:fb, vlanId:0, FlowIdx:172, FlowIdOffset:0 [MCU2_0] 384.444576 s: Function:CpswProxyServer_regrdHandlerCb,HostId:0, RegAddr:c000000 [MCU2_0] 384.444890 s: Function:CpswProxyServer_regrdHandlerCb,HostId:0, RegAddr:c020000 [MCU2_0] 384.445128 s: Function:CpswProxyServer_clientNotifyHandlerCb,HostId:0,Handle:38acb7e6,CoreKey:a39890a4,NotifyId:RPMSG_KDRV_TP_ETHSWITCH_CLIENTNOTIFY_DUMPSTATS,NotifyLen [MCU2_0] 384.445262 s: [MCU2_0] 384.445338 s: 0: Vlanid: 012c, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 384.445402 s: RAW:[0 212c1f [MCU2_0] 384.445447 s: f1 ff0001ff] [MCU2_0] 384.445578 s: 1: Vlanid: 0190, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 384.445650 s: RAW:[0 21901f [MCU2_0] 384.445697 s: f1 ff0001ff] [MCU2_0] 384.445761 s: 2: Vlanid: 0191, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 384.445819 s: RAW:[0 21911f [MCU2_0] 384.445861 s: f1 ff0001ff] [MCU2_0] 384.445917 s: 3: Vlanid: 0192, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 384.445971 s: RAW:[0 21921f [MCU2_0] 384.446016 s: f1 ff0001ff] [MCU2_0] 384.446070 s: 4: Vlanid: 0000, UTagged: 11, Mult: 11, UMult: 11, Member: 11 [MCU2_0] 384.446126 s: RAW:[0 200001 [MCU2_0] 384.446169 s: 10 11011011] [MCU2_0] 384.446223 s: 5: Vlanid: 0194, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 384.446279 s: RAW:[0 21941f [MCU2_0] 384.446321 s: f1 ff0001ff] [MCU2_0] 384.446376 s: 6: Vlanid: 0195, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 384.446432 s: RAW:[0 21951f [MCU2_0] 384.446474 s: f1 ff0001ff] [MCU2_0] 384.446581 s: 7: Vlanid: 0196, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 384.446641 s: RAW:[0 21961f [MCU2_0] 384.446686 s: f1 ff0001ff] [MCU2_0] 384.446742 s: 8: Vlanid: 0197, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 384.446800 s: RAW:[0 21971f [MCU2_0] 384.446842 s: f1 ff0001ff] [MCU2_0] 384.446918 s: 9: Address: ffffffffffff, Member:1ff Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 384.446973 s: RAW:[7fc 1000ff [MCU2_0] 384.447015 s: ff ffffffff] [MCU2_0] 384.447098 s: 10: Address: 70ff761d92c3, Port: 000 Se=1 Bl=0 TOUCH=0 AGE=0 TRUNK=0 [MCU2_0] 384.447155 s: RAW:[1 100070 [MCU2_0] 384.447196 s: ff 761d92c3] [MCU2_0] 384.447233 s: 11: EtherType: 0806 [MCU2_0] 384.447276 s: RAW:[1 200000 [MCU2_0] 384.447319 s: 00 00000806] [MCU2_0] 384.447397 s: 12: Address: 70ff761d92c1, Port: 000 Se=0 Bl=0 TOUCH=0 AGE=0 TRUNK=0 [MCU2_0] 384.447453 s: RAW:[0 100070 [MCU2_0] 384.447537 s: ff 761d92c1] [MCU2_0] 384.447620 s: 13: Address: 333300000001, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 384.447678 s: RAW:[4 100033 [MCU2_0] 384.447721 s: 33 00000001] [MCU2_0] 384.447795 s: 14: Address: 01005e000001, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 384.447849 s: RAW:[4 100001 [MCU2_0] 384.447891 s: 00 5e000001] [MCU2_0] 384.447962 s: 15: Address: 3333ff1d92c1, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 384.448017 s: RAW:[4 100033 [MCU2_0] 384.448059 s: 33 ff1d92c1] [MCU2_0] 384.448130 s: 16: Address: 0180c2000000, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 384.448186 s: RAW:[4 100001 [MCU2_0] 384.448227 s: 80 c2000000] [MCU2_0] 384.448297 s: 17: Address: 0180c2000003, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 384.448352 s: RAW:[4 100001 [MCU2_0] 384.448393 s: 80 c2000003] [MCU2_0] 384.448462 s: 18: Address: 3333000000fb, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 384.448559 s: RAW:[4 100033 [MCU2_0] 384.448609 s: 33 000000fb] [MCU2_0] 384.448685 s: 19: Address: 333300010003, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 384.448739 s: RAW:[4 100033 [MCU2_0] 384.448782 s: 33 00010003] [MCU2_0] 384.448855 s: 20: Address: 01005e0000fc, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 384.448909 s: RAW:[4 100001 [MCU2_0] 384.448951 s: 00 5e0000fc] [MCU2_0] 384.449022 s: 21: Address: 01005e0000fb, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 384.449075 s: RAW:[4 100001 [MCU2_0] 384.449116 s: 00 5e0000fb] [MCU2_0] 384.450568 s: [MCU2_0] 384.450604 s: 1002 Free Entries [MCU2_0] 384.450642 s: [MCU2_0] 384.450683 s: 0: POLICER_DST_MAC,ALE Index: 9 [MCU2_0] 384.450725 s: 0: POLICER_ETHERTYPE,ALE Index: 11 [MCU2_0] 384.450766 s: 0: POLICER_THREAD,THREAD ID:4 [MCU2_0] 384.450817 s: 0: POLICER_STATS: Hit: 1, RedHit: 0, YellowHit: 0 [MCU2_0] 384.450866 s: 1: POLICER_DST_MAC,ALE Index: 12 [MCU2_0] 384.450904 s: 1: POLICER_THREAD,THREAD ID:0 [MCU2_0] 384.450950 s: 1: POLICER_STATS: Hit: 0, RedHit: 0, YellowHit: 0 [MCU2_0] 384.450996 s: 2: POLICER_DST_MAC,ALE Index: 15 [MCU2_0] 384.451035 s: 2: POLICER_THREAD,THREAD ID:0 [MCU2_0] 384.451082 s: 2: POLICER_STATS: Hit: 1, RedHit: 0, YellowHit: 0 [MCU2_0] 384.451128 s: 3: POLICER_DST_MAC,ALE Index: 18 [MCU2_0] 384.451166 s: 3: POLICER_THREAD,THREAD ID:0 [MCU2_0] 384.451212 s: 3: POLICER_STATS: Hit: 1, RedHit: 0, YellowHit: 0 [MCU2_0] 384.451260 s: 4: POLICER_DST_MAC,ALE Index: 19 [MCU2_0] 384.451298 s: 4: POLICER_THREAD,THREAD ID:0 [MCU2_0] 384.451344 s: 4: POLICER_STATS: Hit: 1, RedHit: 0, YellowHit: 0 [MCU2_0] 384.451664 s: [MCU2_0] 384.451702 s: 91 Free Entries [MCU2_0] 384.451798 s: [MCU2_0] Port 0 Statistics [MCU2_0] 384.451829 s: ----------------------------------------- [MCU2_0] 384.451891 s: rxGoodFrames = 68 [MCU2_0] 384.451936 s: rxBcastFrames = 33 [MCU2_0] 384.451977 s: rxMcastFrames = 35 [MCU2_0] 384.452019 s: aleDrop = 52 [MCU2_0] 384.452060 s: rxOctets = 12352 [MCU2_0] 384.452100 s: txGoodFrames = 140 [MCU2_0] 384.452140 s: txBcastFrames = 128 [MCU2_0] 384.452179 s: txMcastFrames = 12 [MCU2_0] 384.452218 s: txOctets = 10844 [MCU2_0] 384.452258 s: octetsFrames64 = 140 [MCU2_0] 384.452297 s: octetsFrames65to127 = 23 [MCU2_0] 384.452371 s: octetsFrames128to255 = 24 [MCU2_0] 384.452411 s: octetsFrames256to511 = 21 [MCU2_0] 384.452479 s: netOctets = 23196 [MCU2_0] 384.452581 s: portMaskDrop = 68 [MCU2_0] 384.452628 s: alePolicyMatch = 19 [MCU2_0] 384.452676 s: txPri[0] = 140 [MCU2_0] 384.452720 s: txPriBcnt[0] = 10844 [MCU2_0] 384.452754 s: [MCU2_0] 384.452857 s: [MCU2_0] External Port 0 Statistics [MCU2_0] 384.452897 s: ----------------------------------------- [MCU2_0] 384.452944 s: [MCU2_0] 384.453034 s: [MCU2_0] External Port 1 Statistics [MCU2_0] 384.453068 s: ----------------------------------------- [MCU2_0] 384.453105 s: [MCU2_0] 384.453188 s: [MCU2_0] External Port 2 Statistics [MCU2_0] 384.453222 s: ----------------------------------------- [MCU2_0] 384.453255 s: [MCU2_0] 384.453333 s: [MCU2_0] External Port 3 Statistics [MCU2_0] 384.453368 s: ----------------------------------------- [MCU2_0] 384.453421 s: rxGoodFrames = 140 [MCU2_0] 384.453468 s: rxBcastFrames = 128 [MCU2_0] 384.453571 s: rxMcastFrames = 12 [MCU2_0] 384.453625 s: rxOctets = 10844 [MCU2_0] 384.453669 s: octetsFrames64 = 128 [MCU2_0] 384.453710 s: octetsFrames128to255 = 12 [MCU2_0] 384.453750 s: netOctets = 10844 [MCU2_0] 384.453793 s: aleUnknownMcast = 12 [MCU2_0] 384.453832 s: aleUnknownMcastBcnt = 2652 [MCU2_0] 384.453871 s: aleUnknownBcast = 128 [MCU2_0] 384.453910 s: aleUnknownBcastBcnt = 8192 [MCU2_0] 384.453950 s: alePolicyMatch = 128 [MCU2_0] 384.453980 s: [MCU2_0] 384.454072 s: [MCU2_0] External Port 4 Statistics [MCU2_0] 384.454107 s: ----------------------------------------- [MCU2_0] 384.454146 s: [MCU2_0] 384.454229 s: [MCU2_0] External Port 5 Statistics [MCU2_0] 384.454265 s: ----------------------------------------- [MCU2_0] 384.454300 s: [MCU2_0] 384.454379 s: [MCU2_0] External Port 6 Statistics [MCU2_0] 384.454414 s: ----------------------------------------- [MCU2_0] 384.454447 s: [MCU2_0] 384.454575 s: [MCU2_0] External Port 7 Statistics [MCU2_0] 384.454618 s: ----------------------------------------- [MCU2_0] 384.454654 s: [MCU2_0] 575.240581 s: Function:CpswProxyServer_regrdHandlerCb,HostId:0, RegAddr:c000000 [MCU2_0] 575.240879 s: Function:CpswProxyServer_regrdHandlerCb,HostId:0, RegAddr:c020000 [MCU2_0] 575.241120 s: Function:CpswProxyServer_clientNotifyHandlerCb,HostId:0,Handle:38acb7e6,CoreKey:a39890a4,NotifyId:RPMSG_KDRV_TP_ETHSWITCH_CLIENTNOTIFY_DUMPSTATS,NotifyLen [MCU2_0] 575.241258 s: [MCU2_0] 575.241337 s: 0: Vlanid: 012c, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 575.241401 s: RAW:[0 212c1f [MCU2_0] 575.241446 s: f1 ff0001ff] [MCU2_0] 575.241574 s: 1: Vlanid: 0190, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 575.241643 s: RAW:[0 21901f [MCU2_0] 575.241688 s: f1 ff0001ff] [MCU2_0] 575.241747 s: 2: Vlanid: 0191, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 575.241805 s: RAW:[0 21911f [MCU2_0] 575.241847 s: f1 ff0001ff] [MCU2_0] 575.241903 s: 3: Vlanid: 0192, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 575.241962 s: RAW:[0 21921f [MCU2_0] 575.242006 s: f1 ff0001ff] [MCU2_0] 575.242060 s: 4: Vlanid: 0000, UTagged: 11, Mult: 11, UMult: 11, Member: 11 [MCU2_0] 575.242118 s: RAW:[0 200001 [MCU2_0] 575.242159 s: 10 11011011] [MCU2_0] 575.242214 s: 5: Vlanid: 0194, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 575.242271 s: RAW:[0 21941f [MCU2_0] 575.242312 s: f1 ff0001ff] [MCU2_0] 575.242366 s: 6: Vlanid: 0195, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 575.242424 s: RAW:[0 21951f [MCU2_0] 575.242467 s: f1 ff0001ff] [MCU2_0] 575.242567 s: 7: Vlanid: 0196, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 575.242629 s: RAW:[0 21961f [MCU2_0] 575.242672 s: f1 ff0001ff] [MCU2_0] 575.242730 s: 8: Vlanid: 0197, UTagged: 1ff, Mult: 1ff, UMult: 0, Member: 1ff [MCU2_0] 575.242786 s: RAW:[0 21971f [MCU2_0] 575.242830 s: f1 ff0001ff] [MCU2_0] 575.242906 s: 9: Address: ffffffffffff, Member:1ff Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 575.242962 s: RAW:[7fc 1000ff [MCU2_0] 575.243004 s: ff ffffffff] [MCU2_0] 575.243088 s: 10: Address: 70ff761d92c3, Port: 000 Se=1 Bl=0 TOUCH=0 AGE=0 TRUNK=0 [MCU2_0] 575.243144 s: RAW:[1 100070 [MCU2_0] 575.243185 s: ff 761d92c3] [MCU2_0] 575.243223 s: 11: EtherType: 0806 [MCU2_0] 575.243265 s: RAW:[1 200000 [MCU2_0] 575.243307 s: 00 00000806] [MCU2_0] 575.243386 s: 12: Address: 70ff761d92c1, Port: 000 Se=0 Bl=0 TOUCH=0 AGE=0 TRUNK=0 [MCU2_0] 575.243443 s: RAW:[0 100070 [MCU2_0] 575.243484 s: ff 761d92c1] [MCU2_0] 575.243606 s: 13: Address: 333300000001, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 575.243667 s: RAW:[4 100033 [MCU2_0] 575.243710 s: 33 00000001] [MCU2_0] 575.243782 s: 14: Address: 01005e000001, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 575.243837 s: RAW:[4 100001 [MCU2_0] 575.243879 s: 00 5e000001] [MCU2_0] 575.243949 s: 15: Address: 3333ff1d92c1, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 575.244004 s: RAW:[4 100033 [MCU2_0] 575.244046 s: 33 ff1d92c1] [MCU2_0] 575.244116 s: 16: Address: 0180c2000000, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 575.244172 s: RAW:[4 100001 [MCU2_0] 575.244213 s: 80 c2000000] [MCU2_0] 575.244283 s: 17: Address: 0180c2000003, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 575.244338 s: RAW:[4 100001 [MCU2_0] 575.244379 s: 80 c2000003] [MCU2_0] 575.244450 s: 18: Address: 3333000000fb, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 575.244541 s: RAW:[4 100033 [MCU2_0] 575.244592 s: 33 000000fb] [MCU2_0] 575.244667 s: 19: Address: 333300010003, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 575.244722 s: RAW:[4 100033 [MCU2_0] 575.244763 s: 33 00010003] [MCU2_0] 575.244834 s: 20: Address: 01005e0000fc, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 575.244889 s: RAW:[4 100001 [MCU2_0] 575.244929 s: 00 5e0000fc] [MCU2_0] 575.245000 s: 21: Address: 01005e0000fb, Member:001 Su=0 FWDSTLVL=0 IGNMBITS=0 [MCU2_0] 575.245054 s: RAW:[4 100001 [MCU2_0] 575.245096 s: 00 5e0000fb] [MCU2_0] 575.246549 s: [MCU2_0] 575.246590 s: 1002 Free Entries [MCU2_0] 575.246631 s: [MCU2_0] 575.246672 s: 0: POLICER_DST_MAC,ALE Index: 9 [MCU2_0] 575.246714 s: 0: POLICER_ETHERTYPE,ALE Index: 11 [MCU2_0] 575.246755 s: 0: POLICER_THREAD,THREAD ID:4 [MCU2_0] 575.246808 s: 0: POLICER_STATS: Hit: 1, RedHit: 0, YellowHit: 0 [MCU2_0] 575.246860 s: 1: POLICER_DST_MAC,ALE Index: 12 [MCU2_0] 575.246900 s: 1: POLICER_THREAD,THREAD ID:0 [MCU2_0] 575.246947 s: 1: POLICER_STATS: Hit: 0, RedHit: 0, YellowHit: 0 [MCU2_0] 575.246995 s: 2: POLICER_DST_MAC,ALE Index: 15 [MCU2_0] 575.247033 s: 2: POLICER_THREAD,THREAD ID:0 [MCU2_0] 575.247079 s: 2: POLICER_STATS: Hit: 1, RedHit: 0, YellowHit: 0 [MCU2_0] 575.247126 s: 3: POLICER_DST_MAC,ALE Index: 18 [MCU2_0] 575.247165 s: 3: POLICER_THREAD,THREAD ID:0 [MCU2_0] 575.247211 s: 3: POLICER_STATS: Hit: 1, RedHit: 0, YellowHit: 0 [MCU2_0] 575.247257 s: 4: POLICER_DST_MAC,ALE Index: 19 [MCU2_0] 575.247297 s: 4: POLICER_THREAD,THREAD ID:0 [MCU2_0] 575.247344 s: 4: POLICER_STATS: Hit: 1, RedHit: 0, YellowHit: 0 [MCU2_0] 575.247658 s: [MCU2_0] 575.247693 s: 91 Free Entries [MCU2_0] 575.247791 s: [MCU2_0] Port 0 Statistics [MCU2_0] 575.247820 s: ----------------------------------------- [MCU2_0] 575.247881 s: rxGoodFrames = 81 [MCU2_0] 575.247927 s: rxBcastFrames = 39 [MCU2_0] 575.247967 s: rxMcastFrames = 38 [MCU2_0] 575.248008 s: aleDrop = 65 [MCU2_0] 575.248049 s: rxOctets = 15014 [MCU2_0] 575.248089 s: txGoodFrames = 248 [MCU2_0] 575.248129 s: txBcastFrames = 232 [MCU2_0] 575.248167 s: txMcastFrames = 16 [MCU2_0] 575.248207 s: txOctets = 18567 [MCU2_0] 575.248247 s: octetsFrames64 = 247 [MCU2_0] 575.248286 s: octetsFrames65to127 = 24 [MCU2_0] 575.248324 s: octetsFrames128to255 = 31 [MCU2_0] 575.248363 s: octetsFrames256to511 = 27 [MCU2_0] 575.248404 s: netOctets = 33581 [MCU2_0] 575.248444 s: portMaskDrop = 81 [MCU2_0] 575.248484 s: alePolicyMatch = 19 [MCU2_0] 575.248591 s: txPri[0] = 248 [MCU2_0] 575.248642 s: txPriBcnt[0] = 18567 [MCU2_0] 575.248674 s: [MCU2_0] 575.248775 s: [MCU2_0] External Port 0 Statistics [MCU2_0] 575.248814 s: ----------------------------------------- [MCU2_0] 575.248861 s: [MCU2_0] 575.248953 s: [MCU2_0] External Port 1 Statistics [MCU2_0] 575.248988 s: ----------------------------------------- [MCU2_0] 575.249025 s: [MCU2_0] 575.249110 s: [MCU2_0] External Port 2 Statistics [MCU2_0] 575.249143 s: ----------------------------------------- [MCU2_0] 575.249178 s: [MCU2_0] 575.249259 s: [MCU2_0] External Port 3 Statistics [MCU2_0] 575.249293 s: ----------------------------------------- [MCU2_0] 575.249345 s: rxGoodFrames = 248 [MCU2_0] 575.249389 s: rxBcastFrames = 232 [MCU2_0] 575.249430 s: rxMcastFrames = 16 [MCU2_0] 575.249471 s: rxOctets = 18567 [MCU2_0] 575.249578 s: octetsFrames64 = 231 [MCU2_0] 575.249624 s: octetsFrames128to255 = 17 [MCU2_0] 575.249666 s: netOctets = 18567 [MCU2_0] 575.249708 s: aleUnknownMcast = 16 [MCU2_0] 575.249748 s: aleUnknownMcastBcnt = 3536 [MCU2_0] 575.249788 s: aleUnknownBcast = 232 [MCU2_0] 575.249827 s: aleUnknownBcastBcnt = 15031 [MCU2_0] 575.249867 s: alePolicyMatch = 231 [MCU2_0] 575.249897 s: [MCU2_0] 575.249993 s: [MCU2_0] External Port 4 Statistics [MCU2_0] 575.250029 s: ----------------------------------------- [MCU2_0] 575.250068 s: [MCU2_0] 575.250153 s: [MCU2_0] External Port 5 Statistics [MCU2_0] 575.250187 s: ----------------------------------------- [MCU2_0] 575.250221 s: [MCU2_0] 575.250304 s: [MCU2_0] External Port 6 Statistics [MCU2_0] 575.250339 s: ----------------------------------------- [MCU2_0] 575.250374 s: [MCU2_0] 575.250454 s: [MCU2_0] External Port 7 Statistics [MCU2_0] 575.250488 s: ----------------------------------------- [MCU2_0] 575.250582 s: [MCU2_1] 2.269442 s: CIO: Init ... Done !!! [MCU2_1] 2.269521 s: ### CPU Frequency = 1000000000 Hz [MCU2_1] 2.269566 s: APP: Init ... !!! [MCU2_1] 2.269596 s: SCICLIENT: Init ... !!! [MCU2_1] 2.269869 s: SCICLIENT: DMSC FW version [8.4.1--v08.04.01 (Jolly Jellyfi] [MCU2_1] 2.269935 s: SCICLIENT: DMSC FW revision 0x8 [MCU2_1] 2.269977 s: SCICLIENT: DMSC FW ABI revision 3.1 [MCU2_1] 2.270019 s: SCICLIENT: Init ... Done !!! [MCU2_1] 2.270050 s: UDMA: Init ... !!! [MCU2_1] 2.271668 s: UDMA: Init ... Done !!! [MCU2_1] 2.271737 s: MEM: Init ... !!! [MCU2_1] 2.271783 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ da000000 of size 16777216 bytes !!! [MCU2_1] 2.271860 s: MEM: Created heap (L3_MEM, id=1, flags=0x00000001) @ 3640000 of size 262144 bytes !!! [MCU2_1] 2.271920 s: MEM: Init ... Done !!! [MCU2_1] 2.271958 s: IPC: Init ... !!! [MCU2_1] 2.272028 s: IPC: 6 CPUs participating in IPC !!! [MCU2_1] 2.272089 s: IPC: Waiting for HLOS to be ready ... !!! [MCU2_1] 14.271650 s: IPC: HLOS is ready !!! [MCU2_1] 14.287641 s: IPC: Init ... Done !!! [MCU2_1] 14.287717 s: APP: Syncing with 5 CPUs ... !!! [MCU2_1] 14.287770 s: APP: Syncing with 5 CPUs ... Done !!! [MCU2_1] 14.287811 s: REMOTE_SERVICE: Init ... !!! [MCU2_1] 14.290069 s: REMOTE_SERVICE: Init ... Done !!! [MCU2_1] 14.290141 s: FVID2: Init ... !!! [MCU2_1] 14.290227 s: FVID2: Init ... Done !!! [MCU2_1] 14.290267 s: VHWA: DMPAC: Init ... !!! [MCU2_1] 14.290296 s: SCICLIENT: Sciclient_pmSetModuleState module=48 state=2 [MCU2_1] 14.290848 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_1] 14.290891 s: SCICLIENT: Sciclient_pmSetModuleState module=305 state=2 [MCU2_1] 14.291380 s: SCICLIENT: Sciclient_pmSetModuleState success [MCU2_1] 14.291420 s: VHWA: DOF Init ... !!! [MCU2_1] 14.299896 s: VHWA: DOF Init ... Done !!! [MCU2_1] 14.299972 s: VHWA: SDE Init ... !!! [MCU2_1] 14.302798 s: VHWA: SDE Init ... Done !!! [MCU2_1] 14.302862 s: VHWA: DMPAC: Init ... Done !!! [MCU2_1] 14.302916 s: VX_ZONE_INIT:Enabled [MCU2_1] 14.302958 s: VX_ZONE_ERROR:Enabled [MCU2_1] 14.302988 s: VX_ZONE_WARNING:Enabled [MCU2_1] 14.304255 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DMPAC_SDE [MCU2_1] 14.304517 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target DMPAC_DOF [MCU2_1] 14.304769 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:64] Added target MCU2-1 [MCU2_1] 14.304829 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!! [MCU2_1] 14.304868 s: APP: OpenVX Target kernel init ... !!! [MCU2_1] 14.305200 s: APP: OpenVX Target kernel init ... Done !!! [MCU2_1] 14.305247 s: UDMA Copy: Init ... !!! [MCU2_1] 14.307105 s: UDMA Copy: Init ... Done !!! [MCU2_1] 14.307177 s: APP: Init ... Done !!! [MCU2_1] 14.307211 s: APP: Run ... !!! [MCU2_1] 14.307236 s: IPC: Starting echo test ... [MCU2_1] 14.309796 s: APP: Run ... Done !!! [MCU2_1] 14.311111 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[s] C66X_1[P] C66X_2[.] C7X_1[.] [MCU2_1] 14.311236 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[s] C66X_1[P] C66X_2[P] C7X_1[.] [MCU2_1] 14.311340 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[s] C66X_1[P] C66X_2[P] C7X_1[P] [MCU2_1] 14.729468 s: IPC: Echo status: mpu1_0[x] mcu2_0[P] mcu2_1[s] C66X_1[P] C66X_2[P] C7X_1[P] [C6x_1 ] 2.372588 s: CIO: Init ... Done !!! [C6x_1 ] 2.372615 s: ### CPU Frequency = 1350000000 Hz [C6x_1 ] 2.372626 s: APP: Init ... !!! [C6x_1 ] 2.372634 s: SCICLIENT: Init ... !!! [C6x_1 ] 2.372865 s: SCICLIENT: DMSC FW version [8.4.1--v08.04.01 (Jolly Jellyfi] [C6x_1 ] 2.372877 s: SCICLIENT: DMSC FW revision 0x8 [C6x_1 ] 2.372887 s: SCICLIENT: DMSC FW ABI revision 3.1 [C6x_1 ] 2.372897 s: SCICLIENT: Init ... Done !!! [C6x_1 ] 2.372907 s: UDMA: Init ... !!! [C6x_1 ] 2.374484 s: UDMA: Init ... Done !!! [C6x_1 ] 2.374508 s: MEM: Init ... !!! [C6x_1 ] 2.374522 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ dc000000 of size 16777216 bytes !!! [C6x_1 ] 2.374541 s: MEM: Created heap (L2_MEM, id=2, flags=0x00000001) @ 800000 of size 229376 bytes !!! [C6x_1 ] 2.374557 s: MEM: Created heap (DDR_SCRATCH_MEM, id=4, flags=0x00000001) @ dd000000 of size 50331648 bytes !!! [C6x_1 ] 2.374573 s: MEM: Init ... Done !!! [C6x_1 ] 2.374582 s: IPC: Init ... !!! [C6x_1 ] 2.374603 s: IPC: 6 CPUs participating in IPC !!! [C6x_1 ] 2.374619 s: IPC: Waiting for HLOS to be ready ... !!! [C6x_1 ] 12.728484 s: IPC: HLOS is ready !!! [C6x_1 ] 12.732814 s: IPC: Init ... Done !!! [C6x_1 ] 12.732845 s: APP: Syncing with 5 CPUs ... !!! [C6x_1 ] 14.287769 s: APP: Syncing with 5 CPUs ... Done !!! [C6x_1 ] 14.287787 s: REMOTE_SERVICE: Init ... !!! [C6x_1 ] 14.288674 s: REMOTE_SERVICE: Init ... Done !!! [C6x_1 ] 14.288724 s: VX_ZONE_INIT:Enabled [C6x_1 ] 14.288739 s: VX_ZONE_ERROR:Enabled [C6x_1 ] 14.288749 s: VX_ZONE_WARNING:Enabled [C6x_1 ] 14.289715 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!! [C6x_1 ] 14.289797 s: APP: OpenVX Target kernel init ... !!! [C6x_1 ] 14.290148 s: APP: OpenVX Target kernel init ... Done !!! [C6x_1 ] 14.290170 s: UDMA Copy: Init ... !!! [C6x_1 ] 14.293730 s: UDMA Copy: Init ... Done !!! [C6x_1 ] 14.293750 s: APP: Init ... Done !!! [C6x_1 ] 14.293758 s: APP: Run ... !!! [C6x_1 ] 14.293767 s: IPC: Starting echo test ... [C6x_1 ] 14.295023 s: APP: Run ... Done !!! [C6x_1 ] 14.295375 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[s] C66X_2[x] C7X_1[P] [C6x_1 ] 14.295804 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[s] C66X_2[P] C7X_1[P] [C6x_1 ] 14.310382 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[P] C66X_1[s] C66X_2[P] C7X_1[P] [C6x_1 ] 14.729325 s: IPC: Echo status: mpu1_0[x] mcu2_0[P] mcu2_1[P] C66X_1[s] C66X_2[P] C7X_1[P] [C6x_2 ] 2.466132 s: CIO: Init ... Done !!! [C6x_2 ] 2.466160 s: ### CPU Frequency = 1350000000 Hz [C6x_2 ] 2.466171 s: APP: Init ... !!! [C6x_2 ] 2.466180 s: SCICLIENT: Init ... !!! [C6x_2 ] 2.466404 s: SCICLIENT: DMSC FW version [8.4.1--v08.04.01 (Jolly Jellyfi] [C6x_2 ] 2.466417 s: SCICLIENT: DMSC FW revision 0x8 [C6x_2 ] 2.466427 s: SCICLIENT: DMSC FW ABI revision 3.1 [C6x_2 ] 2.466438 s: SCICLIENT: Init ... Done !!! [C6x_2 ] 2.466448 s: UDMA: Init ... !!! [C6x_2 ] 2.468043 s: UDMA: Init ... Done !!! [C6x_2 ] 2.468067 s: MEM: Init ... !!! [C6x_2 ] 2.468082 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ e0000000 of size 16777216 bytes !!! [C6x_2 ] 2.468101 s: MEM: Created heap (L2_MEM, id=2, flags=0x00000001) @ 800000 of size 229376 bytes !!! [C6x_2 ] 2.468117 s: MEM: Created heap (DDR_SCRATCH_MEM, id=4, flags=0x00000001) @ e1000000 of size 50331648 bytes !!! [C6x_2 ] 2.468134 s: MEM: Init ... Done !!! [C6x_2 ] 2.468143 s: IPC: Init ... !!! [C6x_2 ] 2.468165 s: IPC: 6 CPUs participating in IPC !!! [C6x_2 ] 2.468182 s: IPC: Waiting for HLOS to be ready ... !!! [C6x_2 ] 12.982489 s: IPC: HLOS is ready !!! [C6x_2 ] 12.986608 s: IPC: Init ... Done !!! [C6x_2 ] 12.986637 s: APP: Syncing with 5 CPUs ... !!! [C6x_2 ] 14.287769 s: APP: Syncing with 5 CPUs ... Done !!! [C6x_2 ] 14.287788 s: REMOTE_SERVICE: Init ... !!! [C6x_2 ] 14.288693 s: REMOTE_SERVICE: Init ... Done !!! [C6x_2 ] 14.288740 s: VX_ZONE_INIT:Enabled [C6x_2 ] 14.288754 s: VX_ZONE_ERROR:Enabled [C6x_2 ] 14.288764 s: VX_ZONE_WARNING:Enabled [C6x_2 ] 14.289730 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!! [C6x_2 ] 14.289817 s: APP: OpenVX Target kernel init ... !!! [C6x_2 ] 14.290172 s: APP: OpenVX Target kernel init ... Done !!! [C6x_2 ] 14.290196 s: UDMA Copy: Init ... !!! [C6x_2 ] 14.294047 s: UDMA Copy: Init ... Done !!! [C6x_2 ] 14.294069 s: APP: Init ... Done !!! [C6x_2 ] 14.294078 s: APP: Run ... !!! [C6x_2 ] 14.294088 s: IPC: Starting echo test ... [C6x_2 ] 14.295453 s: APP: Run ... Done !!! [C6x_2 ] 14.295813 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[P] C66X_2[s] C7X_1[.] [C6x_2 ] 14.295858 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[P] C66X_2[s] C7X_1[P] [C6x_2 ] 14.310409 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[P] C66X_1[P] C66X_2[s] C7X_1[P] [C6x_2 ] 14.729345 s: IPC: Echo status: mpu1_0[x] mcu2_0[P] mcu2_1[P] C66X_1[P] C66X_2[s] C7X_1[P] [C7x_1 ] 2.700794 s: CIO: Init ... Done !!! [C7x_1 ] 2.700810 s: ### CPU Frequency = 1000000000 Hz [C7x_1 ] 2.700822 s: APP: Init ... !!! [C7x_1 ] 2.700830 s: SCICLIENT: Init ... !!! [C7x_1 ] 2.701078 s: SCICLIENT: DMSC FW version [8.4.1--v08.04.01 (Jolly Jellyfi] [C7x_1 ] 2.701092 s: SCICLIENT: DMSC FW revision 0x8 [C7x_1 ] 2.701103 s: SCICLIENT: DMSC FW ABI revision 3.1 [C7x_1 ] 2.701114 s: SCICLIENT: Init ... Done !!! [C7x_1 ] 2.701123 s: UDMA: Init ... !!! [C7x_1 ] 2.702329 s: UDMA: Init ... Done !!! [C7x_1 ] 2.702343 s: MEM: Init ... !!! [C7x_1 ] 2.702355 s: MEM: Created heap (DDR_LOCAL_MEM, id=0, flags=0x00000004) @ 117000000 of size 268435456 bytes !!! [C7x_1 ] 2.702375 s: MEM: Created heap (L3_MEM, id=1, flags=0x00000001) @ 70020000 of size 8159232 bytes !!! [C7x_1 ] 2.702393 s: MEM: Created heap (L2_MEM, id=2, flags=0x00000001) @ 64800000 of size 458752 bytes !!! [C7x_1 ] 2.702411 s: MEM: Created heap (L1_MEM, id=3, flags=0x00000001) @ 64e00000 of size 16384 bytes !!! [C7x_1 ] 2.702428 s: MEM: Created heap (DDR_SCRATCH_MEM, id=4, flags=0x00000001) @ 100000000 of size 385875968 bytes !!! [C7x_1 ] 2.702447 s: MEM: Init ... Done !!! [C7x_1 ] 2.702455 s: IPC: Init ... !!! [C7x_1 ] 2.702471 s: IPC: 6 CPUs participating in IPC !!! [C7x_1 ] 2.702486 s: IPC: Waiting for HLOS to be ready ... !!! [C7x_1 ] 13.389721 s: IPC: HLOS is ready !!! [C7x_1 ] 13.392074 s: IPC: Init ... Done !!! [C7x_1 ] 13.392091 s: APP: Syncing with 5 CPUs ... !!! [C7x_1 ] 14.287771 s: APP: Syncing with 5 CPUs ... Done !!! [C7x_1 ] 14.287792 s: REMOTE_SERVICE: Init ... !!! [C7x_1 ] 14.288003 s: REMOTE_SERVICE: Init ... Done !!! [C7x_1 ] 14.288030 s: VX_ZONE_INIT:Enabled [C7x_1 ] 14.288041 s: VX_ZONE_ERROR:Enabled [C7x_1 ] 14.288051 s: VX_ZONE_WARNING:Enabled [C7x_1 ] 14.288269 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1 [C7x_1 ] 14.288394 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_2 [C7x_1 ] 14.288519 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_3 [C7x_1 ] 14.288611 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_4 [C7x_1 ] 14.288720 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_5 [C7x_1 ] 14.288853 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_6 [C7x_1 ] 14.289036 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_7 [C7x_1 ] 14.289125 s: VX_ZONE_INIT:[tivxPlatformCreateTargetId:59] Added target DSP_C7-1_PRI_8 [C7x_1 ] 14.289148 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!! [C7x_1 ] 14.289161 s: APP: OpenVX Target kernel init ... !!! [C7x_1 ] 14.289356 s: APP: OpenVX Target kernel init ... Done !!! [C7x_1 ] 14.289372 s: APP: Init ... Done !!! [C7x_1 ] 14.289382 s: APP: Run ... !!! [C7x_1 ] 14.289391 s: IPC: Starting echo test ... [C7x_1 ] 14.289636 s: APP: Run ... Done !!! [C7x_1 ] 14.295391 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[P] C66X_2[x] C7X_1[s] [C7x_1 ] 14.295820 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[x] C66X_1[P] C66X_2[P] C7X_1[s] [C7x_1 ] 14.310436 s: IPC: Echo status: mpu1_0[x] mcu2_0[x] mcu2_1[P] C66X_1[P] C66X_2[P] C7X_1[s] [C7x_1 ] 14.729397 s: IPC: Echo status: mpu1_0[x] mcu2_0[P] mcu2_1[P] C66X_1[P] C66X_2[P] C7X_1[s]
6. Please collect tcpdump logs during above sequence, from both PC and A72 using below command.
#tcpdump -i <interface> -xx
I used pc ping A72, the follow is the picture and the log
root@j7-evm:~# tcpdump -i eth1 -xx [ 707.880418] device eth1 entered promiscuous mode tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth1, link-type EN10MB (Ethernet), capture size 262144 bytes 09:18:29.555451 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 70:ff:76:1d:92:c1 (oui Unknown), length 288 0x0000: ffff ffff ffff 70ff 761d 92c1 0800 45c0 0x0010: 013c 0000 0000 4011 78f2 0000 0000 ffff 0x0020: ffff 0044 0043 0128 26a3 0101 0600 baf8 0x0030: c39c 02c1 0000 0000 0000 0000 0000 0000 0x0040: 0000 0000 0000 70ff 761d 92c1 0000 0000 0x0050: 0000 0000 0000 0000 0000 0000 0000 0000 0x0060: 0000 0000 0000 0000 0000 0000 0000 0000 0x0070: 0000 0000 0000 0000 0000 0000 0000 0000 0x0080: 0000 0000 0000 0000 0000 0000 0000 0000 0x0090: 0000 0000 0000 0000 0000 0000 0000 0000 0x00a0: 0000 0000 0000 0000 0000 0000 0000 0000 0x00b0: 0000 0000 0000 0000 0000 0000 0000 0000 0x00c0: 0000 0000 0000 0000 0000 0000 0000 0000 0x00d0: 0000 0000 0000 0000 0000 0000 0000 0000 0x00e0: 0000 0000 0000 0000 0000 0000 0000 0000 0x00f0: 0000 0000 0000 0000 0000 0000 0000 0000 0x0100: 0000 0000 0000 0000 0000 0000 0000 0000 0x0110: 0000 0000 0000 6382 5363 3501 013d 13ff 0x0120: bb8a 56a3 0002 0000 ab11 a01e b168 e080 0x0130: 5516 3709 0103 0c0f 0621 792a 7839 0202 0x0140: 400c 066a 372d 6576 6dff 09:18:59.626841 IP6 fe80::de4d:d92f:4758:90ee.mdns > ff02::fb.mdns: 0 A (QM)? wpad.local. (28) 0x0000: 3333 0000 00fb 902e 16e9 9160 86dd 6005 0x0010: 435a 0024 1101 fe80 0000 0000 0000 de4d 0x0020: d92f 4758 90ee ff02 0000 0000 0000 0000 0x0030: 0000 0000 00fb 14e9 14e9 0024 32df 0000 0x0040: 0000 0001 0000 0000 0000 0477 7061 6405 0x0050: 6c6f 6361 6c00 0001 0001 09:18:59.627342 IP6 fe80::de4d:d92f:4758:90ee.52489 > ff02::1:3.hostmon: UDP, length 22 0x0000: 3333 0001 0003 902e 16e9 9160 86dd 6003 0x0010: f691 001e 1101 fe80 0000 0000 0000 de4d 0x0020: d92f 4758 90ee ff02 0000 0000 0000 0000 0x0030: 0000 0001 0003 cd09 14eb 001e 1013 a782 0x0040: 0000 0001 0000 0000 0000 0477 7061 6400 0x0050: 0001 0001 09:19:00.050579 IP6 fe80::de4d:d92f:4758:90ee.52489 > ff02::1:3.hostmon: UDP, length 22 0x0000: 3333 0001 0003 902e 16e9 9160 86dd 6003 0x0010: f691 001e 1101 fe80 0000 0000 0000 de4d 0x0020: d92f 4758 90ee ff02 0000 0000 0000 0000 0x0030: 0000 0001 0003 cd09 14eb 001e 1013 a782 0x0040: 0000 0001 0000 0000 0000 0477 7061 6400 0x0050: 0001 0001 09:19:00.635408 IP6 fe80::de4d:d92f:4758:90ee.mdns > ff02::fb.mdns: 0 A (QM)? wpad.local. (28) 0x0000: 3333 0000 00fb 902e 16e9 9160 86dd 6005 0x0010: 435a 0024 1101 fe80 0000 0000 0000 de4d 0x0020: d92f 4758 90ee ff02 0000 0000 0000 0000 0x0030: 0000 0000 00fb 14e9 14e9 0024 32df 0000 0x0040: 0000 0001 0000 0000 0000 0477 7061 6405 0x0050: 6c6f 6361 6c00 0001 0001 09:19:01.623205 IP6 fe80::de4d:d92f:4758:90ee.mdns > ff02::fb.mdns: 0 A (QM)? wpad.local. (28) 0x0000: 3333 0000 00fb 902e 16e9 9160 86dd 600a 0x0010: fddf 0024 1101 fe80 0000 0000 0000 de4d 0x0020: d92f 4758 90ee ff02 0000 0000 0000 0000 0x0030: 0000 0000 00fb 14e9 14e9 0024 32df 0000 0x0040: 0000 0001 0000 0000 0000 0477 7061 6405 0x0050: 6c6f 6361 6c00 0001 0001 09:19:01.623568 IP6 fe80::de4d:d92f:4758:90ee.63879 > ff02::1:3.hostmon: UDP, length 22 0x0000: 3333 0001 0003 902e 16e9 9160 86dd 6000 0x0010: 08af 001e 1101 fe80 0000 0000 0000 de4d 0x0020: d92f 4758 90ee ff02 0000 0000 0000 0000 0x0030: 0000 0001 0003 f987 14eb 001e 6dbd 1d5a 0x0040: 0000 0001 0000 0000 0000 0477 7061 6400 0x0050: 0001 0001 09:19:02.035618 IP6 fe80::de4d:d92f:4758:90ee.63879 > ff02::1:3.hostmon: UDP, length 22 0x0000: 3333 0001 0003 902e 16e9 9160 86dd 6000 0x0010: 08af 001e 1101 fe80 0000 0000 0000 de4d 0x0020: d92f 4758 90ee ff02 0000 0000 0000 0000 0x0030: 0000 0001 0003 f987 14eb 001e 6dbd 1d5a 0x0040: 0000 0001 0000 0000 0000 0477 7061 6400 0x0050: 0001 0001 09:19:02.625626 IP6 fe80::de4d:d92f:4758:90ee.mdns > ff02::fb.mdns: 0 A (QM)? wpad.local. (28) 0x0000: 3333 0000 00fb 902e 16e9 9160 86dd 600a 0x0010: fddf 0024 1101 fe80 0000 0000 0000 de4d 0x0020: d92f 4758 90ee ff02 0000 0000 0000 0000 0x0030: 0000 0000 00fb 14e9 14e9 0024 32df 0000 0x0040: 0000 0001 0000 0000 0000 0477 7061 6405 0x0050: 6c6f 6361 6c00 0001 0001 09:19:10.639999 IP6 fe80::de4d:d92f:4758:90ee.mdns > ff02::fb.mdns: 0 A (QM)? wpad.local. (28) 0x0000: 3333 0000 00fb 902e 16e9 9160 86dd 6000 0x0010: b864 0024 1101 fe80 0000 0000 0000 de4d 0x0020: d92f 4758 90ee ff02 0000 0000 0000 0000 0x0030: 0000 0000 00fb 14e9 14e9 0024 32df 0000 0x0040: 0000 0001 0000 0000 0000 0477 7061 6405 0x0050: 6c6f 6361 6c00 0001 0001 09:19:10.639999 IP6 fe80::de4d:d92f:4758:90ee.55498 > ff02::1:3.hostmon: UDP, length 22 0x0000: 3333 0001 0003 902e 16e9 9160 86dd 6002 0x0010: c95f 001e 1101 fe80 0000 0000 0000 de4d 0x0020: d92f 4758 90ee ff02 0000 0000 0000 0000 0x0030: 0000 0001 0003 d8ca 14eb 001e 857d 2657 0x0040: 0000 0001 0000 0000 0000 0477 7061 6400 0x0050: 0001 0001 09:19:11.057309 IP6 fe80::de4d:d92f:4758:90ee.55498 > ff02::1:3.hostmon: UDP, length 22 0x0000: 3333 0001 0003 902e 16e9 9160 86dd 6002 0x0010: c95f 001e 1101 fe80 0000 0000 0000 de4d 0x0020: d92f 4758 90ee ff02 0000 0000 0000 0000 0x0030: 0000 0001 0003 d8ca 14eb 001e 857d 2657 0x0040: 0000 0001 0000 0000 0000 0477 7061 6400 0x0050: 0001 0001 09:19:11.646567 IP6 fe80::de4d:d92f:4758:90ee.mdns > ff02::fb.mdns: 0 A (QM)? wpad.local. (28) 0x0000: 3333 0000 00fb 902e 16e9 9160 86dd 6000 0x0010: b864 0024 1101 fe80 0000 0000 0000 de4d 0x0020: d92f 4758 90ee ff02 0000 0000 0000 0000 0x0030: 0000 0000 00fb 14e9 14e9 0024 32df 0000 0x0040: 0000 0001 0000 0000 0000 0477 7061 6405 0x0050: 6c6f 6361 6c00 0001 0001 09:19:19.712576 IP6 fe80::de4d:d92f:4758:90ee.mdns > ff02::fb.mdns: 0 A (QM)? wpad.local. (28) 0x0000: 3333 0000 00fb 902e 16e9 9160 86dd 6000 0x0010: b864 0024 1101 fe80 0000 0000 0000 de4d 0x0020: d92f 4758 90ee ff02 0000 0000 0000 0000 0x0030: 0000 0000 00fb 14e9 14e9 0024 32df 0000 0x0040: 0000 0001 0000 0000 0000 0477 7061 6405 0x0050: 6c6f 6361 6c00 0001 0001 09:19:19.713983 IP6 fe80::de4d:d92f:4758:90ee.60379 > ff02::1:3.hostmon: UDP, length 22 0x0000: 3333 0001 0003 902e 16e9 9160 86dd 6001 0x0010: f890 001e 1101 fe80 0000 0000 0000 de4d 0x0020: d92f 4758 90ee ff02 0000 0000 0000 0000 0x0030: 0000 0001 0003 ebdb 14eb 001e 840f 14b4 0x0040: 0000 0001 0000 0000 0000 0477 7061 6400 0x0050: 0001 0001 09:19:20.131769 IP6 fe80::de4d:d92f:4758:90ee.60379 > ff02::1:3.hostmon: UDP, length 22 0x0000: 3333 0001 0003 902e 16e9 9160 86dd 6001 0x0010: f890 001e 1101 fe80 0000 0000 0000 de4d 0x0020: d92f 4758 90ee ff02 0000 0000 0000 0000 0x0030: 0000 0001 0003 ebdb 14eb 001e 840f 14b4 0x0040: 0000 0001 0000 0000 0000 0477 7061 6400 0x0050: 0001 0001 09:19:20.715579 IP6 fe80::de4d:d92f:4758:90ee.mdns > ff02::fb.mdns: 0 A (QM)? wpad.local. (28) 0x0000: 3333 0000 00fb 902e 16e9 9160 86dd 6000 0x0010: b864 0024 1101 fe80 0000 0000 0000 de4d 0x0020: d92f 4758 90ee ff02 0000 0000 0000 0000 0x0030: 0000 0000 00fb 14e9 14e9 0024 32df 0000 0x0040: 0000 0001 0000 0000 0000 0477 7061 6405 0x0050: 6c6f 6361 6c00 0001 0001 09:19:34.177133 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 70:ff:76:1d:92:c1 (oui Unknown), length 288 0x0000: ffff ffff ffff 70ff 761d 92c1 0800 45c0 0x0010: 013c 0000 0000 4011 78f2 0000 0000 ffff 0x0020: ffff 0044 0043 0128 2662 0101 0600 baf8 0x0030: c39c 0302 0000 0000 0000 0000 0000 0000 0x0040: 0000 0000 0000 70ff 761d 92c1 0000 0000 0x0050: 0000 0000 0000 0000 0000 0000 0000 0000 0x0060: 0000 0000 0000 0000 0000 0000 0000 0000 0x0070: 0000 0000 0000 0000 0000 0000 0000 0000 0x0080: 0000 0000 0000 0000 0000 0000 0000 0000 0x0090: 0000 0000 0000 0000 0000 0000 0000 0000 0x00a0: 0000 0000 0000 0000 0000 0000 0000 0000 0x00b0: 0000 0000 0000 0000 0000 0000 0000 0000 0x00c0: 0000 0000 0000 0000 0000 0000 0000 0000 0x00d0: 0000 0000 0000 0000 0000 0000 0000 0000 0x00e0: 0000 0000 0000 0000 0000 0000 0000 0000 0x00f0: 0000 0000 0000 0000 0000 0000 0000 0000 0x0100: 0000 0000 0000 0000 0000 0000 0000 0000 0x0110: 0000 0000 0000 6382 5363 3501 013d 13ff 0x0120: bb8a 56a3 0002 0000 ab11 a01e b168 e080 0x0130: 5516 3709 0103 0c0f 0621 792a 7839 0202 0x0140: 400c 066a 372d 6576 6dff 09:20:39.062525 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 70:ff:76:1d:92:c1 (oui Unknown), length 288 0x0000: ffff ffff ffff 70ff 761d 92c1 0800 45c0 0x0010: 013c 0000 0000 4011 78f2 0000 0000 ffff 0x0020: ffff 0044 0043 0128 2621 0101 0600 baf8 0x0030: c39c 0343 0000 0000 0000 0000 0000 0000 0x0040: 0000 0000 0000 70ff 761d 92c1 0000 0000 0x0050: 0000 0000 0000 0000 0000 0000 0000 0000 0x0060: 0000 0000 0000 0000 0000 0000 0000 0000 0x0070: 0000 0000 0000 0000 0000 0000 0000 0000 0x0080: 0000 0000 0000 0000 0000 0000 0000 0000 0x0090: 0000 0000 0000 0000 0000 0000 0000 0000 0x00a0: 0000 0000 0000 0000 0000 0000 0000 0000 0x00b0: 0000 0000 0000 0000 0000 0000 0000 0000 0x00c0: 0000 0000 0000 0000 0000 0000 0000 0000 0x00d0: 0000 0000 0000 0000 0000 0000 0000 0000 0x00e0: 0000 0000 0000 0000 0000 0000 0000 0000 0x00f0: 0000 0000 0000 0000 0000 0000 0000 0000 0x0100: 0000 0000 0000 0000 0000 0000 0000 0000 0x0110: 0000 0000 0000 6382 5363 3501 013d 13ff 0x0120: bb8a 56a3 0002 0000 ab11 a01e b168 e080 0x0130: 5516 3709 0103 0c0f 0621 792a 7839 0202 0x0140: 400c 066a 372d 6576 6dff ^C 19 packets captured 19 packets received by filter 0 packets dr[ 884.436857] device eth1 left promiscuous mode
I used A72 to ping pc. The pc did not receive packet.
I made some other changes to the print above,
1. According to the tja manual, when bit2 of register 0x1 of phy is equal to 1, it is considered as phy link. so I set linked in enetphy.c function enetPhy_linkWaitState,
(The phy register 23 value is 0xbce4. The 15th bit equals 1. That also means it's already linked.)
2.I annotated ''#define ENET_CFG_CPSW_SGMII (ENET_ON) " in filse: pdk_jacinto_08_04_00_21/packages/ti/drv/enet/enet_cfg.h
Otherwise it would reported this log:
[MCU2_0] 14.221606 s: Cpsw_isPortLinkUp: Port 4: Layer 1 doesn't support link status
Thank you very much for taking the time to answer my questions. Thank you
Hi Ling,
Could you please share the changes made in Ethfw for review of changes.
Best Regards,
Sudheer
ok, ethfw.diff is all the differences associated with ethfw
All.diff is all changes.
Please check and thank you for your support.
Currently, only one tja1101 is opened. It's address is 6 and connect to cpsw9g port 4.
Thanks.
diff --git a/psdkra/ethfw/ethfw/src/ethfw.c b/psdkra/ethfw/ethfw/src/ethfw.c old mode 100644 new mode 100755 index 72888d4a9..85222b987 --- a/psdkra/ethfw/ethfw/src/ethfw.c +++ b/psdkra/ethfw/ethfw/src/ethfw.c @@ -359,6 +359,7 @@ static void EthFw_initAleCfg(CpswAle_Cfg *aleCfg) aleCfg->agingCfg.agingPeriodInMs = 1000; aleCfg->nwSecCfg.vid0ModeEn = FALSE; aleCfg->vlanCfg.aleVlanAwareMode = TRUE; + /*aleCfg->vlanCfg.aleVlanAwareMode = FALSE;*/ aleCfg->vlanCfg.cpswVlanAwareMode = FALSE; aleCfg->vlanCfg.unknownUnregMcastFloodMask = 0U; aleCfg->vlanCfg.unknownRegMcastFloodMask = 0U; @@ -1195,7 +1196,12 @@ static void EthFw_initLinkArgs(EnetPer_PortLinkCfg *linkArgs, EnetMacPort_Interface *mii = &linkArgs->mii; uint32_t i; int32_t status; - + appLogPrintf("jinmin----- macport=%d\n",macPort); + appLogPrintf("jinmin----- coreID=%d\n",gEthFwObj.coreId); + appLogPrintf("jinmin----- numVirtPorts=%d\n",gEthFwObj.numVirtPorts); + appLogPrintf("jinmin----- numAutosarVirtPorts=%d\n",gEthFwObj.numAutosarVirtPorts); + appLogPrintf("jinmin----- numPorts=%d\n",gEthFwObj.numPorts); + appLogPrintf("jinmin----- instId=%d\n",gEthFwObj.instId); /* Port link config is set by app */ status = gEthFwObj.setPortCfg(macPort, macCfg, mii, phyCfg, linkCfg); if (status != ENET_SOK) diff --git a/psdkra/ethfw/utils/board/src/j721e/board_j721e_evm.c b/psdkra/ethfw/utils/board/src/j721e/board_j721e_evm.c old mode 100644 new mode 100755 index d547a8773..f46b3916c --- a/psdkra/ethfw/utils/board/src/j721e/board_j721e_evm.c +++ b/psdkra/ethfw/utils/board/src/j721e/board_j721e_evm.c @@ -193,6 +193,10 @@ GPIO_PinConfig gEthFw_gpioPinCfgs[] = { GPIO_DEVICE_CONFIG(0, 61) | GPIO_CFG_OUTPUT, GPIO_DEVICE_CONFIG(0, 62) | GPIO_CFG_OUTPUT, + GPIO_DEVICE_CONFIG(0, 60) | GPIO_CFG_OUTPUT, + GPIO_DEVICE_CONFIG(0, 68) | GPIO_CFG_OUTPUT, + GPIO_DEVICE_CONFIG(0, 77) | GPIO_CFG_OUTPUT, + GPIO_DEVICE_CONFIG(0, 105) | GPIO_CFG_OUTPUT, }; /* GPIO Driver callback functions */ @@ -235,7 +239,7 @@ static const Dp83867_Cfg gEnetGesiBoard_dp83867PhyCfg = /* 4 x RGMII ports in GESI expansion board */ static EthFwBoard_MacPortCfg gEthFw_gesiMacPortCfg[] = { - { /* "PRG1_RGMII1_B" */ + /*{ [> "PRG1_RGMII1_B" <] .macPort = ENET_MAC_PORT_1, .mii = { ENET_MAC_LAYER_GMII, ENET_MAC_SUBLAYER_REDUCED }, .phyCfg = @@ -248,8 +252,8 @@ static EthFwBoard_MacPortCfg gEthFw_gesiMacPortCfg[] = }, .sgmiiMode = ENET_MAC_SGMIIMODE_INVALID, .linkCfg = { ENET_SPEED_AUTO, ENET_DUPLEX_AUTO }, - }, - { /* "PRG1_RGMII2_T" */ + },*/ + /*{ [> "PRG1_RGMII2_T" <] .macPort = ENET_MAC_PORT_8, .mii = { ENET_MAC_LAYER_GMII, ENET_MAC_SUBLAYER_REDUCED }, .phyCfg = @@ -262,8 +266,8 @@ static EthFwBoard_MacPortCfg gEthFw_gesiMacPortCfg[] = }, .sgmiiMode = ENET_MAC_SGMIIMODE_INVALID, .linkCfg = { ENET_SPEED_AUTO, ENET_DUPLEX_AUTO }, - }, - { /* "PRG0_RGMII1_B" */ + },*/ + /*{ [> "PRG0_RGMII1_B" <] .macPort = ENET_MAC_PORT_3, .mii = { ENET_MAC_LAYER_GMII, ENET_MAC_SUBLAYER_REDUCED }, .phyCfg = @@ -276,20 +280,23 @@ static EthFwBoard_MacPortCfg gEthFw_gesiMacPortCfg[] = }, .sgmiiMode = ENET_MAC_SGMIIMODE_INVALID, .linkCfg = { ENET_SPEED_AUTO, ENET_DUPLEX_AUTO }, - }, + },*/ { /* "PRG0_RGMII02_T" */ .macPort = ENET_MAC_PORT_4, - .mii = { ENET_MAC_LAYER_GMII, ENET_MAC_SUBLAYER_REDUCED }, + .mii = { ENET_MAC_LAYER_MII, ENET_MAC_SUBLAYER_REDUCED }, .phyCfg = { - .phyAddr = 3U, + .phyAddr = 6U, .isStrapped = false, .skipExtendedCfg = false, - .extendedCfg = &gEnetGesiBoard_dp83867PhyCfg, - .extendedCfgSize = sizeof(gEnetGesiBoard_dp83867PhyCfg), + //.extendedCfg = &gEnetGesiBoard_dp83867PhyCfg, + //.extendedCfgSize = sizeof(gEnetGesiBoard_dp83867PhyCfg), + .extendedCfg = NULL, + .extendedCfgSize = 0U, }, - .sgmiiMode = ENET_MAC_SGMIIMODE_INVALID, - .linkCfg = { ENET_SPEED_AUTO, ENET_DUPLEX_AUTO }, + //.sgmiiMode = ENET_MAC_SGMIIMODE_INVALID, + .linkCfg = { ENET_SPEED_AUTO, ENET_DUPLEX_AUTO }, + /*.linkCfg = {ENET_SPEED_100MBIT, ENET_DUPLEX_FULL},*/ }, }; @@ -379,7 +386,8 @@ int32_t EthFwBoard_init(uint32_t flags) { Board_initCfg boardCfg = 0U; Board_STATUS boardStatus; - + Uint32 regVal = 0U; + /* Save the functionality requested by app */ gEthFwBoard.enetBridgeEnabled = ENET_NOT_ZERO(flags & ETHFW_BOARD_ENET_BRIDGE_ENABLE); gEthFwBoard.gesiEnabled = ENET_NOT_ZERO(flags & ETHFW_BOARD_GESI_ENABLE); @@ -388,7 +396,7 @@ int32_t EthFwBoard_init(uint32_t flags) gEthFwBoard.uartAllowed = ENET_NOT_ZERO(flags & ETHFW_BOARD_UART_ALLOWED); gEthFwBoard.i2cAllowed = ENET_NOT_ZERO(flags & ETHFW_BOARD_I2C_ALLOWED); gEthFwBoard.gpioAllowed = ENET_NOT_ZERO(flags & ETHFW_BOARD_GPIO_ALLOWED); - + appLogPrintf("jinmin--- enetBridgeEnabled=%d,gesiEnabled=%d,qenetEnabled=%d,serdesAllowed=%d,uartAllowed=%d,i2cAllowed=%d\n",gEthFwBoard.enetBridgeEnabled,gEthFwBoard.gesiEnabled,gEthFwBoard.qenetEnabled,gEthFwBoard.serdesAllowed,gEthFwBoard.uartAllowed,gEthFwBoard.i2cAllowed); /* QpENet expansion board and SerDes bridge board are mutually exclusive */ if (gEthFwBoard.qenetEnabled && gEthFwBoard.enetBridgeEnabled) { @@ -402,6 +410,21 @@ int32_t EthFwBoard_init(uint32_t flags) /* Configure pinmux only for the pins used by EthFw */ EthFwBoard_configPinmux(); + regVal = 0x08050007U; + CSL_REG32_WR(CSL_WKUP_CTRL_MMR0_CFG0_BASE + CSL_WKUP_CTRL_MMR_CFG0_PADCONFIG13, regVal); + /* Set Pin direction to output */ + regVal = CSL_REG32_RD(CSL_WKUP_GPIO0_BASE + 0x38U); + regVal &= (~(1U << 0x11U)); + CSL_REG32_WR(CSL_WKUP_GPIO0_BASE + 0x38U, regVal); + //pull down + *(volatile uint32_t *)0x42110010 &= ~(1<<29); + *(volatile uint32_t *)0x42110014 |= (1<<29); + appLogWaitMsecs(200); + + *(volatile uint32_t *)0x42110010 &= ~(1<<29); + *(volatile uint32_t *)0x42110014 &= ~(1<<29); + appLogWaitMsecs(50); + /* Configure UART used for EthFw logging */ if (gEthFwBoard.uartAllowed) { @@ -417,6 +440,7 @@ int32_t EthFwBoard_init(uint32_t flags) /* Detect expansion boards attached to main board (CPB) */ EthFwBoard_detectDBs(); + appLogPrintf("jinmin--- enetBridgeEnabled=%d,gesiEnabled=%d,qenetEnabled=%d,serdesAllowed=%d,uartAllowed=%d,i2cAllowed=%d\n",gEthFwBoard.enetBridgeEnabled,gEthFwBoard.gesiEnabled,gEthFwBoard.qenetEnabled,gEthFwBoard.serdesAllowed,gEthFwBoard.uartAllowed,gEthFwBoard.i2cAllowed); /* Configure GESI board */ if (gEthFwBoard.gesiEnabled && gEthFwBoard.gesiDetected) { @@ -581,7 +605,8 @@ static void EthFwBoard_configPinmux(void) Board_pinmuxUpdate(gEthFwPinmuxData, BOARD_SOC_DOMAIN_MAIN); /* Configure pinmux settings for Ethernet ports and MDIO */ - Board_pinmuxUpdate(gJ721E_MainPinmuxDataGesiCpsw9gQsgmii, BOARD_SOC_DOMAIN_MAIN); + /*Board_pinmuxUpdate(gJ721E_MainPinmuxDataGesiCpsw9gQsgmii, BOARD_SOC_DOMAIN_MAIN);*/ + Board_pinmuxUpdate( gJ721E_MainPinmuxDataGesiCpsw9g, BOARD_SOC_DOMAIN_MAIN); /* REVISIT - Configure CPSW9G pins for ports on the GESI board */ Board_pinmuxGetCfg(&pinmuxCfg); @@ -604,8 +629,9 @@ static void EthFwBoard_detectDBs(void) { /* Assume expansion boards are present if detection not allowed */ gEthFwBoard.gesiDetected = true; - gEthFwBoard.qenetDetected = true; + gEthFwBoard.qenetDetected = false; } + appLogPrintf("jinmin----- Detec gesi qenet=%d,%d",gEthFwBoard.gesiDetected,gEthFwBoard.qenetDetected); } static void EthFwBoard_configUart(void) @@ -621,12 +647,16 @@ static void EthFwBoard_configUart(void) static void EthFwBoard_configGesi(void) { - if (gEthFwBoard.gpioAllowed) - { + /*if (gEthFwBoard.gpioAllowed)*/ + /*{*/ GPIO_init(); GPIO_write(0, 1); GPIO_write(1, 1); - } + GPIO_write(2, 1); + GPIO_write(3, 1); + GPIO_write(4, 1); + GPIO_write(5, 1); + /*}*/ } static void EthFwBoard_configQenet(void) diff --git a/psdkra/ethfw/utils/intervlan/src/eth_hwintervlan.c b/psdkra/ethfw/utils/intervlan/src/eth_hwintervlan.c index e7928c283..b94bd2ab2 100644 --- a/psdkra/ethfw/utils/intervlan/src/eth_hwintervlan.c +++ b/psdkra/ethfw/utils/intervlan/src/eth_hwintervlan.c @@ -197,6 +197,7 @@ void EthHwInterVlan_setOpenPrms(Cpsw_Cfg *pCpswCfg) pCpswCfg->aleCfg.policerGlobalCfg.yellowDropEn = FALSE; pCpswCfg->aleCfg.policerGlobalCfg.policerNoMatchMode = CPSW_ALE_POLICER_NOMATCH_MODE_GREEN; pCpswCfg->aleCfg.vlanCfg.aleVlanAwareMode = TRUE; + /*pCpswCfg->aleCfg.vlanCfg.aleVlanAwareMode = FALSE;*/ pCpswCfg->aleCfg.vlanCfg.cpswVlanAwareMode = TRUE; pCpswCfg->aleCfg.vlanCfg.unknownVlanMemberListMask = 0; diff --git a/psdkra/vision_apps/utils/ethfw/src/app_ethfw_freertos.c b/psdkra/vision_apps/utils/ethfw/src/app_ethfw_freertos.c index cc484978a..f2684d4cd 100644 --- a/psdkra/vision_apps/utils/ethfw/src/app_ethfw_freertos.c +++ b/psdkra/vision_apps/utils/ethfw/src/app_ethfw_freertos.c @@ -129,10 +129,10 @@ static Enet_MacPort gEthAppPorts[] = #if defined(SOC_J721E) /* On J721E EVM to use all 8 ports simultaneously, we use below configuration RGMII Ports - 1,3,4,8. QSGMII ports - 2,5,6,7 */ - ENET_MAC_PORT_1, /* RGMII */ - ENET_MAC_PORT_3, /* RGMII */ + /*ENET_MAC_PORT_1, [> RGMII <]*/ + /*ENET_MAC_PORT_3, [> RGMII <]*/ ENET_MAC_PORT_4, /* RGMII */ - ENET_MAC_PORT_8, /* RGMII */ + /*ENET_MAC_PORT_8, [> RGMII <]*/ #if defined(ENABLE_QSGMII_PORTS) ENET_MAC_PORT_2, /* QSGMII main */ ENET_MAC_PORT_5, /* QSGMII sub */ @@ -153,18 +153,18 @@ static EthFw_VirtPortCfg gEthApp_virtPortCfg[] = .remoteCoreId = IPC_MPU1_0, .portId = ETHREMOTECFG_SWITCH_PORT_0, }, - { - .remoteCoreId = IPC_MCU2_1, - .portId = ETHREMOTECFG_SWITCH_PORT_1, - }, + /*{*/ + /*.remoteCoreId = IPC_MCU2_1,*/ + /*.portId = ETHREMOTECFG_SWITCH_PORT_1,*/ + /*},*/ { .remoteCoreId = IPC_MPU1_0, - .portId = ETHREMOTECFG_MAC_PORT_1, - }, - { - .remoteCoreId = IPC_MCU2_1, .portId = ETHREMOTECFG_MAC_PORT_4, }, + /*{*/ + /*.remoteCoreId = IPC_MCU2_1,*/ + /*.portId = ETHREMOTECFG_MAC_PORT_4,*/ + /*},*/ }; static EthFw_VirtPortCfg gEthApp_autosarVirtPortCfg[] = @@ -678,8 +678,8 @@ static void EthApp_netifStatusCb(struct netif *netif) appLogPrintf("Added interface '%c%c%d', IP is %s\n", netif->name[0], netif->name[1], netif->num, ip4addr_ntoa(ipAddr)); - - if (ipAddr->addr != 0) + appLogPrintf("jinmin--- ipaddr->addr=%d\n",ipAddr->addr); + if (ipAddr->addr != 0) { gEthAppObj.hostIpAddr = lwip_ntohl(ip_addr_get_ip4_u32(ipAddr)); diff --git a/psdkra/vision_apps/utils/ethfw/src/concerto.mak b/psdkra/vision_apps/utils/ethfw/src/concerto.mak index 050bc04de..ddb6afc0f 100644 --- a/psdkra/vision_apps/utils/ethfw/src/concerto.mak +++ b/psdkra/vision_apps/utils/ethfw/src/concerto.mak @@ -28,7 +28,7 @@ ifeq ($(TARGET_OS),FREERTOS) ifeq ($(ETHFW_INTERCORE_ETH_SUPPORT),yes) DEFS += ETHAPP_ENABLE_INTERCORE_ETH endif - DEFS += ENABLE_QSGMII_PORTS + #DEFS += ENABLE_QSGMII_PORTS endif include $(FINALE)
This is a schematic of phy connecting to soc.
Hi Lin,
We have verified the logs shared and seems like ALE drops at Host port.
Also, can you please confirm have you updated Linux dtbs for mac only port-4. As you are mapping port-4 to mpu1_0 as MAC only port.
If Linux dtbs (from Linux SDK) not updated, can you please update as follows.
Can you please check after modifying above, if still issue exist please collect logs as follows and share with us.
Please collect tcpdump logs during above sequence, from both PC and A72 using below command.
#tcpdump -i <interface> -xx
Best Regards,
Sudheer
Thank you for your professional reply. I can ping to the host after trying. I really appreciate your help.
In addition, could you guide me where did the ALE drops packets in the log?
And how to configure ale? Can it be shut down?
Thank you again for your help and advice.
Hi Ling,
Thanks for the confirmation of issue resolved.
>> In addition, could you guide me where did the ALE drops packets in the log?
We have port specific statistics as below. where I observed all rx packets were drop at Host Port of CPSW.
[MCU2_0] 384.451891 s: rxGoodFrames = 68
[MCU2_0] 384.452581 s: portMaskDrop = 68
>> And how to configure ale?
We have Enet IOCTL support for configuration of ALE from Ethfw.
Please refer to below FAQ for ALE configuration examples.
https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1011237/faq-tda4vm-how-to-configure-cpsw-5g-9g-ale
>> Can it be shut down?
you can bypass ALE by setting below from "CPSW_ALE_CONTROL" Register.
Best Regards,
Sudheer