Search found 7 matches

by am0xffff
Mon Oct 30, 2023 11:20 am
Forum: ESP-IDF
Topic: Do not load real eFuse values when using Virtual eFuses
Replies: 0
Views: 446

Do not load real eFuse values when using Virtual eFuses

Hello, as per subject, is there a way to configure the device to NOT load the values of real eFuses when using virtual eFuses? I am using the real eFuses for Digital Signature purposes (as these can't be virtualised :cry: ), say BLOCK 4 and BLOCK 5. Can I then use the same two blocks as virtual eFus...
by am0xffff
Tue Sep 05, 2023 8:06 am
Forum: ESP-IDF
Topic: OTA update using DS module
Replies: 5
Views: 5553

Re: OTA update using DS module

Hi Aditya,

Works like a charm, thank you very much!

Any plans on adding this to future release of esp-idf?
by am0xffff
Wed Aug 23, 2023 8:42 am
Forum: ESP-IDF
Topic: OTA update using DS module
Replies: 5
Views: 5553

Re: OTA update using DS module

Hi Alex, Yes you are right, the DS support is not present in the client configuration structure. I will soon share a patch with you that shall enable you to use DS peripheral for establishing the TLS connection at the time of OTA. Hello, I was wondering if there were any updates on the patch mentio...
by am0xffff
Mon Aug 21, 2023 2:25 pm
Forum: ESP-IDF
Topic: OTA update using DS module
Replies: 5
Views: 5553

Re: OTA update using DS module

That's great, thanks @ESP_flying_raijin
by am0xffff
Fri Aug 18, 2023 8:26 am
Forum: ESP-IDF
Topic: OTA update using DS module
Replies: 5
Views: 5553

OTA update using DS module

Hello, We are working with a esp32-c3 module (devkit-m1) and are using the Digital Signature module to establish mTLS. We are using the esp-tls component for https operations, since it supports the DS module. The issue we are facing is that the esp_https_ota component used for ota updates doesn't se...
by am0xffff
Thu Aug 03, 2023 9:37 am
Forum: ESP-IDF
Topic: Upgrade from virtual efuses to real
Replies: 0
Views: 824

Upgrade from virtual efuses to real

Hello, I was wondering if there was any way to upgrade from using virtual efuses to using the real ones via software? That is without the need to manually re-flash the device with a bootloader/firmware built with a different sdkconfig where CONFIG_EFUSE_VIRTUAL=y CONFIG_EFUSE_VIRTUAL_KEEP_IN_FLASH=y...
by am0xffff
Wed Jun 14, 2023 4:27 pm
Forum: ESP-IDF
Topic: Mutual TLS using secure element ATECC608
Replies: 0
Views: 1077

Mutual TLS using secure element ATECC608

Hello, we are trying to establish mTLS using the ATECC608 secure element, however the ssl handshake seems to be failing. We are using esp-idf 5.1 as the documentation indicates that it is possible to configure the esp-http client to use the secure element (https://docs.espressif.com/projects/esp-idf...