Hello,
I am trying to compile Yocto Linux with the nfs-server feature. I want to be able to mount my imx6 sabre board into my development computer for file sharing purposes.
I boot from an sdcard and I bake the core-image-base.bb recipe. When I add the feature nfs-server to the recipe file (IMAGE_FEATURES +="splash nfs-server") it compiles fine but when booting i get:
"INIT: version 2.88 booting
INIT: No inittab file found
Enter runlevel:"
to which nothing happens even when I enter any number.
Can anybody point me in the right direction? What am I doing wrong here?
Thanks in advance for your help,
Jacob