
13 Mar
2008
13 Mar
'08
5:01 p.m.
And what's your MAC address ("ethaddr" variable) ?
Best regards,
Wolfgang Denk
It's the default value "00:e0:0c:bc:e5:60". I also tried "setenv ethaddr 00:cf:52:72:c3:01", and got the same result.
FYI, -> printenv bootdelay=5 baudrate=19200 netmask=255.255.255.0 hostname=M5272C3 netdev=eth0 loadaddr=10000 u-boot=u-boot.bin load=tftp ${loadaddr) ${u-boot} upd=run load; run prog prog=prot off ffe00000 ffe3ffff;era ffe00000 ffe3ffff;cp.b ${loadaddr} ffe00000e stdin=serial stdout=serial stderr=serial ethact=FEC0 ipaddr=192.168.1.22 serverip=192.168.1.20 gatewayip=192.168.1.1 ethaddr=00:cf:52:72:c3:01
Environment size: 406/8188 bytes
Thank you, Humphrey