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.

X-loader output error via UART3

Other Parts Discussed in Thread: OMAP3530

 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???

  • Your x-loader and u-boot version looks very old, I would recommend migrating to latest version OR try posting your query to beagleboard@googlegroups.com

    I have beagle working with X-loader with 1.47 and u-boot with 2010.09

    Thanks,

    Vaibhav