diff --git a/nuttx/Documentation/NfsHowto.html b/nuttx/Documentation/NfsHowto.html index e62af074e..0f08f4abe 100644 --- a/nuttx/Documentation/NfsHowto.html +++ b/nuttx/Documentation/NfsHowto.html @@ -27,6 +27,14 @@ + + + + +
+ Adding NFS to the NuttX Configuration +
+
@@ -54,6 +62,45 @@
+ + + + +
+

Adding NFS to the NuttX Configuration

+
+ +

+ The NFS client is easily added to your configuration: + You simply need to add CONFIG_NFS to your nuttx/.config file. + There are, however, a few dependencies on other system settings: +

+
    +
  1. + First, there are number of things that you must configure in order to be able to use any file system: +
  2. + +
  3. + And there are several dependencies on the networking configuration. + At a minimum, you need to have the following selections: +
  4. + +
+