未验证 提交 3861d5f4 编写于 作者: K king_he 提交者: Gitee

update en/readme/update.md.

Signed-off-by: Nking_he <6384784@qq.com>
上级 59588cb3
# Update<a name="EN-US_TOPIC_0000001149909821"></a>
# Update
## Introduction<a name="section184mcpsimp"></a>
## Introduction
The Update subsystem helps you implement over the air \(OTA\) update of OpenHarmony devices. The update subsystem consists of the following:
1. Packaging tool
- Packaging tool
The packaging tool is developed using Python and deployed on the PC to prepare update packages. It packages each update image, signs the update package, generates the update package execution script, and finally creates an update package. After the execution script is run on a OpenHarmony device, the device parses and executes the script to complete the update process.
......@@ -15,11 +15,11 @@ The Update subsystem helps you implement over the air \(OTA\) update of OpenHarm
The packaging tool signs the **update.bin** file and the generated update package \(**.zip** file\) independently.
2. Update service
- Update service
The update service is used to search, download, and trigger updates.
3. Updater
- Updater
The updater is the core module of the update subsystem. It provides the following functions:
......@@ -29,7 +29,7 @@ The Update subsystem helps you implement over the air \(OTA\) update of OpenHarm
4. Installs the related component packages based on the update script.
5. Performs post-processing after the update is complete, for example, deleting the update package and recording the update status.
4. Update app
- Update app
The upgrade app is used to trigger search and download of update packages.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册