Hi , We are debugging our board which was designed with omap3530DCUS and TPS65930 , this is our second version. In previous version, we haven't encountered this kind of issue .
We have three new build omap3530 boards. One worked well , the other one reported following issue at the first power up, the third one has worked some time , but now it begins to behave like below also.
Texas Instruments X-Loader 1.4.4ss (Jun 15 2010 - 15:55:51)
Beagle Rev Ax/Bx
Reading boot sector
Loading u-boot.bin from nand
u-boot.bin not found or blank nand contents - attempting serial boot . . .
## Ready for binary (kermit) download to 0x80008000 at 115200 bps...
we have re-formatted the SD card , but it seems no use. Also , the same card with same MLO , u-boot.bin ,uImage always work well at the good board! We tried to open some debugging info and got this :
Texas Instruments X-Loader 1.4.4ss (Mar 20 2011 - 16:52:04)
Beagle Rev Ax/Bx
mmc_init_setup() 1
mmc_send_cmd(MMC_CMD9) 1
mmc_send_cmd(MMC_CMD4) 1
mmc_clock_config() 1
mmc_send_cmd(MMC_CMD7_SELECT() 1
mmc_send_cmd(CMD16) 1
mmc_read_cardsize() 1
configure_mmc(): 1
mmc init OK
Reading boot sector
Loading u-boot.bin from nand
u-boot.bin not found or blank nand contents - attempting serial boot . . .
## Ready for binary (kermit) download to 0x80008000 at 115200 bps...
it seems the SD card is OK , while the fat system in SD card is gone wrong , we don't know why ? Was it due to the newer x-loader? We haven't make a through trial of the old x-loader version currently.
Any comments ? Thanks a lot !