mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 01:37:44 +00:00
doc: update GSG and partitioned documentation
1. Update launch script and replace the apt-get command with apt in GSG documentation. 2. Update the tag to v2.7 in partitioned documentation. Signed-off-by: zhongzhenx.liu <zhongzhenx.liu@intel.com> Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
@@ -18,7 +18,7 @@ Validated Versions
|
||||
******************
|
||||
|
||||
- Ubuntu version: **18.04**
|
||||
- ACRN hypervisor commit: **9bae63b941**
|
||||
- ACRN hypervisor tag: **v2.7**
|
||||
|
||||
Prerequisites
|
||||
*************
|
||||
@@ -140,13 +140,13 @@ Update ACRN Hypervisor Image
|
||||
Refer to :ref:`gsg` to set up the ACRN build
|
||||
environment on your development workstation.
|
||||
|
||||
Clone the ACRN source code and check out to the commit 9bae63b941:
|
||||
Clone the ACRN source code and check out to the tag **v2.7**:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
git clone https://github.com/projectacrn/acrn-hypervisor.git
|
||||
cd acrn-hypervisor
|
||||
git checkout 9bae63b941
|
||||
git checkout v2.7
|
||||
|
||||
#. Check the ``pci_devs`` sections in ``misc/config_tools/data/nuc11tnbi5/partitioned.xml``
|
||||
for each pre-launched VM to ensure you are using the right PCI device BDF information (as
|
||||
|
Reference in New Issue
Block a user