[U-Boot-Users] Ethernet port

Wolfgang Denk wd at denx.de
Tue Sep 18 21:09:16 CEST 2007


In message <20070918211917.GJ25557 at GNU> you wrote:
> 
>   Check the config file for the board you are referring. For eg, the
>   ADS board i refer to have the following configurations for setting
>   the ip and the mac respectively.
> 
>   #define CONFIG_IPADDR    192.168.1.253
> 
>   #define CONFIG_ETHADDR   00:E0:0C:00:00:FD

It is a terrible bad idea to set the IP address and especially the MAC
address of your board in the config file, as then all your boards will
share the same address, which will cause only trouble.

DO NOT DO THIS!!!

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
There's no future in time travel.




More information about the U-Boot mailing list