Lines Matching refs:updater
12 …updater runs in the updater partition. It reads the misc partition information to obtain the updat…
17 base/update/updater/
19 ├── services # Service code of the updater
40 The updater runs in the updater partition. To ensure proper functioning of the updater, perform the…
42 1. Create a updater partition.
44 …updater partition is independent of other partitions. It is recommended that the size of the updat…
52 …updater needs to operate the partitions through the partition configuration table. The default fil…
54 4. Start the updater.
56 …it process in the updater partition has an independent configuration file named **init.cfg**. The…
58 5. Compile the updater.
60 a. Add the updater configurations to the **build/subsystem\_config.json** file.
65 "updater": {
66 "project": "hmf/updater",
67 "path": "base/update/updater",
68 "name": "updater",
73 b. Add the updater for the desired product.
75 For example, to add the updater for Hi3516D V300, add the following code to the **productdefine/co…
78 "updater:updater":{},
81 6. Compile the updater partition image.