Firmware Supervisor status and error codes
Here is a list of Firmware Supervisor status and error codes.
Description | Code | Explanation |
Automatic Firmware Update In Progress | 16#fe0e | Displayed during an active firmware update. |
Automatic Firmware Update Failed: Firmware file incompatible with the module | 16#fe0f | Returned if the identity of the module does not match one of the identities in the NVS |
Automatic Firmware Update Failed: Firmware file not found | 16#fe10 | Unable to locate an NVS file that contains the new module revision. |
Automatic Firmware Update Failed: Firmware file Invalid | 16#fe11 | Returned if any of the NVS parameters are incorrect. For example, if the NVS file stated that the file size of the .bin file is different from the real size, this error is returned. |
Automatic Firmware Update Failed | 16#fe12 | General update error - returned if the error is not one of the other errors. |
Automatic Firmware Update Failed: Detected Active Connections | 16#fe13 | Returned if an active connection is made to or through the target module. |
Automatic Firmware Update pending: Searching NVS file for appropriate module identity | 16#fe14 | Returned while the function is searching for a valid entry. |
Provide Feedback