Hi,
I'm workink with a AT91SAM9260 and I've got problem to change the mac address.
I've set the ethaddr to 00:de:ad:b0:95:05.
so i've it in printenv :
Code:
U-Boot> printenv
bootdelay=3
baudrate=115200
ethaddr=00:de:ad:b0:95:05
ipaddr=192.168.0.211
serverip=192.168.0.1
loadaddr=0x21500000
bootfile=uImage
bootnfs= mem=64M console=ttyS0,115200, noinitrd root=/dev/nfs rw nfsroot=192.168.0.1:/k2008 ip=192.168.0.211:::::eth0
bootargs= mem=64M console=ttyS0,115200, noinitrd root=/dev/mtdblock0 rootfstype=jffs2
bootftp=tftp;bootm 0x21500000
bootcmd= nand read 0x21500000 0x00100000 0x001BC050; bootm 0x21500000
stdin=serial
stdout=serial
stderr=serial
Environment size: 477/262140 bytes
But ethernet MAC address don't change :
Code:
eth1 Link encap:Ethernet HWaddr 00:DE:AD:B0:05:00
inet addr:192.168.0.211 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2 errors:0 dropped:0 overruns:0 frame:0
TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:126 (126.0 b) TX bytes:96 (96.0 b)
Interrupt:21 Base address:0x4000
Is somebody can help me please ??