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.

L138 EVM U-Boot MMC/SD

Hi,

Can anyone point me in the direction of a U-Boot image for the L138 EVM that includes support for the MMC/SD card. The one I downloaded from the LogicPD site does not appear to support this.

Cheers,

John.

  • The pre-built images at TI's Arago Project might have SD support. Main site:

    http://www.arago-project.org

    The site appears to have only one, older, release for the L138.

    http://arago-project.org/files/releases/2009.11/images/da850-omapl138-evm/

    I think the latest DVSDK has pre-built binaries for the L138 but it's a really big package to download.

  • A quick look inside the platform support package (the PSP, version 03.20.00.14) included with DVSDK 4.01 (latest is 4.02 I believe) shows that the u-boot config header has support for mmc:

    #define CONFIG_MMC
    #define CONFIG_GENERIC_MMC
    #define CONFIG_DAVINCI_MMC
    #define CONFIG_MMC_MBLOCK

    Regards, Daniel

  • Thanks for your responses.

    Yes: the image in PSP 03.20.00.14 did have support for MMC.

    Thanks again.