Hi:
I have a based on BeagleBoard OMAP3530 development board .
x-loader version: 1.4.2
uboot version : 1.3.3
cross compiler: arm-2007q3
boot mode: SD card
In SD card, there are MLO and u-boot.bin .
I only modify documents "lib/board.c" in x-loader source code. Other documents are not modified . As below:
const char version_string[] =
"Texas Instruments X-Loader 1.4.2 (" __DATE__ " - " __TIME__ ")";
const char person_string[] =
"Modify by michael lee on 2011-3-16";
But recompiled x-loader, but error occures. Red error messages.
Texas Instruments X-Loader 1.4.2 (Mar 16 2011 - 00:57:48)
Modify by michael lee on 2011-3-16
seedBoard V1.0: Run Xloader from SD card
timed out in wait_for_bb: I2C_STAT=1000
Reading boot sector
System stops here, and not continue with uboot.bin.
why???