This thread has been locked.

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

TDA4VM: TDA4VM: CPSW9G ETH network is not working,can't ping PC

Part Number: TDA4VM

Hi Experts:

        I using RTOS SDK 07.03 and evm board.

        We use BCM89834 to connect to port 1 of CPSW9G, and the phy has been linked, but I ping the directly connected PC through the eth1 network card, which is set on the same network segment, and the pings cannot be communicated with each other. I searched the forum and found that I can view the relevant packets through the script, the script is as follows

#!/bin/bash

# change the value of port variable for the MAC port which you are facing issue on
port=0

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"

Execute the script on the board as follows,ifconfig shows the same result。And I also executed the check CPSW9G state script provided by ti to get the SGMII link status

What is the problem in this situation, and how can I further debug it?

  • Hi,

    Can you run the script with port variable as '1'.

    Can you also share the Ethfw logs. If you do not have a dedicated UART for ethfw logs, you can get them by running the command "cat /sys/kernel/debug/remoteproc/remoteproc*/trace0"

    What do you see on the host(PC) side? do you see any packets captures using wireshark or tcpdump?

    Can you also share the value of following registers with me :

    • 0x00104080
    • 0x00104084
    • 0x0500E000

    Regards,
    Tanmay

  • hello:

    run the script with port variable as '1'.

    After pinging the PC a few times,re-run the script with port variable as '1'.

    PC-side wireshark captures packets, but there is no packet about 192.168.1.100

    log of “source /opt/vision_apps/vision_apps_init.sh”

    [MCU2_0]      6.096449 s: CIO: Init ... Done !!!
    [MCU2_0]      6.096512 s: ### CPU Frequency <ORG = 1000000000 Hz>, <NEW = 1000000000 Hz>
    [MCU2_0]      6.096553 s: APP: Init ... !!!
    [MCU2_0]      6.096572 s: APP: Init ... add by yan!!!
    [MCU2_0]      6.096590 s: SCICLIENT: Init ... !!!
    [MCU2_0]      6.096780 s: SCICLIENT: DMSC FW version [21.1.1--v2021.01a (Terrific Lla]
    [MCU2_0]      6.096814 s: SCICLIENT: DMSC FW revision 0x15
    [MCU2_0]      6.096837 s: SCICLIENT: DMSC FW ABI revision 3.1
    [MCU2_0]      6.096859 s: SCICLIENT: Init ... Done !!!
    [MCU2_0]      6.096878 s: UDMA: Init ... !!!
    [MCU2_0]      6.097894 s: UDMA: Init ... Done !!!
    [MCU2_0]      6.097944 s: MEM: Init ... !!!
    [MCU2_0]      6.097975 s: MEM: Created heap (DDR_SHARED_MEM, id=0, flags=0x00000004) @ e1000000 of size 16777216 bytes !!!
    [MCU2_0]      6.098029 s: MEM: Created heap (L3_MEM, id=1, flags=0x00000000) @ 3600000 of size 131072 bytes !!!
    [MCU2_0]      6.098074 s: MEM: Created heap (DDR_NON_CACHE_ME, id=5, flags=0x00000000) @ d8000000 of size 16777216 bytes !!!
    [MCU2_0]      6.098116 s: MEM: Init ... Done !!!
    [MCU2_0]      6.098134 s: IPC: Init ... !!!
    [MCU2_0]      6.098160 s: IPC: 5 CPUs participating in IPC !!!
    [MCU2_0]      6.098192 s: IPC: Waiting for HLOS to be ready ... !!!
    [MCU2_0]      6.098216 s: IPC: Waiting for HLOS to be ready ... !!!
    [MCU2_0]     21.600643 s: IPC: HLOS is ready !!!
    [MCU2_0]     21.605584 s: IPC: Init ... Done !!!
    [MCU2_0]     21.605641 s: APP: Syncing with 4 CPUs ... !!!
    [MCU2_0]     21.605679 s: APP: Syncing with 4 CPUs ... Done !!!
    [MCU2_0]     21.605704 s: REMOTE_SERVICE: Init ... !!!
    [MCU2_0]     21.607534 s: register service name com.ti.remote_service_test
    [MCU2_0]     21.607593 s: REMOTE_SERVICE: Init ... Done !!!
    [MCU2_0]     21.607638 s: register service name com.ti.perf_stats
    [MCU2_0]     21.607664 s: ETHFW: Init ... !!!
    [MCU2_0]     21.629871 s: CPSW_9G Test on MAIN NAVSS
    [MCU2_0]     21.856320 s: EnetPhy_bindDriver: PHY 0: OUI:0d6414 Model:05 Ver:00 <-> 'bcm89883' : OK
    [MCU2_0]     21.950715 s: ETHFW: Version   : 0.01.01
    [MCU2_0]     21.950772 s: ETHFW: Build Date: Dec 30, 2022
    [MCU2_0]     21.950799 s: ETHFW: Build Time: 19:10:41
    [MCU2_0]     21.950818 s: ETHFW: Commit SHA: ae218b0d
    [MCU2_0]     21.950843 s: ETHFW: Init ... DONE !!!
    [MCU2_0]     21.950864 s: ETHFW: Remove server Init ... !!!
    [MCU2_0]     21.952109 s: Remote demo device (core : mcu2_0) .....
    [MCU2_0]     21.952164 s: ETHFW: Remove server Init ... DONE !!!
    [MCU2_0]     21.987418 s: Function:CpswProxyServer_attachExtHandlerCb,HostId:0,CpswType:6
    [MCU2_0]     22.001281 s: FVID2: Init ... !!!
    [MCU2_0]     22.001363 s: FVID2: Init ... Done !!!
    [MCU2_0]     22.001402 s: DSS: Init ... !!!
    [MCU2_0]     22.001425 s: DSS: Display type is eDP !!!
    [MCU2_0]     22.001448 s: DSS: M2M Path is enabled !!!
    [MCU2_0]     22.001469 s: DSS: SoC init ... !!!
    [MCU2_0]     22.001488 s: SCICLIENT: Sciclient_pmSetModuleState module=152 state=2
    [MCU2_0]     22.001612 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]     22.001639 s: SCICLIENT: Sciclient_pmSetModuleState module=297 state=2
    [MCU2_0]     22.001751 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]     22.001778 s: SCICLIENT: Sciclient_pmSetModuleState module=151 state=2
    [MCU2_0]     22.001870 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]     22.001899 s: SCICLIENT: Sciclient_pmSetModuleClkParent module=152 clk=9 parent=11
    [MCU2_0]     22.001975 s: SCICLIENT: Sciclient_pmSetModuleClkParent success
    [MCU2_0]     22.002003 s: SCICLIENT: Sciclient_pmSetModuleClkParent module=152 clk=13 parent=18
    [MCU2_0]     22.002073 s: SCICLIENT: Sciclient_pmSetModuleClkParent success
    [MCU2_0]     22.002098 s: SCICLIENT: Sciclient_pmSetModuleClkParent module=152 clk=1 parent=2
    [MCU2_0]     22.002157 s: SCICLIENT: Sciclient_pmSetModuleClkParent success
    [MCU2_0]     22.002184 s: SCICLIENT: Sciclient_pmSetModuleClkFreq module=152 clk=1 freq=148500000
    [MCU2_0]     22.003131 s: SCICLIENT: Sciclient_pmSetModuleClkFreq success
    [MCU2_0]     22.003160 s: SCICLIENT: Sciclient_pmModuleClkRequest module=152 clk=1 state=2 flag=0
    [MCU2_0]     22.003282 s: SCICLIENT: Sciclient_pmModuleClkRequest success
    [MCU2_0]     22.003310 s: DSS: SoC init ... Done !!!
    [MCU2_0]     22.003330 s: DSS: Board init ... !!!
    [MCU2_0]     22.003347 s: DSS: Board init ... Done !!!
    [MCU2_0]     22.020649 s: register service name com.ti.dctrl
    [MCU2_0]     22.020975 s: DSS: Init ... Done !!!
    [MCU2_0]     22.021021 s: VHWA: VPAC Init ... !!!
    [MCU2_0]     22.021045 s: SCICLIENT: Sciclient_pmSetModuleState module=290 state=2
    [MCU2_0]     22.021190 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]     22.021217 s: VHWA: LDC Init ... !!!
    [MCU2_0]     22.024089 s: VHWA: LDC Init ... Done !!!
    [MCU2_0]     22.024137 s: VHWA: MSC Init ... !!!
    [MCU2_0]     22.032565 s: VHWA: MSC Init ... Done !!!
    [MCU2_0]     22.032610 s: VHWA: NF Init ... !!!
    [MCU2_0]     22.034091 s: VHWA: NF Init ... Done !!!
    [MCU2_0]     22.034136 s: VHWA: VISS Init ... !!!
    [MCU2_0]     22.039910 s: VHWA: VISS Init ... Done !!!
    [MCU2_0]     22.039957 s: VHWA: VPAC Init ... Done !!!
    [MCU2_0]     22.039993 s:  VX_ZONE_INIT:Enabled
    [MCU2_0]     22.040020 s:  VX_ZONE_ERROR:Enabled
    [MCU2_0]     22.040039 s:  VX_ZONE_WARNING:Enabled
    [MCU2_0]     22.041198 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:55] Added target IPU1-0
    [MCU2_0]     22.041518 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:55] Added target VPAC_NF
    [MCU2_0]     22.041783 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:55] Added target VPAC_LDC1
    [MCU2_0]     22.042033 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:55] Added target VPAC_MSC1
    [MCU2_0]     22.042317 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:55] Added target VPAC_MSC2
    [MCU2_0]     22.042613 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:55] Added target VPAC_VISS1
    [MCU2_0]     22.042892 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:55] Added target CAPTURE1
    [MCU2_0]     22.043176 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:55] Added target CAPTURE2
    [MCU2_0]     22.043505 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:55] Added target DISPLAY1
    [MCU2_0]     22.043792 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:55] Added target DISPLAY2
    [MCU2_0]     22.044072 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:55] Added target CSITX
    [MCU2_0]     22.044396 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:55] Added target CAPTURE3
    [MCU2_0]     22.044696 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:55] Added target CAPTURE4
    [MCU2_0]     22.044986 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:55] Added target CAPTURE5
    [MCU2_0]     22.045333 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:55] Added target CAPTURE6
    [MCU2_0]     22.045694 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:55] Added target CAPTURE7
    [MCU2_0]     22.046029 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:55] Added target CAPTURE8
    [MCU2_0]     22.046398 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:55] Added target DSS_M2M1
    [MCU2_0]     22.046698 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:55] Added target DSS_M2M2
    [MCU2_0]     22.046955 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:55] Added target DSS_M2M3
    [MCU2_0]     22.047223 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:55] Added target DSS_M2M4
    [MCU2_0]     22.047309 s:  VX_ZONE_INIT:[tivxInit:71] Initialization Done !!!
    [MCU2_0]     22.047342 s: APP: OpenVX Target kernel init ... !!!
    [MCU2_0]     22.060130 s: APP: OpenVX Target kernel init ... Done !!!
    [MCU2_0]     22.060180 s: CSI2RX: Init ... !!!
    [MCU2_0]     22.060201 s: SCICLIENT: Sciclient_pmSetModuleState module=25 state=2
    [MCU2_0]     22.060304 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]     22.060337 s: SCICLIENT: Sciclient_pmSetModuleState module=26 state=2
    [MCU2_0]     22.060442 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]     22.060467 s: SCICLIENT: Sciclient_pmSetModuleState module=27 state=2
    [MCU2_0]     22.060553 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]     22.060578 s: SCICLIENT: Sciclient_pmSetModuleState module=147 state=2
    [MCU2_0]     22.060640 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]     22.060664 s: SCICLIENT: Sciclient_pmSetModuleState module=148 state=2
    [MCU2_0]     22.060721 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]     22.061432 s: CSI2RX: Init ... Done !!!
    [MCU2_0]     22.061481 s: CSI2TX: Init ... !!!
    [MCU2_0]     22.061501 s: SCICLIENT: Sciclient_pmSetModuleState module=25 state=2
    [MCU2_0]     22.061581 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]     22.061610 s: SCICLIENT: Sciclient_pmSetModuleState module=28 state=2
    [MCU2_0]     22.061710 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]     22.061739 s: SCICLIENT: Sciclient_pmSetModuleState module=296 state=2
    [MCU2_0]     22.061819 s: SCICLIENT: Sciclient_pmSetModuleState success
    [MCU2_0]     22.062353 s: CSI2TX: Init ... Done !!!
    [MCU2_0]     22.062398 s: ISS: Init ... !!!
    [MCU2_0]     22.062449 s: register service name com.ti.image_sensor
    [MCU2_0]     22.062483 s: Found sensor IMX390-UB953_D3 at location 0
    [MCU2_0]     22.062516 s: Found sensor AR0233-UB953_MARS at location 1
    [MCU2_0]     22.062543 s: Found sensor AR0820-UB953_LI at location 2
    [MCU2_0]     22.062569 s: Found sensor GW_AR0233_UYVY at location 3
    [MCU2_0]     22.062595 s: Found sensor HIK_X1F_96701 at location 4
    [MCU2_0]     22.062631 s: IssSensor_x1f_Init successful!
    [MCU2_0]     22.062653 s: Found sensor LCE_X3D_2M_96717_SVM at location 5
    [MCU2_0]     22.062690 s: IssSensor_lcex3d_Init successful!
    [MCU2_0]     22.062713 s: Found sensor GD_5210_2M_96717_DVR at location 6
    [MCU2_0]     22.062749 s: IssSensor_gd5210_Init successful!
    [MCU2_0]     22.062771 s: Found sensor GD_X1F_1M_96701_SVM at location 7
    [MCU2_0]     22.062806 s: IssSensor_gdx1f_Init successful!
    [MCU2_0]     22.062828 s: IssSensor_Init ... Done !!!
    [MCU2_0]     22.062864 s: register service name com.ti.viss_server
    [MCU2_0]     22.062935 s: vissRemoteServer_Init ... Done !!!
    [MCU2_0]     22.062983 s: register service name com.ti.aewb_server
    [MCU2_0]     22.063033 s: IttRemoteServer_Init ... Done !!!
    [MCU2_0]     22.063078 s: register service name com.ti.remote_service_sensor
    [MCU2_0]     22.063107 s: UDMA Copy: Init ... !!!
    [MCU2_0]     22.064553 s: UDMA Copy: Init ... Done !!!
    [MCU2_0]     22.064626 s: appRemoteServiceCaliParamInit..........
    [MCU2_0]     22.064679 s: register service name com.ti.remote_service_cali_param
    [MCU2_0]     22.064893 s: Read from 9295 addr: 0x404, reg: 0x0
    [MCU2_0]     22.064970 s: APP: Init ... Done !!!
    [MCU2_0]     22.064998 s: APP: Run ... !!!
    [MCU2_0]     22.065018 s: IPC: Starting echo test ...
    [MCU2_0]     22.067144 s: APP: Run ... Done !!!
    [MCU2_0]     22.068426 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] C66X_1[P] C66X_2[.] C7X_1[.]
    [MCU2_0]     22.068612 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] C66X_1[P] C66X_2[P] C7X_1[.]
    [MCU2_0]     22.068746 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] C66X_1[P] C66X_2[P] C7X_1[P]
    [MCU2_0]     22.535496 s: Host MAC address: 70:ff:76:1d:92:c2
    [MCU2_0]     23.070347 s: CpswMacPort_checkSgmiiStatus: MAC 1: SGMII link parter config port: link up: 1-Gbps Full-Duplex
    [MCU2_0]     23.070426 s: Cpsw_handleLinkUp: Port 1: Link up: 100-Mbps Full-Duplex
    [MCU2_0]     23.907502 s: Function:CpswProxyServer_registerMacHandlerCb,HostId:0,Handle:a32229fc,CoreKey:38acb7e6, MacAddress:70:ff:76:1d:92:c1, FlowIdx:172, FlowIdxOffset:0
    [MCU2_0]     23.910553 s: Cpsw_ioctlInternal: CPSW: Registered MAC address.ALE entry:11, Policer Entry:0
    [MCU2_0]     23.956761 s: Function:CpswProxyServer_registerIpv4MacHandlerCb,HostId:0,Handle:a32229fc,CoreKey:38acb7e6, MacAddress:70:ff:76:1d:92:c1 IPv4Addr:192.168.1.100
    [MCU2_0]     23.956920 s: Failed to add Static ARP Entry
    [MCU2_0]     23.956959 s:
    [MCU2_0] ================LLI Table entries===========
    [MCU2_0]     23.956988 s:
    [MCU2_0] Number of Static ARP Entries: 0
    [MCU2_0]     23.957011 s:
    [MCU2_0] SNo.      IP Address         MAC Address
    [MCU2_0]     23.957034 s: ------    -------------      ---------------

    log of “cat /sys/kernel/debug/remoteproc/remoteproc*/trace0”

    00000.000 TaskGetEnv: FATAL: NDK not initialized
    00000.000 fdOpenSession: OOM
    00000.000 TaskGetEnv: FATAL: NDK not initialized
    00000.000 fdOpenSession: OOM
    00000.000 TaskGetEnv: FATAL: NDK not initialized
    00000.000 fdOpenSession: OOM
    00000.000 TaskGetEnv: FATAL: NDK not initialized
    00000.000 fdOpenSession: OOM
    [NIMU_NDK] Registration of the ENET Successful
    root@j7-evm:~# [MCU2_0]    527.337386 s: DHCP client timed out. Retrying.....
    

    registers dump:

    There is a small problem, although I set a static ip, but mcu20 will report "DHCP client timed out. Retrying....", I don't know if this will affect

  • I also found a problem, that is ifconfig eth1 ip, it will always report an error, I feel that the ip has not been correctly set to MCU20

  • Now the phy has been adjusted, and the PC can be pinged normally, but there are still some problems, ifconfig eth1 ip will report an error, the bottom layer is the static arp addition failure, can you help me with this problem?

    [MCU2_0]     17.641209 s: APP: Init ... Done !!!
    [MCU2_0]     17.641229 s: APP: Run ... !!!
    [MCU2_0]     17.641247 s: IPC: Starting echo test ...
    [MCU2_0]     17.643209 s: APP: Run ... Done !!!
    [MCU2_0]     17.646433 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] C66X_1[P] C66X_2[.] C7X_1[.]
    [MCU2_0]     17.646656 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] C66X_1[P] C66X_2[P] C7X_1[.]
    [MCU2_0]     17.646816 s: IPC: Echo status: mpu1_0[x] mcu2_0[s] C66X_1[P] C66X_2[P] C7X_1[P]
    [MCU2_0]     19.882995 s: Function:CpswProxyServer_attachExtHandlerCb,HostId:0,CpswType:6
    [MCU2_0]     22.357212 s: Function:CpswProxyServer_registerMacHandlerCb,HostId:0,Handle:a32229fc,CoreKey:38acb7e6, MacAddress:70:ff:76:1d:92:c1, FlowIdx:172, FlowIdxOffset:0
    [MCU2_0]     22.360253 s: Cpsw_ioctlInternal: CPSW: Registered MAC address.ALE entry:13, Policer Entry:0
    [MCU2_0]     22.384283 s: Function:CpswProxyServer_registerIpv4MacHandlerCb,HostId:0,Handle:a32229fc,CoreKey:38acb7e6, MacAddress:70:ff:76:1d:92:c1 IPv4Addr:192.168.1.100
    [MCU2_0]     22.384441 s: Failed to add Static ARP Entry
    [MCU2_0]     22.384483 s:
    [MCU2_0] ================LLI Table entries===========
    [MCU2_0]     22.384512 s:
    [MCU2_0] Number of Static ARP Entries: 0
    [MCU2_0]     22.384535 s:
    [MCU2_0] SNo.      IP Address         MAC Address
    [MCU2_0]     22.384560 s: ------    -------------      ---------------
    

  • Hi Gaston,

    There is a small problem, although I set a static ip, but mcu20 will report "DHCP client timed out. Retrying....", I don't know if this will affect

    This won't cause any issue. This is just ethfw server looking for any DHCP server on network.

    Now the phy has been adjusted, and the PC can be pinged normally

    By this did you mean that there was some phy error and you are not able to assign static IP address to interfaces?

    How are you adding static arp entry? Can you walk me through the process.

    Regards,
    Tanmay

  • After the board is up normally, the eth1 mac interface appears. At this time, use the ifconfig command to configure the ip (ifconfig eth1 192.168.1.100), although an error will be reported, but ifconfig is executed again, it is found that eth1 has an ip. By checking the log, it is found that it is MCU20 static The arp configuration was wrong, which caused an error on the linux side just now

  • Hi Gaston,

    Are you using NDK or LWIP?

    Can you share the ethfw logs on 3rd MAIN UART instance.

    Also SDK 7.3 is quite old version now. There have a lot of bug fixes and feature addition in the later SDKs. Would it be possible for you to switch to the latest SDK?

    Regards,
    Tanmay

  • Are you using NDK or LWIP?

    NDK

    Can you share the ethfw logs on 3rd MAIN UART instance.

    There is very little uart information, just reported ENET successfully,I have provided the main information, the information obtained through source /opt/vision_apps/vision_apps_init.sh, this information can be found above

    Also SDK 7.3 is quite old version now. There have a lot of bug fixes and feature addition in the later SDKs. Would it be possible for you to switch to the latest SDK?

    Now only SDK0703 can be used, and it is impossible to modify a large number of projects

  • Hi Gaston,

    We no longer support the NDK based implementation from ethfw. We have moved to lwip implementation from SDK 8.0 onward.

    The support would inevitably slower for this.

    Regards,
    Tanmay