-
Notifications
You must be signed in to change notification settings - Fork 108
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
Encrypted Flash option with Example #152
base: feature/encrypted-flash
Are you sure you want to change the base?
Conversation
* add esp32 p4 stub and target code * update esp32p4 magic value * add all listed esp32 p4 magic values
…pression and encrypted flashing.
Did you take a look at the pull request: #145 Also it seems you are adding esp32P4 which is already added in current Sort of duplicate ? |
Hi, thank you, I will take a look. Also I wanted to ask you, are there any plans of pushing the encrypted-flash feature branch into main, so this functionality can be used via CDN? If yes, do you have any idea when, or what needs to be done in order to do so? Please let me know if I can be of any help, since this would greatly help us. @brianignacio5 |
Hi @fred0plays ! thank you for the feedback. We want to push #145 or encrypt flash functionality but so far I've not received review to the PR itself. If I can have others test it we could move forward to add it to main and next release. If you can have the time please take a look. |
What is the state of this? Is it abandoned - or is it due to be merged into main? |
Hi,
we have created a working example that supports flashing encrypted firmware via checkboxes in the example.
This implementation has been tested on 2 different ESP devices (WROVER and WROOM).
Hope it helps.