My custom board based on the AM3352 has an annoying problem. By default DHCP over eth0 does not work. I can make it work by doing two "ifconfig eth0 down && ifconfig eth0 up" commands in a row however. We use RMII and run Debian 7.0.
I was reading in one of the PSP SDK notes that there is a problem with the CPSW on some DHCP servers. Could this be what I am seeing? I would really like to remove the ifup/down hack I am using.
Thanks,
Sean