Search found 22 matches

by ChrisAlfred
Tue Apr 08, 2025 9:16 pm
Forum: ESP-IDF
Topic: esp_modem CMUX truncates response from AT+CSPI?
Replies: 0
Views: 79

esp_modem CMUX truncates response from AT+CSPI?

We are using the latest esp_modem and are connected using CMUX mode with PPP on a SIMCOM 7672 (76xx family). Our esp_modem configuration is:
#
# esp-modem
#
# CONFIG_ESP_MODEM_CMUX_DEFRAGMENT_PAYLOAD is not set
# CONFIG_ESP_MODEM_USE_INFLATABLE_BUFFER_IF_NEEDED is not set
CONFIG_ESP_MODEM_CMUX ...
by ChrisAlfred
Thu Jan 16, 2025 1:22 am
Forum: General Discussion
Topic: Using multiple esp-idf versions for different projects (vscode)
Replies: 8
Views: 7378

Re: Using multiple esp-idf versions for different projects (vscode)

I believe to change versions, you have to run install.sh for the version you want first.

The problem I observed is that the ~/.espressif contents is ESP-IDF version specific.
Espressif have not bothered to allow multiple versions to co-exist.
by ChrisAlfred
Thu Jan 16, 2025 1:20 am
Forum: General Discussion
Topic: Using multiple esp-idf versions for different projects (vscode)
Replies: 8
Views: 7378

Re: Using multiple esp-idf versions for different projects (vscode)

I believe to change versions, you have to run install.sh for the version you want first.

The problem I observed is that the ~/.espressif contents is ESP-IDF version specific.
Espressif have not bothered to allow multiple versions to co-exist.
by ChrisAlfred
Mon Apr 15, 2024 2:31 am
Forum: ESP-IDF
Topic: Secure boot with HSM
Replies: 0
Views: 830

Secure boot with HSM

The documentation regarding Secure Boot using espsecure.py to generate the digest for burning the eFuse signature block assumes that the private key is available.

We are using an external HSM (Digicert, via PKS11) and we're wondering how we can do this from a pre-signed binary (or what other method ...
by ChrisAlfred
Sat Apr 13, 2024 11:01 pm
Forum: ESP-IDF
Topic: ESP32 Secure Bootloader
Replies: 5
Views: 8497

Re: ESP32 Secure Bootloader

I know this is late, but my guess is that you are starting with a public PEM rather than the required private PEM.
by ChrisAlfred
Mon Feb 19, 2024 2:50 am
Forum: ESP-IDF
Topic: IDF v4.4 ESP32 secure boot and flash encryption step-by-step
Replies: 19
Views: 26913

Re: IDF v4.4 ESP32 secure boot and flash encryption step-by-step

Thanks for your answers.

Also note that you have to erase the flash (idf.py -p PORT erase_flash) before you start the procedure otherwise you can get ESP_ERR_NVS_CORRUPT_KEY_PART.

This also applies to ESP32's delivered from the factory as they are not always erased when received.
by ChrisAlfred
Fri Feb 16, 2024 1:58 am
Forum: ESP-IDF
Topic: IDF v4.4 ESP32 secure boot and flash encryption step-by-step
Replies: 19
Views: 26913

Re: IDF v4.4 ESP32 secure boot and flash encryption step-by-step

I have thoroughly read through your suggested documentation you suggested at https://docs.espressif.com/projects/esp-idf/en/latest/esp32/security/host-based-security-workflows.html#enable-flash-encryption-and-secure-boot-v2-externally

We simply request a complete step-by-step with command lines ...
by ChrisAlfred
Mon Feb 12, 2024 10:32 pm
Forum: ESP-IDF
Topic: IDF v4.4 ESP32 secure boot and flash encryption step-by-step
Replies: 19
Views: 26913

Re: IDF v4.4 ESP32 secure boot and flash encryption step-by-step

Can someone PLEASE respond to this. It MUST have been done by Espressif at some point, so why not just show us EXACTLY what you did to prove it works.

Go to advanced search