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: OMAP-L138 Starterware Ethernet

Other Parts Discussed in Thread: OMAPL138

Tool/software: Linux

Hi,

                   I try to  run  an example of enet_echo from OMAPL138_StarterWare_1_10_04_01 \ examples \ evmOMAPL138 on ARM core.
                   
                  i don't know how to connect the EVM board directly to PC running Linux-ubuntu 16.04 in peer to peer application.could you please help me  how to configure in my LINUX PC to connect the Board while running the application program.How data is transfered from PC to My board??


Regards,

Aravind

  • The team is notified. They will post their feedback directly here.

    BR
    Tsvetolin Shulev
  • Hi Aravind,

    You can take a look at the Echo Server Example Application section in the StarterWare User's Guide for instructions on setting up and running this example:

    If you have any other questions please let us know.

  • Hi,

        I tried as per the instruction in the site you have mentioned above. I  ran  dhcp server in my linux pc and set static IP adress in my PC and try to run the code ,the code got stuck in the below line.

    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;
           }
       }

    Code got stuck in the while((*state != DHCP_BOUND) && (cnt--)) line. Will it be my configuration error in the PC or error in the code???I think DHCP bounding state is not coming.The dhcp server cant allocate IP to my EVM board... could you please help me to solve this problem???

    Regards,

    Aravind

  • Sahin,

             I set static IP to my PC and static ip to board. while connecting to  board with PUTTY ,it shows an error "No route to host." What might be the reason??? Any other alternative tool for PUTTY in linux?

    Regards

    Aravind