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.

Unable to ping to target using Network TX host code

Hi,

I am trying to transfer frames from host to target. I followed the steps mentioned in Userguide_networktools.pdf and I am able to ping the target using ping command.

Then, I ran the Network RX use-case in target and Network TX binary in host and the host code is unable to connect to the server.

Note : I tried by enabling and disabling static IP in target but still it is not able to connect to target.

Kindly let me know how I can resolve this issue.

  • Hi,

    Can you provide more details ?

    1. Which SDK is this ? What version ?

    2. Which SoC and IP are you trying to use ?

    3. What is the network configuration ? What error message do you see ?

    Regards

    Vineet

  • Hi,

    1) I am using PROCESSOR_SDK_VISION_03_08_00_00.

    2) I am using TDA2px platform to run the use-case. While trying with static IP is disabled, I took the IP address from the ipconfig command and when static IP was enabled in the code, I used the IP address assigned in the code.

    3)  I get the following error message while running the host network_tx code : 

    # INFO: Closing connection to Server
    # Network Tx: Connecting to server 172.24.190.226:29171 ...
    # ERROR: NETWORK: Server connect Failed (172.24.190.226:29171)!!!
    # INFO: Closing connection to Server
    # Network Tx: Connecting to server 172.24.190.226:29171 ...
    # ERROR: NETWORK: Server connect Failed (172.24.190.226:29171)!!!
    Network configuration : 
    While static IP is disabled, I used the option of select an IP address automatically in network adapter settings and when I tried with static IP enabled, I manually set the IP address.
  • Hi,

    Can you share the log from the TDA2P?

    What IP address was assigned to TDA2P?

    Regards,
    Stanley