Other Parts Discussed in Thread: OMAPL138
Hi,
I try to run an example of enet_echo from OMAPL138_StarterWare_1_10_04_01 \ examples \ evmOMAPL138 on ARM core. But it doesn't work.
If I use STATIC_IP_ADDRESS, the client on the host machine can't connect to the board. If I set 0 to STATIC_IP_ADDRESS it will never get dynamic IP address.
if(ipMode != IPADDR_USE_STATIC) { /* wait till the dynamic IP address is properly assigned */ state = &(sitaraNetIF[instNum].dhcp->state); while((*state != DHCP_BOUND) && (cnt--)); if(0 == cnt) { return 0; } } |
Also in Serial Console ,it is showing value of IP address of my Board as 0.0.0.1. Is this a Valid IP Address. How the above problem is fixed???
Regards,
Arun kumar