Step 1 : Download NuttX ======================= .. tab-set:: .. tab-item:: Download NuttX * In this program, you are going to learn .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow * How to ? .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow Topics in this section, * :ref:`How to Download NuttX ` .. _NuttX_qemu_ARM-Cortex-A53_step1_0: .. tab-set:: .. tab-item:: Download NuttX * Create NuttX Directory using below commands: .. code-block:: c $ mkdir nuttx $ cd nuttx * Download NuttX OS by running below command: .. code-block:: c $ git clone \ --recursive \ https://github.com/apache/nuttx \ nuttx * Download NuttX Apps using following command: .. code-block:: c $ git clone \ --recursive \ https://github.com/apache/nuttx-apps \ apps * We'll build NuttX inside nuttx/nuttx : .. code-block:: c $ cd nuttx .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow