This isn't the first time this has been mentioned on the list, I believe.
You really have to specify almost all of the parameters for the ip=
param (maybe only particularly when using nfsroot).
try
ip=<board_ip>:<nfs_server_ip>:<gateway_ip>:<netmask>:<hostname>
Someone else ran into the same problem quite a while ago simply because
the hostname wasn't specified, which I think is slightly absurd. The
problem is most likely fixed in more recent kernel versions.
My NFS-root kernel cmdline is:
exec -c "console=ttyAM0,115200 root=/dev/nfs
nfsroot=192.168.1.2:/usr/arm-unknown-linux-gnu,port=2049
ip=192.168.1.5:192.168.1.2:192.168.1.1:255.255.255.0:ts7260"
Cheers,
Chris
Martin Guy wrote:
> 2008/3/3, nas_embedded <>:
>> RPC: sendmsg returned error 101
>> portmap: RPC call returned error 101
>
> google: [nfs "error 101"] - first result.
> Your network is not configured properly.
> Then see /usr/src/linux/Documentation/nfsroot.txt for how to set the
> ip= boot parameter
>
> M
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|