@@ -32,9 +32,9 @@ machine (v5.1 or higher): 3232 # cd <xvisor_source_directory> 3333 3434 [9. Run nested MMU test-suite] 35- # qemu-system-riscv32 -cpu rv32,x-h=true -M virt -m 512M -nographic -bios <opensbi_source_directory>/build/platform/generic/firmware/fw_jump.bin...
3 changes: 2 additions & 1 deletion 3 board/emulation/qemu-riscv/Kconfig Original file line numberDiff line numberDiff line change @@ -14,7 +14,8 @@ config SYS_CONFIG_NAME config SYS_TEXT_BASE default 0x80000000 if !RISCV_SMODE default 0x80200000 if RISCV_SMODE default 0x80200000...
将qemu-system-riscv64的执行路径添加到环境变量: 如果qemu-system-riscv64的执行路径未添加到环境变量,你需要手动添加。通常,你可以将以下行添加到你的shell配置文件(如.bashrc或.zshrc)中: bash export PATH=$PATH:/path/to/qemu-system-riscv64 替换/path/to/qemu-system-riscv64为实际的安装路径。添加...