nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_modem_bootloader_update()

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.

Return values
0on success.
-NRF_EOPNOTSUPPIf the modem is not in a state to receive.
-NRF_EPERMWhen modem did not accept the flash programming request.
-NRF_ENOEXECWhen flash programming failed.
-NRF_ETIMEDOUTWhen modem did not respond.
-NRF_EIOWhen incorrect response received from modem.