doc: reset clear linux version and ootb command in getting start guide
Signed-off-by: Shuang Zheng <shuang.zheng@intel.com>
This commit is contained in:
parent
dbf9b9334d
commit
a631c94c10
|
@ -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 section <connect_serial_port>` that discusses how to prepare the cable.
|
||||
- Follow the below steps to install Clear Linux OS (version 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*:
|
||||
|
||||
|
@ -192,7 +194,7 @@ Use the ACRN industry out-of-the-box image
|
|||
|
||||
#. Burn the Service VM image onto the SATA disk::
|
||||
|
||||
# dd if=sos-industry-32030.img of=/dev/sda bs=4M oflag=sync status=progress
|
||||
# dd if=sos-industry-32030.img of=/dev/sda bs=4M oflag=sync status=progress iflag=fullblock seek=0 conv=notrunc
|
||||
|
||||
#. Configure the EFI firmware to boot the ACRN hypervisor by default:
|
||||
|
||||
|
@ -226,7 +228,7 @@ Install and launch the Preempt-RT VM
|
|||
|
||||
#. Burn the Preempt-RT VM image onto the NVMe disk::
|
||||
|
||||
# dd if=preempt-rt-32030.img of=/dev/nvme0n1 bs=4M oflag=sync status=progress
|
||||
# dd if=preempt-rt-32030.img of=/dev/nvme0n1 bs=4M oflag=sync status=progress iflag=fullblock seek=0 conv=notrunc
|
||||
|
||||
#. Use the ``lspci`` command to ensure that the correct NVMe device IDs will
|
||||
be used for the passthru before launching the script:
|
||||
|
|
Loading…
Reference in New Issue