From 71ccd8a5e5226953179ab7c7624102ec6764d9a1 Mon Sep 17 00:00:00 2001 From: Chenli Wei Date: Wed, 14 Sep 2022 20:11:02 +0800 Subject: [PATCH] doc: update vUART tutorials MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ACRN Configurator release 3.1 following the release 3.0 logic, so the COM2 still used for S5. This patch modify the "The release v3.0 ACRN Configurator assigns… …" to "The release v3.0+ ACRN Configurator assigns… …" and refine a typo issue. Tracked-On: #6690 Signed-off-by: Chenli Wei --- doc/tutorials/vuart_configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorials/vuart_configuration.rst b/doc/tutorials/vuart_configuration.rst index 36b88b1f9..fe58f5276 100644 --- a/doc/tutorials/vuart_configuration.rst +++ b/doc/tutorials/vuart_configuration.rst @@ -86,9 +86,9 @@ connection. Or click **-** to delete a connection. .. note:: - The release v3.0 ACRN Configurator assigns COM2 (I/O address ``0x2F8``) to + The release v3.0+ ACRN Configurator assigns COM2 (I/O address ``0x2F8``) to the S5 feature. A conflict will occur if you assign ``0x2F8`` to another - connection. In our example, we'll use COM3 (I/O address ``0x3F8``). + connection. In our example, we'll use COM3 (I/O address ``0x3E8``). .. image:: images/configurator-vuartconn01.png :align: center