qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emulating a Raspberry3 on Debian11 using QEMU6.2.0


From: Peter Maydell
Subject: Re: Emulating a Raspberry3 on Debian11 using QEMU6.2.0
Date: Tue, 15 Mar 2022 10:09:16 +0000

On Tue, 15 Mar 2022 at 07:36, Johannes Zirngibl <Finch01@web.de> wrote:
> 2.) sudo qemu-system-aarch64 -machine raspi3b -drive 
> file=kube-worker-1.img,format=raw -drive- 
> if=none,id=stick,file=/home/john/Downloads/2022-01-28-raspios-bullseye-armhf/2022-01-28-raspios-bullseye-armhf.img,format=raw
>  -device usb-storage,drive=stick -boot c -m 1G

The raspi3b machine does not have a default BIOS/firmware image
or any emulation of it, so it cannot boot directly from a
disk image. You'll need to directly pass a kernel/initrd/devicetree
to QEMU, I think.

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]