
Wolfgang Denk ha scritto:
I try to mount NFS filesystem onto my AT91RM9200DK board, But the eth0 device failed, from the boot message it looks that I didn't set the MAC addr: at91_ether: Your bootloader did not configure a MAC address. eth0: Link now 100-FullDuplex eth0: AT91 ethernet at 0xfefbc000 int=24 100-FullDuplex (00:00:00:00:00:00)
You are right. You did not set your MAC address in Linux.
But this is a Linux problem and actually off topic here.
But I've set it in the U-Boot env:
So what? Please see the FAQ: http://www.denx.de/wiki/view/DULG/EthernetDoesNotWorkInLinux
Best regards,
Wolfgang Denk
Wolfgang is right. BTW if you really want a quick and dirty solution you can use this little patch. http://www.koansoftware.com/it/art.php?art=86
Just a little hack ;-)
Ciao