Closed
Description
I'm using ESP32S3. I enabled Flash Encryption using a hello world ESP-IDF project. Then I flashed my esp-rs project (without bootloader), but it stopped working. The bootloader complained someting about "efuse blk revision", but I think it's just bad image data.
I compared the image of the ESP-IDF project and the esp-rs project. Both have the esp_image_header_t
header, but the esp-rs
binary does not have the app description header.
It works if I use the bootloader from esp-rs
, (generate a merged image, encrypt and flash).
Is this expected? I thought the bootloader is generic, but maybe something changed between v5.1 and v5.4?
Not sure if this is related to #745
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status