Skip to content
Snippets Groups Projects
Commit 458ba5fd authored by Gururaj Shetty's avatar Gururaj Shetty
Browse files

Update documentation/source/quickstart/BuildOpenharmony.rst

parent d44935bf
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment