
In message 200309100812.h8A8CAmL066038@mail0.dreamwiz.com you wrote:
Please, check u-boot monitor messages below...
Are you sure this is an U-Boot related problem? I think this is off topic here.
in bdinfo command and linux boot message, ethaddr of target board seems s et wrong...
What makes you think so?
=> bdinfo memstart = 0x00000000 memsize = 0x02000000 flashstart = 0xFFF80000 flashsize = 0x00080000 flashoffset = 0x0002B700 sramstart = 0x00000000 sramsize = 0x00000000 bootflags = 0x0000A000 procfreq = 200 MHz plb_busfreq = 100 MHz pci_busfreq = 33.333 MHz ethaddr = 24:00:00:00:00:00
Obviously your MAC address i set to 24:00:00:00:00:00.
Obviously this is NOT a valid MAC address. Please pay attention to standards and regulations. You should NOT use arbitrary MAC addresses.
See also http://www.denx.de/twiki/bin/view/DULG/EthernetDoesNotWork
Looking up port of RPC 100003/2 on 192.168.1.210 RPC: sendmsg returned error 101 portmap: RPC call returned error 101 Root-NFS: Unable to get nfsd port number from server, using default Looking up port of RPC 100005/1 on 192.168.1.210 RPC: sendmsg returned error 101 portmap: RPC call returned error 101 Root-NFS: Unable to get mountd port number from server, using default RPC: sendmsg returned error 101 mount: RPC call returned error 101 Root-NFS: Server returned error -101 while mounting /root/Work/src/ramdis k/rootfs_hhl
U-Boot booted Linux just fine. What you see here is not a U-Boot related problem.
Actually the message is pretty clear: "Server returned error -101"
The Linux kernel tells you that your NFS server returned error code 101. Looking this up in errno.h reveals: "Network is unreachable"
You will have to check your NFS server configuration.
--0-1288557707-1063181529ö6033 Content-Type: TEXT/HTML; CHARSETÿC-KR Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by mx-s0.dreamwiz.com id h8A8CAZs056873
<HTML> <BODY>
Arrrghhh...
Please do NOT post HTML.
Send plain ASCII text only.
Best regards,
Wolfgang Denk