Lines Matching full:image
8 receive the firmware image binary from the Distributor node.
20 started. Each firmware image in the image list must be independently updatable, and should have its
24 firmware update capabilities could have three entries in the firmware image list, each with their
31 the binary image. The interaction between the Firmware Update Server, BLOB Transfer Server and
44 firmware image metadata. The Firmware Update Server performs the transfer check by calling the
61 :ref:`bluetooth_mesh_models_rpr_srv` is supported, the Composition Data of the new firmware image
63 firmware image will be represented by Models Metadata Page 128. Composition Data Pages 0, 1 and 2,
65 firmware image until the device is reprovisioned with Node Provisioning Protocol Interface (NPPI)
73 and 130. The Models Metadata for the old image will be loaded into Models Metadata Page 0, and the
74 Models Metadata for the new image will be loaded into Models Metadata Page 128.
79 and working with the old firmware after the new firmware image is applied.
85 about which image is being updated, as well as the update metadata.
94 transfer. The entire firmware image is transferred to the BLOB Transfer Server, which passes the
95 image to its assigned BLOB Writer.
100 Image verification
103 After the BLOB transfer has finished, the application should verify the image in any way it can to
104 ensure that it is ready for being applied. Once the image has been verified, the application calls
107 If the image can't be verified, the application calls :c:func:`bt_mesh_dfu_srv_rejected`.
109 Applying the image
112 Finally, if the image was verified, the Distributor may instruct the Firmware Update Server to apply
114 <bt_mesh_dfu_srv_cb.apply>` callback. The application should swap the image and start running with
115 the new firmware. The firmware image table should be updated to reflect the new firmware ID of the
116 updated image.
120 After booting up with the new firmware, the firmware image table should be updated before the
123 The Distributor will read out the firmware image table to confirm that the transfer was successfully