Boot from a TFTP/NFS Server

Hi @ritesh.tx ,

I have gone through the post. and After several tries, I know that In uboot prompt there is an environment variable rootpath. By setting this like below I am able to boot the kernel.

Apalis iMX6 # printenv rootpath 
rootpath=192.168.3.192:/srv/nfs/rootfs,v3

But the kernel will stuck after the below line

nfs: server 192.168.3.192 not responding, still trying

Log :

Log (36.1 KB)

Thanks in advance,
Vishvas