summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlper Nebi Yasak <[email protected]>2023-08-14 20:39:41 +0300
committerTom Rini <[email protected]>2023-08-24 16:47:05 -0400
commit4d6641d5db85827e9efeab4cec84befbee1cd9f6 (patch)
treecc1b04a171ca774e687688094471f38cd8fe0433 /doc
parent6de1a3eb80aec1caf3d7854a5e898350aa551601 (diff)
arm: qemu: Enable Bochs video support
Commit 716161663ec49 ("riscv: qemu: Enable Bochs video support") enables a video console for QEMU RISC-V virtual machines using an emulated Bochs VGA card. Similarly, enable it for ARM virtual machines as well. Signed-off-by: Alper Nebi Yasak <[email protected]> Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r--doc/board/emulation/qemu-arm.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/board/emulation/qemu-arm.rst b/doc/board/emulation/qemu-arm.rst
index b42d924cc66..1108fe5f818 100644
--- a/doc/board/emulation/qemu-arm.rst
+++ b/doc/board/emulation/qemu-arm.rst
@@ -67,6 +67,10 @@ Additional persistent U-Boot environment support can be added as follows:
Additional peripherals that have been tested to work in both U-Boot and Linux
can be enabled with the following command line parameters:
+- To add a video console, remove "-nographic" and add e.g.::
+
+ -serial stdio -device VGA
+
- To add a Serial ATA disk via an Intel ICH9 AHCI controller, pass e.g.::
-drive if=none,file=disk.img,format=raw,id=mydisk \