文件最后提交记录最后更新时间
add porting cases (12097) Signed-off-by: esterzhou <ester.zhou@huawei.com> 3 年前
update doc Signed-off-by: ester.zhou <ester.zhou@huawei.com> 4 年前
Update docs against 114684+114616 Signed-off-by: wusongqing<wusongqing@huawei.com>6 个月前
Remove redundant docs and figures Signed-off-by: ester.zhou <ester.zhou@huawei.com>3 年前
Update docs against 114684+114616 Signed-off-by: wusongqing<wusongqing@huawei.com>6 个月前
Remove redundant docs and figures Signed-off-by: ester.zhou <ester.zhou@huawei.com>3 年前
Update docs against 114684+114616 Signed-off-by: wusongqing<wusongqing@huawei.com>6 个月前
Update docs against 114684+114616 Signed-off-by: wusongqing<wusongqing@huawei.com>6 个月前
Update docs against 114684+114616 Signed-off-by: wusongqing<wusongqing@huawei.com>6 个月前
Fix link errors (10473) Signed-off-by: ester.zhou <ester.zhou@huawei.com>3 年前
update en/device-dev/porting/porting-minichip-overview.md. Signed-off-by: Austin <liaozhiqi7@huawei.com>3 年前
Update docs against 114684+114616 Signed-off-by: wusongqing<wusongqing@huawei.com>6 个月前
Fix link errors (10473) Signed-off-by: ester.zhou <ester.zhou@huawei.com>3 年前
Fix link errors (10473) Signed-off-by: ester.zhou <ester.zhou@huawei.com>3 年前
Fix link errors (10473) Signed-off-by: ester.zhou <ester.zhou@huawei.com>3 年前
Fix link errors (10473) Signed-off-by: ester.zhou <ester.zhou@huawei.com>3 年前
Fix link errors (10473) Signed-off-by: ester.zhou <ester.zhou@huawei.com>3 年前
Fix link errors (10473) Signed-off-by: ester.zhou <ester.zhou@huawei.com>3 年前
Update docs (44559) Signed-off-by: ester.zhou <ester.zhou@huawei.com> 1 年前
Update docs against 114684+114616 Signed-off-by: wusongqing<wusongqing@huawei.com>6 个月前
Update docs (23809) Signed-off-by: ester.zhou <ester.zhou@huawei.com> 2 年前
fixed 9221762 from https://gitee.com/wusongqing/docs/pulls/21936 correct links Signed-off-by: wusongqing <wusongqing@huawei.com> 2 年前
Update docs against 114684+114616 Signed-off-by: wusongqing<wusongqing@huawei.com>6 个月前
Update docs against 114684+114616 Signed-off-by: wusongqing<wusongqing@huawei.com>6 个月前
Update docs against 114684+114616 Signed-off-by: wusongqing<wusongqing@huawei.com>6 个月前
Update docs (22205) Signed-off-by: ester.zhou <ester.zhou@huawei.com> 2 年前
Fix link errors (10473) Signed-off-by: ester.zhou <ester.zhou@huawei.com>3 年前
Update docs against 114684+114616 Signed-off-by: wusongqing<wusongqing@huawei.com>6 个月前
Update docs against 114684+114616 Signed-off-by: wusongqing<wusongqing@huawei.com>6 个月前
Fix link errors (10473) Signed-off-by: ester.zhou <ester.zhou@huawei.com>3 年前
update docs (0822) Signed-off-by: ester.zhou <ester.zhou@huawei.com> 3 年前
update 导入OpenHarmony工程 Signed-off-by: duangavin123 <duanxichao@huawei.com> 4 年前
Update docs against 114684+114616 Signed-off-by: wusongqing<wusongqing@huawei.com>6 个月前
Update docs against 114684+114616 Signed-off-by: wusongqing<wusongqing@huawei.com>6 个月前
Update docs (22205) Signed-off-by: ester.zhou <ester.zhou@huawei.com> 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://gitcode.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