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.

The network which config is 10M FULL/HALF, is not work on Am3517 with WINCE..

             The board is Ti 's eXperimenter Baseboard, I set the pc network on 10M FULL/HALF, then connect the port to the EMAC port  on board directly, and when I ping the board from pc, it could not access.

  • Hi,

    In order to start pinging the board, you first need to set the Ethernet port IP address. But first you need to verify the the Ethernet port exists, and you may use the ifconfig command for that.

     

    Then in case you see that eth0 port exist (on ifconfig command results), then you can configure its IP address by:

    Ifconfig eth0 192.168.1.2 up, or any other IP address which is in your Ethernet domain

    Regards,

    Eyal