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.

Ping data is slow in AM335x starter kit

Hi Experts,

I am using AM335x EVMSK with Linux EZSDK 7.0

I am using the Ethernet connection with the static server. When I am trying to ping the server with static IP configuration using the following commands.

ifconfig eth0 inet 192.168.1.1 netmask 255.255.255.0

route add gw default 192.168.1.20

Now am able to connect with the server and able to ping. But the ping is too slow. The turn around time is more than 1 second.

If the same is configured through WLAN interface with TI EVMSK as client connected to the Access point then the ping is faster. The turn around time is 3 ms.

Why this issue occurs and where the latency is arising in the IP stack ?