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.

problem about sd card detection on dm385 kernel



The problem is booting from sd on dm385 is ok, but after entering kernel in SPI storage, sd card detection doesn't work.  with some debug, I found the MMC host controller did not send the CMD, neither does the clock signal.

by the way, I have another board which has the same hardware design but the SOC chip is DM8127, SD card detection works well on it.  I work on RDK3.8. Can someone help me? thanks in advance!

  • Hi Ray,

    Are you using TI EVM or custom board?

    Do you boot/load everything from the SD card (MLO, u-boot.bin, uImage, rootfs)?

    Ray Z said:
    but after entering kernel in SPI storage, sd card detection doesn't work.

    Can you provide a console log output?

    Regards,
    Pavel

  • Hi Pavel,  Thanks for your reply, I've just resolved this problem. The reason is the mmc host controller id was not correct, after modify the correspond mmc member in mmc array of board-dm385ipnc.c, the detection works good now.