Hi all,
I am having a problem connecting our DM3730 EVM board to our PC with Ubuntu OS via DHCP.
The appearance is as follows:
OMAP3_EVM # dhcp
smc911x: detected LAN9220 controller
smc911x: phy initialize
smc911x: MAC 00:50:c2:7e:96:86
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
BOOTP broadcast 4
BOOTP broadcast 5
Retry count exceeded; starting again
......
For this problem, the board can not get IP address to tftp uImage.
The configuration of wired networks on Ubuntu is :
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.0.10
netmask 255.255.255.0
gateway 192.168.0.10
Has anyone else can help solving the problem?
Thanks