Hello all,
I am developing a custom DM3730 based board and I have trouble with xloader. Output from uart is like this
Texas Instruments X-Loader 1.51 (Apr 26 2013 - 22:09:56)
Starting X-loader on MMC
Reading boot sector
X-Loader hangs
System information:
- DM3730
- sys_boot[4:0] = "001100" = MMC1 -> USB
- booting only from SD card (there is no nand on board - I disabled NAND init in sources)
- I use ti-dvsdk_dm3730-evm_04_03_00_06 and omap3evm based configuration
So far I checked the following:
(1) 2 different manufacturers of sd card
(2) 2 different boards (I have 2 boards assembled)
(3) I tried format card from script (bin\mksdboot.sh) and from instruction at http://processors.wiki.ti.com/index.php/How_to_Make_3_Partition_SD_Card
(4) I discoverd that booting crashed at "do_fat_read" function (from fat.c) and return -1 when first checking "if ((dentptr->attr & ATTR_VOLUME))" when reading u-boot.bin file
Could You please help me.