当前位置:网站首页>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 .
边栏推荐
- 这些不太会
- Inherit day01
- Detailed use of dbutils # yyds dry goods inventory #
- My C language learning records (blue bridge) -- files and file input and output
- Microservice registration and discovery
- Pure QT version of Chinese chess: realize two-man, man-machine and network games
- What is the investment value of iFLYTEK, which does not make money?
- 主数据管理(MDM)的成熟度
- CSP numeric sort
- Network Security Learning - Web vulnerabilities (Part 1)
猜你喜欢

纯Qt版中国象棋:实现双人对战、人机对战及网络对战

Introduction to robotframework (I) brief introduction and use

Apt installation ZABBIX

Taobao focus map layout practice

PMP每日一练 | 考试不迷路-7.5

Selenium share

ERA5再分析资料下载攻略

【 kubernets series】 a Literature Study on the Safe exposure Applications of kubernets Service

MySQL advanced notes

银行核心业务系统性能测试方法
随机推荐
Codeforces 5 questions par jour (1700 chacune) - jour 6
XSS challenges bypass the protection strategy for XSS injection
4. File modification
【概念】Web 基础概念认知
jsscript
1. Dynamic parameters of function: *args, **kwargs
[Yu Yue education] basic reference materials of digital electronic technology of Xi'an University of Technology
Redis SDS principle
Deeply analyze the chain 2+1 mode, and subvert the traditional thinking of selling goods?
MySQL advanced notes
Briefly describe the implementation principle of redis cluster
主数据管理(MDM)的成熟度
Fault analysis | analysis of an example of MySQL running out of host memory
What are the principles of software design (OCP)
Codeworks 5 questions per day (1700 average) - day 6
Apt installation ZABBIX
Apt installation ZABBIX
BUUCTF刷题笔记——[极客大挑战 2019]EasySQL 1
解决:AttributeError: ‘str‘ object has no attribute ‘decode‘
如何精准识别主数据?