Search found 33 matches
- Wed May 28, 2025 8:50 am
- Forum: ESP-IDF
- Topic: ESP32-S3 Secure boot+Flash Encryption - Correct procedure?
- Replies: 8
- Views: 3712
Re: ESP32-S3 Secure boot+Flash Encryption - Correct procedure?
QEMU is useless for this. I believe enabling secure boot with burning out the USB_OTG and UART to disable readouts is good enough for most of the production application. We have settled for this now. However both security features works as expected if done as described abovew but this will be extra ...
- Wed May 28, 2025 8:43 am
- Forum: ESP-IDF
- Topic: ESP32-S3 Secure boot+Flash Encryption - Correct procedure?
- Replies: 8
- Views: 3712
Re: ESP32-S3 Secure boot+Flash Encryption - Correct procedure?
Hi Lalit,
If you're still struggling, this post got it solved for me
https://github.com/espressif/esp-idf/issues/14172#issuecomment-2857474678
Turns out it is the order of flashing, do not use the basic flash command and folow the order he has given.
I tried with enabling secure boot alone and then ...
If you're still struggling, this post got it solved for me
https://github.com/espressif/esp-idf/issues/14172#issuecomment-2857474678
Turns out it is the order of flashing, do not use the basic flash command and folow the order he has given.
I tried with enabling secure boot alone and then ...
- Tue May 06, 2025 7:46 am
- Forum: ESP-IDF
- Topic: ESP32-S3 Secure boot+Flash Encryption - Correct procedure?
- Replies: 8
- Views: 3712
Re: ESP32-S3 Secure boot+Flash Encryption - Correct procedure?
Were you able to solve this issue? I have had this same issue for a while now and nothing works, seems like nobody has come across this.
- Mon Apr 07, 2025 9:52 am
- Forum: General Discussion
- Topic: Secure boot and flash encrytion issue in release mode
- Replies: 0
- Views: 78
Secure boot and flash encrytion issue in release mode
Hi,
I'm trying to enable secure boot v2 and flash encrytion in "Release Mode" for ESP32S3 chipset.
Here is the sdkcnfig for security features that I've setup:
#
# Security features
#
CONFIG_SECURE_SIGNED_ON_BOOT=y
CONFIG_SECURE_SIGNED_ON_UPDATE=y
CONFIG_SECURE_SIGNED_APPS=y
CONFIG_SECURE ...
I'm trying to enable secure boot v2 and flash encrytion in "Release Mode" for ESP32S3 chipset.
Here is the sdkcnfig for security features that I've setup:
#
# Security features
#
CONFIG_SECURE_SIGNED_ON_BOOT=y
CONFIG_SECURE_SIGNED_ON_UPDATE=y
CONFIG_SECURE_SIGNED_APPS=y
CONFIG_SECURE ...
- Fri Apr 04, 2025 3:47 pm
- Forum: General Discussion
- Topic: ESP32S3 Secure boot enabling issues.
- Replies: 0
- Views: 64
ESP32S3 Secure boot enabling issues.
Hi,
I'm trying to enable secure boot v2 and flash encrytion in "Release Mode" for ESP32S3 chipset.
Here is the sdkcnfig for security features that I've setup:
#
# Security features
#
CONFIG_SECURE_SIGNED_ON_BOOT=y
CONFIG_SECURE_SIGNED_ON_UPDATE=y
CONFIG_SECURE_SIGNED_APPS=y
CONFIG_SECURE_BOOT_V2 ...
I'm trying to enable secure boot v2 and flash encrytion in "Release Mode" for ESP32S3 chipset.
Here is the sdkcnfig for security features that I've setup:
#
# Security features
#
CONFIG_SECURE_SIGNED_ON_BOOT=y
CONFIG_SECURE_SIGNED_ON_UPDATE=y
CONFIG_SECURE_SIGNED_APPS=y
CONFIG_SECURE_BOOT_V2 ...
- Thu Dec 05, 2024 4:34 pm
- Forum: Hardware
- Topic: ESP32S3 REACH statement
- Replies: 0
- Views: 1465
ESP32S3 REACH statement
Hi team,
We are using the ESP32-S3-WROOM-1 chipset in our custom PCB board. We need provide REACH & RoHS statement for compliance.
Is this something you're able to provide us?
Regards,
FM
We are using the ESP32-S3-WROOM-1 chipset in our custom PCB board. We need provide REACH & RoHS statement for compliance.
Is this something you're able to provide us?
Regards,
FM
- Wed Oct 30, 2024 4:55 pm
- Forum: General Discussion
- Topic: ESP32S3 Ethernet connection with IPV6 address
- Replies: 1
- Views: 5938
ESP32S3 Ethernet connection with IPV6 address
Hi, I'm trying to include a IPV6 feature for MODBUS TCP/IP stack which works flawlessly with IPV4 but once I assign IPV6 address and also change the TCP/IP mode to IPV6, there is no connection establishment. Can someone point me to example initialisation for ethernet IPV6, cause I can't find one ...
- Fri Oct 11, 2024 8:02 am
- Forum: General Discussion
- Topic: w5500 MAC triggering an unrecoverable error.
- Replies: 2
- Views: 2955
Re: w5500 MAC triggering an unrecoverable error.
Hi,
Chipset: ESP32S3
IDF version: v5.1.4
Custom PCB with U12-W5500 module and ethernet port placed less than 2 cm away from the chip.
Ethernet initialisation is the basic initialisation example. I've been using the same ethernet port to host a local web server which works without any issue. Now I ...
Chipset: ESP32S3
IDF version: v5.1.4
Custom PCB with U12-W5500 module and ethernet port placed less than 2 cm away from the chip.
Ethernet initialisation is the basic initialisation example. I've been using the same ethernet port to host a local web server which works without any issue. Now I ...
- Wed Oct 09, 2024 12:57 pm
- Forum: General Discussion
- Topic: w5500 MAC triggering an unrecoverable error.
- Replies: 2
- Views: 2955
w5500 MAC triggering an unrecoverable error.
In my application, I have initialised Ethernet in a standard mode with clock speed of 30MHZ. I also use the SPIRAM. Both the application share the same bus config and hosted using SPI_HOST 2. I was previously hosting a web server along side using PSRAM, which never had any problem. However, now I ...
- Wed Sep 04, 2024 2:36 pm
- Forum: General Discussion
- Topic: ESP32 assert failed: block_next tlsf_block_functions.h:94 (!block_is_last(block))
- Replies: 1
- Views: 2555
ESP32 assert failed: block_next tlsf_block_functions.h:94 (!block_is_last(block))
This project Incorporates Ethernet SPI for hosting local web page and SD card for data logging in sdspi mode. Moreover, I have enabled SPIRAM and use it for other dynamic memory allocation. I have 4 RTOS tasks running in the background, 2 for UART operations while other task is the data logging ...