Romain Naour 7dcb9e98b5 board/qemu: remove the Qemu version from readme.txt %!s(int64=5) %!d(string=hai) anos
..
patches f999379795 configs/qemu_riscv32_virt: update to 5.1 kernel %!s(int64=6) %!d(string=hai) anos
readme.txt 7dcb9e98b5 board/qemu: remove the Qemu version from readme.txt %!s(int64=5) %!d(string=hai) anos

readme.txt

Run Linux in emulation with:

qemu-system-riscv32 -M virt -kernel output/images/fw_jump.elf -device loader,file=output/images/Image,addr=0x80400000 -append "rootwait root=/dev/vda ro" -drive file=output/images/rootfs.ext2,format=raw,id=hd0 -device virtio-blk-device,drive=hd0 -netdev user,id=net0 -device virtio-net-device,netdev=net0 -nographic # qemu_riscv32_virt_defconfig

The login prompt will appear in the terminal that started Qemu.