Hi.
Is it possible to mount /opt/ipnc on DM368-IPNC board using nfs
My board is in static ip mode and output of printenv is as follows:
bootdelay=4
baudrate=115200
setboot=setenv bootargs $(bootargs)
bootamd=nboot 0x80700000 0 0x500000;bootm
bootfile=""
nfshost=10.17.8.125
rootpath=/home/mayank/DM36x/IPNetcam/target/filesys
eth=00:0C:0C:A0:07:Ea
setenv=bootargs console=ttyS1,115200n8 noinitrd rw root=/dev/nfs nfsroot=10.17.8.125:/home/mayank/DM36/ipnc/target/filesys,nolock mem=48M ip=dhcp
ethaddr=00:0C:0C:A0:FF:FA
filesize=DCE000
fileaddr=82000000
ipaddr=10.17.8.131
serverip=10.17.8.125
bootcmd=nand read 0x82000000 0x700000 0x0E00000;nboot 0x80700000 0 0x500000;bootm 0x80700000
bootargs=mem=48M console=ttyS1,115200n8 root=/dev/mtdblock3 rootfstype=cramfs ip=192.168.1.101:192.168.1.100:192.168.1.1:255.255.255.0:::off eth=00:0C:0C:A0B
stdin=serial
stdout=serial
stderr=serial
ver=U-Boot 1.3.4 (Dec 9 2010 - 17:44:14) DM368-IPNC-1.0.1
Currently i have installed the uimage and cramfs image using nand
but i am not able to run the application also i cannot test the various options
under rmoduletest.out as i am not able to copy or write to any directory on the board.
Also i am not able to ping to the board from my system.
Thanks and Regards,
Mayank