Skip to content

fix qt py esp32-s3 4/2 flash size and mode #8611

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

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

dhalbert
Copy link
Collaborator

@dhalbert dhalbert commented Nov 15, 2023

Fixes #8606.

I don't have this board to test but this change matches the datasheet. The flash size was wrong in any case.

dio vs qio may work either way, with dio just being slower. There are many S3 boards with dio, so we should audit those.

EDIT: also had to do -Os, as on the Feather, because it wouldn't fit. The flash size was wrong before so this was missed.

@dhalbert dhalbert requested review from tannewt and jepler November 15, 2023 14:42
Copy link

@jepler jepler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes make sense, but please hold merging until someone's been able to test.

@anecdata
Copy link
Member

Erased flash and installed the .bin. Oddly, CIRCUITPY mounts, but I can't get anything on serial... it connects, but no output or control-C response, then disconnects. I'll keep trying, maybe I'm doing something wrong.

@anecdata
Copy link
Member

anecdata commented Nov 15, 2023

Works once #8614 is reverted. Thanks Dan

@dhalbert dhalbert merged commit bf499cf into adafruit:main Nov 15, 2023
@dhalbert dhalbert deleted the qtpy-esp32-s3 branch November 15, 2023 16:48
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.

QT Py S3 with 4MB Flash & 2MB PSRAM won't accept 9.x firmware
3 participants