Uboot problem

Hi all,

I tried to recompile uboot but I have some problems. I am using the latest code sourcery compilers (2010.09 50, arm-none-linux-gnueabi). I can recompile x-loader (1.4.4ss), and uboot too (version 2010.12), but when I reboot the beagle it hangs here

Instruments X-Loader 1.4.4ss (Jan 5 2011 - 13:27:00)
Beagle Rev C1/C2/C3
Reading boot sector
Loading u-boot.bin from mmc

Has anyone uncounted similar problem?

Best regards,
Darko T.

Yeap, in my case:

gcc version 4.5.1 (Ubuntu/Linaro 4.5.1-7ubuntu1)

is triggering the same issue..

I'm pretty sure it's a known bug on u-boot's mailing list.. reverting
back to angstrom's 4.3 works for me..

Regards,

Yes, don't use code sourcery compilers. The angstrom one works fine.

Yes. There are some known issues with GCC 4.5.1. Try an older tool chain.

Best regards

Dirk

Hi all,

Thank you very much!

I downloaded arm-angstrom 2010.4 toolchain and it worked with MLO
1.4.4ss and uboot 2010.03

Best regards,
Darko T.