-
Notifications
You must be signed in to change notification settings - Fork 173
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
How to reflash nvs-key partition when flash encryption is enabled #151
Comments
How about using --force option as instruction said.
|
Hi, Anyway I tried the following:
But after doing that it doesn't work either. Asier. |
Hi, |
Sorry, it's too late. |
We have added a guide on how to encrypt nvs in esp32. https://github.com/SmartThingsCommunity/st-device-sdk-c-ref/blob/develop/doc/nvs_encryption_esp32.md |
Hi,
I'm trying to flash nvs-key partition again when "encrypted flash on boot" option is enabled.
I add two options to parttool.py:
--esptool-write-args encrypt
--partition-table-file partitions.2MB.csv
How should I do it?
Thanks,
Asier
The text was updated successfully, but these errors were encountered: