|
I am really struggling to get a working ESP32. I tried an ESP32-S3 and gave up - it wrote to flash OK but just seems to stuck in a loop when booting. Please note: when I flash the ESP32-S3 there are no errors, it completed the whole process fine - and the hard reset only runs at the end - successfully. Any attempt to flash the ESP32-WRoom-32 fails. Here's my command line in full for the WRoom-32: esptool.py --chip esp32 --baud 921600 --before default_reset --after hard_reset write_flash Warning: DEPRECATED: 'esptool.py' is deprecated. Please use 'esptool' instead. The '.py' suffix will be removed in a future major release. Stub flasher running. Hard resetting via RTS pin... A fatal error occurred: The chip stopped responding. |
Replies: 1 comment
|
I found the problem. First I tried changing to no stub mode, but that returned a slightly different error. Then I reduced the baud rate - and it completed and worked. So, pretty sure it was that the baud rate was too high for the device. Hope this helps others. |
I found the problem. First I tried changing to no stub mode, but that returned a slightly different error. Then I reduced the baud rate - and it completed and worked. So, pretty sure it was that the baud rate was too high for the device. Hope this helps others.