nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ bl_validate_firmware()

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.

Parameters
[in]fw_dst_addressAddress where the firmware will be written.
[in]fw_src_addressAddress of the firmware to be validated.
Return values
trueif the image is valid
falseif the image is invalid