From 458ba5fdceb520996309ab4c5a871f1c56c6de76 Mon Sep 17 00:00:00 2001 From: Gururaj Shetty <gururaj.shetty@huawei.com> Date: Wed, 30 Dec 2020 09:00:47 +0000 Subject: [PATCH] Update documentation/source/quickstart/BuildOpenharmony.rst --- .../source/quickstart/BuildOpenharmony.rst | 29 ++++++------------- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/documentation/source/quickstart/BuildOpenharmony.rst b/documentation/source/quickstart/BuildOpenharmony.rst index 0c9fbb2..0bda53e 100644 --- a/documentation/source/quickstart/BuildOpenharmony.rst +++ b/documentation/source/quickstart/BuildOpenharmony.rst @@ -36,6 +36,7 @@ To start working with meta-ohos first install git repo: Build and Run Using Zypher ----------------------------------------- + 1. Once git repo has been installed, clone the necessary repositories. .. code-block:: console @@ -108,6 +109,7 @@ After successful bootup, the following message should be displayed: Build and Run Using Linux ---------------------------------------- + 1. Once git repo has been installed, clone the necessary repositories. .. code-block:: console @@ -185,6 +187,7 @@ After successful bootup, the following message should be displayed: Build and Run Using FreeRTOS ----------------------------------------------- + 1. Once git repo has been installed, clone the necessary repositories. .. code-block:: console @@ -204,34 +207,20 @@ Build and Run Using FreeRTOS build$ bitbake-layers add-layer ../meta-zephyr build$ bitbake-layers add-layer ../meta-freertos -3. Build distro by selecting the prefered board: +3. Build distro by selecting the prefered board. - * For Nitrogen + .. Note:: + Currently FreeRTOS supports *qemu* boards only. .. code-block:: console - - build$ DISTRO=freertos MACHINE=96b-nitrogen bitbake freertos-demo - - * For Avenger96 - - .. code-block:: console - - build$ DISTRO=freertos MACHINE=96b-avenger96 bitbake freertos-demo - -4. After the build is successful, run the image by executing the following command: + + build$ DISTRO=freertos MACHINE=qemuarmv5 bitbake freertos-demo - * For Nitrogen +4. After the build is successful, run the image by executing the following command: .. code-block:: console build$ runqemu 96b-nitrogen - - - * For Avenger96 - - .. code-block:: console - - build$ runqemu 96b-nitrogen After successful bootup, the following message should be displayed: -- GitLab