From 7689b92ed0b18bdbbebb062c0a3b2dcb1d828df5 Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Wed, 6 May 2020 13:39:59 +0200 Subject: [PATCH] doc: update Zephyr document to indicate a serial port is needed Update the "Run Zephyr as the User VM" document to add a note indicating a serial port connection to the platform may be needed to see the Zephyr output depending on the scenario used (SDC vs. industrial). Tracked-On: #4553 Signed-off-by: Geoffroy Van Cutsem --- doc/tutorials/using_zephyr_as_uos.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/tutorials/using_zephyr_as_uos.rst b/doc/tutorials/using_zephyr_as_uos.rst index 1cc140d7b..0df254dc4 100644 --- a/doc/tutorials/using_zephyr_as_uos.rst +++ b/doc/tutorials/using_zephyr_as_uos.rst @@ -7,6 +7,10 @@ This tutorial describes how to run Zephyr as the User VM on the ACRN hypervisor. Kaby Lake-based NUC (model NUC7i5DNHE) in this tutorial. Other :ref:`ACRN supported platforms ` should work as well. +.. note:: + A serial port connection to your platform is needed to see the Zephyr output + if you use a different scenario than SDC (the default in this document). + Introduction to Zephyr **********************