NabuCasa / esp-web-flasher

A web serial package for updating your ESP bootloader via the browser.
https://nabucasa.github.io/esp-web-flasher/
MIT License
43 stars 16 forks source link

Added ESP32-C3 support #26

Closed conradopoole closed 3 years ago

conradopoole commented 3 years ago

Example manifest entry for esp-web-tools to flash an ESP32-C3

{
      "chipFamily": "ESP32-C3",
      "parts": [
        { "path": "c3/bootloader.bin", "offset": 0 },
        { "path": "c3/partition-table.bin", "offset": 32768 },
        { "path": "c3/hello-world.bin", "offset": 65536 }
      ]
    }
Jason2866 commented 3 years ago

Tried a C3. Does not work. It seems there are parts missing. After a quick look i found some differences for the C3 which are not taken care. #46

conradopoole commented 3 years ago

Just replied in #46 . Quick question, how did you test your C3 board? Was it using esp-web-tools , I'm asking because es-web-flasher does have support for C3 but, esp-web-tools has not been updated to support C3.