From 258f42440acd6c0900561b104f111d8fcbe83593 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Wed, 29 Jun 2022 12:04:37 -0700 Subject: [PATCH] doc: update GSG with Configurator debian download Add instructions for downloading the configurator debian package and installing it. Signed-off-by: David B. Kinder --- doc/getting-started/getting-started.rst | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/doc/getting-started/getting-started.rst b/doc/getting-started/getting-started.rst index 99a0de741..9f11720c8 100644 --- a/doc/getting-started/getting-started.rst +++ b/doc/getting-started/getting-started.rst @@ -384,7 +384,7 @@ Generate a Board Configuration File Generate a Scenario Configuration File and Launch Script ******************************************************** -In this step, you will use the `ACRN Configurator +In this step, you will download, install, and use the `ACRN Configurator `__ to generate a scenario configuration file and launch script. @@ -395,11 +395,26 @@ their attributes, and the resources they have access to. A **launch script** is a shell script that is used to configure and create a post-launched User VM. Each User VM has its own launch script. -#. On the development computer, install the ACRN Configurator: +#. On the development computer, download and install the ACRN Configurator + Debian package: .. code-block:: bash - sudo apt install -y ~/acrn-work/acrn-hypervisor/build/acrn-configurator*.deb + cd ~/acrn-work + wget https://github.com/projectacrn/acrn-hypervisor/releases/download/v3.0/acrn-configurator-3.0.deb + + If you already have a previous version of the acrn-configurator installed, + you should first remove it: + + .. code-block:: bash + + sudo apt purge acrn-configurator + + Then you can install this new version: + + .. code-block:: bash + + sudo apt install -y ./acrn-configurator-3.0.deb #. Launch the ACRN Configurator: