-
Notifications
You must be signed in to change notification settings - Fork 176
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
Update esp_encrypted_img Component Version (CON-1588) #1318
Comments
I do not see any feature addition in the changelog of Do you have any specific need for using Purpose of pinning the exact version was to make sure that connectedhomeip do not break when For a quick fix, please change the version in this file and give it a go: esp-matter/connectedhomeip/connectedhomeip/config/esp32/components/chip/idf_component.yml Please let me know it this works for you, so that I can put up the changes in connectedhomeip and then roll the submodule in esp-matter |
Hi @shubhamdp The reason of the requirement is that the example use this definition in the configuration and it uses the function esp_encrypted_img_get_header_size() only available from the version 2.2.0 I will make the change and I will confirm you if it worked. |
@leandropg appreciate the efforts for pointing out the breakage. Please let us know if it works, and I'll roll up the version, do some tests, and update the submodule here. Also, which esp-matter branch/commit are you using? It would help decide releases for back porting this change. |
Hi @shubhamdp Changing the version there to Currently my Matter environment is pointing to |
I have raised the PR here: project-chip/connectedhomeip#37950, PTAL! |
Currently, I am developing a product using the ESP Matter SDK. For the characteristic of the project, I am using HTTPS OTA and specifically the OTA Upgrades with Pre-Encrypted Firmware.
In the example pre_encrypted_ota it uses the the external component espressif/esp_encrypted_img in the latest version 2.3.0.
But this configuration in the ESP Matter SDK restrict to use in the project only the version 2.1.0:
esp-matter/idf_component.yml
Lines 78 to 82 in 51e5f95
Hence when I configured in my project to use the latest version 2.3.0.
I obtained this error in compilation time:
Could you update this configuration to set the latest version available 2.3.0?
Thanks in advance.
The text was updated successfully, but these errors were encountered: