Search found 4 matches

by antonio.mazzanti
Sat May 04, 2024 3:40 pm
Forum: ESP-IDF
Topic: Esptool.py - How do i make my own Esptool.exe
Replies: 2
Views: 633

Re: Esptool.py - How do i make my own Esptool.exe

Thanks, i also found out how to build directly from git workflow. I then directly downloaded the version that had the dev patch i need.

https://github.com/espressif/esptool/ac ... 8391093485

Cheers.
by antonio.mazzanti
Thu Apr 25, 2024 7:22 pm
Forum: ESP-IDF
Topic: Esptool.py - How do i make my own Esptool.exe
Replies: 2
Views: 633

Esptool.py - How do i make my own Esptool.exe

Hi, I need to add a patch (https://github.com/espressif/esptool/commit/0215786283660480e9ec85dd077e6fc2f46919e9#diff-cb25ea9381c2f7a537ecf1516335d3a9e8a711a9dbf3d1eff78453a611072103) in order to fix the ESP32-S3 exit bootloader issue. I also need to use the exe version of esptool. How can i create i...
by antonio.mazzanti
Thu Apr 25, 2024 6:58 pm
Forum: Hardware
Topic: ESP32-S3 Reset into app mode after flashing in secure boot mode
Replies: 1
Views: 530

Re: ESP32-S3 Reset into app mode after flashing in secure boot mode

Ok, we figured out there was no way of exiting ESP32-S3 bootloader using esptool. The issue has been solved and it was regardless of secure boot mode.

https://github.com/espressif/esp-idf/issues/13287

https://github.com/espressif/esptool/co ... c2f46919e9
by antonio.mazzanti
Sat Apr 20, 2024 8:44 am
Forum: Hardware
Topic: ESP32-S3 Reset into app mode after flashing in secure boot mode
Replies: 1
Views: 530

ESP32-S3 Reset into app mode after flashing in secure boot mode

Hi,

is there any way to reset/restart a "never-been-programmed before" ESP32-S3 after firmware flashing using the esptool.exe via the internal Serial/Jtag? I tried using after reset options hard, but the device stays in rom bootloader mode.

Thanks,

Antonio