summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ea3131/README.txt')
-rw-r--r--nuttx/configs/ea3131/README.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/nuttx/configs/ea3131/README.txt b/nuttx/configs/ea3131/README.txt
index 40cafa402..a2fd323c1 100644
--- a/nuttx/configs/ea3131/README.txt
+++ b/nuttx/configs/ea3131/README.txt
@@ -214,7 +214,7 @@ Image Format
following these steps:
- cd tools/ # Configure Nuttx
- - ./configure.sh ea3131/ostest # (using the ostest configuration for this example)
+ - ./configure.sh ea3131/nsh # (using the nsh configuration for this example)
- cd .. # Set up environment
- . ./setenv.sh # (see notes below)
- make # Make NuttX. This will produce nuttx.bin
@@ -629,11 +629,6 @@ Where <subdir> is one of the following:
Configures the NuttShell (nsh) located at examples/nsh. The
Configuration enables only the serial NSH interface.
- ostest:
- This configuration directory, performs a simple OS test using
- examples/ostest. By default, this project assumes that you are
- using the DFU bootloader.
-
pgnsh:
This is the same configuration as nsh, but with On-Demand
paging enabled. See http://www.nuttx.org/NuttXDemandPaging.html.