I was working with an omap 3 EVM (MISTRAL) board.
at first I aws able to reflash the board with evm sdk1.0.2.
then I need to move to DVSDK and I want to run the demos coming with DVSDK.
I followed DVSDK getting started guide to setup the NFS booting.
The linux host I had runs a ubuntu 8.0, I setup the NFS server and tested it is working from a Windows NFS client. I can connect to the NFS serve andaccess the NFS folder on Linux from Windows, so i know my NFS server is all right.
then I tried to mount NFS from the EVM board.
"mount 192.168.1.1:/nfsdir /mnt/nfs "
192.168.1.1 is ip address of the Linux machine,
that commnad doesnt work and I got error messages like : " rpc bind error and can not mount host NFS."
can anybody share your experienc with NFS and help me with this problem?
Thanks!