diff mbox series

[meta-zephyr,master,2/2] README: mention runqemu nographic

Message ID 20260203143506.119483-3-charles.embedded@gmail.com
State New
Headers show
Series qemu-x86: switch to generic q35 and document nographic | expand

Commit Message

Charles Dias Feb. 3, 2026, 2:35 p.m. UTC
From: Charles Dias <charlesdias.cd@outlook.com>

Signed-off-by: Charles Dias <charlesdias.cd@outlook.com>
---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/README.md b/README.md
index 4094eb8..d360de1 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@  Initialize default build configuration with bitbake-setup:
 ```console
 ./bitbake/bin/bitbake-setup init --non-interactive \
   ./meta-zephyr/zephyr-master.conf.json \
-  zephyr-default distro/zephy machine/qemu-x86
+  zephyr-default distro/zephyr machine/qemu-x86
 ```
 
 Alternatively, run bitbake-setup with interactive mode to choose for
@@ -82,6 +82,9 @@  You can then run the created "philosophers" image in qemu:
 runqemu
 ```
 
+For a terminal-only console, pass `nographic` on the runqemu command line, for example
+`runqemu nographic`.
+
 The same sample can be built for other machines/boards, for example ARM Cortex-M3:
 
 ```console