From 5aa67ac216bf95c75365b456aa6c141315b0d8a5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 18 Jun 2012 16:32:35 +0000 Subject: [PATCH] already updating the NFS how to git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4850 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/Documentation/NfsHowto.html | 47 +++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) 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. + +
+