-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Operating System
Windows 11
Esptool Version
5.1.0
Python Version
Python 3.11.0
Chip Description
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
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.