Remove instructures to CD to tools/ before running ./configure.sh

Squashed commit of the following:

    configs/*/README.txt: Replace each occurrence of './configure.sh' with 'tools/configure.sh'
    configs/*/README.txt:  Remove 'cd ..' after each './configure.sh'
    configs/*/README.txt:  Remove 'cd -' after each './configure.sh'
    configs/*/README.txt:  Remove 'cd tools' before each './configure.sh'
    configs/README.txt:  Remove instruction to CD tools/ before running configure.sh.
This commit is contained in:
Gregory Nutt
2018-05-09 11:41:46 -06:00
parent 0b6ccfe769
commit e4922ed9f0
115 changed files with 182 additions and 481 deletions
+3 -7
View File
@@ -150,8 +150,7 @@ NuttX buildroot Toolchain
1. You must have already configured Nuttx in <some-dir>/nuttx.
cd tools
./configure.sh ea3131/<sub-dir>
tools/configure.sh ea3131/<sub-dir>
2. Download the latest buildroot package into <some-dir>
@@ -206,8 +205,7 @@ Image Format
Then, to build the NuttX binary ready to load with the bootloader, just
following these steps:
- cd tools/ # Configure Nuttx
- ./configure.sh ea3131/nsh # (using the nsh configuration for this example)
- tools/configure.sh ea3131/nsh # (using the nsh configuration for this example)
- cd .. # Set up environment
- make # Make NuttX. This will produce nuttx.bin
- mklpc.sh # Make the bootloader binary (nuttx.lpc)
@@ -597,9 +595,7 @@ Common Configuration Notes
1. Each EA3131 configuration is maintained in a sub-directory and
can be selected as follow:
cd tools
./configure.sh ea3131/<subdir>
cd -
tools/configure.sh ea3131/<subdir>
Where <subdir> is one of the configuration sub-directories described in
the following paragraph.