Lines Matching refs:update
11 …update capability. Your devices will be able to support OTA update after secondary development bas…
16 /base/update/sys_installer_lite
18 ├── frameworks # OTA update implementation, including update package parsing, verification,…
26 └── kits # OTA update APIs
31 …update subsystem is compiled using the C language. Currently, only the Hi3518EV300, Hi3516DV300, a…
35 Add the dependency on the update subsystem. The following uses the Hi3516D V300 development board a…
37 - Add **update** to the **subsystem\_list field in the vendor\\hisilicon\\ipcamera\_hi3516dv30…
41 "subsystem": "update",
49 - Add the **update.json** file to the **build\\lite\\components** directory.
58 "base/update/sys_installer_lite/frameworks",
59 "base/update/sys_installer_lite/interfaces/kits"
62 "//base/update/sys_installer_lite/frameworks:sys_installer_lite"
68 - Add test code. For example, add **subsystem\_test** to the **base\\update\\ota\_lite\\framew…
70 - Run the following commands to compile the system. You can experience the OTA update function af…
80 [Update subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/update.md)
82 **update\_ota\_lite**