I set up my DM8148 EVM (without the expansion board and LCD display) and flashed u-boot in NAND. When I try to run dhcp from u-boot it just hangs. The network is working ok because I can use the same ethernet cable attached to an OMAPL138 EVM and it runs dhcp in u-boot successfully. What is happening on the DM8148 is shown below:
...
Net: Detected MACID:40:5f:c2:6:a3:17
cpsw
Hit any key to stop autoboot: 0
TI8148_EVM#printenv
ethaddr=40:5f:c2:06:a3:17
ethact=cpsw
...
autoload=no
...
Environment size: 970/8188 bytes
TI8148_EVM# dhcp
<dhcp hangs here>
Do you have any idea what may be causing this?
Lorin Netsch