Raspberry Pi emulation with Qemu
The idea here is that we use a Desktop PC for developing/debugging Raspberry Pi set-ups using qemu for emulating Rasperrby Pi.
qemu currently supports the following configurations:
- Raspberry Pi Zero and 1A+ (armhf)
- Raspberry Pi 2B (armv7)
- Raspberry Pi 3A+ (aarch64)
- Raspberry Pi 3B (aarch64)
- This is the version …