When booting kernel I've got the message
"at91_ether: Your bootloader did not configure a MAC address".
Due to that I can not mount root file system throgh NFS.
On other hand , after downloading uImage by tftp and kommand 'bootm' all working well. MAC address in u-boot is configured and written into flash. U-boot sees it too.(printenv shows it).
On the site
http://www.gelato.unsw.edu.au/lxr/sourc ... 91_ether.c
I read that
" - It must always set the MAC address after reset, even if it doesn't
365 * happen to access the Ethernet while it's booting. Some versions of
366 * U-Boot on the AT91RM9200-DK do not do this."
How to workaround all that? Thank you!
Andrew