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.

CCS/PROCESSOR-SDK-AM335X: MMC configuration

Part Number: PROCESSOR-SDK-AM335X

Tool/software: Code Composer Studio

Hello,

Currently i am using SDK(ti-processor-sdk-linux-am335x-evm-06.01.00.08) for my custom board.

In board, uSD is connected to mmc0, and eMMC is connected to mmc1.

I boot from mmc0, so this works OK, but when is remove uSD card and boot from emmc. that time kernel not start.

u-boot log:

=> mmc list
OMAP SD/MMC: 0 (SD)
=> mmc dev 0
switch to partitions #0, OK
mmc0 is current device
=> mmc dev 1
MMC Device 1 not found
no mmc device at slot 1
=> mmc dev 2
MMC Device 2 not found
no mmc device at slot 2
=> 

For that gone through my dts file 2671.am335x-evmsk.dts.zip

So, how to configure mmc for emmc.