befe74a137
Fix spelling and use the one from their website qemu.org. Change-Id: I36a88985ce3a7c59b732c1ca3198d86a591de6bd Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/62450 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
323 B
323 B
QEMU RISC-V emulator
Building coreboot and running it in QEMU
- Configure coreboot and run
make
as usual - Run
util/riscv/make-spike-elf.sh build/coreboot.rom build/coreboot.elf
to convert coreboot to an ELF that QEMU can load - Run
qemu-system-riscv64 -M virt -m 1024M -nographic -kernel build/coreboot.elf