From db43a7b870baa5f845ff3dcfcef44a651bd4e7e5 Mon Sep 17 00:00:00 2001 From: Shuang Zheng Date: Thu, 9 Jan 2020 23:15:52 +0800 Subject: [PATCH] doc: update getting start guide about clear linux version and ootb commands Signed-off-by: Shuang Zheng --- doc/getting-started/rt_industry.rst | 6 ++++-- doc/tutorials/acrn_ootb.rst | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/getting-started/rt_industry.rst b/doc/getting-started/rt_industry.rst index 53736c2d3..7ca728a26 100644 --- a/doc/getting-started/rt_industry.rst +++ b/doc/getting-started/rt_industry.rst @@ -21,10 +21,12 @@ for the RTVM. (refer to :ref:`the tables ` for detailed information). - If you need to enable the serial port on KBL NUC, navigate to the :ref:`troubleshooting ` to prepare the cable. -- Follow below steps to install Clear Linux OS (Ver: 32030) onto both disks on the KBL NUC: +- Follow below steps to install Clear Linux OS (Ver: 31670) onto the SATA disk + of the KBL NUC(Here we install Clear linux with version 31670 and then the + subsequent ACRN quick setup script will upgrade Clear linux to version 32030): .. _Clear Linux OS Server image: - https://download.clearlinux.org/releases/32030/clear/clear-32030-live-server.iso + https://download.clearlinux.org/releases/31670/clear/clear-31670-live-server.iso #. Create a bootable USB drive on Linux*: diff --git a/doc/tutorials/acrn_ootb.rst b/doc/tutorials/acrn_ootb.rst index 948cff6b6..ae76ddd8e 100644 --- a/doc/tutorials/acrn_ootb.rst +++ b/doc/tutorials/acrn_ootb.rst @@ -452,13 +452,13 @@ Step 3: Deploy the Service VM image .. code-block:: none - # dd if=/mnt/sos.img of=/dev/sda bs=4M oflag=sync status=progress + # dd if=/mnt/sos.img of=/dev/sda bs=4M oflag=sync status=progress iflag=fullblock seek=0 conv=notrunc - ACRN INDUSTRY scenario: .. code-block:: none - # dd if=/mnt/sos-industry.img of=/dev/sda bs=4M oflag=sync status=progress + # dd if=/mnt/sos-industry.img of=/dev/sda bs=4M oflag=sync status=progress iflag=fullblock seek=0 conv=notrunc .. note:: Given the large YAML size setting of over 100G, generating the SOS image and writing it to disk will take some time.