Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding ESP32-C2 2M flash board #10080

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

jeason1997
Copy link

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.

Copy link
Collaborator

@dhalbert dhalbert left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants