step 1 : Download Raspberry Pi OS ====================================== .. tab-set:: .. tab-item:: Download Raspberry Pi OS * In this program, you are going to learn .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow * How ? .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow Topics in this section, * :ref:`Download Raspberry Pi OS ` .. _barelinux_qemu_rpi_4b_step1_0: .. tab-set:: .. tab-item:: Download Raspberry Pi OS * Go to home directory. .. code-block:: c $ cd $HOME * Download Raspberry Pi OS source code using the below link * `Raspberry Pi OS download link ` * Create a directory and move the downloaded OS file to the directory. .. code-block:: c $ mkdir qemu_rpi_4b $ mv $HOME/Downloads/2023-12-03-raspios-bullseye-arm64.img $HOME/qemu_rpi_4b