From ac032a1456640e48d2d630508b7749c8373a4d97 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: svn://svn.code.sf.net/p/nuttx/code/trunk@4850 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NfsHowto.html | 47 +++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/Documentation/NfsHowto.html b/Documentation/NfsHowto.html index e62af074e2..0f08f4abe5 100644 --- a/Documentation/NfsHowto.html +++ b/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. + +
+