nRF Connect SDK API 2.8.99
|
int dfu_target_suit_schedule_update | ( | int | img_num | ) |
#include <include/dfu/dfu_target_suit.h>
Schedule an update.
This call processes SUIT envelope and requests images update.
Firmware update will start after the device reboot. You can reboot device, for example, by calling dfu_target_suit_reboot().
[in] | img_num | Given image pair index or -1 for all of image pair indexes. |
0 | Successful request. |
negative_errno_code | Negative error code indicating the reason of failure. |