Skip to main content

esp_image_verify_bootloader

Function esp_image_verify_bootloader 

Source
pub unsafe extern "C" fn esp_image_verify_bootloader(
    length: *mut u32,
) -> esp_err_t
Expand description

@brief Verify the PRIMARY bootloader image.

@param[out] If result is ESP_OK and this pointer is non-NULL, it will be set to the length of the bootloader image.

@return As per esp_image_load_metadata().