ESP32-S3-DevKitC-1 - USB Drive

User avatar
HamGuy
Posts: 11
Joined: Wed Sep 13, 2023 7:59 pm
Location: U.S.A.
Contact:

ESP32-S3-DevKitC-1 - USB Drive

Postby HamGuy » Thu Oct 05, 2023 5:40 pm

Hello,
The Raspberry Pico has a feature for burning the firmware. When pressing the BOOTSEL button and plugging in the Pico to a USB port, the Pico will present itself as a USB drive. Then placing (drag and drop) a firmware file on the USB Drive, the firmware is automatically loaded (burned) on the Pico. It then performs a reset and runs the firmware.
Does the ESP32-S3-DevKitC-1 have a similar facility for accomplishing this?
Regards,
Ron

username
Posts: 507
Joined: Thu May 03, 2018 1:18 pm

Re: ESP32-S3-DevKitC-1 - USB Drive

Postby username » Fri Oct 06, 2023 2:53 am

Yes & no. Yes it can be done, but no in that there isn't a pre-built solution.
I have done what your asking but it came from putting together a few of their solutions.
IF you want to do the same, you can start with this for getting access to a USB memory stick.
https://github.com/espressif/esp-idf/tr ... b/host/msc

From there you would add software to read your .bin file on the stick and flash itself.

For the flashing part, you would look at some of the code for OTA, so you can see how flashing is done.

User avatar
HamGuy
Posts: 11
Joined: Wed Sep 13, 2023 7:59 pm
Location: U.S.A.
Contact:

Re: ESP32-S3-DevKitC-1 - USB Drive

Postby HamGuy » Fri Oct 06, 2023 11:44 am

Hello,
Thanks for your response. However the solution you propose configures the ESP32-S3-DevKitC-1 to be a host device. What I am referring to is configuring the ESP32-S3-DevKitC-1 as a USB drive device.
Thanks,
Ron
Regards,
Ron

ESP_Sprite
Posts: 9577
Joined: Thu Nov 26, 2015 4:08 am

Re: ESP32-S3-DevKitC-1 - USB Drive

Postby ESP_Sprite » Sat Oct 07, 2023 8:33 am

The story is more or less the same, though - the ESP32-S3 does not have functionality for this in its ROM, so best option is to use TinyUSB to simulate an USB stick and use the OTA infrastructure to do the actual flashing.

User avatar
HamGuy
Posts: 11
Joined: Wed Sep 13, 2023 7:59 pm
Location: U.S.A.
Contact:

Re: ESP32-S3-DevKitC-1 - USB Drive

Postby HamGuy » Sat Oct 07, 2023 2:16 pm

Hello,
The story is more or less the same, though - the ESP32-S3 does not have functionality for this in its ROM, so best option is to use TinyUSB to simulate an USB stick and use the OTA infrastructure to do the actual flashing.
Thanks for the information. This is what I needed to know. I have other fish to fry for now. I may swing back to this at a later date.

Regards,
Ron
Regards,
Ron

Who is online

Users browsing this forum: No registered users and 130 guests