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.

RTOS/PROCESSOR-SDK-AM335X: eMMC boot fails

Part Number: PROCESSOR-SDK-AM335X
Other Parts Discussed in Thread: TPS65910

Tool/software: TI-RTOS

Hi,

I am new to am335x device, I want boot the board from memory card, but it is not booting from mmc instead of it is booing from nand always,

here is the u-boot o/p for mmc dev 1

=======================================

PRCHECK# mmc dev 1
data abort
pc : [<9ff5ff00>]          lr : [<9ff5f101>]
reloc pc : [<8081ef00>]    lr : [<8081e101>]
sp : 9ef16cd0  ip : 9ff46cdd     fp : 00000003
r10: 9ffb2f4c  r9 : 9ef20ed8     r8 : 9ef27e28
r7 : 9ff46865  r6 : 9ef27568     r5 : 9ef275e0  r4 : 47810000
r3 : 9ff5fef1  r2 : 0002340f     r1 : 9ffa3dea  r0 : 9ef275e0
Flags: nZCv  IRQs off  FIQs on  Mode SVC_32
Resetting CPU ...

resetting ...

U-Boot SPL 2016.05-00304-gad06f64-dirty (Jul 05 2018 - 09:51:03)
###TPS65910##
Trying to boot from NAND
The Expected Linux image was not found. Please check your NAND configuration.
Trying to start u-boot now...


U-Boot 2016.05-00304-gad06f64-dirty (Aug 13 2018 - 19:21:18 +0530)

CPU  : AM335X-GP rev 2.1
Model: TI AM335x EVM
       Watchdog enabled
DRAM:  512 MiB
NAND:  512 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
Card did not respond to voltage select!
** Bad device mmc 0 **
Using default environment

<ethaddr> not set. Validating first E-fuse MAC
Net:   cpsw, usb_ether
Press SPACE to abort autoboot in 2 seconds
PRCHECK#

=======================================

please help me on this issue !!!