Hi All,
I have an imx51 evk board. I have the freescale android image running on it(R.10.3).
I have two DHCP networks. I have one normally connected over ethernet port of the board. The other via usb port. How do I set the MAC address in my U-boot command?
I did a normal setenv ethaddr xx.xx.xx.xx.
However both the ethernet and usb0 seem to be polling their respective dhcp servers without reply.
Can the ethaddr overwrite the previous addresS?
How can I get the two dhcp-based network interfaces runing?
Please help