esp-rs / espflash

Serial flasher utility for Espressif SoCs and modules based on esptool.py
Apache License 2.0
471 stars 115 forks source link

Update flasher stubs and bootloaders #426

Closed jessebraham closed 1 year ago

jessebraham commented 1 year ago

@SergioGasquez if you could please verify you're able to flash and run applications to each chip you have access to, that'd be very much appreciated! Should work fine, but we just need to be sure.

(I realize a few of the stubs don't actually have any changes other than number formatting, but I just copy-pasted all of them 😁)

SergioGasquez commented 1 year ago

I did test the following features in all the chips but ESP32-C6:

espflash

Here is the working bootloader in case its useful: esp32c2-bootloader.zip

jessebraham commented 1 year ago

Thanks for testing, I've updated the C2's bootloader so we should be good to go. C6 works fine.