Hy community,
I want to boot the rootFS of my targetboard via NFS but the bootlog always prints the error "NFS: failed to create MNT RPC client, status=-110". Does anybody know what this code exactly means or where I can look it up?
I have already done:
- enabled everything related to NFS,Root-FS etc. in the kernel-config
- my firewall is inactive, iptables set to ACCEPT for Input,Output and Forwarding
- exported the nfs-directory in etc/exports and saved it afterwards
- checked that service nfs-kernel-server is running
- checked that every folder in path/to/nfsroot has every right ( chmod 777)
- rpcinfo on host verifies running nfs
- versions on nfs-server and client are the same
- mounted nfs-directory on targetboard (=client)
- pinging the server to verify that ethernet-connection is up
Thank you in advance.