Hi,
I have also a embedded board where NFS server is running on the PC and when iam trying to boot the board from flash its working, but when i am trying to boot the same board via NFS its prompting the following error:
VFS : Mounted Root (nfs file system)
Freeing init memory : 104k
Warning : Unable to open an initial console
Kernel panic - not syncing : No init found. Try passing init = option to kernel.
I have bootargs set as follows
bootargs= console=ttyS0 root=/dev/nfs rw nfsroot=192.168.1.30:/tftpboot/rootfs ip=192.168.1.230:192.168.1.30:192.168.1.30:255.255.255.0

rboard:eth0

ff
where HostIP = 192.168.1.30
target board ip = 192.168.1.230
or should i have to change my bootcmd along with bootargs so as to boot the board via NFS? if yes, then what is the command for bootcmd?
Please let me know the solution???
Any help is appreciated