0

how should i debug the error during transfer when i init mmc card by send uboot command: mmc rescan ? this bug only when i init mmc card, SD card won't happen. Though this warning happened, but the response looks like OK.

thanks

mmc_send_cmd: error during transfer: 0x00408001
mmc_send_cmd: error during transfer: 0x00208001
mmc_send_cmd: error during transfer: 0x00108001

=================================================================================

CURR STATE:4                                                                    
CMD_SEND:8                                                                      
            ARG                      0x00000000                             
            FLAG                     0                                      
mmc_send_cmd: error during transfer: 0x00208001                                 
            MMC_RSP_R1,5,6,7         0x00000900                             
CMD_SEND:6                                                                      
            ARG                      0x03B70000                             
            FLAG                     0                                      
            MMC_RSP_R1b              0x7FFBF590                             
CMD_SEND:13                                                                     
            ARG                      0x00000000                             
            FLAG                     0                                      
            MMC_RSP_R1,5,6,7         0x00000900                             
CURR STATE:4                                                                    
CMD_SEND:16                                                                     
            ARG                      0x00000200                             
            FLAG                     0                                      
            MMC_RSP_R1,5,6,7         0x00000900                             
CMD_SEND:17                                                                     
            ARG                      0x00000000                             
            FLAG                     0                                      
mmc_send_cmd: error during transfer: 0x00108001                                 
            MMC_RSP_R1,5,6,7         0x00000900                             
ORIGEN #  
4

1 回答 1

1

在调查了更多网页后我得到了答案,

error during transfer表示从存储读取时发生超时错误。

1) 用于检查硬件侧 重新连接 CPU 板后可以重试吗?CPU 板的连接在交付过程中可能会松动。

2) 对于检查 S/W 方面,我想确认一下,您是否使用了我们的引导加载程序?Linaro 的引导加载程序的早期版本可能会根据情况发生这些事情。

如果您仍然有问题,则可能是 eMMC 问题。

此外,此错误代码(TIMEOUT)为-19

于 2013-08-15T02:32:29.957 回答