diff --git a/documentation/source/quickstart/BuildOpenharmony.rst b/documentation/source/quickstart/BuildOpenharmony.rst index 0c9fbb27d7e482472ff13a738cc5b63b38323bc6..0bda53e8c7f2263b3a74452d759d4856e8c9b83c 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: