User Tools

Site Tools


Writing /var/lib/dokuwiki/data/meta/tutorials/debian_buster_for_rpi3_with_qemu.meta failed
tutorials:debian_buster_for_rpi3_with_qemu

This is an old revision of the document!


Debian Buster for RaspberryPi 3 with Qemu in 64bits (aarch64)

This guide explains how to get Debian Buster using a RaspberryPi 3 image running with Qemu. These images are 64bits (aarch64), therefore, taking advantage of RPi 3 and 4 newest hardware.

These configuration is useful in order to use a big PC to precompile and afterwards export the binaries to the slower/real Raspberry Pi.

This will be used to get ROS2 installed.

Preparing your host system

  • Install aarch64 qemu
sudo apt-get install qemu-system-arm
  • Create a directory for your emulated system
mkdir ~/db_rpi3_qemu
cd ~/db_rpi3_qemu
  • Download the raspberry pi image (Browse for newer images if possible, if you select the raspberry pi 3 image, you'll get a 64bit system):
wget https://people.debian.org/~gwolf/raspberrypi/20190628/20190628_raspberry-pi-3_buster_PREVIEW.img.xz

References

tutorials/debian_buster_for_rpi3_with_qemu.1572912326.txt.gz · Last modified: 2022/09/20 00:08 (external edit)