Skip to content

ESP Tool fails consistently on one computer and works on another with ESP32-Pi board from Sequent Microsystems (ESPTOOL-1186) #1126

@tjhayko

Description

@tjhayko

Operating System

Windows 11

Esptool Version

5.1.0

Python Version

Python 3.11.0

Chip Description

ESP32-Pi (https://sequentmicrosystems.com/products/esp32-pi-low-cost-replacement-for-raspberry-pi?_pos=1&_psq=ESP32&_ss=e&_v=1.0)

Device Description

None.

Hardware Configuration

https://sequentmicrosystems.com/products/eight-mosfets-8-layer-stackable-card-for-raspberry-pi (i2c device)

How is Esptool Run

Windows Terminal (although same result from Arduino IDE or Visual Studio Code with Platform.IO)

Full Esptool Command Line that Was Run

"D:\old-pc\d-drive\Software\esptool\esptool-windows-amd64\esptool" -t --chip esp32 --port "COM5" --baud 460800 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size 4MB 0x1000 "D:\Dev\8MOSFET Dew Heater\ESP32-Dew-Heater.pio\build\esp32doit-devkit-v1\bootloader.bin" 0x8000 "D:\Dev\8MOSFET Dew Heater\ESP32-Dew-Heater.pio\build\esp32doit-devkit-v1\partitions.bin" 0xe000 C:\Users\tomha.platformio\packages\framework-arduinoespressif32\tools\partitions\boot_app0.bin 0x10000 .pio\build\esp32doit-devkit-v1\firmware.bin

Esptool Output

output logs are large.  One from a machine where it works properly most of the time, the other from the one that always fails.

More Information

2025-09-26-working.txt

2025-09-26 - Not working.txt

Other Steps to Reproduce

The board in question is a Sequent Microsystems ESP32-Pi (https://sequentmicrosystems.com/products/esp32-pi-low-cost-replacement-for-raspberry-pi?_pos=1&_psq=ESP&_ss=e&_v=1.0) , which I think from board schematic has GPIO0 connected to DTR, and EN connected to RTS, both on CH340.

I Have Read the Troubleshooting Guide

  • I confirm I have read the troubleshooting guide.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions