Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
Oniro Core
docs
Commits
458ba5fd
Commit
458ba5fd
authored
4 years ago
by
Gururaj Shetty
Browse files
Options
Downloads
Patches
Plain Diff
Update documentation/source/quickstart/BuildOpenharmony.rst
parent
d44935bf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
documentation/source/quickstart/BuildOpenharmony.rst
+9
-20
9 additions, 20 deletions
documentation/source/quickstart/BuildOpenharmony.rst
with
9 additions
and
20 deletions
documentation/source/quickstart/BuildOpenharmony.rst
+
9
−
20
View file @
458ba5fd
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment