mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 17:55:19 +00:00
Update linux testvector generation qemu command to work with new OpenSBI firmware
This commit is contained in:
parent
8a744f083c
commit
3c6c997d05
@ -29,7 +29,7 @@ echo "Launching QEMU in replay mode!"
|
|||||||
(qemu-system-riscv64 \
|
(qemu-system-riscv64 \
|
||||||
-M virt -m 256M -dtb "$DEVICE_TREE" \
|
-M virt -m 256M -dtb "$DEVICE_TREE" \
|
||||||
-nographic \
|
-nographic \
|
||||||
-bios "$imageDir"/fw_jump.elf -kernel "$imageDir"/Image -append "root=/dev/vda ro" -initrd "$imageDir"/rootfs.cpio \
|
-bios "$imageDir"/fw_jump.bin -kernel "$imageDir"/Image -append "root=/dev/vda ro" -initrd "$imageDir"/rootfs.cpio \
|
||||||
-gdb tcp::$tcpPort -S) \
|
-gdb tcp::$tcpPort -S) \
|
||||||
& riscv64-unknown-elf-gdb --quiet \
|
& riscv64-unknown-elf-gdb --quiet \
|
||||||
-ex "set pagination off" \
|
-ex "set pagination off" \
|
||||||
|
Loading…
Reference in New Issue
Block a user