From c81d10a3b92db54e5587eaa73281c3053fd73bcb Mon Sep 17 00:00:00 2001 From: Pavel Zhukov <pavel.zhukov@huawei.com> Date: Fri, 24 Jun 2022 20:28:15 +0200 Subject: [PATCH] docs: Specify nographic for running zephyr in Qemu Zephyr-philosophers doesn't use video output but serial console. Fixes: #https://gitlab.eclipse.org/eclipse/oniro-core/docs/-/issues/109 Signed-off-by: Pavel Zhukov <pavel.zhukov@huawei.com> --- docs/build-flavours/zephyr-flavour.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-flavours/zephyr-flavour.rst b/docs/build-flavours/zephyr-flavour.rst index 4cfa4a76..b87e496a 100644 --- a/docs/build-flavours/zephyr-flavour.rst +++ b/docs/build-flavours/zephyr-flavour.rst @@ -38,7 +38,7 @@ You can test the image built for the qemu-x86 target by issuing: .. code-block:: console - $ runqemu qemu-x86 + $ runqemu qemu-x86 nographic After successful bootup, the output of the application will be similar to: -- GitLab