Page 1 of 1

Flashing ESP32 using ESP32-S3

Posted: Wed Oct 04, 2023 8:40 am
by spacebiker
Hello everyone!
I have ESP32-S3 (host) that can be flashed through USB-UART, and two ESP32 connected to host. Is it possible to flash target ESP32 using ESP32-S3 via USB-UART?
Thank you!

Re: Flashing ESP32 using ESP32-S3

Posted: Thu Oct 05, 2023 12:41 am
by ESP_Sprite
At least in theory, yes. ESP-IDF supports CDC as an USB class, so it should be able to talk to the virtual serial port; you could then use the esp-serial-flasher library to write a binary to it. I don't know if anyone ever tried this, though.