Unable to load rootfs, numerous SD card errors

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

Unable to load rootfs, numerous SD card errors

跳至解决方案
1,251 次查看
dluberger
Contributor V

Despite the fact that my sd card seems fine, I'm getting lots of errors while the kernel attempts to load the rootfs.  Boot log attached.  Also, I noticed that while the kernel loads, my LCD screen gradually fades to all white. I'm wondering if this is just a symptom of the kernel hanging up and the LCDIF buffer filling?  The issue starts at line 409, where it says mmc0: Timeout waiting for hardware interrupt.  Is this related to the card detect line? I tried changing the device tree setting for the card to non-removable but that didn't help.

标签 (4)
1 解答
1,114 次查看
dluberger
Contributor V

Thanks, I actually figured this out a while ago.  It turned out I had disabled something in my defconfig file that I hadn't realized was related to the SD card (SCSI or something like that).  The kernel now loads the rootfs.

在原帖中查看解决方案

2 回复数
1,114 次查看
Yuri
NXP Employee
NXP Employee

Hello,

 

  please check your board, using recommendations of the Hardware Development

Guide for the i.MX 6UltraLite.

http://cache.nxp.com/files/32bit/doc/user_guide/IMX6ULHDG.pdf

 

  Perhaps, it makes sense to test memory:

https://community.nxp.com/docs/DOC-105652 

 

  Is it possible to try booting SD card instead of eMMC?

Have a great day,

Yuri

 

------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer

button. Thank you!

0 项奖励
回复
1,115 次查看
dluberger
Contributor V

Thanks, I actually figured this out a while ago.  It turned out I had disabled something in my defconfig file that I hadn't realized was related to the SD card (SCSI or something like that).  The kernel now loads the rootfs.