Edit /etc/exports on your build server and add the two mount points. We recommend you use
/opt/nfsroot_uclibc for your root filesystem. If the directories do not exist yet, you can create them now. The other mount point will allow you to access the location of your source. Please refer to the following example:
/opt/nfsroot_uclibc *(rw,no_root_squash,no_all_squash)
/opt/refsw *(rw,no_root_squash,no_all_squash)
This assumes you installed (copied over and extracted) your reference software release under /opt/refsw. Now stop and start the NFS server as root.
Note: Do not use restart because “stop and start” does not work in all cases.