Found 9 other functions taking a
esp_partition_pos_t
argument:
Verify an app image. If encryption is enabled, data will be transparently decrypted. Image validation checks: - Magic byte. - Partition smaller than 16MB. - All segments & image fit in partition. - 8 bit image checksum is valid. - SHA-256 of image is valid (if image has this appended). - (Signature) if signature verification is enabled.
Read ota_info partition and fill array from two otadata structures.
Load an app image without verification (available only in space of bootloader). If encryption is enabled, data will be transparently decrypted.
Get metadata of app If encryption is enabled, data will be transparently decrypted.
Verify and load an app image (available only in space of bootloader). If encryption is enabled, data will be transparently decrypted. Image validation checks: - Magic byte. - Partition smaller than 16MB. - All segments & image fit in partition. - 8 bit image checksum is valid. - SHA-256 of image is valid (if image has this appended). - (Signature) if signature verification is enabled.