harmony(鸿蒙)Standard System Overview
Standard System Overview
Introduction
The 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.
To accommodate different developer habits, OpenHarmony provides two modes for getting started with the standard system:
IDE mode: DevEco Device Tool is used for one-stop development, covering dependency installation, building, burning, and running.
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. OpenHarmony also provides the Docker environment, 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.
This document exemplifies how to use the installation package mode. For details about the IDE mode, see Getting Started with Standard System (IDE Mode).
Development Environment
In the Windows+Ubuntu hybrid environment for OpenHarmony development:
Windows: used for source code development and burning.
Ubuntu: used for source code building.
This document describes how to develop OpenHarmony in the Windows+Ubuntu environment.
Development Boards
In this document, two development board models are used as examples: Hi3516D V300 and RK3516. For details about these development boards, see Appendix. You can purchase the development board as required.
Development Process
Below you can see the quick start process for the development of the standard system.
Figure 1 Quick start process for the development of the standard system
你可能感兴趣的鸿蒙文章
harmony(鸿蒙)Overall Description of Compilation Form Factors
harmony(鸿蒙)Importing a Source Code Project
harmony(鸿蒙)Setting Up the Windows+Ubuntu Hybrid Development Environment
harmony(鸿蒙)Introduction to the Hi3516 Development Board
harmony(鸿蒙)Introduction to the Hi3861 Development Board
harmony(鸿蒙)Mini and Small System Overview
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦