From b65310a6b039256161995880994d5e17671b23c4 Mon Sep 17 00:00:00 2001 From: Wojciech Zmuda <wojciech.zmuda@huawei.com> Date: Fri, 12 Feb 2021 16:18:48 +0000 Subject: [PATCH] zephyr/conf-notes: fix command and add new boards Add missing boards to the supported boards list. Add missing hyphen in `runqemu` command. Signed-off-by: Wojciech Zmuda <wojciech.zmuda@huawei.com> --- flavours/zephyr/conf-notes.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/flavours/zephyr/conf-notes.txt b/flavours/zephyr/conf-notes.txt index 52aabe85..d628ac4a 100644 --- a/flavours/zephyr/conf-notes.txt +++ b/flavours/zephyr/conf-notes.txt @@ -4,8 +4,10 @@ You can now run 'bitbake zephyr-philosophers' Supported machines: -- qemu-cortex-m3 - qemu-x86 (default) +- qemu-cortex-m3 +- 96b-nitrogen (96Boards Nitrogen) +- 96b-avenger96 (96Boards Avenger96) MACHINE variable can be set up in conf/local.conf file under build directory or via command line, e.g.: @@ -14,5 +16,5 @@ or via command line, e.g.: You can also run generated qemu images with a command: - $ runqemu qemux86 + $ runqemu qemu-x86 -- GitLab