DM3730 ROM Loader cannot successfully load X-Loader
I am trying to bring up our custom board with the DM3730 processor. I can connect to the board using Flashv1.6 and load MLO, U-BOOT, uImage to NAND. I can also use Flash Loader to load and execute u-boot and uImage from RAM.
However what i cannot seem to do is get the ROM Loader to loader X-Loader (MLO) from either SD Card or NAND successfully. I know for a certain that the SD Card is correctly formated and has valid code since i can successful boot the SD Card on the OMAP3530 EVM Board even though this card has kernel for DM3730 found in prebuild images directory from the ti-dvsdk-dm37xxx. But each time i try booting the board with this SD Card I get the following message on the debug port. This message is for when i configure the board to boot from MMC (SD Card)
Texas Instrument X-Loader 1.46 (Mar 24 2011 - 20:21:25)
Starting X-loader on MMC
MMC init failed
X-Loader hangs
The card reader is connected to MMC2 on the processor and there is activity on the MMC2 interface at reset, very similar to what is observed for the OMAP3530 EVM Board. The insertion of the card is also detected at reset. Please help, i have spent the last few days without any success.