当前位置:网站首页>SD卡报错“error -110 whilst initialising SD card
SD卡报错“error -110 whilst initialising SD card
2022-07-06 03:01:00 【xrdeng】
SD卡报错“error -110 whilst initialising SD card”
目前开发遇到了某些SD卡和TI的SOC芯片的驱动不协调的地方,具体表现为:
uboot 阶段初始化mmc dev 1 没有任何串口信息输出,无法读写mmc
Kernel阶段报错”SD卡初始化失败 error -110 whilst initialising SD card“
具体的原因是SD的某些CMD操作不支持,返回-110的错误,需要
uboot阶段,在dts中屏蔽掉:
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阶段,在drivers/mmc/host/sdhci.c 的函数 void __sdhci_read_caps 中添加:
host->quirks2 |= SDHCI_QUIRK2_NO_1_8_V;
主要是使能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);
}
重新编译u-boot和Kernel解决SD卡问题。
边栏推荐
- OCR文字识别方法综述
- 07 单件(Singleton)模式
- [Chongqing Guangdong education] higher mathematics I reference materials of Southwest Petroleum University
- Redis cluster deployment based on redis5
- GifCam v7.0 极简GIF动画录制工具中文单文件版
- 故障分析 | MySQL 耗尽主机内存一例分析
- 球面透镜与柱面透镜
- Daily question brushing plan-2-13 fingertip life
- 深度解析链动2+1模式,颠覆传统卖货思维?
- js 正则过滤和增加富文本中图片前缀
猜你喜欢
Microservice registration and discovery
Jenkins basic knowledge ----- detailed explanation of 03pipeline code
MySQL advanced notes
js 正则过滤和增加富文本中图片前缀
Deeply analyze the chain 2+1 mode, and subvert the traditional thinking of selling goods?
Codeforces 5 questions par jour (1700 chacune) - jour 6
【若依(ruoyi)】启用迷你导航栏
Is there a completely independent localization database technology
【概念】Web 基础概念认知
Introduction to robotframework (I) brief introduction and use
随机推荐
[pointer training - eight questions]
【 kubernets series】 a Literature Study on the Safe exposure Applications of kubernets Service
C语言sizeof和strlen的区别
C language - Blue Bridge Cup - promised score
[ruoyi] enable Mini navigation bar
PMP每日一练 | 考试不迷路-7.5
Redis cluster deployment based on redis5
主数据管理理论与实践
I sorted out a classic interview question for my job hopping friends
Huawei, H3C, Cisco command comparison, mind map form from the basic, switching, routing three directions [transferred from wechat official account network technology alliance station]
Pure QT version of Chinese chess: realize two-man, man-machine and network games
Descriptor implements ORM model
A copy can also produce flowers
Gifcam v7.0 minimalist GIF animation recording tool Chinese single file version
2.11 simulation summary
电机控制反Park变换和反Clarke变换公式推导
[concept] Web basic concept cognition
全国大学生信息安全赛创新实践赛初赛---misc(永恒的夜)
Referenceerror: primordials is not defined error resolution
1003 emergency (25 points), "DIJ deformation"