From 63a3aa3084451ae7cb37ae1b8d3e655658bd1cfe Mon Sep 17 00:00:00 2001 From: ARUL DEVARAJAN <arulkumaran.devarajan@huawei.com> Date: Wed, 3 Mar 2021 09:12:28 +0000 Subject: [PATCH] Avenger Board: Topic updation for cross-reference for issue https://git.ostc-eu.org/OSTC/OHOS/docs/Documentation/-/issues/24 --- supported-boards/96b-Avenger.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/supported-boards/96b-Avenger.rst b/supported-boards/96b-Avenger.rst index 3d321eb..a6042df 100644 --- a/supported-boards/96b-Avenger.rst +++ b/supported-boards/96b-Avenger.rst @@ -39,7 +39,7 @@ Supported images Building OHOS image =================== -To clone the source code, perform the procedure in `Getting started <https://git.ostc-eu.org/OSTC/OHOS/docs/developer-guide/-/blob/master/documentation/source/quick-start/build-open-harmony.rst>`__. +To clone the source code, perform the procedure in :ref:`Getting Started <BuildOpenharmony>`. Linux image ----------- @@ -58,7 +58,7 @@ Linux image $ MACHINE=stm32mp1-av96 bitbake openharmony-image-base -To generate images for eMMC on SD card, refer to the following flashing procedure. +To generate images for eMMC on SD card, refer to the :ref:`Flashing OHOS image <Flashing_ohos>`. Zephyr image ------------ @@ -77,6 +77,7 @@ Zephyr image 3. The output file will be located in the build directory *./tmp-newlib/deploy/images/96b-avenger96/*. +.. _Flashing_ohos: Flashing OHOS image ******************* @@ -104,7 +105,7 @@ To set the boot option from the SD card using DIP-switch S3, set the BOOT 0 (Swi For more information on Avenger96 boot options, see `Getting Started with the Avenger96 <https://www.96boards.org/documentation/consumer/avenger96/getting-started/#starting-the-board-for-the-first-time>`__. -1. After the image is build, run the following script with flash layout TSV file provided as an argument. From the build directory created +1. After the image is built, run the following script with flash layout TSV file provided as an argument. From the build directory created during the environment source. For example, if you are using openharmony-image-base run the following command: .. code-block:: console -- GitLab