WINC1500 IoT Software APIs: m2m_ota_rollback

WINC1500 IoT Software API

WINC1500 IoT Software APIs  19.5.2
WINC Software API Reference Manual
m2m_ota_rollback

Functions

NMI_API sint8 m2m_ota_rollback (void)
 
NMI_API sint8 m2m_ota_rollback_crt (void)
 

Detailed Description

Request OTA Roll-back to the old (other) WINC image, the WINC firmware will check the validation of the Roll-back image and switch to it if it is valid. If the API response is success, system restart is required (re-initialize the driver with hardware rest) update the host driver version may be required if it is did not match the minimum version supported by the WINC firmware.

Request Cortus application OTA Roll-back to the old (other) cortus application image, the WINC firmware will check the validation of the Roll-back image and switch to it if it is valid. If the API response is success, system restart is required (re-initialize the driver with hardware rest) update the host driver version may be required.

Function Documentation

◆ m2m_ota_rollback()

NMI_API sint8 m2m_ota_rollback ( void  )
See also
m2m_ota_init m2m_ota_start_update
Returns
The function returns M2M_SUCCESS for successful operations and a negative value otherwise.

◆ m2m_ota_rollback_crt()

NMI_API sint8 m2m_ota_rollback_crt ( void  )
See also
m2m_ota_init m2m_ota_start_update_crt
Returns
The function returns M2M_SUCCESS for successful operations and a negative value otherwise.
Generated on Thu Jan 26 2017 22:15:21 for WINC1500 IoT Software APIs by   doxygen 1.8.13