Search found 9 matches
- Wed Jan 24, 2024 2:56 pm
- Forum: Hardware
- Topic: ESP32C6 burning fuses
- Replies: 1
- Views: 797
ESP32C6 burning fuses
Hi all, I need to read and write fuses directly from the application, but I have some issue. The couple of functions esp_efuse_read_block/esp_efuse_write_block works fine for BLOCK4/BLOCK5/BLOCK6 but if I try on BLOCK0 it returns everytime ESP_ERR_INVALID_ARG. Someone can help me? Inside the functio...
- Fri Oct 20, 2023 10:19 am
- Forum: ESP-IDF
- Topic: [Solved] Secure boot V2 fails
- Replies: 1
- Views: 4173
Re: Secure boot V2 fails
Solved.
I selected the wrong cryptographic key format.
I selected the wrong cryptographic key format.
- Fri Oct 20, 2023 9:00 am
- Forum: ESP-IDF
- Topic: [Solved] Secure boot V2 fails
- Replies: 1
- Views: 4173
[Solved] Secure boot V2 fails
Good morning, I encountered a problem during activation of Secure Boot V2 on ESP32-C6. Here the steps that I followed: From menuconfig I selected Enable hardware Secure Boot in bootloader without Sign binaries during build (because I need to sign with an external HSM; Put key digest in the device wi...
- Fri Oct 20, 2023 8:06 am
- Forum: ESP-IDF
- Topic: Error while using espefuse.py
- Replies: 3
- Views: 5176
Re: Error while using espefuse.py
Hi,
I am running from the IDF command line (the cmd link created by the installer), I launch only espefuse.py without parameters (but with parameters is the same) and the working directory is the one where I have the esp project.
Thanks,
Stefano
I am running from the IDF command line (the cmd link created by the installer), I launch only espefuse.py without parameters (but with parameters is the same) and the working directory is the one where I have the esp project.
Thanks,
Stefano
- Thu Oct 19, 2023 1:23 pm
- Forum: ESP-IDF
- Topic: Error while using espefuse.py
- Replies: 3
- Views: 5176
Error while using espefuse.py
Good morning, I encountered an issue when I try to launch espefuse.py tool on my IDF 5.1.1 installation. When I launch the tool (that is contained in C:\esp\esp5_1_1\.espressif\python_env\idf5.1_py3.11_env\Scripts folder) I get this error: C:\esp\esp5_1_1\.espressif\python_env\idf5.1_py3.11_env\Scri...
- Fri Jul 09, 2021 8:47 am
- Forum: ESP-IDF
- Topic: ESP32-C3 OpenOCD issue
- Replies: 5
- Views: 5688
Re: ESP32-C3 OpenOCD issue
Stefano I humbly suggest you read this post https://www.esp32.com/viewtopic.php?f=40&t=21809. It's not just for Eclipse. At a minimum I'd suggest you download/make the June OpenOCD binary. Thanks. Following these post the question is to use master branch instead current release. Thanks for your hel...
- Fri Jul 09, 2021 8:29 am
- Forum: ESP-IDF
- Topic: ESP32-C3 OpenOCD issue
- Replies: 5
- Views: 5688
- Thu Jul 08, 2021 2:21 pm
- Forum: ESP-IDF
- Topic: ESP32-C3 OpenOCD issue
- Replies: 5
- Views: 5688
ESP32-C3 OpenOCD issue
Dear all, I'm trying to connect with JTAG to ESP32-C3, using built in interface on USB pins. I connected this and I can see JTAG device in Windows USB device's list. But when I launch debugger with: openocd -f board/esp32c3-builtin.cfg This happens: Open On-Chip Debugger v0.10.0-esp32-20210401 (2021...
- Tue Feb 02, 2021 8:14 am
- Forum: ESP-IDF
- Topic: MbedTLS and external cryptochip
- Replies: 0
- Views: 1453
MbedTLS and external cryptochip
Hi guys, I'm trying to use my ESP32-WROOM with an external cryptochip (in specific an OPTIGA TRUST M). I have some problems with the connection of mbedTLS crypto routines to alternative OPTIGA versions. More specific I have two issue: 1) I need to activate some compiler options such as MBEDTLS_SSL_A...