diff --git a/images/nuttx-menu.png b/images/nuttx-menu.png index b06fad9c5..b9a580341 100644 Binary files a/images/nuttx-menu.png and b/images/nuttx-menu.png differ diff --git a/images/nuttx-menu10.png b/images/nuttx-menu10.png index aae06b83e..d5db25293 100644 Binary files a/images/nuttx-menu10.png and b/images/nuttx-menu10.png differ diff --git a/images/nuttx-menu11.png b/images/nuttx-menu11.png index ec8c98320..d093c4ab9 100644 Binary files a/images/nuttx-menu11.png and b/images/nuttx-menu11.png differ diff --git a/images/nuttx-menu2.png b/images/nuttx-menu2.png index 1b3898105..4dc009326 100644 Binary files a/images/nuttx-menu2.png and b/images/nuttx-menu2.png differ diff --git a/images/nuttx-menu5.png b/images/nuttx-menu5.png index beb138d8b..8e74568ad 100644 Binary files a/images/nuttx-menu5.png and b/images/nuttx-menu5.png differ diff --git a/images/nuttx-menu6.png b/images/nuttx-menu6.png index 180bf68f7..7701d146e 100644 Binary files a/images/nuttx-menu6.png and b/images/nuttx-menu6.png differ diff --git a/images/nuttx-menu8.png b/images/nuttx-menu8.png index bd948e87e..9c2848b2c 100644 Binary files a/images/nuttx-menu8.png and b/images/nuttx-menu8.png differ diff --git a/src/nuttx.md b/src/nuttx.md index 512601522..3c6f7f359 100644 --- a/src/nuttx.md +++ b/src/nuttx.md @@ -132,15 +132,27 @@ NuttX Apps really look like Linux Apps! # Configure NuttX -TODO +Let's get adventurous and __add NuttX Commands__... -#NuttX Demo Apps are configured before build with "make menuconfig" +- __"help"__ to show the commands available + +- __"ls"__ to list the devices in __/dev__ + +- __"gpio"__ to toggle the GPIO Output and flip an LED on/off + +(See pic above) + +Enter this command to __configure NuttX__ before building NuttX... ```bash make menuconfig ``` -[Configuring NuttX](https://nuttx.apache.org/docs/latest/quickstart/configuring.html) +Let's explore the options. + +[(More about configuring NuttX)](https://nuttx.apache.org/docs/latest/quickstart/configuring.html) + +![](https://lupyuen.github.io/images/nuttx-menu.png) ## Enable help and ls