Lines Matching refs:partition
12 The updater runs in the updater partition. It reads the misc partition information to obtain the up…
21 │ ├── fs_manager # File system and partition management code
40 The updater runs in the updater partition. To ensure proper functioning of the updater, perform the…
42 1. Create a updater partition.
44 …partition is independent of other partitions. It is recommended that the size of the updater parti…
46 2. Create the misc partition.
48 …partition stores metadata required by the update subsystem during the update process. Such data in…
50 3. Prepare the partition configuration table.
52 …eds to operate the partitions through the partition configuration table. The default file name of …
56 The init process in the updater partition has an independent configuration file named **init.cfg**…
81 6. Compile the updater partition image.