1.1K Star 6.1K Fork 4.9K

OpenHarmony / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Readme-EN.md 3.90 KB
一键复制 编辑 原始数据 按行查看 历史
liyan 提交于 2023-04-21 09:29 . update en/device-dev/porting/Readme-EN.md.

Introduction

OpenHarmony has organized a Special Interest Group (SIG) SIG_DevBoard to provide support for third-party development boards.

Before learning about how to port the code of a development board, take a look at the device classification on OpenHarmony. The porting methods vary according to the device type.

Device Type Hardware Requirement Supported Kernel
Mini-system devices Memory > 128 KB LiteOS-M
Small-system devices Memory > 1 MB, with MMU LiteOS-A and Linux
Standard-system devices Memory > 128 MB Linux

Code Preparation

OpenHarmony has created repositories for vendors in openharmony-sig. To participate in the repository development, you need to use the following method to initialize and download the code.

repo init -u https://gitee.com/openharmony-sig/manifest.git -b master -m devboard.xml --no-repo-verify

The download steps for other resources are the same as those in the mainline version.

Porting Procedure

SoC Porting Cases

其他
1
https://gitee.com/openharmony/docs.git
git@gitee.com:openharmony/docs.git
openharmony
docs
docs
master

搜索帮助