Step 3 : Download QEMU ====================== .. tab-set:: .. tab-item:: Download QEMU * 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:`Download QEMU ` .. _NuttX_qemu_ARM-Cortex-A53_step3_0: .. tab-set:: .. tab-item:: Download QEMU * Download and install QEMU by following instructions in below link: .. code-block:: c https://www.qemu.org/download/ * Following are the instructions to download and build QEMU 9.0.0-rc2: * Inside the directory nuttx/nuttx: .. code-block:: c $ wget https://download.qemu.org/qemu-9.0.0-rc2.tar.xz $ tar xvJf qemu-9.0.0-rc2.tar.xz $ cd qemu-9.0.0-rc2 $ ./configure $ make .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow