This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Set up NFS on Windows Xp for DM816x

Hi,

I install the SFU on Windows Xp system, and i want to mount the NFS for DM8168.

But it does not work well.

I set the env param in following mode,

loadaddr=0x81000000
ethaddr=90:d7:eb:96:46:6a
ethact=DaVinci EMAC
addip=setenv bootargs ${bootargs} ip=${ipaddr}:${nfsserver}:${gatewayip}:${netma
sk}:${hostname}:eth0:off
autoload=no
nfsserver=192.168.1.100
bootfile=
gatewayip=192.168.1.1
netmask=255.255.255.0
ipaddr=192.168.1.101
serverip=192.168.1.100
dnsip=192.168.1.1
hostname=xavierFan
bootcmd=dhcp;run addip; tftp 81000000 uImage_DM816X_EVM;bootm
bootargs=console=ttyO2,115200n8 root=/dev/nfs nfsroot=192.168.1.100:/home/DVRRDK_02.00.00.23/target/rfs,nolock rw mem=242M notifyk.vpssm3_sva=0xbfd00000
stdin=serial

How should set the NFS param then,

as root=/dev/nfs nfsroot=192.168.1.100:/home/DVRRDK_02.00.00.23/target/rfs does not work well?

best regards

xavier