mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 01:32:49 -04:00
Update linux testvector generation qemu command to work with new OpenSBI firmware
This commit is contained in:
parent
8a744f083c
commit
3c6c997d05
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue