Replies: 7 comments 5 replies
|
I don't think you did read #8290 to the end. The original issue there is solved (see #8290 (comment)). |
|
Another possibility to the error is if you have a folder called SD on the flash of your device |
Do you seriously think that's going to speed anything up? The last comment was Aug 18, 2023. |
|
I just tried a ESP32 board and it works with SDCard. Please explain;
|
|
Sorry, There seems to be an issue that the Esp32-P4 is generating Error 16 already in use) - for the recent P4 chips across the internet using SD Cards. Ok, I see it. machine.SDCard() fails with OSError: 16 on ESP32-P4 ...
|
|
Closing this discussion as the original question was answered in https://github.com/orgs/micropython/discussions/9935#discussioncomment-4129155 |
Uh oh!
There was an error while loading. Please reload this page.
I followed the instructions for using an SD Card with ESP32 in the MicroPython documentation at... https://docs.micropython.org/en/latest/esp32/quickref.html#sd-card
I got the following results...
After some searching I found the following...
#8290
Is there a fix to this, or is it an unresolved issue?
All reactions