mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-20 12:42:54 +00:00
doc: update GSG to reflect release 3.2 changes
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
6634ab3ca1
commit
23b36bae45
@ -135,20 +135,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 master
|
git checkout release_3.2
|
||||||
|
|
||||||
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 master
|
git checkout release_3.2
|
||||||
|
|
||||||
|
|
||||||
#. Configure git with your name and email address:
|
|
||||||
|
|
||||||
.. code-block:: none
|
|
||||||
|
|
||||||
git config --global user.name "David Developer"
|
|
||||||
git config --global user.email "david.developer@company.com"
|
|
||||||
|
|
||||||
.. _gsg-board-setup:
|
.. _gsg-board-setup:
|
||||||
|
|
||||||
@ -351,7 +343,7 @@ Generate a Board Configuration File
|
|||||||
|
|
||||||
sudo reboot
|
sudo reboot
|
||||||
|
|
||||||
#. Run the Board Inspector to generate the board configuration file. This
|
#. Run the Board Inspector on the target system to generate the board configuration file. This
|
||||||
example uses the parameter ``my_board`` as the file name. The Board Inspector
|
example uses the parameter ``my_board`` as the file name. The Board Inspector
|
||||||
can take a few minutes to scan your target system and create the board XML
|
can take a few minutes to scan your target system and create the board XML
|
||||||
file with your target system's information.
|
file with your target system's information.
|
||||||
@ -592,7 +584,7 @@ Build ACRN
|
|||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
cd ~/acrn-work/acrn-hypervisor
|
cd ~/acrn-work/acrn-hypervisor
|
||||||
debian/debian_build.sh clean && debian/debian_build.sh -c ~/acrn-work/MyConfiguration -b my_board.board -s scenario
|
debian/debian_build.sh clean && debian/debian_build.sh -c ~/acrn-work/MyConfiguration -b "" -s ""
|
||||||
|
|
||||||
The build typically takes a few minutes. When done, the build generates several
|
The build typically takes a few minutes. When done, the build generates several
|
||||||
Debian packages in the parent (``~/acrn-work``) directory:
|
Debian packages in the parent (``~/acrn-work``) directory:
|
||||||
|
Loading…
Reference in New Issue
Block a user