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.

TDA2SX: uboot dead in a while loop of mmc_startup

Part Number: TDA2SX

Dear TI,

I am trying to debug the mmc initializaiton based on the custom board.

But the uboot code dead in a do while loop in the mmc_startup as follow(mmc_startup--->mmc_send_ext_csd--->mmc_send_cmd--->omap_hsmmc_send_cmd):

While read mmc_base->stat, it keeps return the value 0, so that the while loop can not be breaked.

How should i solve this problem.

BTW, the io voltage of my emmc is fixed at 3.3v. 

Here is my dts snippet:

Regards,

Liu Gan