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