Search found 19 matches
- Thu Apr 17, 2025 6:37 pm
- Forum: ESP-IDF
- Topic: ESP32-S3 Fatal error during fuse burning
- Replies: 1
- Views: 1815
Re: ESP32-S3 Fatal error during fuse burning
I am encountering a similar problem when attempting write DIS_DOWNLOAD_MODE. Would love to hear if you or anyone resolved this issue. For reference I am using the USB serial port for communication
- Tue Apr 01, 2025 7:32 pm
- Forum: ESP-IDF
- Topic: secure boot and encryption for production programming
- Replies: 8
- Views: 3102
Re: secure boot and encryption for production programming
what I need is process something like the following
offline:
1) configure the project so that it generates signed binaries and has flash encryption enabled but does not automatically encrypt the binaries and compile
on the production line
2) generate an encryption key
3) encrypt the signed binary ...
offline:
1) configure the project so that it generates signed binaries and has flash encryption enabled but does not automatically encrypt the binaries and compile
on the production line
2) generate an encryption key
3) encrypt the signed binary ...
- Tue Apr 01, 2025 7:25 pm
- Forum: ESP-IDF
- Topic: secure boot and encryption for production programming
- Replies: 8
- Views: 3102
Re: secure boot and encryption for production programming
I am looking for a single process that writes pre encrypted flash binaries, enables secure boot, and sets some other security related efuse bits. This needs to be used on the manufacturing line, so it cannot include compiling from source as part of the steps.
The closest thing I have found are the ...
The closest thing I have found are the ...
- Sun Mar 30, 2025 4:23 pm
- Forum: ESP-IDF
- Topic: using the usb serial / jtag interface with esp-idf
- Replies: 13
- Views: 2315
Re: using the usb serial / jtag interface with esp-idf
when you look at the esptool command line that is printed after running "idf.py build", does it include "-before usb-reset"?
is there some idf configuration command that sets this? Similar to "idf.py --set-target esp32s3"?
I know exactly what the problem is. Dev boards include a little usb to ...
is there some idf configuration command that sets this? Similar to "idf.py --set-target esp32s3"?
I know exactly what the problem is. Dev boards include a little usb to ...
- Sun Mar 30, 2025 4:20 pm
- Forum: ESP-IDF
- Topic: using the usb serial / jtag interface with esp-idf
- Replies: 13
- Views: 2315
Re: using the usb serial / jtag interface with esp-idf
thats really interesting. im on windows with the latest esp-idf release (5.4)
- Wed Mar 26, 2025 4:01 am
- Forum: ESP-IDF
- Topic: using the usb serial / jtag interface with esp-idf
- Replies: 13
- Views: 2315
Re: using the usb serial / jtag interface with esp-idf
no, i dont touch the usb device in the application.
I know exactly what the problem is. Dev boards include a little usb to uart chip that drives the boot and EN pins using its RTS and CTS outputs. This configuration is known as "default_reset" in the toolchain, and as the name suggests, all the ...
I know exactly what the problem is. Dev boards include a little usb to uart chip that drives the boot and EN pins using its RTS and CTS outputs. This configuration is known as "default_reset" in the toolchain, and as the name suggests, all the ...
- Wed Mar 26, 2025 3:47 am
- Forum: General Discussion
- Topic: Help with esp32 AWS fleet provisioning with csr
- Replies: 4
- Views: 6076
Re: Help with esp32 AWS fleet provisioning with csr
" I receive a temporary certificate from the App"
what app are you talking about?
I have been working with the esp-aws-iot fleet provisioning example and I can assure you that it does compile and function right out of the box. The hardest part is setting up the aws side imop.
what app are you talking about?
I have been working with the esp-aws-iot fleet provisioning example and I can assure you that it does compile and function right out of the box. The hardest part is setting up the aws side imop.
- Mon Mar 24, 2025 6:40 am
- Forum: ESP-IDF
- Topic: using the usb serial / jtag interface with esp-idf
- Replies: 13
- Views: 2315
Re: using the usb serial / jtag interface with esp-idf
I have done that for simple operations. However, its not really practical for experimenting when you dont exactly have a process nailed down. Also, some commands like parttool and some others ( i dont remember atm) dont handle the --before argument correctly.
The weird thing is it does work in ...
The weird thing is it does work in ...
- Mon Mar 24, 2025 2:14 am
- Forum: ESP-IDF
- Topic: using the usb serial / jtag interface with esp-idf
- Replies: 13
- Views: 2315
Re: using the usb serial / jtag interface with esp-idf
This seems like an unreasonable amount of aggression. I didnt ask you to work on a Sunday. I didnt insult you. I have posted a handful of questions over the course of months and never had a response response that was helpful and I have read tons of posts that go unanswered. That being the case, its ...
- Sun Mar 23, 2025 3:04 am
- Forum: ESP-IDF
- Topic: using the usb serial / jtag interface with esp-idf
- Replies: 13
- Views: 2315
Re: using the usb serial / jtag interface with esp-idf
well, since you are here, would you mind answering the original question?