Hi
I'm developing a product with an ESP32 C5 and IDF v5.5.
For production, I'd like to enable:
- secure boot v2
- signed app images (yes, this product will have OTA)
- encrypted flash
- secure UART ROM download mode
My issue right now is that if I enable secure boot, the serial flasher download ...
Search found 3 matches
- Tue Aug 12, 2025 1:34 am
- Forum: ESP-IDF
- Topic: Security and development: enabling secure boot after signed app images
- Replies: 2
- Views: 1110
- Fri Jan 07, 2022 12:11 am
- Forum: ESP-IDF
- Topic: Tagged version differences in git (release/v4.3 vs v4.3)
- Replies: 2
- Views: 3506
Re: Tagged version differences in git (release/v4.3 vs v4.3)
Thanks for the reply, I appreciate your time
Grant
Grant
- Thu Jan 06, 2022 12:12 am
- Forum: ESP-IDF
- Topic: Tagged version differences in git (release/v4.3 vs v4.3)
- Replies: 2
- Views: 3506
Tagged version differences in git (release/v4.3 vs v4.3)
Hi
Can someone please tell me what the difference is between
1. git clone -b release/v4.3 --recursive https://github.com/espressif/esp-idf.git
and
2. git clone -b v4.3 --recursive https://github.com/espressif/esp-idf.git
The downloaded idf is different in each case. So which version is the ...
Can someone please tell me what the difference is between
1. git clone -b release/v4.3 --recursive https://github.com/espressif/esp-idf.git
and
2. git clone -b v4.3 --recursive https://github.com/espressif/esp-idf.git
The downloaded idf is different in each case. So which version is the ...