ESP32-S3 Not able to flash over DFU
Posted: Sat Aug 19, 2023 9:19 pm
Hi everyone,
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
I've managed this before on the ESP32-S2 without any issues, but I'm not getting there with the ESP32-S3 and I need some help.
Flow:
Any ideas are highly appreciated !
IDF-version: master branch v5.2
System: Windows
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