This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

am335x uboot mmc问题



在uboot中.我调用fatwrite mmc 0 0x83000000 xxx 10

这条命令后,出错,

也就是发送cmd13 命令后,

提示mmc_send_cmd: timedout waiting on cmd inhibit to clear

而直接调用mmc write 0x83000000 0 10

就不会报错误.