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.

MLO could not load u-boot.img in am3356.

Other Parts Discussed in Thread: AM3356

Hi,

We have custom board based on AM3356.

Now SD card (32 GB - Class 10) is connected to MMC1.

RBL is getting MLO without any issue and MLO is being executed.

But while MLO goes to mmc_init function ( file : common/spl/spl_mmc.c) its showing error spl: mmc init failed: err -17.

Looks like its going to initialize for mmc0 and nothing is connected on mmc0 thats why its throwing error.

Is it true ?

If yes then please suggest changes so that mmc_init can be also done for the MMC1 and it can load u-boot.

Thanks,