Search found 4 matches
- Tue Sep 17, 2024 4:38 am
- Forum: General Discussion
- Topic: Secure Boot V2 and Flash Encryption
- Replies: 1
- Views: 1370
Re: Secure Boot V2 and Flash Encryption
You’re almost correct, but there’s an important detail regarding Release mode: OTA Update: In Release mode with Flash Encryption and Secure Boot V2, you can send the firmware image in plaintext. The image needs to be signed before sending, and the device will verify the signature and encrypt the ima...
- Wed Sep 04, 2024 6:35 am
- Forum: General Discussion
- Topic: Secure boot ESP32S3
- Replies: 2
- Views: 1763
Re: Secure boot ESP32S3
Hi Bao Doan, It's important to note that enabling secure boot and flash encryption solely through code without modifying menuconfig is not entirely possible. The reason is that these features require specific configurations and code to be included in your project, which are only pulled in when you e...
- Mon Jun 03, 2024 8:25 am
- Forum: ESP-IDF
- Topic: Local HTTPS Server for OTA using OpenSSL Version 3.x not working
- Replies: 7
- Views: 2116
Re: Local HTTPS Server for OTA using OpenSSL Version 3.x not working
Could you please try the following steps: 1. Start a server on Windows 11 using a Python-based command, and check if the file can be downloaded using a browser or curl from the same system & different systems on the same network as well. 2. Upload the image to the GitHub channel and provide the corr...
- Wed May 22, 2024 6:33 am
- Forum: ESP-IDF
- Topic: Local HTTPS Server for OTA using OpenSSL Version 3.x not working
- Replies: 7
- Views: 2116
Re: Local HTTPS Server for OTA using OpenSSL Version 3.x not working
Could you please upload debug logs for this issue?
Alternatively, you can try starting the Python-based server by following the instructions provided at https://github.com/espressif/esp-idf/tr ... sed-server
Alternatively, you can try starting the Python-based server by following the instructions provided at https://github.com/espressif/esp-idf/tr ... sed-server