-
Notifications
You must be signed in to change notification settings - Fork 93
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
create_esp_enc_img does not run when input file is present (IDFGH-13194) (IEC-133) #349
Closed
3 tasks done
Labels
Comments
github-actions
bot
changed the title
create_esp_enc_img does not run when input file is present
create_esp_enc_img does not run when input file is present (IDFGH-13194)
Jul 3, 2024
mahavirj
added a commit
that referenced
this issue
Jul 3, 2024
github-actions
bot
changed the title
create_esp_enc_img does not run when input file is present (IDFGH-13194)
create_esp_enc_img does not run when input file is present (IDFGH-13194) (IEC-133)
Jul 3, 2024
mahavirj
added a commit
that referenced
this issue
Jul 3, 2024
1 task
mahavirj
added a commit
that referenced
this issue
Jul 4, 2024
mahavirj
added a commit
that referenced
this issue
Jul 10, 2024
…ed binary Also changed the target name to dynamic one - based on output file name Closes #349
Still have this issue on release/v5.1 branch. Fixed by updating the dependencies. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Answers checklist.
IDF version.
5.2.2
Operating System used.
Linux
How did you build your project?
VS Code IDE
If you are using Windows, please specify command line type.
None
What is the expected behavior?
I expect
create_esp_enc_img
to keep the encrypted image updatedWhat is the actual behavior?
The output image is created once and never updated when the input binary file changes
Steps to reproduce.
espressif__esp_encrypted_img
componentcreate_esp_enc_img(${CMAKE_BINARY_DIR}/${CMAKE_PROJECT_NAME}.bin, ${project_dir}/rsa_key/private.pem, ${CMAKE_BINARY_DIR}/${CMAKE_PROJECT_NAME}.bin.enc app)
in aCMakeLists.txt
fileBuild or installation Logs.
Clean build log:
Dirty build log
It can be clearly seen that the function is never called in the second log
The text was updated successfully, but these errors were encountered: