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.

microSD driver for beagleboard-xm

Other Parts Discussed in Thread: DM3730

Hi,

I am writing microSD driver for dm3730 SOC..

As u-boot has already initialized the mmc/sd/sdio controller .

it is getting stuck in command transfer flow..

 while ((mmc_base.pstate & 1) == 1); /* check cmd line  */

that means cmd line is busy.. because microSD is in transfer mode..

anyone having idea how to change the mode..

..