i am trying to mount rootfs on board using NFS
my NFS export file
/home/user/demo/rootfs 192.168.0.200(rw,sync,no_root_squash,no_subtree_check)
my kernel arguments are
bootargs=console=ttyS0,115200 root=/dev/nfs rootfstype=nfs ip=192.168.0.102 rw nfsroot=192.168.0.200:/home/user/demo/rootfs,4.1
when i boot my board it shows following error
IP-Config: Complete:
device=eth0, hwaddr=54:10:ec:a9:81:79, ipaddr=192.168.0.100, mask=255.255.255.0, gw=255.255.255.255
host=192.168.0.100, domain=, nis-domain=(none)
bootserver=255.255.255.255, rootserver=192.168.0.100, rootpath=
ALSA device list:
No soundcards found.
atmel_usart_serial atmel_usart_serial.0.auto: using dma0chan5 for rx DMA transfers
atmel_usart_serial atmel_usart_serial.0.auto: using dma0chan6 for tx DMA transfers
VFS: Unable to mount root fs via NFS
i dont know whats is wrong but i am not able mount rootfs,anyone have any idea how to fix it.