README: mention runqemu nographic

Signed-off-by: Charles Dias <charlesdias.cd@outlook.com>
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
This commit is contained in:
Charles Dias
2026-02-03 11:35:06 -03:00
committed by Lee Chee Yang
parent 95f464af4a
commit 8a9fe22a53

View File

@@ -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