Has anyone tried emulating RPI5 H/W on QEMU?

June 28, 2024, 06:26

imposter5768

or, is it the same set-up as older h/w models?

oops.se

I have seen several attempts but not many that has succeeded.

imposter5768

I will be on that list too. I will update my progress as I go on this one.

oops.se

I wish you good luck as I have faiiled a couple of times and I hope you succede.

imposter5768

So an interesting update. I didn't quite get to emulating directly on QEMU, but rather on Docker (which unironically uses QEMU underneath). A fat kudos to balenalib.
bash
docker pull balenalib/raspberrypi5-debian
docker run --rm -it balenalib/raspberrypi5-debian /bin/bash