提交 64c85031 编写于 作者: O openharmony_ci 提交者: Gitee

!1076 英文文档更新:移植目录架构调整

Merge pull request !1076 from ester.zhou/TR-porting
# Development Board Porting # Introduction
OpenHarmony has organized a Special Interest Group (SIG) [SIG_DevBoard](https://gitee.com/openharmony/community/blob/master/sig/sig-devboard/sig_devboard.md) to provide support for third-party development boards. OpenHarmony has organized a Special Interest Group (SIG) [SIG_DevBoard](https://gitee.com/openharmony/community/blob/master/sig/sig-devboard/sig_devboard.md) 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. 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.
...@@ -9,7 +9,7 @@ Before learning about how to port the code of a development board, take a look a ...@@ -9,7 +9,7 @@ Before learning about how to port the code of a development board, take a look a
| Small-system devices| Memory > 1 MB, with MMU| LiteOS-A and Linux| | Small-system devices| Memory > 1 MB, with MMU| LiteOS-A and Linux|
| Standard-system devices| Memory > 128 MB| Linux | | Standard-system devices| Memory > 128 MB| Linux |
## Code Preparation # 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. 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.
...@@ -19,7 +19,7 @@ repo init -u https://gitee.com/openharmony-sig/manifest.git -b master -m devboar ...@@ -19,7 +19,7 @@ repo init -u https://gitee.com/openharmony-sig/manifest.git -b master -m devboar
The download steps for other resources are the same as those in the mainline version. The download steps for other resources are the same as those in the mainline version.
## Porting Procedure # Porting Procedure
- [Mini System SoC Porting Guide](porting-minichip.md) - [Mini System SoC Porting Guide](porting-minichip.md)
- [Porting Preparations](porting-chip-prepare.md) - [Porting Preparations](porting-chip-prepare.md)
...@@ -49,11 +49,10 @@ The download steps for other resources are the same as those in the mainline ver ...@@ -49,11 +49,10 @@ The download steps for other resources are the same as those in the mainline ver
- [Overview](porting-smallchip-driver-overview.md) - [Overview](porting-smallchip-driver-overview.md)
- [Platform Driver Porting](porting-smallchip-driver-plat.md) - [Platform Driver Porting](porting-smallchip-driver-plat.md)
- [Device Driver Porting](porting-smallchip-driver-oom.md) - [Device Driver Porting](porting-smallchip-driver-oom.md)
- [Standard System Porting Guide](standard-system-porting-guide.md) - Standard System SoC Porting Guide
- [A Method for Rapidly Porting the OpenHarmony Linux Kernel](porting-linux-kernel-overview.md) - [Standard System Porting Guide](standard-system-porting-guide.md)
- [A Method for Rapidly Porting the OpenHarmony Linux Kernel](porting-linux-kernel.md)
# Third-Party Library Porting Guide - [Third-Party Library Porting Guide for Mini and Small Systems](porting-thirdparty.md)
- [Overview](porting-thirdparty-overview.md)
- [Overview](porting-thirdparty-overview.md) - [Porting a Library Built Using CMake](porting-thirdparty-cmake.md)
- [Porting a Library Built Using CMake](porting-thirdparty-cmake.md) - [Porting a Library Built Using Makefile](porting-thirdparty-makefile.md)
- [Porting a Library Built Using Makefile](porting-thirdparty-makefile.md) \ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册