step 1 : Download Raspberry Pi OS

  • In this program, you are going to learn

  • How ?

Topics in this section,

  • Go to home directory.

$ cd $HOME
  • Download Raspberry Pi OS source code using the below link

    • Raspberry Pi OS download link <https://www.raspberrypi.com/software/operating-systems/#raspberry-pi-os-64-bit>

  • Create a directory and move the downloaded OS file to the directory.

$ mkdir qemu_rpi_4b
$ mv $HOME/Downloads/2023-12-03-raspios-bullseye-arm64.img $HOME/qemu_rpi_4b