summaryrefslogtreecommitdiff
path: root/nuttx/configs/open1788/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/open1788/README.txt')
-rw-r--r--nuttx/configs/open1788/README.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/nuttx/configs/open1788/README.txt b/nuttx/configs/open1788/README.txt
index 052f70f3a..59fc1f9d3 100644
--- a/nuttx/configs/open1788/README.txt
+++ b/nuttx/configs/open1788/README.txt
@@ -296,7 +296,7 @@ CONFIGURATION
----
This is identical to the nsh configuration below except that NuttX
is built as a kernel-mode, monolithic module and the user applications
- are built separately. It is recommends to use a special make command;
+ are built separately. Is is recommened to use a special make command;
not just 'make' but make with the following two arguments:
make pass1 pass2
@@ -307,9 +307,6 @@ CONFIGURATION
Make the user-space binaries first (pass1), then make the the kernel-space
binaries (pass2)
- There are ordering dependencies so, for example, 'make -j 6' fails.
- 'make -j 6 pass1 pass2' does work fine, however.
-
NOTES:
1. This configuration uses the mconf-based configuration tool. To