diff --git a/doc/getting-started/getting-started.rst b/doc/getting-started/getting-started.rst index 7b9dfd2b0..a5a06b3a1 100644 --- a/doc/getting-started/getting-started.rst +++ b/doc/getting-started/getting-started.rst @@ -409,7 +409,7 @@ To generate a scenario configuration file and launch scripts: automatically, or you may need to visit this website manually. The ACRN configurator is supported on Chrome and Firefox. -#. Click the **Import Board info** button and browse to the board configuration +#. Click the **Import Board XML** button and browse to the board configuration file ``my_board.xml`` previously generated. When it is successfully imported, the board information appears. Example: @@ -419,8 +419,8 @@ To generate a scenario configuration file and launch scripts: #. Generate the scenario configuration file: - a. Click the **Scenario Setting** menu on the top banner of the UI and select - **Load a default scenario**. Example: + a. Click the **Scenario Settings** menu on the top banner of the UI and + select **Load a default scenario**. Example: .. image:: ./images/gsg_config_scenario_default.png :class: drop-shadow @@ -455,7 +455,7 @@ To generate a scenario configuration file and launch scripts: #. Generate the launch scripts: - a. Click the **Launch Setting** menu on the top banner of the UI and select + a. Click the **Launch Settings** menu on the top banner of the UI and select **Load a default launch script**. .. image:: ./images/gsg_config_launch_default.png @@ -473,14 +473,15 @@ To generate a scenario configuration file and launch scripts: .. image:: ./images/gsg_config_launch_generate.png :class: drop-shadow - #. In the dialog box, type ``/home//acrn-work/`` in the Source Path - field. In the following example, ``acrn`` is the username. Click **Submit** - to save the script. + #. In the dialog box, type ``/home//acrn-work/`` in the Launch XML + Path field. In the following example, ``acrn`` is the username. Click + **Submit** to save the script. .. image:: ./images/gsg_config_launch_save.png :class: drop-shadow - #. Confirm that ``launch_uos_id3.sh`` appears in the expected output directory:: + #. Confirm that ``launch_uos_id3.sh`` appears in the expected output + directory:: ls ~/acrn-work/my_board/output/launch_uos_id3.sh diff --git a/doc/getting-started/images/gsg_config_board.png b/doc/getting-started/images/gsg_config_board.png index a6114c4fc..6f4e771ab 100644 Binary files a/doc/getting-started/images/gsg_config_board.png and b/doc/getting-started/images/gsg_config_board.png differ diff --git a/doc/getting-started/images/gsg_config_launch_default.png b/doc/getting-started/images/gsg_config_launch_default.png index ad3861bc7..fbc29ec43 100644 Binary files a/doc/getting-started/images/gsg_config_launch_default.png and b/doc/getting-started/images/gsg_config_launch_default.png differ diff --git a/doc/getting-started/images/gsg_config_launch_generate.png b/doc/getting-started/images/gsg_config_launch_generate.png index 66e509d53..e105b0a1b 100644 Binary files a/doc/getting-started/images/gsg_config_launch_generate.png and b/doc/getting-started/images/gsg_config_launch_generate.png differ diff --git a/doc/getting-started/images/gsg_config_launch_load.png b/doc/getting-started/images/gsg_config_launch_load.png index 87f8ea4e4..435d4bd72 100644 Binary files a/doc/getting-started/images/gsg_config_launch_load.png and b/doc/getting-started/images/gsg_config_launch_load.png differ diff --git a/doc/getting-started/images/gsg_config_launch_save.png b/doc/getting-started/images/gsg_config_launch_save.png index 36b7b6fe8..6e4a4ae8c 100644 Binary files a/doc/getting-started/images/gsg_config_launch_save.png and b/doc/getting-started/images/gsg_config_launch_save.png differ diff --git a/doc/getting-started/images/gsg_config_scenario_default.png b/doc/getting-started/images/gsg_config_scenario_default.png index 6245280ce..10095f65a 100644 Binary files a/doc/getting-started/images/gsg_config_scenario_default.png and b/doc/getting-started/images/gsg_config_scenario_default.png differ diff --git a/doc/getting-started/images/gsg_config_scenario_load.png b/doc/getting-started/images/gsg_config_scenario_load.png index e4f80bcd2..a8cc36e1d 100644 Binary files a/doc/getting-started/images/gsg_config_scenario_load.png and b/doc/getting-started/images/gsg_config_scenario_load.png differ diff --git a/doc/getting-started/images/gsg_config_scenario_save.png b/doc/getting-started/images/gsg_config_scenario_save.png index f1db02b8b..d7f82b282 100644 Binary files a/doc/getting-started/images/gsg_config_scenario_save.png and b/doc/getting-started/images/gsg_config_scenario_save.png differ diff --git a/doc/tutorials/acrn_configurator_tool.rst b/doc/tutorials/acrn_configurator_tool.rst index 02b47e4cd..42ae95446 100644 --- a/doc/tutorials/acrn_configurator_tool.rst +++ b/doc/tutorials/acrn_configurator_tool.rst @@ -62,23 +62,23 @@ a custom scenario configuration file and launch scripts. automatically, or you may need to visit this website manually. The ACRN configurator is supported on Chrome and Firefox. -#. Click the **Import Board info** button and browse to your board +#. Click the **Import Board XML** button and browse to your board configuration file. After the file is uploaded, make sure the board name is selected in the **Board info** drop-down list and the board information appears. #. Start the scenario configuration process by selecting an option from the - **Scenario Setting** menu on the top banner of the UI or by importing a + **Scenario Settings** menu on the top banner of the UI or by importing a scenario configuration file via the **Import XML** button. The four options are described below: - * Click **Create a new scenario** from the **Scenario Setting** menu to + * Click **Create a new scenario** from the **Scenario Settings** menu to dynamically create a new scenario configuration for the current board. - * Click **Load a default scenario** from the **Scenario Setting** menu to + * Click **Load a default scenario** from the **Scenario Settings** menu to select a :ref:`predefined scenario configuration `. - * Click the **Scenario Setting** menu and select a scenario from the list + * Click the **Scenario Settings** menu and select a scenario from the list under **scenario setting list**. .. image:: images/choose_scenario.png @@ -143,17 +143,17 @@ a custom scenario configuration file and launch scripts. post-launched User VMs, you can skip to the final step to close the tool. #. Start the launch script configuration process by - selecting an option from the **Launch Setting** menu on the top banner of + selecting an option from the **Launch Settings** menu on the top banner of the UI or by importing a launch configuration file via the **Import XML** button. The four options are described below: - * Click **Create a new launch script** from the **Launch Setting** menu to + * Click **Create a new launch script** from the **Launch Settings** menu to dynamically create a new launch configuration for the current board. - * Click **Load a default launch script** from the **Launch Setting** menu to + * Click **Load a default launch script** from the **Launch Settings** menu to select a predefined launch configuration. - * Click the **Launch Setting** menu and select a launch configuration + * Click the **Launch Settings** menu and select a launch configuration from the list under **launch setting list**. .. image:: images/choose_launch.png diff --git a/doc/tutorials/images/choose_launch.png b/doc/tutorials/images/choose_launch.png index 3da086e9e..c8351eafb 100644 Binary files a/doc/tutorials/images/choose_launch.png and b/doc/tutorials/images/choose_launch.png differ diff --git a/doc/tutorials/images/choose_scenario.png b/doc/tutorials/images/choose_scenario.png index e83220fab..e0be8d013 100644 Binary files a/doc/tutorials/images/choose_scenario.png and b/doc/tutorials/images/choose_scenario.png differ diff --git a/doc/tutorials/images/configure_launch.png b/doc/tutorials/images/configure_launch.png index e152233d1..f4ca0fce2 100644 Binary files a/doc/tutorials/images/configure_launch.png and b/doc/tutorials/images/configure_launch.png differ diff --git a/doc/tutorials/images/configure_launch_add.png b/doc/tutorials/images/configure_launch_add.png index 4dac333d4..a3a2c3b6d 100644 Binary files a/doc/tutorials/images/configure_launch_add.png and b/doc/tutorials/images/configure_launch_add.png differ diff --git a/doc/tutorials/images/configure_scenario.png b/doc/tutorials/images/configure_scenario.png index c19cf092e..7f716cb6c 100644 Binary files a/doc/tutorials/images/configure_scenario.png and b/doc/tutorials/images/configure_scenario.png differ diff --git a/doc/tutorials/images/generate_launch_script.png b/doc/tutorials/images/generate_launch_script.png index 76c4d88ad..e105b0a1b 100644 Binary files a/doc/tutorials/images/generate_launch_script.png and b/doc/tutorials/images/generate_launch_script.png differ