You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My SD card failed to mount when trying to update the firmware (via UPDATE.DAT).
The bootloader says: "FAILED TO MOUNT (ERROR: 3)"
What does that exactly mean?
I tried a brand-new SD card and same result. Performer was working fine all day and suddenly stopped working.
I updated the Tester application with an SD Card test and specific return codes throughout the initialization process to troubleshoot where the failure occurs.
My SD card failed to mount when trying to update the firmware (via UPDATE.DAT).
The bootloader says: "FAILED TO MOUNT (ERROR: 3)"
What does that exactly mean?I tried a brand-new SD card and same result. Performer was working fine all day and suddenly stopped working.
I updated the
Tester
application with an SD Card test and specific return codes throughout the initialization process to troubleshoot where the failure occurs.From
SDCard.cpp
:I get the return code -10, which means the
IF COND
request (CMD8) times out and subsequently theacmd41
request times out as well.Any idea what the issue could be?
The text was updated successfully, but these errors were encountered: