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 @@
<some-dir>/nuttx
- buildroot-0.x.y into <some-dir>
<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
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
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.