MCUboot test and confirm with DFU Target library

I'm adding MCUboot to my application and we'll be using our own app to upload new firmware over BLE to the device over our custom comms protocol. I can use the DFU Target library to transfer the uploaded blocks into the second application slot, and it looks as if dfu_target_schedule_update() will mark the image as ready to load on next reboot.

My question is, how do you set up a test reboot and how do you confirm it once comms has been reestablished in the new image?

Parents Reply Children
Related