Hello,
I try to boot my imx6-target with the barebox-bootloader from network via tftp and nfs.
But I cannot load the root filesystem, see excerpt from bootlog:
NFS: MNTPATH: '/home/roland/CID_SW/fsroot'
[ 124.739227] NFS: sending MNT request for 192.168.3.10:/home/roland/CID_SW/fsroot
[ 159.810912] NFS: failed to create MNT RPC client, status=-110
[ 159.816692] NFS: unable to mount server 192.168.3.10, error -110
I have of course attached the whole bootlog-file.
On the host-side, etc/exports displays:
/home/roland/CID_SW/fsroot 192.168.0.0/255.255.255.0(rw, nohide, insecure, no_root_squash, async, no_subtree_check)
and etc/hosts.allow shows:
ALL:ALL
On the targetboard before booting I enter the command:
mount -t nfs 192.168.3.10:/home/roland/CID_SW/fsroot /mnt/nfs
nfs-kernl-server and tftpd-hpa are installed and their services running.
Any suggestion how to solve this issue?
Thanks in advance!