Step 1 : Download NuttX

  • In this program, you are going to learn

  • How to ?

Topics in this section,

  • Create NuttX Directory using below commands:

$ mkdir nuttx
$ cd nuttx
  • Download NuttX OS by running below command:

$ git clone \
    --recursive \
    https://github.com/apache/nuttx \
    nuttx
  • Download NuttX Apps using following command:

$ git clone \
    --recursive \
    https://github.com/apache/nuttx-apps \
    apps
  • We’ll build NuttX inside nuttx/nuttx :

$ cd nuttx