mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-10 21:29:20 +00:00
Doc: document update base on release_v1.5
Signed-off-by: fuzhongl <fuzhong.liu@intel.com>
This commit is contained in:
@@ -88,7 +88,7 @@ Step 1: Create a Service VM YAML file and script
|
||||
{cmd: "${yamlDir}/service-os-post.sh ${chrootDir}"},
|
||||
]
|
||||
|
||||
version: 31670
|
||||
version: 32030
|
||||
|
||||
.. note:: Update the version value to your target Clear Linux version.
|
||||
|
||||
@@ -205,7 +205,7 @@ Step 1: Create a Service VM YAML file and script
|
||||
{cmd: "${yamlDir}/service-os-industry-post.sh ${chrootDir}"},
|
||||
]
|
||||
|
||||
version: 31670
|
||||
version: 32030
|
||||
|
||||
.. note:: Update the version value to your target Clear Linux version.
|
||||
|
||||
@@ -377,8 +377,8 @@ Step 3: Deploy the Service VM image
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
$ wget https://download.clearlinux.org/releases/31670/clear/clear-31670-live-server.iso
|
||||
$ sudo dd if=clear-31670-live-server.iso of=/dev/sdb1 bs=4M oflag=sync status=progress
|
||||
$ wget https://download.clearlinux.org/releases/32030/clear/clear-32030-live-server.iso
|
||||
$ sudo dd if=clear-32030-live-server.iso of=/dev/sdb1 bs=4M oflag=sync status=progress
|
||||
|
||||
#. Copy the ``sos.img`` or ``sos-industry.img`` to the U disk:
|
||||
|
||||
@@ -460,6 +460,7 @@ Step 3: Deploy the Service VM image
|
||||
|
||||
# dd if=/mnt/sos-industry.img of=/dev/sda bs=4M oflag=sync status=progress
|
||||
|
||||
Note: With the above “size” settings in yaml, >100G SOS image will be generated and it will quite some time to write it into the disk.
|
||||
#. Configure the EFI firmware to boot the ACRN hypervisor by default:
|
||||
|
||||
.. code-block:: none
|
||||
@@ -533,7 +534,7 @@ Step 1: Create a Preempt-RT image YAML file and script
|
||||
language: en_US.UTF-8
|
||||
kernel: kernel-lts2018-preempt-rt
|
||||
|
||||
version: 31670
|
||||
version: 32030
|
||||
|
||||
.. note:: Update the version value to your target Clear Linux version
|
||||
|
||||
|
@@ -1,5 +1,6 @@
|
||||
.. _using_windows_as_uos:
|
||||
|
||||
|
||||
Using Windows as Guest VM on ACRN
|
||||
#################################
|
||||
This tutorial describes how to launch Windows as a Guest (WaaG) VM on the ACRN hypervisor.
|
||||
@@ -14,6 +15,12 @@ The following Intel Kaby Lake NUCs are verified:
|
||||
"NUC7i7DNHE", "DNKBLi7v.86A.0052.2018.0808.1344", "`link <https://downloadcenter.intel.com/download/28886?v=t>`__"
|
||||
"NUC7i5DNHE", "DNKBLi5v.86A.0060.2018.1220.1536", "`link <https://downloadcenter.intel.com/download/28885?v=t>`__"
|
||||
|
||||
Verified version
|
||||
****************
|
||||
#. Clear Linux version: 32030
|
||||
#. ACRN-hypervisor tag: v1.5 (acrn-2020w01.1-140000p)
|
||||
#. ACRN-Kernel (Service VM kernel): 4.19.78-98.iot-lts2018-sos
|
||||
|
||||
ACRN Service VM Setup
|
||||
*********************
|
||||
You may refer to the steps in :ref:`kbl-nuc-sdc` for the
|
||||
|
Reference in New Issue
Block a user