Search found 3 matches

by Binder
Sun Sep 03, 2023 10:19 am
Forum: ESP-IDF
Topic: What is the correct procedure to enable flash encryption with secure boot V2?
Replies: 1
Views: 2292

Re: What is the correct procedure to enable flash encryption with secure boot V2?

I have made some progress since my original post. I have changed the commands that is used for flashing in the module. All commands are done without resetting. I do a clean build and chip erase before this. idf.py -p COM5 bootloader-flash idf.py -p COM5 partition-table-flash idf.py -p COM5 app-flash...
by Binder
Sat Sep 02, 2023 7:42 pm
Forum: ESP-IDF
Topic: What is the correct procedure to enable flash encryption with secure boot V2?
Replies: 1
Views: 2292

What is the correct procedure to enable flash encryption with secure boot V2?

I am attempting to to enable flash encryption with secure boot V2 on a esp32-s3. I am sure I am overlooking something simple. Any advice would be appreciated. My use case is as follows: Have the bootloader signed with 3 keys. Sign the factory application with one of the keys. Allow the ESP32 to gene...
by Binder
Sat Jul 22, 2023 11:09 pm
Forum: ESP-IDF
Topic: ALPN protos causing HTTPS server to crash
Replies: 2
Views: 1146

ALPN protos causing HTTPS server to crash

I have recently upgraded my IDF from version 5.0.2 to 5.1. If ALPN is enabled then my server crashes on the first request to the server. It does not matter witch URI I do a request to. If ALPN is disabled everything works fine but the requests are slow (expected). The example in the IDF does work. P...