cpq / mdk

A bare metal SDK for the ESP32 & ESP32C3
MIT License
188 stars 26 forks source link

esputil flash 0 firmware.bin just hangs #14

Open borisnimcevic opened 1 year ago

borisnimcevic commented 1 year ago

Hi, I am trying the example/blinky and it seems that it builds with no problem but then it stops after "esputil flash 0 firmware.bin" and hangs there forever.

firmware.bin is generated with no issues

I tried on two different esp32c3 boards, but the same result. So I am stuck with ideas on what to do next.

What is it waiting for when it is trying to flash the chip? Where could be my next step in debugging this?

Thank you.

stacksmith commented 1 year ago

esputil does not work for me either. When I make an elf file with it, checking it with esptool.py shows a corrupted hash.

It is also unable to flash any of my devices (says that the pinout is incorrect, where would I find the correct pinning for the port?)

I completely gave up on esputil, as I have not been able to use it even once with any degree of success.