I'm trying to flash some firmware over DFU on the ESP32-S3-DevKitC-1, but I'm unable to do this, I keep getting
Code: Select all
No DFU capable USB device available
CMake Error at C:/esp/esp-idf-master/esp-idf/tools/cmake/run_dfu_util.cmake:27 (message):
dfu-util failed
Flow:
- Connect devkit with good USB cable (on USB marked port, not the UART port)
- I put the device in boot mode (toggle reset while pressing boot)
- Checked the drivers for the interfaces for with Zadig (both WinUSB v6.1.1.7600)
- Run idf.py dfu-flash
Any ideas are highly appreciated !
IDF-version: master branch v5.2
System: Windows