当前位置:网站首页>SD card reports an error "error -110 whilst initializing SD card
SD card reports an error "error -110 whilst initializing SD card
2022-07-06 03:06:00 【xrdeng】
SD Card error “error -110 whilst initialising SD card”
At present, the development has encountered some SD Card and TI Of SOC The driver of the chip is inconsistent , Specific performance: :
uboot Phase initialization mmc dev 1 No serial port information output , Unable to read and write mmc
Kernel Stage error reporting ”SD Card initialization failed error -110 whilst initialising SD card“
The specific reason is SD Some of the CMD Operation does not support , return -110 Error of , need
uboot Stage , stay dts To shield off :
main_sdhci1: [email protected] {
ti,otap-del-sel-legacy = <0x2>;
/*ti,otap-del-sel-sd-hs = <0xf>;
ti,otap-del-sel-sdr12 = <0xf>;
ti,otap-del-sel-sdr25 = <0xf>;
ti,otap-del-sel-sdr50 = <0xc>;
ti,otap-del-sel-sdr104 = <0x5>;
ti,otap-del-sel-ddr50 = <0xc>;
sdhci-caps-mask = <0x2 0x0>;*/
dma-coherent;
};
Kernel Stage , stay drivers/mmc/host/sdhci.c Function of void __sdhci_read_caps Add :
host->quirks2 |= SDHCI_QUIRK2_NO_1_8_V;
Mainly to enable SDHCI_QUIRK2_NO_1_8_V
if (host->quirks2 & SDHCI_QUIRK2_NO_1_8_V) {
host->caps1 &= ~(SDHCI_SUPPORT_SDR104 | SDHCI_SUPPORT_SDR50 |
SDHCI_SUPPORT_DDR50);
/*
* The SDHCI controller in a SoC might support HS200/HS400
* (indicated using mmc-hs200-1_8v/mmc-hs400-1_8v dt property),
* but if the board is modeled such that the IO lines are not
* connected to 1.8v then HS200/HS400 cannot be supported.
* Disable HS200/HS400 if the board does not have 1.8v connected
* to the IO lines. (Applicable for other modes in 1.8v)
*/
mmc->caps2 &= ~(MMC_CAP2_HSX00_1_8V | MMC_CAP2_HS400_ES);
mmc->caps &= ~(MMC_CAP_1_8V_DDR | MMC_CAP_UHS);
}
recompile u-boot and Kernel solve SD Card problem .
边栏推荐
- NR modulation 1
- Misc (eternal night), the preliminary competition of the innovation practice competition of the National College Students' information security competition
- OCR文字識別方法綜述
- [Yu Yue education] basic reference materials of digital electronic technology of Xi'an University of Technology
- PMP practice once a day | don't get lost in the exam -7.5
- XSS challenges绕过防护策略进行 XSS 注入
- 全国大学生信息安全赛创新实践赛初赛---misc(永恒的夜)
- jsscript
- Force buckle 146 LRU cache
- RobotFramework入门(二)appUI自动化之app启动
猜你喜欢

OCR文字识别方法综述

Solve 9 with C language × 9 Sudoku (personal test available) (thinking analysis)

Communication between microservices

【 kubernets series】 a Literature Study on the Safe exposure Applications of kubernets Service
![[Yu Yue education] basic reference materials of digital electronic technology of Xi'an University of Technology](/img/47/e895a75eb3af2aaeafc6ae76caafe4.jpg)
[Yu Yue education] basic reference materials of digital electronic technology of Xi'an University of Technology

I sorted out a classic interview question for my job hopping friends
![[pointer training - eight questions]](/img/fd/1aa3937548a04078c4d7e08198c3a8.png)
[pointer training - eight questions]

微服务注册与发现

Yyds dry inventory comparison of several database storage engines

如何精准识别主数据?
随机推荐
Master data management theory and Practice
Differences and application scenarios between resulttype and resultmap
[ruoyi] enable Mini navigation bar
JS regular filtering and adding image prefixes in rich text
不赚钱的科大讯飞,投资价值该怎么看?
[unity3d] GUI control
原型图设计
【Unity3D】GUI控件
Solution: attributeerror: 'STR' object has no attribute 'decode‘
【若依(ruoyi)】ztree 自定义图标(iconSkin 属性)
Is there a completely independent localization database technology
Software design principles
Descriptor implements ORM model
【若依(ruoyi)】启用迷你导航栏
张丽俊:穿透不确定性要靠四个“不变”
QT release exe software and modify exe application icon
[ruoyi] ztree custom icon (iconskin attribute)
Microservice registration and discovery
Fault analysis | analysis of an example of MySQL running out of host memory
Summary of Bible story reading