
Hi everyone,
We are tring to get the ethernet working on our board. Here is what we have been trying. Our DHCP server gives addresses in the range of 10.0.1.x
Our vendor has documented that our MAC address is 00:08:EE:00:41:60 and LogicLoader (the default bootloader) would get an IP with this MAC address. It's interesting to see that U-Boot with the patches thinks that the HW Addr is 04:04:04:33:04:04
Any ideas, experiences?
Devraj
LPD7A400> setenv serverip 10.0.1.1 LPD7A400> ping 10.0.1.1 SMC91111:PHY auto-negotiate timed out SMC91111:PHY auto-negotiate timed out Using MAC Address 04:04:04:33:04:04 ping failed; host 10.0.1.1 is not alive LPD7A400> setenv ethaddr 00:08:EE:00:41:60 LPD7A400> ping 10.0.1.1 SMC91111:PHY auto-negotiate timed out SMC91111:PHY auto-negotiate timed out
Warning: MAC addresses don't match: HW MAC address: 04:04:04:33:04:04 "ethaddr" value: 00:08:EE:00:41:60 Using MAC Address 00:08:EE:00:41:60 ping failed; host 10.0.1.1 is not alive LPD7A400> ping 10.0.1.3 Unknown command 'ping' - try 'help' LPD7A400> ping 10.0.1.3 SMC91111:PHY auto-negotiate timed out SMC91111:PHY auto-negotiate timed out
Warning: MAC addresses don't match: HW MAC address: 04:04:04:33:04:04 "ethaddr" value: 00:08:EE:00:41:60 Using MAC Address 00:08:EE:00:41:60 ping failed; host 10.0.1.3 is not alive