Hi, On 7/6/21 3:39 AM, 殷冬 wrote: > Hi team of qemu > I see the qemu6.0 has supported for raspberryPick 2B. but i want use it > for raspberrypi 3/3B/4B. So can you tell me about raspberrypi 3/3B/4B plan ?
The raspi3 is supported (since QEMU v2.12): $ qemu-system-aarch64 -M help | fgrep raspi3 raspi3ap Raspberry Pi 3A+ (revision 1.0) raspi3b Raspberry Pi 3B (revision 1.2) raspi3 Raspberry Pi 3B (revision 1.2) (alias of raspi3b) See https://qemu-project.gitlab.io/qemu/system/arm/raspi.html The raspi emulation is mostly contributed by hobbyist, so there are no precise plan, it depends of their time / motivation. What would be your use case? By the way anybody is welcome to contribute patches :) Regards, Phil.