Nuttx configure and build
1. configure nuttx
first you should download nuttx source code
- $ git clone https://bitbucket.org/nuttx/apps
- $ git clone https://bitbucket.org/nuttx/nuttx
- $ cd nuttx/tools
- $ ./configure.sh stm32f429i-disco/nsh
2. build nuttx
- $ cd nuttx
- $ make
3. flash nuttx binary
In Ubuntu, you need st-flash tool
In Windows, download st-link utility