文件最后提交记录最后更新时间
add porting cases (12097)3 年前
update doc4 年前
update en/device-dev/porting/Readme-EN.md.3 年前
Remove redundant docs and figures3 年前
feature1 年前
Remove redundant docs and figures3 年前
Update docs (44559)1 年前
Update docs (44559)1 年前
Update docs (23809)2 年前
Fix link errors (10473)3 年前
update en/device-dev/porting/porting-minichip-overview.md.3 年前
Update docs against 43808+39668+42522+41313+43734+44388+43692+43831+44478+45143+44994+43965+44662+44984+44000+46660+44003+45716+46118+44024+44122+44050+44439+46454+44978+43989+44325+44590+45142+43834+44219+45954+44744+44763+46557+45000+44965+44125+45651+466401 年前
Fix link errors (10473)3 年前
Fix link errors (10473)3 年前
Fix link errors (10473)3 年前
Fix link errors (10473)3 年前
Fix link errors (10473)3 年前
Fix link errors (10473)3 年前
Update docs (44559)1 年前
Fix link errors (10473)3 年前
Update docs (23809)2 年前
fixed 9221762 from https://gitee.com/wusongqing/docs/pulls/219362 年前
Update docs (23809)2 年前
update docs (0822)3 年前
cherry pick 3ddf962 from https://gitee.com/li-yan339/docs/pulls/688551 年前
Update docs (22205)2 年前
Fix link errors (10473)3 年前
Update docs against 43808+39668+42522+41313+43734+44388+43692+43831+44478+45143+44994+43965+44662+44984+44000+46660+44003+45716+46118+44024+44122+44050+44439+46454+44978+43989+44325+44590+45142+43834+44219+45954+44744+44763+46557+45000+44965+44125+45651+466401 年前
IssueNo: https://gitee.com/openharmony/build/issues/IAJZDI1 年前
Fix link errors (10473)3 年前
update docs (0822)3 年前
update 导入OpenHarmony工程4 年前
add porting cases (12097)3 年前
Update docs (13336)3 年前
Update docs (22205)2 年前
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