doc: update docs and images to match scenario names

Update the docs and images referencing ``industry`` and ``logical_partition`` scenarios to
``shared`` and ``partioned``.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2021-09-30 14:49:35 -07:00
committed by David Kinder
parent 8ccb0d3e74
commit e03f0045dc
21 changed files with 25 additions and 20 deletions

View File

@@ -8,7 +8,7 @@ Getting Started Guide
This guide will help you get started with ACRN. We'll show how to prepare a
build environment on your development computer. Then we'll walk through the
steps to set up a simple ACRN configuration on a target system. The
configuration is based on the ACRN predefined **industry** scenario and consists
configuration is based on the ACRN predefined **shared** scenario and consists
of an ACRN hypervisor, Service VM, and one User VM, as illustrated in this
figure:
@@ -437,7 +437,7 @@ To generate a scenario configuration file and launch script:
.. image:: ./images/gsg_config_scenario_default.png
:class: drop-shadow
#. In the dialog box, select **industry** as the default scenario setting and
#. In the dialog box, select **shared** as the default scenario setting and
then click **OK**.
.. image:: ./images/gsg_config_scenario_load.png
@@ -461,7 +461,7 @@ To generate a scenario configuration file and launch script:
.. image:: ./images/gsg_config_scenario_save.png
:class: drop-shadow
#. Confirm that ``industry.xml`` appears in the directory
#. Confirm that ``shared.xml`` appears in the directory
``/home/<username>/acrn-work``.
#. Generate the launch script:
@@ -472,7 +472,7 @@ To generate a scenario configuration file and launch script:
.. image:: ./images/gsg_config_launch_default.png
:class: drop-shadow
#. In the dialog box, select **industry_launch_6uos** as the default launch
#. In the dialog box, select **shared_launch_6uos** as the default launch
setting and click **OK**.
.. image:: ./images/gsg_config_launch_load.png
@@ -506,7 +506,7 @@ Build ACRN
.. code-block:: bash
cd ~/acrn-work/acrn-hypervisor
make -j $(nproc) BOARD=~/acrn-work/my_board.xml SCENARIO=~/acrn-work/industry.xml
make -j $(nproc) BOARD=~/acrn-work/my_board.xml SCENARIO=~/acrn-work/shared.xml
make targz-pkg
The build typically takes a few minutes. By default, the build results are

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 62 KiB