[U-Boot-Users] HW Addr different to Vendor information

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

On Thursday 04 November 2004 23:14, Devraj Mukherjee wrote:
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?
I believe this is related to the new card version problem I mentioned in previous post.
Let me know what version you have and if the workaround I posted fixes these problems for you.
I won't have access to my board till tomorrow. I can post a patch then if this is the problem your having.
participants (2)
-
Devraj Mukherjee
-
Paul Ruhland