diff --git a/Documentation/NuttXNxFlat.html b/Documentation/NuttXNxFlat.html index d6ada4e9b7f..622953b2167 100644 --- a/Documentation/NuttXNxFlat.html +++ b/Documentation/NuttXNxFlat.html @@ -285,19 +285,19 @@
  • You must have already configured Nuttx in <some-dir>/nuttx -
  • +
  • Download the buildroot package buildroot-0.x.y into <some-dir>
  • -
  • +
  • Unpack <some-dir>/buildroot-0.x.y.tar.gz using a command like tar zxf buildroot-0.x.y. This will result in a new directory like <some-dir>/misc/buildroot-0.x.y
  • - Move this into position: mv <some-dir>/misc/buildroot-0.x.y <some-dir>/buildroot + Move this into position: mv <some-dir>/misc/buildroot-0.x.y<some-dir>/buildroot
  • - cd <some-dir>/buildroot + cd <some-dir>/buildroot
  • Copy a configuration file into the top buildroot directory: cp configs/abc-defconfig-x.y.z .config. @@ -342,7 +342,7 @@ any following arguments.

    ldnxflat is use to link your object files along with the thunk file - generated by mknxflat to produce the NXFLAT binary module. + generated by mknxflat to produce the NXFLAT binary module. See below for usage.