Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 262198

OMAP-L138: StarterWare ethernet Issue

$
0
0

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)
    {
        return0;
    }
}

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


Viewing all articles
Browse latest Browse all 262198

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>