When I restart my DM6467T EVM, sometimes the network is accessible and sometimes it's not. The problem seems to occur randomly.
EDIT: Note that it works 100% when I interrupt U-Boot and type "ping 192.168.123.33" (my WRT610N router). But then booting from there, Linux still fails most of the time, but not always.
When the network WORKS, I see the following during boot up:
ADDRCONF(NETDEV_UP): eth0: link is not ready
udhcpc (v1.13.2) started
Sending discover...
Sending discover...
PHY: 1:01 - Link is Up - 1000/Full
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Sending discover...
Sending select for 192.168.123.19...
Lease of 192.168.123.19 obtained, lease time 86400
adding dns 192.168.123.33
adding dns 192.168.254.254
done.
But when the network FAILS, I see this:
udhcpc (v1.13.2) started
Sending discover...
Sending discover...
PHY: 1:01 - Link is Up - 1000/Full
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Sending discover...
No lease, failing
done.