-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
SD Card sometimes not mounting #457
Comments
Could be related to this #421 - The A9G eats a lot of power on the 850/900MHz GSM bands which can cause voltage drops. These drops can mess up the SD card and require a power cycle. |
Hi thanks for the speedy comment! yeah I saw the comment about GPRS power in the various demo apps, and I've tried lots of combinations of settings, turning things off, frequencies etc.... but this seems completely unrelated to anything. :( |
Hi all, I have an a9g module and I use micropython in it. Can somebody to give me an example how to mound the SD card or use it |
1. SDK version(SDK 版本)
{
csdtk42
SW_V2129_csdk
}
2. In what kind of operation problems appear, and how to reproduce the problem ?(什么样的操作步骤问题会出现,是否是稳定复现,如何复现问题?)
{
Frequently after resetting the module the SD card doesn't appear to have been mounted successfully, any file API_FS operation into "/t/" fails, the only way to resolve this is to remove power completely from the board and restart it.
Simply resetting, either using a software PM_Restart, or using the hardware switch is insufficient to resolve this.
Is there any way to either force a full restart similar to cycling power, or, any way to re-mount the SDCard in software?
(Initially I just assumed this was an SDCard make issue, so have alread tried with multiple manufacturers and sizes (from 2Gb to 16Gb) with no luck)
}
The text was updated successfully, but these errors were encountered: