Files
esp-idf/components/bootloader_support/src
Mahavir Jain 37e28522c2 fix: secure OTA without secure boot issue for MMU page size configurable SoCs
For secure app verification during OTA update case, the image was
getting memory mapped twice and hence the failure in verification.

Modified from memory mapped flash read to SPI flash read approach
for the MMU page size from image header.

Regression from 07318a49874d9b3be7fd1b81aa6657050497c511

Closes https://github.com/espressif/esp-idf/issues/15936
2025-05-14 10:53:46 +05:30
..