Step 4 : Download QEMU and install in x86 ========================================= .. tab-set:: .. tab-item:: Download QEMU and install in x86 * 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:`To install QEMU follow below steps ` .. _freertos_qemu_step3_0: .. tab-set:: .. tab-item:: To install QEMU follow below steps * For full system emulation: .. code-block:: c $ sudo apt-get install qemu-system * For emulating Linux binaries: .. code-block:: c $ sudo apt-get install qemu-user-static * Install ``qemu-system-arm`` using below command, .. code-block:: c $ sudo apt install qemu-system-arm * Check if qemu is installed successfully .. code-block:: c $ ls -l /usr/bin/qemu-aarch64-static -rwxr-xr-x 1 root root 5624352 Nov 30 20:23 /usr/bin/qemu-aarch64-static