supplement to revision
Signed-off-by: zhangrouyu <rouyu.zhang@intel.com>
This commit is contained in:
parent
7aa3df8d7d
commit
5a1e1fd6b4
|
@ -132,12 +132,12 @@ To set up the ACRN build environment on the development computer:
|
||||||
cd ~/acrn-work
|
cd ~/acrn-work
|
||||||
git clone https://github.com/projectacrn/acrn-hypervisor.git
|
git clone https://github.com/projectacrn/acrn-hypervisor.git
|
||||||
cd acrn-hypervisor
|
cd acrn-hypervisor
|
||||||
git checkout v3.0
|
git checkout v3.1
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
git clone https://github.com/projectacrn/acrn-kernel.git
|
git clone https://github.com/projectacrn/acrn-kernel.git
|
||||||
cd acrn-kernel
|
cd acrn-kernel
|
||||||
git checkout acrn-v3.0
|
git checkout acrn-v3.1
|
||||||
|
|
||||||
#. Install Python package dependencies:
|
#. Install Python package dependencies:
|
||||||
|
|
||||||
|
@ -351,6 +351,7 @@ Generate a Board Configuration File
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
cd ~/acrn-work
|
cd ~/acrn-work
|
||||||
|
sudo pip3 install tqdm
|
||||||
sudo apt install -y ./acrn-board-inspector*.deb
|
sudo apt install -y ./acrn-board-inspector*.deb
|
||||||
|
|
||||||
#. Reboot the target system:
|
#. Reboot the target system:
|
||||||
|
@ -421,7 +422,7 @@ Generate a Scenario Configuration File and Launch Script
|
||||||
********************************************************
|
********************************************************
|
||||||
|
|
||||||
In this step, you will download, install, and use the `ACRN Configurator
|
In this step, you will download, install, and use the `ACRN Configurator
|
||||||
<https://github.com/projectacrn/acrn-hypervisor/releases/download/v3.0/acrn-configurator-3.0.deb>`__
|
<https://github.com/projectacrn/acrn-hypervisor/releases/download/v3.1/acrn-configurator-3.1.deb>`__
|
||||||
to generate a scenario configuration file and launch script.
|
to generate a scenario configuration file and launch script.
|
||||||
|
|
||||||
A **scenario configuration file** is an XML file that holds the parameters of
|
A **scenario configuration file** is an XML file that holds the parameters of
|
||||||
|
@ -437,7 +438,7 @@ post-launched User VM. Each User VM has its own launch script.
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
cd ~/acrn-work
|
cd ~/acrn-work
|
||||||
wget https://github.com/projectacrn/acrn-hypervisor/releases/download/v3.0/acrn-configurator-3.0.deb
|
wget https://github.com/projectacrn/acrn-hypervisor/releases/download/v3.1/acrn-configurator-3.1.deb
|
||||||
|
|
||||||
If you already have a previous version of the acrn-configurator installed,
|
If you already have a previous version of the acrn-configurator installed,
|
||||||
you should first remove it:
|
you should first remove it:
|
||||||
|
@ -450,7 +451,7 @@ post-launched User VM. Each User VM has its own launch script.
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
sudo apt install -y ./acrn-configurator-3.0.deb
|
sudo apt install -y ./acrn-configurator-3.1.deb
|
||||||
|
|
||||||
#. Launch the ACRN Configurator:
|
#. Launch the ACRN Configurator:
|
||||||
|
|
||||||
|
@ -608,7 +609,7 @@ Build ACRN
|
||||||
|
|
||||||
cd ./build
|
cd ./build
|
||||||
ls *.deb
|
ls *.deb
|
||||||
acrn-my_board-MyConfiguration-3.0.deb
|
acrn-my_board-MyConfiguration-3.1.deb
|
||||||
|
|
||||||
The Debian package contains the ACRN hypervisor and tools to ease installing
|
The Debian package contains the ACRN hypervisor and tools to ease installing
|
||||||
ACRN on the target. The Debian file name contains the board name (``my_board``)
|
ACRN on the target. The Debian file name contains the board name (``my_board``)
|
||||||
|
|
|
@ -117,7 +117,7 @@ As a normal (e.g., **acrn**) user follow these steps:
|
||||||
|
|
||||||
cd ~/acrn-work/acrn-hypervisor
|
cd ~/acrn-work/acrn-hypervisor
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git checkout -b sample acrn-tag-sample-application
|
git checkout v3.1
|
||||||
|
|
||||||
#. Build the ACRN sample application source code::
|
#. Build the ACRN sample application source code::
|
||||||
|
|
||||||
|
@ -411,7 +411,7 @@ Build the ACRN Hypervisor and Service VM images
|
||||||
cd ~/acrn-work/acrn-kernel
|
cd ~/acrn-work/acrn-kernel
|
||||||
git fetch --all
|
git fetch --all
|
||||||
|
|
||||||
git checkout -b sample_service acrn-tag-sample-application
|
git checkout acrn-v3.1
|
||||||
|
|
||||||
make distclean
|
make distclean
|
||||||
cp kernel_config_service_vm .config
|
cp kernel_config_service_vm .config
|
||||||
|
|
Loading…
Reference in New Issue