SD card initialization failed in kernel 3.14.52

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

SD card initialization failed in kernel 3.14.52

2,353 次查看
prathamrahate
Contributor III

I am having custom board with imx6qp. I am able to load uboot. In uboot i am able to detect SD card from SD card slot #3.

But when uboot loads the kernel , there it fails to initialize SD card but it is able to initialize eMMC. It gives following error in the dmesg,

sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci-pltfm: SDHCI platform and OF driver helper
mmc1: no vqmmc regulator found
mmc1: no vmmc regulator found
mmc1: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA
mmc2: no vqmmc regulator found
mmc2: no vmmc regulator found
mmc2: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA
mmc3: no vqmmc regulator found
mmc3: no vmmc regulator found
mmc2: error -110 whilst initialising SD card
mmc3: SDHCI controller on 219c000.usdhc [219c000.usdhc] using ADMA
Galcore version 5.0.11.33433
mmc3: BKOPS_EN bit is not set
mmc3: new high speed DDR MMC card at address 0001
mmcblk3: mmc3:0001 Q2J55L 7.12 GiB

What might be reason for SD card getting detected by uboot and not in kernel???

标签 (3)
标记 (3)
0 项奖励
回复
2 回复数

1,666 次查看
tomgao
Contributor III

do you have fix it ? I have the same issue . I can mount it .But it just read only .

0 项奖励
回复

1,666 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Pratham

"mmc2: no vmmc regulator found" may be caused by

vmmc-supply,"reg_sd3_vmmc: regulator" in imx6qdl-sabreauto.dtsi :

linux-2.6-imx.git - Freescale i.MX Linux Tree 

this may be related to SD3 (UHSI) P3V3_SDa_SWITCHED power switch

on p.11 spf-28615 Sabre AI schematic

Schematics (5)
Design files for i.MX 6QuadPlus CPU3 Card with AVB (REV A)
http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/i.mx-applications-process...

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复