I have my BB booting from a NFS on my local Ubuntu Linux box, though on closer inspection have noticed in the kernel output that many of the lines are responding with Permission Denied. The BB does boot to the Angstrom login prompt, however any attempt to write anything to the file system via the console results in the same error. My boot args on the BB and exports file on the host box commands are as follows, if anyone notices something incorrect or something I forgot please let me know.
bootargs=console=ttyS2,115200n8 noinitrd rw ip=192.168.1.6::255.255.255.0 root=/dev/nfs nfsroot=192.168.1.4:/home/merlin910/NFS,nolock,rsize=1024,wsize=1024,rootdelay=2
/home/merlin910/NFS 192.168.1.0/255.255.255.0(rw,sync,no_subtree_check)
I have tried this as well with no effect.
/home/merlin910/NFS *(rw)
Thanks,
Deric