HI,
I have connected eth0 i enabled the eth0 port and given ip address statically by given a command of ifconfig eth0 192.168.1.5 netmask 255.255.255.0 up.
i can able to ping this ip from my host .But i cant able to ping from my evmsk board it was giving the error like below
root@am335x-evm:/# ping 172.24.83.78
PING 172.24.83.78 (172.24.83.78): 56 data bytes
ping: sendto: Network is unreachable
please guide me to overcome this issue .