Closed jakobofner closed 1 year ago
Hi @jakobofner. So how did the troubleshooting went according to the linked guide? Why do you think this is an esptool issue instead of your hardware issue?
Hi @jakobofner. So how did the troubleshooting went according to the linked guide? Why do you think this is an esptool issue instead of your hardware issue?
@dobairoland I do not know which error it is, that is the reason why I posted it here.
A fatal error occurred: Failed to connect to ESP32: Wrong boot mode detected (0x12)! The chip needs to be in download mode.
I'm sorry but we don't have the resources to follow through step-by-step every case. That is why we maintain the troubleshooting guide. If there are no more information provided then I'm closing this issue.
Operating System
UBUNTU 20.04
Esptool Version
esp-idf-v5.1.1
Python Version
Python 3.8.10
Chip Description
ESP32-WROVER-E
Device Description
Custum Hardware mainboard.pdf
Hardware Configuration
No response
How is Esptool Run
Eclipse
Full Esptool Command Line that Was Run
esptool.py --chip esp32 -p /dev/ttyUSB5 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 40m --flash_size 2MB 0x1000 bootloader/bootloader.bin 0x10000 app-template.bin 0x8000 partition_table/partition-table.bin
Esptool Output
More Information
In the Serial Terminal it prints this all the time:
rst:0x10 (RTCWDT_RTC_RESET),boot:0x12 (SPI_FAST_FLASH_BOOT) invalid header: 0xffffffff invalid header: 0xffffffff invalid header: 0xffffffff invalid header: 0xffffffff invalid header: 0xffffffff invalid header: 0xffffffff invalid header: 0xffffffff invalid header: 0xffffffff ets Jul 29 2019 12:21:46
Other Steps to Reproduce
No response
I Have Read the Troubleshooting Guide