I'm using a DM6467 processor on a custom board derived from the EVM.
My prior prototype successfully boots using an nfs server served by Ubuntu running in a VM under Windows XP(MCE).
My new, modified prototype isn't being so successful.
I switched back to the old one to test and make sure my Ubuntu server was working correctly, and it is. Below are "works" and "does not work" console logs.
OLD WORKS:
[Wed Nov 23 15:18:46.187 2011] eth0: attached PHY driver [ET1011C] (mii_bus:phy_addr=1:01, id=282f014)
[Wed Nov 23 15:18:46.187 2011] Sending DHCP requests ....
[Wed Nov 23 15:19:01.125 2011] PHY: 1:01 - Link is Up - 100/Full
[Wed Nov 23 15:19:11.421 2011] .. timed out!
[Wed Nov 23 15:20:13.343 2011] IP-Config: Retrying forever (NFS root)...
[Wed Nov 23 15:20:13.968 2011] eth0: attached PHY driver [ET1011C] (mii_bus:phy_addr=1:01, id=282f014)
[Wed Nov 23 15:20:15.187 2011] Sending DHCP requests ....
[Wed Nov 23 15:20:35.953 2011] PHY: 1:01 - Link is Up - 100/Full
[Wed Nov 23 15:20:46.093 2011] ., OK
[Wed Nov 23 15:20:46.718 2011] IP-Config: Got DHCP answer from 192.168.123.33, my address is 192.168.123.19
[Wed Nov 23 15:20:46.796 2011] IP-Config: Complete:
[Wed Nov 23 15:20:46.796 2011] device=eth0, addr=192.168.123.19, mask=255.255.255.0, gw=192.168.123.33,
[Wed Nov 23 15:20:46.796 2011] host=192.168.123.19, domain=domain.invalid, nis-domain=(none),
[Wed Nov 23 15:20:46.796 2011] bootserver=192.168.123.33, rootserver=192.168.123.18, rootpath=
[Wed Nov 23 15:20:46.796 2011] Looking up port of RPC 100003/2 on 192.168.123.18
[Wed Nov 23 15:20:46.796 2011] Looking up port of RPC 100005/1 on 192.168.123.18
[Wed Nov 23 15:20:46.796 2011] VFS: Mounted root (nfs filesystem) on device 0:13.
[Wed Nov 23 15:20:46.796 2011] Freeing init memory: 144K
[Wed Nov 23 15:20:47.140 2011] INIT: version 2.86 booting
[Wed Nov 23 15:20:47.625 2011] Please wait: booting...
NEW FAILS:
[Wed Nov 23 15:10:24.406 2011] eth0: attached PHY driver [ET1011C] (mii_bus:phy_addr=1:01, id=282f014)
[Wed Nov 23 15:10:25.625 2011] Sending DHCP requests ..
[Wed Nov 23 15:10:32.953 2011] PHY: 1:01 - Link is Up - 100/Full
[Wed Nov 23 15:10:33.968 2011] .... timed out!
[Wed Nov 23 15:11:59.156 2011] IP-Config: Retrying forever (NFS root)...
[Wed Nov 23 15:11:59.781 2011] eth0: attached PHY driver [ET1011C] (mii_bus:phy_addr=1:01, id=282f014)
[Wed Nov 23 15:12:01.015 2011] Sending DHCP requests ...
[Wed Nov 23 15:12:21.781 2011] PHY: 1:01 - Link is Up - 100/Full
[Wed Nov 23 15:12:22.734 2011] .,. OK
[Wed Nov 23 15:12:42.343 2011] IP-Config: Got DHCP answer from 192.168.123.33, my address is 192.168.123.19
[Wed Nov 23 15:12:42.343 2011] IP-Config: Complete:
[Wed Nov 23 15:12:42.359 2011] device=eth0, addr=192.168.123.19, mask=255.255.255.0, gw=192.168.123.33,
[Wed Nov 23 15:12:42.359 2011] host=192.168.123.19, domain=domain.invalid, nis-domain=(none),
[Wed Nov 23 15:12:42.359 2011] bootserver=192.168.123.33, rootserver=192.168.123.18, rootpath=
[Wed Nov 23 15:12:42.359 2011] Looking up port of RPC 100003/2 on 192.168.123.18
[Wed Nov 23 15:12:42.359 2011] Looking up port of RPC 100005/1 on 192.168.123.18
[Wed Nov 23 15:12:58.156 2011] VFS: Mounted root (nfs filesystem) on device 0:13.
[Wed Nov 23 15:12:58.156 2011] Freeing init memory: 144K
[Wed Nov 23 15:13:15.593 2011] nfs: server 192.168.123.18 not responding, still trying
[Wed Nov 23 15:13:20.968 2011] nfs: server 192.168.123.18 not responding, still trying