Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Added ESP32-C3 support #26

Merged
merged 1 commit into from
Jun 23, 2021
Merged

Conversation

conradopoole
Copy link
Collaborator

@conradopoole conradopoole commented Jun 23, 2021

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 }
      ]
    }

@balloob balloob merged commit e0114be into NabuCasa:main Jun 23, 2021
@Jason2866
Copy link

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
Copy link
Collaborator Author

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.

@balloob balloob mentioned this pull request Feb 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants