Search found 9 matches

by stefano664
Wed Jan 24, 2024 2:56 pm
Forum: Hardware
Topic: ESP32C6 burning fuses
Replies: 1
Views: 1184

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 ...
by stefano664
Fri Oct 20, 2023 10:19 am
Forum: ESP-IDF
Topic: [Solved] Secure boot V2 fails
Replies: 1
Views: 4580

Re: Secure boot V2 fails

Solved.
I selected the wrong cryptographic key format.
by stefano664
Fri Oct 20, 2023 9:00 am
Forum: ESP-IDF
Topic: [Solved] Secure boot V2 fails
Replies: 1
Views: 4580

[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 ...
by stefano664
Fri Oct 20, 2023 8:06 am
Forum: ESP-IDF
Topic: Error while using espefuse.py
Replies: 3
Views: 6142

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
by stefano664
Thu Oct 19, 2023 1:23 pm
Forum: ESP-IDF
Topic: Error while using espefuse.py
Replies: 3
Views: 6142

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 ...
by stefano664
Fri Jul 09, 2021 8:47 am
Forum: ESP-IDF
Topic: ESP32-C3 OpenOCD issue
Replies: 5
Views: 6776

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 ...
by stefano664
Fri Jul 09, 2021 8:29 am
Forum: ESP-IDF
Topic: ESP32-C3 OpenOCD issue
Replies: 5
Views: 6776

Re: ESP32-C3 OpenOCD issue

What program do you have running on the ESP32-C3 when this issue occurs? Does this program re-configure any GPIOs? Similar errors may occur if the program configures one of the JTAG pins for a different purpose.
I running the hello_world example... :-D
by stefano664
Thu Jul 08, 2021 2:21 pm
Forum: ESP-IDF
Topic: ESP32-C3 OpenOCD issue
Replies: 5
Views: 6776

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 ...
by stefano664
Tue Feb 02, 2021 8:14 am
Forum: ESP-IDF
Topic: MbedTLS and external cryptochip
Replies: 0
Views: 1680

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 ...

Go to advanced search