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.

OMAP-L138: Can't connect to the board through Ethernet

Part Number: OMAP-L138
Other Parts Discussed in Thread: OMAPL138

Hi,

I have a MityDSP-L138F evaluation board, based on TI's Omap-L138 board.

I'm running Windows 7 on my host PC (which also contains an Ubuntu guest OS on it). I'm able to communicate with the board via UART, but I need to connect to it through Ethernet so that I can load executables via TFTP.

However, when I try pinging the device from the command line of Windows, I get an error saying: "Destination host unreachable".

On the device,

ipaddr=192.168.1.11
serverip=192.168.1.10

On the host PC (Windows),

C:\>ipconfig /all
...
Ethernet adapter Local Area Connection:
...
IPv4 Address. . . . . . . . . . . : 192.168.1.10(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 
...

When I try pinging the board from my PC, I get the following:

C:\>ping 192.168.1.11
Pinging 192.168.1.11 with 32 bytes of data:
Reply from 192.168.1.10: Destination host unreachable.

From the board (serial port), I get:

U-Boot > ping 192.168.1.10
Using  device
ping failed; host 192.168.1.10 is not alive

I also tried (from host) pinging 192.168.1.255 and typing "arp -a", but it didn't list the IP of the board as an entry. I checked the MAC address of the board, it's not listed there, either.

What do you think I'm doing wrong?

Thank you in advance.

Edit: I can now see the IP and MAC addresses of the board in the arp -a list, but I still can't ping it.