doc: edit notes on serial connection need

Clarify wording on tutorial notes about needing a serial port connection.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2020-05-07 09:28:51 -07:00 committed by David Kinder
parent 7689b92ed0
commit 765e40bdb1
2 changed files with 10 additions and 7 deletions

View File

@ -25,9 +25,9 @@ Prerequisites
to identify the USB 3.0 port header on the main board.
.. note::
This document uses the SDC scenario (default). You may need a serial port connection to your platform
or change the configuration of the User VM that will run Celadon to see its console if you use a different
scenario.
This document uses the (default) SDC scenario. If you use a different
scenario, to see its console, you will need a serial port connection to your platform
or change the configuration of the User VM that will run Celadon.
Build Celadon from source
*************************
@ -36,8 +36,10 @@ Build Celadon from source
<https://01.org/projectceladon/documentation/getting-started/build-source>`_ guide
to set up the Celadon project source code.
.. note:: The master branch is based on the Google Android 10 pre-Production Early Release.
Use the following command to specify a stable Celadon branch based on the Google Android 9 source code in order to apply those patches in the :ref:`ACRN patch list`::
.. note:: The master branch is based on the Google Android 10
pre-Production Early Release. Use the following command to specify a
stable Celadon branch based on the Google Android 9 source code in order
to apply those patches in the :ref:`ACRN patch list`::
$ repo init -u https://github.com/projectceladon/manifest.git -b celadon/p/mr0/master -m stable-build/ww201925_H.xml

View File

@ -8,8 +8,9 @@ Kaby Lake-based NUC (model NUC7i5DNHE) in this tutorial.
Other :ref:`ACRN supported platforms <hardware>` 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).
This tutorial uses the (default) SDC scenario. If you use a different
scenario, you will need a serial port connection to your platform to see
Zephyr console output.
Introduction to Zephyr
**********************