Lines Matching refs:package
16 - Full package: an update package that packs all images of the target version.
18 - Differential package: an update package that packs the differential images between the source ver…
23 … update package and upload the update package to the OTA server. Devices integrating the OTA updat…
36 …and small systems support update using a full package, but not a differential package or an update…
53 <a href="#making-an-update-package">2. Use the packaging tool to generate an update package.</a>
59 <a href="#uploading-the-update package">3. Upload the update package to the vendor's OTA server.</a>
61 <a href="#downloading-the-update-package">4. Download the update package from the vendor's OTA serv…
78 …package. You need to specify the private key file in the command used for preparing the update pac…
120 <package>
129 </package>
138 …e)| info| prdID | Yes| Reserved. This field does not affect the generation of the update package.|
139 … Yes| Software version number, that is, the version number of the update package. Ensure that the …
140 …Yes| Date when the update package is generated. This field is reserved and does not affect the gen…
141 …Yes| Time when the update package is generated. This field is reserved and does not affect the gen…
142 …nent or image file to be packed into the update package. It is the root directory of the version p…
145 …ponent| resType | Yes| Reserved. This field does not affect the generation of the update package.|
146 … be a full or differential package. The value **0** indicates a full package, and value **1** indi…
149 …> As mini and small systems do not support updating with a differential package, **compType** must…
151 > For mini and small systems, an update package cannot be created by changing partitions.
153 4. Create the **OTA.tag** file, which contains the magic number of the update package. The magic nu…
168 6. Generate the update package.
175 - **./output\_package/**: output path of the update package
205 4. Configure the list of products supported by the current update package in **BOARD.list** in the …
217 5. Configure the versions supported by the current update package in **VERSION.mbn** in the **updat…
233 …ntal (differential) package, also prepare a source version package (source\_package) in the same f…
235 7. If you create an update package with partitions changed, also provide the partition table file n…
260 8. Generate the update package.
262 **Full package**
272 - **./output\_package/**: output path of the update package
275 **Incremental (differential) package**
285 - **./output\_package/**: output path of the update package
286 …** file. For update using a differential package, use the **-s** parameter to specify the source v…
289 **Update package with partitions changed**
299 - **./output\_package/**: output path of the update package
306 Upload the update package to the vendor's OTA server.
311 1. Download the update package from the OTA server.
330 The update package is generated by following the instructions provided in Generating a Public/Priva…
335 1. Download the update package for the current device, and then call the **HotaInit** function to i…
344 …Perform an OTA update using the update package format and verification method provided by OpenHarm…
399 The update package is generated in other ways instead of following the instructions provided in "Ge…
404 1. Download the update package for the current device, and then call the **HotaInit** function to i…
406 2. Call the **HotaSetPackageType** function to set the package type to **NOT\_USE\_DEFAULT\_PKG**.
419 …Perform an OTA update using the update package format and verification method not provided by Open…
491 …module to perform functions such as signature verification of the update package, anti-rollback, a…
511 1. Download the update package through the update application.
521 1. Displaying the update package installation progress:
539 2. Install the A/B update package in the specified path.
549 …4. Obtain the installation status of the update package (0: not started; 1: installing; 2: install…
580 1. An exception occurs during installation of the update package.
581 …s running with the current version. It will attempt a new update in the next package search period.
583 2. An exception occurs during activation of the new version if the update package is installed in a…
589 In normal cases, the device can download the update package from the OTA server in the background, …