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.

Linux/AM5728: Ping : Bad Address

Part Number: AM5728


Tool/software: Linux

Hi,

I m using AM5728 - processor-sdk-04.02.00.09. Cannot ping google.com

eth0 is up now in my device. below is the detail

eth0      Link encap:Ethernet  HWaddr 34:03:DE:EC:06:AA  
          inet addr:192.168.1.63  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::3603:deff:feec:6aa%763860/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2378 errors:0 dropped:0 overruns:0 frame:0
          TX packets:117 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:206019 (201.1 KiB)  TX bytes:12396 (12.1 KiB)
          Interrupt:94

I can ping the locally connected devices in LAN.

root@am57xx-evm:~# ping 192.168.1.124
PING 192.168.1.124 (192.168.1.124): 56 data bytes
64 bytes from 192.168.1.124: seq=0 ttl=64 time=0.737 ms
64 bytes from 192.168.1.124: seq=1 ttl=64 time=0.477 ms
64 bytes from 192.168.1.124: seq=2 ttl=64 time=0.479 ms
64 bytes from 192.168.1.124: seq=3 ttl=64 time=0.451 ms
64 bytes from 192.168.1.124: seq=4 ttl=64 time=0.473 ms
^C
--- 192.168.1.124 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 0.451/0.523/0.737 ms
root@am57xx-evm:~#
root@am57xx-evm:~#

But,  I cannot ping external networks.

root@am57xx-evm:~# ping google.com
ping: bad address 'google.com'
root@am57xx-evm:~#

Please provide the guidance to resolve this issue.