Skip to content

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

Merged
tore-espressif merged 1 commit intomasterfrom
bugfix/p4_ev_board_sd_slot
Oct 11, 2024
Merged

fix(esp32_p4_function_ev_board): use slot 0 for SD card#405
tore-espressif merged 1 commit intomasterfrom
bugfix/p4_ev_board_sd_slot

Conversation

@igrr
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Collaborator

Will merge after CI pass

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