-
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
Flash encryption #145
base: main
Are you sure you want to change the base?
Flash encryption #145
Conversation
Download the artifacts for this pull request: |
b4d8753
to
ced3737
Compare
I've just testet it. Simple test in js.
Error
|
The end error lets me to believe that the chip is not detected properly. Could you modify: const loaderOptions= {
transport,
baudrate: parseInt(115200),
terminal: espLoaderTerminal,
debugLogging: true,
}; and please share what is the chip magic number output ? Which esp32s3 board are you using ? |
Yeah, it sure does look like that, this is the output with debugLogging
|
What is the terminal output ? What is printed in |
My bad, here it is
|
I don't see
I have here a ESP32-C3 DevKitC-1 and seems to be working. |
Add option for flash encryption by enabling the file encrypt flag and flash encrypted data command.
Fix #95
Fix #139
PTAL and test on spare device to avoid damage on important devices.