how to configure MAC addresses in u-boot environment
for configuring the ethernet ports
The U-boot also says for environment variable of the first/only ethernet:
ethaddr
: Ethernet MAC address for first/only ethernet interface (= eth0
in Linux). eth1addr
: Ethernet MAC address for second ethernet interface (= eth1
in Linux).Hi Varun
e.g. :
=> setenv eth1addr xx:xx:xx:xx
=> saveenv
Change the number in eth1 according to the
interface number you are trying to set the mac
for.
Regards
Sinan Akman
thanx