Skip to content

fix(esp32_p4_function_ev_board): use slot 0 for SD card #405

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
Oct 11, 2024

Conversation

igrr
Copy link
Member

@igrr igrr commented Oct 11, 2024

SD card on P4 EV board is connected to slot 0. Previously the code used slot 1 and routed it through GPIO Matrix to slot 0 pins. This resulted in conflicts when trying to use slot 1 for connecting to ESP32-C6 over SDIO.

See espressif/esp-idf#14699 (comment) for background.

SD card on P4 EV board is connected to slot 0. Previously the code
used slot 1 and routed it through GPIO Matrix to slot 0 pins.
This resulted in conflicts when trying to use slot 1 for connecting
to ESP32-C6 over SDIO.
@tore-espressif
Copy link
Collaborator

tore-espressif commented Oct 11, 2024

@igrr Thanks for the PR, similar implementation here #401

If you need it now, we can rebase merge this PR and the rebase&update #401

@igrr
Copy link
Member Author

igrr commented Oct 11, 2024

Ooops, I've seen that one but didn't realize from the title that it also fixed SD card.

If you plan on merging #401 today then I can close this one. If not, maybe merge this one first and then rebase #401.

@tore-espressif
Copy link
Collaborator

Will merge after CI pass

@tore-espressif tore-espressif merged commit 1ec79cd into master Oct 11, 2024
16 checks passed
@igrr igrr deleted the bugfix/p4_ev_board_sd_slot branch October 11, 2024 13:04
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