diff --git a/en/device-dev/device-dev-guide.md b/en/device-dev/device-dev-guide.md index 01a4430c3b51bbf5589007615b5f69c9ced0a469..65f1bdf8e5afcdaa4c8d092f68d87eb6ad406693 100644 --- a/en/device-dev/device-dev-guide.md +++ b/en/device-dev/device-dev-guide.md @@ -36,7 +36,7 @@ In addition, OpenHarmony provides a wide array of system components that can be | Getting started | Getting started with setup, build, burning, debugging, and running of OpenHarmony | - [Mini and Small System Overview](quick-start/quickstart-ide-lite-overview.md)| | Basic capabilities | Using basic capabilities of OpenHarmony | - [Kernel for Mini System](kernel/kernel-mini-overview.md)
- [Kernel for Small System](kernel/kernel-small-overview.md)
- [HDF](driver/driver-hdf-overview.md)
- [Subsystems](subsystems/subsys-build-mini-lite.md)
- [Security Guidelines](security/security-guidelines-overall.md)
- [Privacy Protection](security/security-privacy-protection.md)| | Advanced development | Developing smart devices based on system capabilities | - [WLAN-connected Products](guide/device-wlan-led-control.md)
- [Cameras Without a Screen](guide/device-iotcamera-control-overview.md)
- [Cameras with a Screen](guide/device-camera-control-overview.md) | -| Porting and adaptation | - Porting and adapting OpenHarmony to an SoC
- Porting and adapting OpenHarmony to a third-party library
- Third-party vendor porting cases
| - [Mini System SoC Porting Guide](porting/porting-minichip.md)
- [Small System SoC Porting Guide](porting/porting-smallchip-prepare-needs.md)
- [Third-Party Library Porting Guide for Mini and Small Systems](porting/porting-thirdparty-overview.md)
- [Mini-System Devices with Screens — Bestechnic SoC Porting Case](porting-bes2600w-on-minisystem-display-demo.md)
- [Combo Solution – ASR Chip Porting Case](porting/porting-asr582x-combo-demo.md)
| +| Porting and adaptation | - Porting and adapting OpenHarmony to an SoC
- Porting and adapting OpenHarmony to a third-party library
- Third-party vendor porting cases
| - [Mini System SoC Porting Guide](porting/porting-minichip.md)
- [Small System SoC Porting Guide](porting/porting-smallchip-prepare-needs.md)
- [Third-Party Library Porting Guide for Mini and Small Systems](porting/porting-thirdparty-overview.md)
- [Mini-System Devices with Screens — Bestechnic SoC Porting Case](porting/porting-bes2600w-on-minisystem-display-demo.md)
- [Combo Solution – ASR Chip Porting Case](porting/porting-asr582x-combo-demo.md)
| | Contributing components | Contributing components to OpenHarmony | - [HPM Part Overview](hpm-part/hpm-part-about.md)
- [HPM Part Development](hpm-part/hpm-part-development.md)
- [HPM Part Reference](hpm-part/hpm-part-reference.md) | | Reference | Referring to development specifications | [FAQs](faqs/faqs-overview.md) | diff --git a/en/device-dev/subsystems/subsys-boot.md b/en/device-dev/subsystems/subsys-boot.md index f4d2e36562e6766d51b5f4bcbef0843ac69488c7..a5b61f59149cd57c0df24fa4d656e92271808808 100644 --- a/en/device-dev/subsystems/subsys-boot.md +++ b/en/device-dev/subsystems/subsys-boot.md @@ -3,7 +3,6 @@ - **[Startup](subsys-boot-overview.md)** - **[init Module](subsys-boot-init.md)** - **[appspawn Module](subsys-boot-appspawn.md)** -- **[appspawn Module for the Standard System](subsys-boot-appspawn-standard.md)** - **[bootstrap Module](subsys-boot-bootstrap.md)** - **[syspara Module](subsys-boot-syspara.md)** - **[FAQs](subsys-boot-faqs.md)** diff --git a/en/device-dev/website.md b/en/device-dev/website.md index 7aa6c47b823301d3554a80d04b2c6f9a0c466270..5807147be58a44f7fe2e9da0ee47bd33e267f1ea 100644 --- a/en/device-dev/website.md +++ b/en/device-dev/website.md @@ -463,7 +463,6 @@ - [Startup](subsystems/subsys-boot-overview.md) - [init Module](subsystems/subsys-boot-init.md) - [appspawn Module](subsystems/subsys-boot-appspawn.md) - - [appspawn Module for the Standard System](subsystems/subsys-boot-appspawn-standard.md) - [bootstrap Module](subsystems/subsys-boot-bootstrap.md) - [syspara Module](subsystems/subsys-boot-syspara.md) - [FAQs](subsystems/subsys-boot-faqs.md)