Step 4 : Load Zephyr on QEMU ============================ .. tab-set:: .. tab-item:: Load Zephyr on 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:`Building Hello World Application ` .. _zephyr_qemu_step4_0: .. tab-set:: .. tab-item:: Building Hello World Application * This can be built and executed on QEMU as follows: .. code-block:: c (.venv) test:~$ west build -b qemu_x86 samples/hello_world (.venv) test:~$ west build -t run * Sample Output .. code-block:: c Hello World! x86