Hi, experts.
I am conducting Linux port up out custom LS1046a board. and I already have two reference board LS1046ARDB, LS1045AFRWY. but they does'nt support NFS Server on that I think.
There are a lot of question related to "NFS Client" in GOOGLE. but I can't find any "NFS Server" data.
Currently, I am using NXP LSDK tiny 2018 (based on Yocto) provided by NXP. and I have included following ALL item in the kernel.
[*] NFS server support
[*] NFS server support for NFS version 3
...
but After booting up, I can't find /etc/exprots file, /etc/init.d/nfsstart or other NFS related command.
even service about NFS Server. I didn't find any NFS command in BusyBox.
as fas as I know, Busybox doesn't support nfs-kernel-server or systemctl so on.
How to install or make that command and script to Root File system.
How can I run NFS Server on LS1046 custom board. Plz help me.