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

ESP32-S3-DevKitC-1-N8R8 #5824

Closed
prplz opened this issue Jan 9, 2022 · 4 comments · Fixed by #5848
Closed

ESP32-S3-DevKitC-1-N8R8 #5824

prplz opened this issue Jan 9, 2022 · 4 comments · Fixed by #5848
Labels
enhancement esp32-s3 espressif applies to multiple Espressif chips
Milestone

Comments

@prplz
Copy link

prplz commented Jan 9, 2022

The espressif_esp32s3_devkitc_1 board definition does not work with the N8R8 devkit because it uses octal psram. I was able to get it working by coping the sdkconfig and some never_reset pins from espressif_esp32s3_box board.

I opened an issue instead of a PR because there are decisions to be made about how to name and manage these different variants (more discussion at #5678).

So far the boards from espressif are:

@tannewt tannewt added esp32-s3 espressif applies to multiple Espressif chips labels Jan 10, 2022
@tannewt tannewt added this to the Long term milestone Jan 10, 2022
@tannewt
Copy link
Member

tannewt commented Jan 10, 2022

I think our naming should just follow the N16R8V style suffixes.

@prplz prplz mentioned this issue Jan 13, 2022
@tannewt
Copy link
Member

tannewt commented Jan 13, 2022

The V is flash voltage. We shouldn't need a different build for it.

Screenshot 2022-01-13 at 13-58-59 esp32-s3_datasheet_en pdf

@prplz
Copy link
Author

prplz commented Jan 13, 2022

The V is flash voltage. We shouldn't need a different build for it.

It would still need CIRCUITPY_ESP_FLASH_SIZE though right?

Also if this Amazon page is correct, it has octal flash, I'm not sure if that requires some more config changes.

@tannewt
Copy link
Member

tannewt commented Jan 14, 2022

Ya, we'd need flash size because it controls partition layout.

The datasheet for the modules says it's only QSPI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement esp32-s3 espressif applies to multiple Espressif chips
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants