-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement application description for ESP-IDF image format #695
Comments
Here is my progress with this issue: https://github.com/SergioGasquez/espflash/tree/feat/app-desc. Not sure what's wrong, but the app bootloops because the checksum verification fails or because there is an invalid segment length. Note that I've only updated the C6 bootloader |
@SergioGasquez I wonder why are you guys implementing this structure as part of In Shouldn't we use a similar approach for baremetal? |
Here's the macro in |
We created an issue on esp-hal to investigate implementing it there: esp-rs/esp-hal#3058 |
Related: #741 |
I guess the plan is to handle this in the HAL now, @SergioGasquez should we just close this? |
Details can be found in the ESP-IDF documentation:
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/app_image_format.html#application-description
The omission of this struct can cause issues when using newer versions of the bootloader.
The text was updated successfully, but these errors were encountered: