Step 3 : Download the binaries ============================== .. tab-set:: .. tab-item:: Download the binaries * 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 the binaries ` .. _barelinux_qemu_rpi3b_step3_0: .. tab-set:: .. tab-item:: Download the binaries * Download all the below mentioned binaries. * `launch.sh file download `_ * `kernel image file download `_ * `dtb image file download `_ * `disk image tar file download `_ * Move all the files to a new folder. .. code-block:: c $ pwd $HOME/Downloads $ mv launch.sh kernel8.img bcm2710-rpi-3-b-plus.dtb disk.xz $HOME/qemu_with_rpi3b * untar the disk.xz file using the tar command. .. code-block:: c $ tar xvJf disk.xz