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

formtted

parent c3ced7a2
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ OpenHarmony is a distributed OS that is designed to run on top of variety of OS ...@@ -14,7 +14,7 @@ OpenHarmony is a distributed OS that is designed to run on top of variety of OS
Building and Running OpenHarmony image Building and Running OpenHarmony image
************************************************ ************************************************
**Prerequisites** **Prerequisite**
To start working with **meta-ohos** first install git repo: To start working with **meta-ohos** first install git repo:
...@@ -26,7 +26,7 @@ To start working with **meta-ohos** first install git repo: ...@@ -26,7 +26,7 @@ To start working with **meta-ohos** first install git repo:
**Procedure** **Procedure**
Once git repo has been installed, clone the necessary repositories using the following commands: Once git repo has been installed as mentioned in prerequisite, clone the necessary repositories by executing the following commands:
.. code-block:: console .. code-block:: console
...@@ -34,7 +34,7 @@ Once git repo has been installed, clone the necessary repositories using the fol ...@@ -34,7 +34,7 @@ Once git repo has been installed, clone the necessary repositories using the fol
$ repo init -u https://git.ostc-eu.org/OSTC/manifest.git $ repo init -u https://git.ostc-eu.org/OSTC/manifest.git
$ repo sync $ repo sync
Above commands creates the following directory structure: Above commands creates the following directory structure:
.. code-block:: console .. code-block:: console
...@@ -47,7 +47,7 @@ Above commands creates the following directory structure: ...@@ -47,7 +47,7 @@ Above commands creates the following directory structure:
├── <various yocto layers> ├── <various yocto layers>
└── poky └── poky
OpenHarmony can be hosted on top of variety of kernels. Currently supported kernels (a.k.a. OHOS flavours) are Linux, Zephyr, and FreeRTOS (experimental). OpenHarmony can be hosted on top of variety of kernels. Currently supported kernels (a.k.a. OHOS flavours) are Linux, Zephyr, and FreeRTOS (experimental).
To build OHOS flavour, use the following command syntax: To build OHOS flavour, use the following command syntax:
...@@ -115,7 +115,7 @@ To exit qemu, you can either shut down the system: ...@@ -115,7 +115,7 @@ To exit qemu, you can either shut down the system:
or close qemu using key combination: or close qemu using key combination:
Ctrl-a followed by 'x' **Ctrl-A** followed by 'x'
OHOS Zephyr flavour OHOS Zephyr flavour
==================== ====================
......
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