Open ddwolf opened 2 months ago
Two possible fixes:
1) Use -bios fw_dynamic.bin
instead of -bios fw_dynamic.elf
.
2) Build OpenSBI with FW_TEXT_START=0x80000000
(or apply this QEMU patch and choose any valid DRAM address).
Can you include the QEMU command line you are using?
Can you include the QEMU command line you are using?
qemu-system-riscv64 -m 2G -smp 16 -nographic -machine xxx-machine -bios none -drive if=...img -drive file=... -device pcie-root-port,port=0x10,chassis=1,id=root_port1
here is the error log using master.c4940a9 branch, after revert the opensbi code to v1.2, the error disappeared