Lines Matching full:image

151 Signing the sample image
157 To sign the sample image built in the previous step:
163 The above command creates an image file called :file:`zephyr.signed.bin` in the
166 For more information on image signing and ``west sign``, see the :ref:`west-sign`
169 Flashing the sample image
172 Upload the :file:`zephyr.signed.bin` file from the previous to image slot-0 of your
175 To upload the initial image file to an empty slot-0, use ``west flash`` like normal.
176 ``west flash`` will automatically detect slot-0 address and confirm the image.
182 The *signed* image file needs to be used specifically, otherwise the non-signed version
183 will be used and the image won't be runnable.
185 Sample image: hello world!
200 when using image management commands for updating firmware). This issue can be
214 * Sign the application image, see :ref:`smp_svr_sample_sign`
215 * Upload the signed image using :file:`mcumgr`
217 * Mark the uploaded image for testing using :file:`mcumgr`
219 * Confirm the uploaded image using :file:`mcumgr` (optional)
221 Direct image upload and Image mapping to MCUboot slot
227 For clarity, here is DTS label to slot to ``<image>`` translation table:
230 | DTS label | Slot | -n <image> |
232 | "image-0" | slot-0 | 1 |
234 | "image-1" | slot-1 | 0, 1 |
236 | "image-2" | | 2 |
238 | "image-3" | | 3 |
241 Upload the signed image
244 To upload the signed image, refer to the documentation for your chosen tool, select the new
250 the image slot, taking several dozen seconds for some targets.
259 Test the image
262 In order to instruct MCUboot to swap the images, the image needs to be tested first, making sure it
264 image.
267 There is not yet any way of getting the image hash without actually uploading the
268 image and getting the hash.
277 Confirm new image
280 The new image is now loaded into slot-0, but it will be swapped back into slot-1 on the next
281 reset unless the image is confirmed. Confirm the image using the tool of your choice.
283 Note that if you try to send the very same image that is already flashed in