mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-12 09:49:32 +02:00
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:
committed by
Lee Chee Yang
parent
95f464af4a
commit
8a9fe22a53
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user