Page 1 of 1

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

Posted: Thu Apr 25, 2024 7:22 pm
by antonio.mazzanti
Hi,

I need to add a patch (https://github.com/espressif/esptool/co ... a611072103) in order to fix the ESP32-S3 exit bootloader issue. I also need to use the exe version of esptool. How can i create it? I tried using pyinstaller with no luck...

Thanks,

Antonio

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

Posted: Fri Apr 26, 2024 1:54 pm
by ESP_Roland

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

Posted: Sat May 04, 2024 3:40 pm
by antonio.mazzanti
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.