• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Standard System Overview
2
3
4## Introduction
5
6The OpenHarmony standard system applies to devices with a reference memory greater than or equal to 128 MiB. This document helps you quickly get started for development of the OpenHarmony standard system, from environment setup to building, burning, and startup.
7
8To accommodate different developer habits, OpenHarmony provides two modes for getting started with the standard system:
9
10- IDE mode: DevEco Device Tool is used for one-stop development, covering dependency installation, building, burning, and running.
11
12- Installation package mode: Dependency download and installation as well as building operations are performed using commands. Burning and running are performed in DevEco Device Tool.
13  OpenHarmony also provides the [Docker environment](../get-code/gettools-acquire.md), which can significantly simplify the environment configuration before compilation. You can build your source code in the Docker environment if you are more accustomed to using the installation package mode.
14
15This document exemplifies how to use the installation package mode. For details about the IDE mode, see [Getting Started with Standard System (IDE Mode)](../quick-start/quickstart-ide-standard-overview.md).
16
17
18## Development Environment
19
20In the Windows+Ubuntu hybrid environment for OpenHarmony development:
21
22- Windows: used for source code development and burning.
23
24- Ubuntu: used for source code building.
25
26This document describes how to develop OpenHarmony in the Windows+Ubuntu environment.
27
28
29## Development Boards
30
31In this document, two development board models are used as examples: Hi3516D V300 and RK3516. For details about these development boards, see [Appendix](../quick-start/quickstart-standard-board-introduction-hi3516.md). You can purchase the development board as required.
32
33
34## Development Process
35
36Below you can see the quick start process for the development of the standard system.
37
38  **Figure 1** Quick start process for the development of the standard system
39
40  ![en-us_image_0000001226634676](figures/en-us_image_0000001226634676.png)
41