Update configurations instructions in README.txt files to show ':' delimiter vs '/' delimiter.
This commit is contained in:
parent
dd36f7ca4d
commit
b118c96a33
@ -44,7 +44,7 @@ ways to do that:
|
|||||||
like: make APPDIR=<path> or make CONFIG_APPS_DIR=<path>
|
like: make APPDIR=<path> or make CONFIG_APPS_DIR=<path>
|
||||||
3) When you configure NuttX using tools/configure.sh, you can provide that
|
3) When you configure NuttX using tools/configure.sh, you can provide that
|
||||||
path to the application directory on the configuration command line
|
path to the application directory on the configuration command line
|
||||||
like: ./configure.sh -a <app-dir> <board-name>/<config-name>
|
like: ./configure.sh -a <app-dir> <board-name>:<config-name>
|
||||||
|
|
||||||
Built-In Applications
|
Built-In Applications
|
||||||
---------------------
|
---------------------
|
||||||
@ -216,7 +216,7 @@ A: Here are three:
|
|||||||
b) Add a symbolic link to MyApplication at apps/external
|
b) Add a symbolic link to MyApplication at apps/external
|
||||||
c) Configure NuttX (usually by:
|
c) Configure NuttX (usually by:
|
||||||
|
|
||||||
tools/configure.sh MyBoard/MyConfiguration
|
tools/configure.sh MyBoard:MyConfiguration
|
||||||
|
|
||||||
Use of the name ''apps/external'' is suggested because that name
|
Use of the name ''apps/external'' is suggested because that name
|
||||||
is included in the .gitignore file and will save you some nuisance
|
is included in the .gitignore file and will save you some nuisance
|
||||||
|
@ -46,8 +46,7 @@ Installing and Building the Unit Tests
|
|||||||
|
|
||||||
cd <nuttx-directory-path>
|
cd <nuttx-directory-path>
|
||||||
make distclean
|
make distclean
|
||||||
cd tools
|
tools/configure.sh sim:nsh2
|
||||||
./configure.sh sim/nsh2
|
|
||||||
|
|
||||||
Where:
|
Where:
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ Build instuctions:
|
|||||||
configurations (such as color format).
|
configurations (such as color format).
|
||||||
|
|
||||||
1. cd nuttx/tools
|
1. cd nuttx/tools
|
||||||
./configure.sh sim/traveler (for example)
|
./configure.sh sim:traveler (for example)
|
||||||
2. cd ..
|
2. cd ..
|
||||||
tools/sethost.sh -w or -l
|
tools/sethost.sh -w or -l
|
||||||
make context
|
make context
|
||||||
|
@ -13,7 +13,7 @@ Build instuctions
|
|||||||
configurations (such as color format).
|
configurations (such as color format).
|
||||||
|
|
||||||
1. cd nuttx/tools
|
1. cd nuttx/tools
|
||||||
./configure.sh sim/traveler (for example)
|
./configure.sh sim:traveler (for example)
|
||||||
2. cd ..
|
2. cd ..
|
||||||
tools/sethost.sh -w or -l
|
tools/sethost.sh -w or -l
|
||||||
make context
|
make context
|
||||||
|
Loading…
x
Reference in New Issue
Block a user