I recently came across an issue where error messages like seen below show up while working with a board that has a NFS mount, this has been seen with both OMAP and Davinci processors.
nfs: server 192.168.1.2 not responding, still trying
nfs: server 192.168.1.2 OK
nfs: server 192.168.1.2 not responding, still trying
nfs: server 192.168.1.2 OK
It seems this sort of thing can happen if the network between your board and your PC is dropping packets or if your host PC's NFS server is otherwise not responding. If you get these sorts of messages you may want to check your network, and try connecting the board and host PC on a more local network (i.e. directly to the same switch), perhaps trying another switch. I would also confirm that your network configuration makes sense, in that you don't have a duplicate IP or MAC address on your network which could be interfering with packets.