Skip to content

Commit

Permalink
riscv64-qemu: restore -serial stdio option
Browse files Browse the repository at this point in the history
Option needed for test runner.

JIRA: RTOS-550
  • Loading branch information
lukileczo committed Jan 30, 2024
1 parent 9380095 commit faf9713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/riscv64-generic-qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ exec qemu-system-riscv64 \
-smp 1 \
-machine virt \
"$OPTIMG" "$(dirname "${BASH_SOURCE[0]}")/../_boot/riscv64-generic-qemu/phoenix.osbi" \
-nographic \
-serial stdio \
-drive file="$(dirname "${BASH_SOURCE[0]}")/../_boot/riscv64-generic-qemu/rootfs.disk",format=raw,cache=unsafe,if=none,id=vblk0 \
-device virtio-blk-device,drive=vblk0 \
-device loader,file="$(dirname "${BASH_SOURCE[0]}")/../_boot/riscv64-generic-qemu/phoenix.disk",addr=0x20000000

0 comments on commit faf9713

Please sign in to comment.