From 8a9fe22a53c76e9c2e0dcf05a7009aa879bbc7b2 Mon Sep 17 00:00:00 2001 From: Charles Dias Date: Tue, 3 Feb 2026 11:35:06 -0300 Subject: [PATCH] README: mention runqemu nographic Signed-off-by: Charles Dias Signed-off-by: Lee Chee Yang --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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