nrfxlib API 2.8.99
|
int nrf_modem_bootloader_update | ( | void | ) |
#include <nrf_modem/include/nrf_modem_bootloader.h>
Complete bootloader or firmware update.
This call ensures that all parts from internal update buffers have been written to the modem. Call after the final bootloader segment or the final firmware segment has been written.
0 | on success. |
-NRF_EOPNOTSUPP | If the modem is not in a state to receive. |
-NRF_EPERM | When modem did not accept the flash programming request. |
-NRF_ENOEXEC | When flash programming failed. |
-NRF_ETIMEDOUT | When modem did not respond. |
-NRF_EIO | When incorrect response received from modem. |