文件最后提交记录最后更新时间
删除冗余文件3 年前
纯净版4 年前
update zh-cn/device-dev/porting/Readme-CN.md.3 年前
update zh-cn/device-dev/porting/porting-asr582x-combo-demo.md.2 年前
IssueNo: https://gitee.com/openharmony/build/issues/IAJZDI1 年前
update zh-cn/device-dev/porting/porting-chip-faqs.md.3 年前
update zh-cn/device-dev/porting/porting-cst85f01-combo-demo.md.2 年前
TicketNo:#IALETG Description:解决文档中图片不显示问题。 Signed-off-by: xuqibin <935159042@qq.com>1 年前
fix:The method of porting the OpenHarmony Linux kernel needs to be updated2 年前
update zh-cn/device-dev/porting/porting-minichip-kernel.md.3 年前
update zh-cn/device-dev/porting/porting-minichip-overview.md.3 年前
update zh-cn/device-dev/porting/porting-minichip-prepare.md.3 年前
update zh-cn/device-dev/porting/porting-minichip-subsys-communication.md.3 年前
update zh-cn/device-dev/porting/porting-minichip-subsys-driver.md.3 年前
【OpenHarmony开源贡献者计划2022】update zh-cn/device-dev/porting/porting-minichip-subsys-filesystem.md3 年前
移植3 年前
update zh-cn/device-dev/porting/porting-minichip-subsys-overview.md.3 年前
移植3 年前
update zh-cn/device-dev/porting/porting-minichip-subsys-startup.md.2 年前
移植3 年前
update zh-cn/device-dev/porting/porting-smallchip-driver-oom.md.2 年前
update zh-cn/device-dev/porting/porting-smallchip-driver-overview.md.2 年前
update zh-cn/device-dev/porting/porting-smallchip-driver-plat.md.2 年前
update zh-cn/device-dev/porting/porting-smallchip-kernel-a.md.3 年前
cherry pick a0c53b8 from https://gitee.com/li-yan339/docs/pulls/688551 年前
update zh-cn/device-dev/porting/porting-smallchip-prepare-building.md.2 年前
快速入门优化3 年前
update zh-cn/device-dev/porting/porting-stm32f407-on-minisystem-eth.md.3 年前
IssueNo: https://gitee.com/openharmony/build/issues/IAJZDI1 年前
update zh-cn/device-dev/porting/porting-thirdparty-cmake.md.3 年前
refactor: sysroot部件化3 年前
纯净版4 年前
!9703 修改拼写问题【需要翻译】3 年前
update zh-cn/device-dev/porting/porting-yangfan-on_standard-demo.md.3 年前
update zh-cn/device-dev/porting/standard-system-porting-guide.md.2 年前
Readme-CN.md

概述

目前OpenHarmony已经成立了SIG组sig_devboard。该SIG组以支持更多第三方开发板为目标,提供开发板移植的支撑。

在了解开发板移植前,需要先了解一下OpenHarmony对设备的分类。不同设备类型的移植方法会有较大差异。

设备类型 硬件要求 支持的内核
轻量系统类设备 内存>128KB LiteOS-M
小型系统类设备 内存>1MB、有MMU LiteOS-A、Linux
标准系统类设备 内存>128MB Linux

代码准备

目前OpenHarmony已经为各厂家创建了仓库并在OpenHarmony-sig中进行孵化。参与孵化仓开发,需要使用如下方法初始化和下载代码。

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

其他下载步骤与主线相同。

芯片移植指导

芯片移植案例