summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBin Meng <bmeng@tinylab.org>2023-07-23 07:40:33 +0300
committerLeo Yu-Chi Liang <ycliang@andestech.com>2023-08-02 11:31:52 +0300
commit716161663ec4904f0487308dd428ceb8b42bcf5d (patch)
tree2dde0fda49cba74d7ba09674a237a885d842abf1 /doc
parent093bd0354e5b947b0bd634bf5ed4041ba075b57d (diff)
downloadu-boot-716161663ec4904f0487308dd428ceb8b42bcf5d.tar.xz
riscv: qemu: Enable Bochs video support
Enable video console using the emulated Bochs VGA card. Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/board/emulation/qemu-riscv.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/board/emulation/qemu-riscv.rst b/doc/board/emulation/qemu-riscv.rst
index 509bf7c4a6..9d21f3270c 100644
--- a/doc/board/emulation/qemu-riscv.rst
+++ b/doc/board/emulation/qemu-riscv.rst
@@ -133,6 +133,11 @@ An attached disk can be emulated in RISC-V virt machine by adding::
You will have to run 'scsi scan' to use it.
+A video console can be emulated in RISC-V virt machine by removing "-nographic"
+and adding::
+
+ -serial stdio -device VGA
+
Running with KVM
----------------