Search found 3 matches
- Tue Oct 24, 2023 8:29 am
- Forum: General Discussion
- Topic: How to flash encrypted ESP32-C3
- Replies: 1
- Views: 1280
Re: How to flash encrypted ESP32-C3
In this use case , you should have pre-generated and burned an AES key that you know (noted down). If you know the key, you encrypt your firmware (user application) and write it to the external flash. If you don't know the key and have enabled the Release mode, this means that the key is randomly ge...
- Thu Feb 02, 2023 3:50 pm
- Forum: ESP-IDF
- Topic: Start one ESP application from another ESP application
- Replies: 3
- Views: 2206
Re: Start one ESP application from another ESP application
Thank you for the reply. It is exactly what I needed.
- Wed Feb 01, 2023 8:16 am
- Forum: ESP-IDF
- Topic: Start one ESP application from another ESP application
- Replies: 3
- Views: 2206
Start one ESP application from another ESP application
Hello, We are designing a SW that has a configuration with one Factory and two OTA sections. The Factory Application we want to use as a typical Flashbootloader. Therefore we are wondering if there is an Espressif mechanism to load&boot the main application from the Factory application. So far we ha...