Problem in booting u-boot.

Hai,
          I am using Beagle xM board for running my application. I
have configured and built the u-boot and kernel. I have copied MLO, u-
boot.bin, uImage and user.scr into my micro SD card. Once the board is
powered on I am getting junk values after "Loading u-boot.bin from
mmc".

this is due the improper setting of the baudrate... make sure it is
115200..

Ya.. the baudrate is set as 115200. Anything we need to set in u-boot
source code... I have checked that the baudrate is set as 115200 in
the u-boot.

Try using a prebuilt uboot from Angstroms demo site

http://www.angstrom-distribution.org/demo/beagleboard/

Hi,

Try using a prebuilt uboot from Angstroms demo site

i'm facing exactly the same problem, weird output on the serial line from u-
boot.bin. Some fragments in there, like a sporadic "oot" like in "boot" make
me think that the u-boot.bin really sends with 115200n8.

When using the prebuilt one from Angstrom, it works. I use buildroot-2010.11.

I'm also interested in getting a u-boot.bin that works (from buildroot).

Best regards,
Torsten.

Hi,

when using buildroot-2011.02 i get a working u-boot.bin, at least there is no
weird garbage output any more. Hooray!

Best regards,
Torsten.