From 764d7c133222b0b95540920e0c2f465ba808c0a3 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Wed, 3 Jun 2020 15:45:02 -0700 Subject: [PATCH] doc: rename rt_industry GSG Move the rt_industry GST into a tutorial for using Clear Linux as the Service VM. Also drop a redirect to avoid 404 errors reference the moved doc (redirect list maintained in conf.py) Signed-off-by: David B. Kinder --- doc/conf.py | 3 ++- doc/develop.rst | 1 + doc/try.rst | 1 - .../rt_industry.rst => tutorials/cl_servicevm.rst} | 7 ++++--- .../KBL-serial-port-header-to-RS232-cable.jpg | Bin .../images/KBL-serial-port-header.png | Bin 6 files changed, 7 insertions(+), 5 deletions(-) rename doc/{getting-started/rt_industry.rst => tutorials/cl_servicevm.rst} (99%) rename doc/{getting-started => tutorials}/images/KBL-serial-port-header-to-RS232-cable.jpg (100%) rename doc/{getting-started => tutorials}/images/KBL-serial-port-header.png (100%) diff --git a/doc/conf.py b/doc/conf.py index 7dac941ee..57b4f3e05 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -321,5 +321,6 @@ html_redirect_pages = [ ('getting-started/index', 'try'), ('user-guides/index', 'develop'), ('hardware', 'reference/hardware'), - ('release_notes', 'release_notes/index') + ('release_notes', 'release_notes/index'), + ('getting-started/rt_industry', 'tutorials/cl_servicevm') ] diff --git a/doc/develop.rst b/doc/develop.rst index 3be64ec67..31d78f4c4 100644 --- a/doc/develop.rst +++ b/doc/develop.rst @@ -32,6 +32,7 @@ Service VM Tutorials tutorials/using_ubuntu_as_sos tutorials/running_deb_as_serv_vm + tutorials/cl_servicevm User VM Tutorials ***************** diff --git a/doc/try.rst b/doc/try.rst index 367b80d70..5a55419b3 100644 --- a/doc/try.rst +++ b/doc/try.rst @@ -21,7 +21,6 @@ Follow these getting started guides to give ACRN a try: reference/hardware getting-started/building-from-source - getting-started/rt_industry getting-started/rt_industry_ubuntu tutorials/using_hybrid_mode_on_nuc tutorials/using_partition_mode_on_nuc diff --git a/doc/getting-started/rt_industry.rst b/doc/tutorials/cl_servicevm.rst similarity index 99% rename from doc/getting-started/rt_industry.rst rename to doc/tutorials/cl_servicevm.rst index 119d95b5d..dcf4aacd2 100644 --- a/doc/getting-started/rt_industry.rst +++ b/doc/tutorials/cl_servicevm.rst @@ -1,12 +1,13 @@ .. _rt_industry_setup: +.. _clear_service_vm: -Getting Started Guide for ACRN Industry Scenario -################################################ +Run Clear Linux as the Service VM +################################# Verified version **************** -- Clear Linux version: **33050** +- Clear Linux\* version: **33050** - ACRN-hypervisor tag: **v1.6.1 (acrn-2020w18.4-140000p)** - ACRN-Kernel (Service VM kernel): **4.19.120-108.iot-lts2018-sos** diff --git a/doc/getting-started/images/KBL-serial-port-header-to-RS232-cable.jpg b/doc/tutorials/images/KBL-serial-port-header-to-RS232-cable.jpg similarity index 100% rename from doc/getting-started/images/KBL-serial-port-header-to-RS232-cable.jpg rename to doc/tutorials/images/KBL-serial-port-header-to-RS232-cable.jpg diff --git a/doc/getting-started/images/KBL-serial-port-header.png b/doc/tutorials/images/KBL-serial-port-header.png similarity index 100% rename from doc/getting-started/images/KBL-serial-port-header.png rename to doc/tutorials/images/KBL-serial-port-header.png