diff --git a/en/device-dev/quick-start/overview.md b/en/device-dev/quick-start/overview.md index a0564a41e59a5dfd0f8986d9298f67e5b39d6260..63cb2b8be145243d7324f5d29d28b303cad6d6aa 100644 --- a/en/device-dev/quick-start/overview.md +++ b/en/device-dev/quick-start/overview.md @@ -23,78 +23,148 @@ To make the integration simple and easy on different hardware, OpenHarmony defin - Standard system - A standard system runs on the devices whose memory is greater than or equal to 128 MiB and that are equipped with application processors such as ARM Cortex-A. This system provides a complete application framework supporting the enhanced interaction, 3D GPU, hardware composer, diverse components, and rich animations. This system applies to high-end refrigerator displays. + A standard system runs on the devices whose memory is greater than or equal to 128 MiB and that are equipped with application processors such as Arm Cortex-A. This system provides a complete application framework supporting the enhanced interaction, 3D GPU, hardware composer, diverse components, and rich animations. This system applies to high-end refrigerator displays. In addition, OpenHarmony provides a series of optional system components that can be configured as required to support feature extension and customization. These system components are combined to form a series of system capabilities that, for better understanding, are described as features or functions for you to choose. ## Document Outline -**Table 1** Documents outlined based on the learning progress and development scenarios +**Table 1** Mini and small system development guidelines \(reference memory < 128 MB\) - -

Topic

+ + - - - - - - - - - - - - - - - - - - - - - - - - - - + + +

Topic

Development Scenario

+

Development Scenario

Documents

+

Documents

About OpenHarmony

+

About OpenHarmony

Getting familiar with OpenHarmony

+

Getting familiar with OpenHarmony

+

Development resources

+

Development resources

Preparing for your development

+

Preparing for your development

+

Quick start

+

Quick start

Getting started with setup, build, burning, debugging, and running of OpenHarmony

+

Getting started with setup, build, burning, debugging, and running of OpenHarmony

+

Getting Started for Mini and Small Systems

Basic capabilities

+

Basic capabilities

Using basic capabilities of OpenHarmony

+

Using basic capabilities of OpenHarmony

+

Advanced development

+

Advanced development

Developing smart devices based on system capabilities

+

Developing smart devices based on system capabilities

+

Porting and adaptation

+

Porting and adaptation

  • Porting and adapting the OpenHarmony to an SoC
  • Porting and adapting the OpenHarmony to a third-party library
+
  • Porting and adapting the OpenHarmony to an SoC
  • Porting and adapting the OpenHarmony to a third-party library
+

Contributing components

+

Contributing components

Contributing components to OpenHarmony

+

Contributing components to OpenHarmony

+

Reference

+

Reference

Referring to development specifications

+

Referring to development specifications

+ +
+ +**Table 2** Standard system development guidelines \(reference memory ≥ 128 MB\) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git "a/zh-cn/device-dev/quick-start/\345\257\274\350\257\273.md" "b/zh-cn/device-dev/quick-start/\345\257\274\350\257\273.md" index 0f31f568ca14a6aeeec18a0f83b7d0c750ea867a..95d9b60b723551ddcf8f06602353ecd82d62159a 100755 --- "a/zh-cn/device-dev/quick-start/\345\257\274\350\257\273.md" +++ "b/zh-cn/device-dev/quick-start/\345\257\274\350\257\273.md" @@ -9,7 +9,7 @@ 在正式学习OpenHarmony开发前,开发者需要先了解系统类型,方便后续根据自身业务匹配对应的系统及对应文档资源。 -OpenHarmony是一款面向全场景的开源分布式操作系统,采用组件化设计,支持在128KiB到xGB RAM资源的设备上运行系统组件,设备开发者可基于目标硬件能力自由选择系统组件进行集成。 +OpenHarmony是一款面向全场景的开源分布式操作系统,采用组件化设计,支持在128KiB到xGiB RAM资源的设备上运行系统组件,设备开发者可基于目标硬件能力自由选择系统组件进行集成。 为了保证在不同硬件上集成的易用性,OpenHarmony当前定义了三种基础系统类型,设备开发者通过选择基础系统类型完成必选组件集配置后,便可实现其最小系统的开发。这三种基础系统类型的参考定义如下: @@ -59,7 +59,7 @@ OpenHarmony也提供了一系列可选的系统组件,方便设备开发者按 - - -

Topic

+

Development Scenario

+

Documents

+

About OpenHarmony

+

Getting familiar with OpenHarmony

+
+

Development resources

+

Preparing for your development

+
+

Quick start

+

Getting started with setup, build, burning, debugging, and running of OpenHarmony

+

Getting Started for Standard System

+

Basic capabilities

+

Using basic capabilities of OpenHarmony

+
+

Advanced development

+

Developing smart devices based on system capabilities

+
+

Porting and adaptation

+

Porting and adapting the OpenHarmony to a third-party library

+

Third-Party Library Porting Guide

+

Contributing components

+

Contributing components to OpenHarmony

+
+

Reference

+

Referring to development specifications

+

快速熟悉OpenHarmony环境搭建、编译、烧录、调测、运行。

轻量和小型系统快速入门

+

轻量和小型系统快速入门

基础能力使用

@@ -129,7 +129,7 @@ OpenHarmony也提供了一系列可选的系统组件,方便设备开发者按

快速熟悉OpenHarmony环境搭建、编译、烧录、调测、运行。

标准系统快速入门

+

标准系统快速入门

基础能力使用

@@ -148,7 +148,7 @@ OpenHarmony也提供了一系列可选的系统组件,方便设备开发者按

移植适配

    对三方库进行移植适配
+

对三方库进行移植适配

三方库移植指导