![]() |
nRF Connect SDK API 3.3.99
|
| bool bl_validate_firmware | ( | uint32_t | fw_dst_address, |
| uint32_t | fw_src_address ) |
#include <include/bl_validation.h>
Function for validating firmware.
This will run a series of checks on the fw_src_address contents, then locate the validation info and check the signature of the image.
| [in] | fw_dst_address | Address where the firmware will be written. |
| [in] | fw_src_address | Address of the firmware to be validated. |
| true | if the image is valid |
| false | if the image is invalid |