From 4ef2f3d1d731394b8ccd84ac50f446b8207289a6 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 2 Sep 2021 09:38:15 +0000 Subject: [PATCH 01/19] update zh-cn/device-dev/kernel/kernel-small-start-user.md. Signed-off-by: Austin --- zh-cn/device-dev/kernel/kernel-small-start-user.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/device-dev/kernel/kernel-small-start-user.md b/zh-cn/device-dev/kernel/kernel-small-start-user.md index d8feb2a066d..b0fa89f9962 100644 --- a/zh-cn/device-dev/kernel/kernel-small-start-user.md +++ b/zh-cn/device-dev/kernel/kernel-small-start-user.md @@ -39,7 +39,7 @@ LITE_USER_SEC_ENTRY VOID OsUserInit(VOID *args) - 启动关键系统程序或服务,如交互进程shell。 >![](../public_sys-resources/icon-note.gif) **说明:** - >在OpenHarmony 中**init**进程通过读取/etc/init.cfg,根据配置执行指定命令,或启动指定进程(详见:[init启动引导](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/subsystems/subsys-boot-init.md))。 + >在OpenHarmony 中**init**进程通过读取/etc/init.cfg,根据配置执行指定命令,或启动指定进程(详见:[init启动引导](../subsystems/subsys-boot-init.md))。 - 监控回收孤儿进程,清理子进程中的僵尸进程。 -- Gitee From 5ddfde4d7122a04e927a9432f40b7959f33c5e98 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 2 Sep 2021 09:40:45 +0000 Subject: [PATCH 02/19] update zh-cn/device-dev/kernel/kernel-small-start-user.md. Signed-off-by: Austin --- zh-cn/device-dev/kernel/kernel-small-start-user.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/device-dev/kernel/kernel-small-start-user.md b/zh-cn/device-dev/kernel/kernel-small-start-user.md index b0fa89f9962..2b2b212a39d 100644 --- a/zh-cn/device-dev/kernel/kernel-small-start-user.md +++ b/zh-cn/device-dev/kernel/kernel-small-start-user.md @@ -48,7 +48,7 @@ LITE_USER_SEC_ENTRY VOID OsUserInit(VOID *args) 用户态程序常见编译方式有如下两种: -1. [利用框架编译用户态进程](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-steps-hi3516-running.md)。 +1. [利用框架编译用户态进程](../quick-start/quickstart-lite-steps-hi3516-running.md)。 2. 手动编译 实例: -- Gitee From 2967ccdbcca2d498c39352128b1312d861e46a25 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 2 Sep 2021 09:42:11 +0000 Subject: [PATCH 03/19] update zh-cn/device-dev/kernel/kernel-small-start-user.md. Signed-off-by: Austin --- zh-cn/device-dev/kernel/kernel-small-start-user.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/device-dev/kernel/kernel-small-start-user.md b/zh-cn/device-dev/kernel/kernel-small-start-user.md index 2b2b212a39d..77797471fdb 100644 --- a/zh-cn/device-dev/kernel/kernel-small-start-user.md +++ b/zh-cn/device-dev/kernel/kernel-small-start-user.md @@ -57,7 +57,7 @@ LITE_USER_SEC_ENTRY VOID OsUserInit(VOID *args) clang --target=arm-liteos --sysroot=prebuilts/lite/sysroot -o helloworld helloworld.c ``` - **clang**:参考[LLVM安装指导](https://gitee.com/openharmony/docs/blob/master/zh-cn/device-dev/quick-start/quickstart-lite-env-setup-linux.md)安装LLVM编译器。 + **clang**:参考[LLVM安装指导](../quick-start/quickstart-lite-env-setup-linux.md)安装LLVM编译器。 **--target**:--target=arm-liteos,指定编译平台为arm-liteos。 -- Gitee From 76d6246ff447d7c66c61f6c50c67b8d55a2c2c26 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 2 Sep 2021 09:48:34 +0000 Subject: [PATCH 04/19] update zh-cn/device-dev/get-code/sourcecode-acquire.md. Signed-off-by: Austin --- zh-cn/device-dev/get-code/sourcecode-acquire.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/device-dev/get-code/sourcecode-acquire.md b/zh-cn/device-dev/get-code/sourcecode-acquire.md index 66b9a1ff68a..0c4006c4886 100644 --- a/zh-cn/device-dev/get-code/sourcecode-acquire.md +++ b/zh-cn/device-dev/get-code/sourcecode-acquire.md @@ -104,7 +104,7 @@ OpenHarmony是由开放原子开源基金会(OpenAtom Foundation)孵化及 repo forall -c 'git lfs pull' ``` -- OpenHarmony其他版本源码获取方式请参考版本[Release-Notes](https://gitee.com/openharmony/docs/blob/master/zh-cn/release-notes/Readme.md)。 +- OpenHarmony其他版本源码获取方式请参考版本[Release-Notes](../../release-notes/Readme.md)。 ## 获取方式2:从HPM获取 @@ -189,7 +189,7 @@ OpenHarmony是由开放原子开源基金会(OpenAtom Foundation)孵化及 为了获得更好的下载性能,您可以选择从以下站点的镜像库获取源码或者对应的解决方案。 >![](../public_sys-resources/icon-note.gif) **说明:** ->- 本部分只提供OpenHarmony Master最新版本和LTS最新版本的源码获取方式, 其他版本源码获取方式以及具体版本信息请参考[Release-Notes](https://gitee.com/openharmony/docs/blob/master/zh-cn/release-notes/Readme.md)。 +>- 本部分只提供OpenHarmony Master最新版本和LTS最新版本的源码获取方式, 其他版本源码获取方式以及具体版本信息请参考[Release-Notes](../../release-notes/Readme.md。 >- 当前Master 1.0版本已经不再维护。 **表 1** 源码获取路径 -- Gitee From 9c624983fefd9769db041e41a045dfb650ed1e46 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 2 Sep 2021 10:51:51 +0000 Subject: [PATCH 05/19] update zh-cn/device-dev/porting/oem_transplant_chip_prepare_knows.md. Signed-off-by: Austin --- zh-cn/device-dev/porting/oem_transplant_chip_prepare_knows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/device-dev/porting/oem_transplant_chip_prepare_knows.md b/zh-cn/device-dev/porting/oem_transplant_chip_prepare_knows.md index 4de0e275eef..078f325731c 100644 --- a/zh-cn/device-dev/porting/oem_transplant_chip_prepare_knows.md +++ b/zh-cn/device-dev/porting/oem_transplant_chip_prepare_knows.md @@ -79,6 +79,6 @@ OpenHarmony的device目录是基础芯片的适配目录,如果在三方芯片 ## 移植规范 -- 满足OpenHarmony[开源贡献基本规范和准则](https://gitee.com/openharmony/docs/blob/master/zh-cn/contribute/%E5%8F%82%E4%B8%8E%E8%B4%A1%E7%8C%AE.md)。 +- 满足OpenHarmony[开源贡献基本规范和准则](../../contribute/参与贡献.md)。 - 三方芯片适配所需要贡献的代码主要在device、vendor和arch三个目录,参照[内核目录规范](porting-chip-kernel-overview.md)和[板级目录规范](porting-chip-board-overview.md#section6204129143013)满足基本目录命名和使用规范。 -- Gitee From 6201c989af7fb419a015b8a23ed209372c257ecd Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 2 Sep 2021 10:53:52 +0000 Subject: [PATCH 06/19] update zh-cn/device-dev/porting/porting-smallchip-prepare-needs.md. Signed-off-by: Austin --- zh-cn/device-dev/porting/porting-smallchip-prepare-needs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/device-dev/porting/porting-smallchip-prepare-needs.md b/zh-cn/device-dev/porting/porting-smallchip-prepare-needs.md index afe392369f2..de8f76c66d5 100644 --- a/zh-cn/device-dev/porting/porting-smallchip-prepare-needs.md +++ b/zh-cn/device-dev/porting/porting-smallchip-prepare-needs.md @@ -1,6 +1,6 @@ # 移植须知 -本文详细介绍如何将OpenHarmony[小型系统](https://device.harmonyos.com/cn/docs/start/introduce/oem_start_guide-0000001054913231)的linux和LiteOS-A内核移植到新的开发板上,要求读者具有一定的嵌入式系统开发经验。建议先查看[入门指导](https://gitee.com/openharmony/docs/blob/master/zh-cn/OpenHarmony-Overview_zh.md),以了解OpenHarmony软件架构、目录结构、内核子系统和驱动子系统相关知识。当前小型系统已适配的开发板如下表所示: +本文详细介绍如何将OpenHarmony[小型系统](https://device.harmonyos.com/cn/docs/start/introduce/oem_start_guide-0000001054913231)的linux和LiteOS-A内核移植到新的开发板上,要求读者具有一定的嵌入式系统开发经验。建议先查看[入门指导](../../OpenHarmony-Overview_zh.md),以了解OpenHarmony软件架构、目录结构、内核子系统和驱动子系统相关知识。当前小型系统已适配的开发板如下表所示: **表 1** OpenHarmony小型系统已适配的开发板 -- Gitee From 72858ab13b20bc3073b66d20781e3ce252b8368d Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 2 Sep 2021 10:56:18 +0000 Subject: [PATCH 07/19] update zh-cn/device-dev/subsystems/subsys-application-framework-envbuild.md. Signed-off-by: Austin --- .../subsystems/subsys-application-framework-envbuild.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/device-dev/subsystems/subsys-application-framework-envbuild.md b/zh-cn/device-dev/subsystems/subsys-application-framework-envbuild.md index 182aea265b9..e84d391fdfd 100644 --- a/zh-cn/device-dev/subsystems/subsys-application-framework-envbuild.md +++ b/zh-cn/device-dev/subsystems/subsys-application-framework-envbuild.md @@ -3,5 +3,5 @@ - 开发板:Hi3516DV300 - [下载源码](../get-code/sourcecode-acquire.md) -- [编译用户程序框架](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/%E7%94%A8%E6%88%B7%E7%A8%8B%E5%BA%8F%E6%A1%86%E6%9E%B6%E5%AD%90%E7%B3%BB%E7%BB%9F.md) +- [编译用户程序框架](../../readme/用户程序框架子系统.md) -- Gitee From 35e9ee346c97148a0f711b701458b1156efa3373 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 2 Sep 2021 10:57:24 +0000 Subject: [PATCH 08/19] update en/device-dev/subsystems/subsys-application-framework-envbuild.md. Signed-off-by: Austin --- .../subsystems/subsys-application-framework-envbuild.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/subsystems/subsys-application-framework-envbuild.md b/en/device-dev/subsystems/subsys-application-framework-envbuild.md index 26aaaea82d6..df55793a4de 100644 --- a/en/device-dev/subsystems/subsys-application-framework-envbuild.md +++ b/en/device-dev/subsystems/subsys-application-framework-envbuild.md @@ -3,5 +3,5 @@ - Development board: Hi3516D V300 - [Download the source code](../get-code/sourcecode-acquire.md) -- [Build the application framework](https://gitee.com/openharmony/docs/blob/master/en/readme/application-framework.md). +- [Build the application framework](../../readme/application-framework.md). -- Gitee From 6036e9c276f60736c6b0d4d370972d931d4726b2 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 2 Sep 2021 11:01:25 +0000 Subject: [PATCH 09/19] update en/device-dev/porting/porting-smallchip-prepare-needs.md. Signed-off-by: Austin --- en/device-dev/porting/porting-smallchip-prepare-needs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/porting/porting-smallchip-prepare-needs.md b/en/device-dev/porting/porting-smallchip-prepare-needs.md index 685a2a7a8cd..665b1082874 100644 --- a/en/device-dev/porting/porting-smallchip-prepare-needs.md +++ b/en/device-dev/porting/porting-smallchip-prepare-needs.md @@ -1,6 +1,6 @@ # Before You Start -This document provides guidance on how to port the Linux and LiteOS Cortex-A kernels on the OpenHarmony [small system](https://device.harmonyos.com/en/docs/start/introduce/oem_minitinier_des-0000001105598722) to a development board. It is intended for developers with experience in developing embedded systems. Before following instructions in this document, it is recommended that you familiarize yourself with [OpenHarmony](https://gitee.com/openharmony/docs/blob/master/en/OpenHarmony-Overview.md), including its technical architecture, directory structure, kernel subsystem, and driver subsystem. The following table lists the development boards that have been adapted to the small system. +This document provides guidance on how to port the Linux and LiteOS Cortex-A kernels on the OpenHarmony [small system](https://device.harmonyos.com/en/docs/start/introduce/oem_minitinier_des-0000001105598722) to a development board. It is intended for developers with experience in developing embedded systems. Before following instructions in this document, it is recommended that you familiarize yourself with [OpenHarmony](../../OpenHarmony-Overview.md), including its technical architecture, directory structure, kernel subsystem, and driver subsystem. The following table lists the development boards that have been adapted to the small system. **Table 1** Development boards compatible with the OpenHarmony small system -- Gitee From 7979845d240cc982a6cae7961f5ddcad2a2be7a8 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 2 Sep 2021 11:06:16 +0000 Subject: [PATCH 10/19] update en/device-dev/porting/porting-chip-prepare-knows.md. Signed-off-by: Austin --- en/device-dev/porting/porting-chip-prepare-knows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/porting/porting-chip-prepare-knows.md b/en/device-dev/porting/porting-chip-prepare-knows.md index 7de3a048b0e..d968489ab8f 100644 --- a/en/device-dev/porting/porting-chip-prepare-knows.md +++ b/en/device-dev/porting/porting-chip-prepare-knows.md @@ -79,6 +79,6 @@ The **device** directory of OpenHarmony is the adaptation directory for the ba ## Porting Specifications -- The porting must comply with the basic OpenHarmony principles described in [Contribution](https://gitee.com/openharmony/docs/blob/master/en/contribute/contribution.md). +- The porting must comply with the basic OpenHarmony principles described in [Contribution](../../contribute/contribution.md). - The code required for third-party SoC adaptation is stored in the **device**, **vendor**, and **arch** directories. Naming and usage of these directories must comply with specified naming and usage specifications. For details, see [Directory Specifications](porting-chip-kernel-overview.md) and [Board-Level Directory Specifications](porting-chip-board-overview.md#section6204129143013). -- Gitee From 39e11ecbcf050fd5a3d24a6220128e3cfbe9961a Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 2 Sep 2021 11:09:14 +0000 Subject: [PATCH 11/19] update en/device-dev/get-code/sourcecode-acquire.md. Signed-off-by: Austin --- en/device-dev/get-code/sourcecode-acquire.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/device-dev/get-code/sourcecode-acquire.md b/en/device-dev/get-code/sourcecode-acquire.md index 0b256136c03..0b1af9cae0b 100644 --- a/en/device-dev/get-code/sourcecode-acquire.md +++ b/en/device-dev/get-code/sourcecode-acquire.md @@ -106,7 +106,7 @@ This document describes how to acquire OpenHarmony source code and provides its - Obtaining the source code of other OpenHarmony releases - For details about how to obtain the source code of other OpenHarmony releases, see the [Release Notes](https://gitee.com/openharmony/docs/blob/master/en/release-notes/Readme.md). + For details about how to obtain the source code of other OpenHarmony releases, see the [Release Notes](../../release-notes/Readme.md). ## Method 2: Acquiring Source Code from HPM @@ -192,7 +192,7 @@ You must install **Node.js** and HPM on your local PC. The installation proced To ensure the download performance, you are advised to download the source code or the corresponding solution from the image library of the respective site listed in the table below. >![](../public_sys-resources/icon-note.gif) **NOTE:** ->- The table below provides only the sites for downloading the latest OpenHarmony master and LTS code. For details about how to obtain the source code of earlier versions, see the [Release Notes](https://gitee.com/openharmony/docs/blob/master/en/release-notes/Readme.md). +>- The table below provides only the sites for downloading the latest OpenHarmony master and LTS code. For details about how to obtain the source code of earlier versions, see the [Release Notes](../../release-notes/Readme.md). >- The Master 1.0 version is no longer maintained. **Table 1** Sites for acquiring source code from image sites -- Gitee From 479ea270cf7d50f1927229a5cfa8e7e0592b3f91 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 2 Sep 2021 11:11:30 +0000 Subject: [PATCH 12/19] update en/device-dev/kernel/kernel-small-start-user.md. Signed-off-by: Austin --- en/device-dev/kernel/kernel-small-start-user.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/device-dev/kernel/kernel-small-start-user.md b/en/device-dev/kernel/kernel-small-start-user.md index 106e557d153..7c35468929a 100644 --- a/en/device-dev/kernel/kernel-small-start-user.md +++ b/en/device-dev/kernel/kernel-small-start-user.md @@ -48,7 +48,7 @@ During system startup, **OsUserInitProcess** is called to start the **init** Common compilation modes of user-space programs include: -1. [Compilation using the framework](https://gitee.com/openharmony/docs/blob/master/en/device-dev/quick-start/quickstart-lite-steps-board3516-running.md) +1. [Compilation using the framework](../quick-start/quickstart-lite-steps-board3516-running.md) 2. Manual compilation Example: @@ -57,7 +57,7 @@ Common compilation modes of user-space programs include: clang --target=arm-liteos --sysroot=prebuilts/lite/sysroot -o helloworld helloworld.c ``` - Before running the **clang** command, install the LLVM compiler. For details, see [Installing LLVM](https://gitee.com/openharmony/docs/blob/master/en/device-dev/quick-start/quickstart-lite-env-setup-lin.md). + Before running the **clang** command, install the LLVM compiler. For details, see [Installing LLVM](../quick-start/quickstart-lite-env-setup-lin.md). **--target=arm-liteos**: specifies that the compilation platform is arm-liteos. -- Gitee From 7d08bc7e0c4c2f8df1f2c43b78fae0fec1fe8f72 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 2 Sep 2021 11:12:46 +0000 Subject: [PATCH 13/19] update en/device-dev/kernel/kernel-small-start-user.md. Signed-off-by: Austin --- en/device-dev/kernel/kernel-small-start-user.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/kernel/kernel-small-start-user.md b/en/device-dev/kernel/kernel-small-start-user.md index 7c35468929a..24d73e5fcda 100644 --- a/en/device-dev/kernel/kernel-small-start-user.md +++ b/en/device-dev/kernel/kernel-small-start-user.md @@ -39,7 +39,7 @@ During system startup, **OsUserInitProcess** is called to start the **init** - Starts key system programs or services, such as shell. >![](../public_sys-resources/icon-note.gif) **NOTE:** - >In OpenHarmony, the **init** process reads the **/etc/init.cfg** file and runs specified commands or starts specified processes based on configurations. For details, see [init Module](https://gitee.com/openharmony/docs/blob/master/en/device-dev/subsystems/subsys-boot-init.md). + >In OpenHarmony, the **init** process reads the **/etc/init.cfg** file and runs specified commands or starts specified processes based on configurations. For details, see [init Module](../../subsystems/subsys-boot-init.md). - Monitors the process for reclaiming the orphan process and clears the zombie processes in child processes. -- Gitee From d0acb2ab12e57b6389ea4cf3fdfffe273a1b2b47 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 2 Sep 2021 11:15:02 +0000 Subject: [PATCH 14/19] update en/device-dev/kernel/kernel-small-start-user.md. Signed-off-by: Austin --- en/device-dev/kernel/kernel-small-start-user.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/kernel/kernel-small-start-user.md b/en/device-dev/kernel/kernel-small-start-user.md index 24d73e5fcda..09461e6b419 100644 --- a/en/device-dev/kernel/kernel-small-start-user.md +++ b/en/device-dev/kernel/kernel-small-start-user.md @@ -39,7 +39,7 @@ During system startup, **OsUserInitProcess** is called to start the **init** - Starts key system programs or services, such as shell. >![](../public_sys-resources/icon-note.gif) **NOTE:** - >In OpenHarmony, the **init** process reads the **/etc/init.cfg** file and runs specified commands or starts specified processes based on configurations. For details, see [init Module](../../subsystems/subsys-boot-init.md). + >In OpenHarmony, the **init** process reads the **/etc/init.cfg** file and runs specified commands or starts specified processes based on configurations. For details, see [init Module](../subsystems/subsys-boot-init.md). - Monitors the process for reclaiming the orphan process and clears the zombie processes in child processes. -- Gitee From ed263f7acf614a42f96e0c9793d53a4f8fd0bbaa Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 2 Sep 2021 11:28:15 +0000 Subject: [PATCH 15/19] update en/device-dev/subsystems/subsys-application-framework-envbuild.md. Signed-off-by: Austin --- .../subsystems/subsys-application-framework-envbuild.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/subsystems/subsys-application-framework-envbuild.md b/en/device-dev/subsystems/subsys-application-framework-envbuild.md index df55793a4de..bf8f8616f24 100644 --- a/en/device-dev/subsystems/subsys-application-framework-envbuild.md +++ b/en/device-dev/subsystems/subsys-application-framework-envbuild.md @@ -3,5 +3,5 @@ - Development board: Hi3516D V300 - [Download the source code](../get-code/sourcecode-acquire.md) -- [Build the application framework](../../readme/application-framework.md). +- Build the application framework. -- Gitee From 6bdcb9476dc53e0bddd352ae7ad9d914308f1dcb Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 2 Sep 2021 11:32:56 +0000 Subject: [PATCH 16/19] update zh-cn/device-dev/get-code/sourcecode-acquire.md. Signed-off-by: Austin --- zh-cn/device-dev/get-code/sourcecode-acquire.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/device-dev/get-code/sourcecode-acquire.md b/zh-cn/device-dev/get-code/sourcecode-acquire.md index 0c4006c4886..102c33bd45a 100644 --- a/zh-cn/device-dev/get-code/sourcecode-acquire.md +++ b/zh-cn/device-dev/get-code/sourcecode-acquire.md @@ -189,7 +189,7 @@ OpenHarmony是由开放原子开源基金会(OpenAtom Foundation)孵化及 为了获得更好的下载性能,您可以选择从以下站点的镜像库获取源码或者对应的解决方案。 >![](../public_sys-resources/icon-note.gif) **说明:** ->- 本部分只提供OpenHarmony Master最新版本和LTS最新版本的源码获取方式, 其他版本源码获取方式以及具体版本信息请参考[Release-Notes](../../release-notes/Readme.md。 +>- 本部分只提供OpenHarmony Master最新版本和LTS最新版本的源码获取方式, 其他版本源码获取方式以及具体版本信息请参考[Release-Notes](../../release-notes/Readme.md)。 >- 当前Master 1.0版本已经不再维护。 **表 1** 源码获取路径 -- Gitee From 77515ea8029395523ef0f6ab0513f55ea5febfc7 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 2 Sep 2021 11:34:32 +0000 Subject: [PATCH 17/19] update zh-cn/device-dev/get-code/sourcecode-acquire.md. Signed-off-by: Austin --- zh-cn/device-dev/get-code/sourcecode-acquire.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/device-dev/get-code/sourcecode-acquire.md b/zh-cn/device-dev/get-code/sourcecode-acquire.md index 102c33bd45a..dcdeeecdf70 100644 --- a/zh-cn/device-dev/get-code/sourcecode-acquire.md +++ b/zh-cn/device-dev/get-code/sourcecode-acquire.md @@ -189,7 +189,7 @@ OpenHarmony是由开放原子开源基金会(OpenAtom Foundation)孵化及 为了获得更好的下载性能,您可以选择从以下站点的镜像库获取源码或者对应的解决方案。 >![](../public_sys-resources/icon-note.gif) **说明:** ->- 本部分只提供OpenHarmony Master最新版本和LTS最新版本的源码获取方式, 其他版本源码获取方式以及具体版本信息请参考[Release-Notes](../../release-notes/Readme.md)。 +>- 本部分只提供OpenHarmony Master最新版本和LTS最新版本的源码获取方式, 其他版本源码获取方式以及具体版本信息请参考[Release-Notes](../../release-notes/Readme.md)。 >- 当前Master 1.0版本已经不再维护。 **表 1** 源码获取路径 -- Gitee From 210b8464f7e4a084d47a9ada61e86e6d9eaf2629 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 2 Sep 2021 12:13:17 +0000 Subject: [PATCH 18/19] update en/device-dev/porting/porting-smallchip-prepare-needs.md. Signed-off-by: Austin --- en/device-dev/porting/porting-smallchip-prepare-needs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/porting/porting-smallchip-prepare-needs.md b/en/device-dev/porting/porting-smallchip-prepare-needs.md index 665b1082874..4a929504912 100644 --- a/en/device-dev/porting/porting-smallchip-prepare-needs.md +++ b/en/device-dev/porting/porting-smallchip-prepare-needs.md @@ -1,6 +1,6 @@ # Before You Start -This document provides guidance on how to port the Linux and LiteOS Cortex-A kernels on the OpenHarmony [small system](https://device.harmonyos.com/en/docs/start/introduce/oem_minitinier_des-0000001105598722) to a development board. It is intended for developers with experience in developing embedded systems. Before following instructions in this document, it is recommended that you familiarize yourself with [OpenHarmony](../../OpenHarmony-Overview.md), including its technical architecture, directory structure, kernel subsystem, and driver subsystem. The following table lists the development boards that have been adapted to the small system. +This document provides guidance on how to port the Linux and LiteOS Cortex-A kernels on the OpenHarmony [small system](../quick-start/quickstart-lite-overview.md) to a development board. It is intended for developers with experience in developing embedded systems. Before following instructions in this document, it is recommended that you familiarize yourself with [OpenHarmony](../../OpenHarmony-Overview.md), including its technical architecture, directory structure, kernel subsystem, and driver subsystem. The following table lists the development boards that have been adapted to the small system. **Table 1** Development boards compatible with the OpenHarmony small system -- Gitee From 71e904fd72f713708827a032a20cee525ebd4d5f Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 2 Sep 2021 12:17:33 +0000 Subject: [PATCH 19/19] update zh-cn/device-dev/porting/porting-smallchip-prepare-needs.md. Signed-off-by: Austin --- zh-cn/device-dev/porting/porting-smallchip-prepare-needs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/device-dev/porting/porting-smallchip-prepare-needs.md b/zh-cn/device-dev/porting/porting-smallchip-prepare-needs.md index de8f76c66d5..0217107b852 100644 --- a/zh-cn/device-dev/porting/porting-smallchip-prepare-needs.md +++ b/zh-cn/device-dev/porting/porting-smallchip-prepare-needs.md @@ -1,6 +1,6 @@ # 移植须知 -本文详细介绍如何将OpenHarmony[小型系统](https://device.harmonyos.com/cn/docs/start/introduce/oem_start_guide-0000001054913231)的linux和LiteOS-A内核移植到新的开发板上,要求读者具有一定的嵌入式系统开发经验。建议先查看[入门指导](../../OpenHarmony-Overview_zh.md),以了解OpenHarmony软件架构、目录结构、内核子系统和驱动子系统相关知识。当前小型系统已适配的开发板如下表所示: +本文详细介绍如何将OpenHarmony[小型系统](../quick-start/quickstart-lite-overview.md)的linux和LiteOS-A内核移植到新的开发板上,要求读者具有一定的嵌入式系统开发经验。建议先查看[入门指导](../../OpenHarmony-Overview_zh.md),以了解OpenHarmony软件架构、目录结构、内核子系统和驱动子系统相关知识。当前小型系统已适配的开发板如下表所示: **表 1** OpenHarmony小型系统已适配的开发板 -- Gitee