SVL
SVL
Same issue here... `kernel-qemu-4.19.50-buster` and `versatile-pb.dtb` works. Switching to `kernel-qemu-5.4.51-buster` and `versatile-pb-buster.dtb` gives the same kernel panic. extra logs: ```ipip: IPv4 and MPLS over IPv4 tunneling driver ipt_CLUSTERIP: ClusterIP Version...
If you try to emulate a RPI2/3 you should take a look at the [native-emuation](https://github.com/dhruvvyas90/qemu-rpi-kernel/tree/master/native-emuation) directory. This and switching to qemu v5.1.0 worked for me.
This is the config which I'm running. It's working with the latest raspios. I'm using the device tree and kernel image from the [native-emuation](https://github.com/dhruvvyas90/qemu-rpi-kernel/tree/master/native-emuation) directory and qemu-system-aarch64 v5.1.0 (build from...
@andreatosato If you didn't already found, RAM is configured with the `-m` option To enable mouse and keyboard remove the `nographic` and add: ``` -device usb-mouse -device usb-kbd ```