#include <include/net/nrf_cloud.h>
Status flags for tracking the update process of the b1 bootloader (MCUBOOT)
Enumerator |
---|
NRF_CLOUD_FOTA_BL_STATUS_CLEAR | Initial state
|
NRF_CLOUD_FOTA_BL_STATUS_S0_FLAG_SET | Indicates if the NRF_CLOUD_FOTA_BL_STATUS_S0_WAS_ACTIVE flag has been updated
|
NRF_CLOUD_FOTA_BL_STATUS_S0_WAS_ACTIVE | Indicates if slot 0 was active prior to the update
|
NRF_CLOUD_FOTA_BL_STATUS_REBOOTED | Indicates if the planned reboot has occurred during the update install process
|