You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can someone provide tips on how to boot up a pi-gen generated image with QEMU?
I'm building the image for raspi4b, tried with and without USE_QEMU, however boot with qemu-system-aarch64 fails on mounting the root fs. The image works well with the device though, so something is missing in the way I run qemu-system-aarch64.
You can get the device tree blob file from any RPi image at /boot/firmware just like you got the kernel image. Note that I'm not able to get any network device configured as the QEMU installation I have doesn't have any nic models built in for RPis.
qemu-system-aarch64 -M raspi3b -nic model=help
Available NIC models for this configuration:
<blank>
Can someone provide tips on how to boot up a pi-gen generated image with QEMU?
I'm building the image for raspi4b, tried with and without
USE_QEMU
, however boot with qemu-system-aarch64 fails on mounting the root fs. The image works well with the device though, so something is missing in the way I run qemu-system-aarch64.QEMU emulator version is 9.2.0
Here is my run command:
Tried both on Ubuntu and MacOS with the same result.
Tried different partitions /dev/mmcblk0p0-4 but that doesn't help.
The text was updated successfully, but these errors were encountered: