From bf9ce27e973a511fef1b4d2d668aa06b19f47645 Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Thu, 7 Apr 2022 09:07:59 +0800 Subject: [PATCH] add and update docs Signed-off-by: ester.zhou --- en/device-dev/porting/Readme-EN.md | 7 ++++++- .../porting/porting-bes2600w-on-minisystem-display-demo.md | 2 +- en/device-dev/porting/porting-minichip-cases.md | 3 +++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 en/device-dev/porting/porting-minichip-cases.md diff --git a/en/device-dev/porting/Readme-EN.md b/en/device-dev/porting/Readme-EN.md index 2c6b4ea35c..ae6fbd84d5 100644 --- a/en/device-dev/porting/Readme-EN.md +++ b/en/device-dev/porting/Readme-EN.md @@ -56,4 +56,9 @@ The download steps for other resources are the same as those in the mainline ver - [Third-Party Library Porting Guide for Mini and Small Systems](porting-thirdparty.md) - [Overview](porting-thirdparty-overview.md) - [Porting a Library Built Using CMake](porting-thirdparty-cmake.md) - - [Porting a Library Built Using Makefile](porting-thirdparty-makefile.md) \ No newline at end of file + - [Porting a Library Built Using Makefile](porting-thirdparty-makefile.md) + +## SoC Porting Cases + +- [Mini System SoC Porting Cases](porting-minichip-cases.md) + - [Mini-System Devices with Screens — Bestechnic SoC Porting Case](porting-bes2600w-on-minisystem-display-demo.md) diff --git a/en/device-dev/porting/porting-bes2600w-on-minisystem-display-demo.md b/en/device-dev/porting/porting-bes2600w-on-minisystem-display-demo.md index 3b66cddf8b..651407e8a5 100644 --- a/en/device-dev/porting/porting-bes2600w-on-minisystem-display-demo.md +++ b/en/device-dev/porting/porting-bes2600w-on-minisystem-display-demo.md @@ -1,6 +1,6 @@ -# Mini-system Devices with Screens — Bestechnic SoC Porting Case +# Mini-System Devices with Screens — Bestechnic SoC Porting Case This document exemplifies the porting procedure for a development board on a mini-system device with a screen – an intelligent switch panel. It uses the BES multi-modal V200Z-R development board powered by the Bestechnic BES2600W SoC as an example. Components such as `ace_engine_lite`, `graphic_ui`, `aafwk_lite`, `appexecfwk_lite`, and `HDF` are adapted based on the OpenHarmony LiteOS-M kernel. This example uses the board-SoC separation solution as the porting architecture, the Newlib C or Musl C library as the toolchain, and GN and Kconfig graphical configuration for LiteOS-M kernel compilation. diff --git a/en/device-dev/porting/porting-minichip-cases.md b/en/device-dev/porting/porting-minichip-cases.md new file mode 100644 index 0000000000..3733126bdf --- /dev/null +++ b/en/device-dev/porting/porting-minichip-cases.md @@ -0,0 +1,3 @@ +# Mini System SoC Porting Cases + +- **[Mini-System Devices with Screens — Bestechnic SoC Porting Case](porting-bes2600w-on-minisystem-display-demo.md)** -- GitLab