这个mmc读取linux的原因是什么

linux中这个mmc读取问题的原因是什么?请帮忙解决这个问题?请检查下面的内核启动日志帮我解决这个问题..

我已经启用了mmc编译的相关驱动程序并使用新创建的内核映像启动了我正在获取内核启动loogs,如下所示

mmc0: card lacks mandatory switch function,performance might suffer.           
mmc0: host does not support reading read-only switch. assuming write-enable.    
mmc0: new SD card at address b368                                               
mmcblk0: mmc0:b368 SMI-S 8.00 MiB                                               
 mmcblk0:                                                                       
mmcblk0: retrying using single block read                                       
mmcblk0: error -110 transferring data,sector 0,nr 8,card status 0xb00        
end_request: I/O error,dev mmcblk0,sector 0                                   
mmcblk0: error -110 sending read/write command,response 0xb00,card status 0x40
end_request: I/O error,sector 1                                   
mmcblk0: error -110 sending read/write command,response 0x400b00,card status 0
end_request: I/O error,sector 2                                   
mmcblk0: error -110 sending read/write command,sector 3                                   
mmcblk0: error -110 sending read/write command,sector 4                                   
mmcblk0: error -110 sending read/write command,sector 5                                   
mmcblk0: error -110 sending read/write command,sector 6                                   
mmcblk0: error -110 sending read/write command,sector 7                                   
Buffer I/O error on device mmcblk0,logical block 0                             
mmcblk0: retrying using single block read                                       
mmcblk0: error -110 sending read/write command,logical block 0                             
unable to read partition table

解决方法

错误-110表示超时.基本上,您的MMC控制器无法与SD卡正确对话.当您的卡未正确插入插槽时(例如弹簧将卡推回太远)或者您使用的是micro SD卡并且未正确插入SD卡适配器时,通常会发生这种情况.想要也可能发生的是,您的SD卡适配器稍微损坏,并且某些连接未正确建立(例如,您的卡已协商4位模式,而某些线路实际上未连接).

相关文章

linux常用进程通信方式包括管道(pipe)、有名管道(FIFO)、...
Linux性能观测工具按类别可分为系统级别和进程级别,系统级别...
本文详细介绍了curl命令基础和高级用法,包括跳过https的证书...
本文包含作者工作中常用到的一些命令,用于诊断网络、磁盘占满...
linux的平均负载表示运行态和就绪态及不可中断状态(正在io)的...
CPU上下文频繁切换会导致系统性能下降,切换分为进程切换、线...