- Notifications
You must be signed in to change notification settings - Fork1.3k
Adding ESP32-C2 2M flash board#10080
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Hi - You can't reuse the creation ID -- that's what caused the build failure. But I don't see an Espressif DevKit board for ESP32-C2 with 2MB. And you said you have an ESP32-H2, which is different than an ESP32-C2: it supports different radio protocols.
Hi@jeason1997, we'd be happy to add the board, but I'm not sure which board you are trying to add. Do you plan to work on this more or should we close the PR for now? Thanks. |
The ESP32C2 in this project (https://circuitpython.org/board/espressif_esp8684_devkitc_02_n4/) is designed for 4MB flash. When I flashed it onto my ESP32H2, the filesystem failed to initialize properly. Therefore, I modified the original board configuration to add support for 2MB flash.