-
Hi, I have a Freenove esp32s3 CAM board and I have a hard time adding support for the SD card in the devicetree. ESP32 side: I have this in
and that in
|
Beta Was this translation helpful? Give feedback.
Answered by
raffarost
Sep 5, 2025
Replies: 1 comment 1 reply
-
hi @lit-af please try to update the following: In
In
Notice that you need to define a parent node |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lit-af
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi @lit-af
please try to update the following:
In
fnk0085_esp32s3-pinctrl.dtsi
:In
fnk0085_esp32s3_procpu.dts
:Notice that you need to define a parent node
sdhc
and a child nodesdhc1
for the slot you decided you use.Let me know if it works.