Pascal GUERIN

Results 3 comments of Pascal GUERIN

QEMU does work properly if you follow the following documentation: https://canonical-ubuntu-boards.readthedocs-hosted.com/en/latest/how-to/qemu-riscv/ But currently, I do have an issue with UTM as well as I am not able to use the...

Same issue, I am trying to load u-boot via a Kernel parameter but does not work.

Work using qemu on macOS: qemu-system-riscv64 \ -machine virt -nographic -m 2048 -smp 4 \ -kernel Boot/qemu-riscv64_smode/uboot.elf \ -device virtio-net-device,netdev=eth0 -netdev user,id=eth0 \ -device virtio-rng-pci \ -drive file=ubuntu-25.04-preinstalled-server-riscv64.img,format=raw,if=virtio