diff --git a/configs/misoc/README.txt b/configs/misoc/README.txt index 1c205445136..b75eaad7e89 100644 --- a/configs/misoc/README.txt +++ b/configs/misoc/README.txt @@ -16,16 +16,17 @@ Buildroot Toolchain cd tools ./configure.sh misoc/ + make oldconfig context - 2. Clone the latest buildroot package into + 2. Clone the latest buildroot package into /buildroot - git clone git@bitbucket.org:nuttx/buildroot.git + git clone git@bitbucket.org:nuttx/buildroot.git /buildroot or - git clone https://patacongo@bitbucket.org/nuttx/buildroot.git + git clone https://patacongo@bitbucket.org/nuttx/buildroot.git /buildroot - 3. cd + 3. cd /buildroot 4. cp lm32-elf-defconfig-6.1.0 .config @@ -33,14 +34,18 @@ Buildroot Toolchain 6. make - 7. Edit setenv.h, if necessary, so that the PATH variable includes - the path to the newly built binaries. + 7. By default, the tools will be at the absolute path: - By default, the tools will be at: + /buildroot/build_lm32/staging_dir/bin - /build_lm32/staging_dir/bin + Or the NuttX relative path: - That location can be changed by reconfiguring the .config file. + ../buildroot/build_lm32/staging_dir/bin + + The setenv.sh files in these sub-directories are already set to use + the relative path. It you choose to install the buildroot package + in some other location, you may need to edit the setenv.h file so + that the PATH variable includes the path to the newly built binaries. See the file configs/README.txt in the buildroot source tree. That has more detailed PLUS some special instructions that you will need to follow if you