doc: update getting start guide about clear linux version and ootb commands
Signed-off-by: Shuang Zheng <shuang.zheng@intel.com>
This commit is contained in:
parent
5f1fa3cf1b
commit
9e244b1bb2
|
@ -21,10 +21,12 @@ for the RTVM.
|
|||
(refer to :ref:`the tables <hardware_setup>` for detailed information).
|
||||
- If you need to enable the serial port on KBL NUC, navigate to the
|
||||
:ref:`troubleshooting <connect_serial_port>` 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*:
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue