NFS root on BeagleBone Black
Oleksandr Tymoshenko
gonzo at bluezbox.com
Mon Jul 8 05:49:30 UTC 2013
On 2013-07-07, at 10:43 PM, Oleksandr Tymoshenko <gonzo at bluezbox.com> wrote:
>
> On 2013-07-07, at 10:06 PM, Douglas Beattie <beattidp at ieee.org> wrote:
>
.. skipped...
> I'm not 100% sure but it might be NFS version mismatch. AFAIR we have
> now both NFSv3 and NFSv4 in kernel. NFSv3 prefix is oldnfs, NFSv4 prefix is nfs
> (or is it newnfs too?). NFSv3 is enabled by NFSCLIENT. Make sure you server NFS
> and client NFS versions are synced.
FWIW here is my kernel config for NFS root (my NFS server is -CURRENT):
# NFS support
options NFSCL
options NFSLOCKD
# Uncomment this for NFS root
options NFS_ROOT #NFS usable as /, requires NFSCL
options BOOTP_NFSROOT
options BOOTP_COMPAT
options BOOTP
options BOOTP_NFSV3
options BOOTP_WIRED_TO=cpsw0
More information about the freebsd-arm
mailing list