* Beagleboard-xm rev C and u-boot
@ 2012-01-17 7:26 Robert Berger
2012-01-17 18:33 ` Robert Berger
0 siblings, 1 reply; 2+ messages in thread
From: Robert Berger @ 2012-01-17 7:26 UTC (permalink / raw)
To: poky
Hi,
Sorry for cross-posting something similar also on the beagleboard mailing list,
but I think that some people here might be able to help.
I'm using a beagle-xm Rev C and trying to find a "proper" u-boot version, which
is at least able to load a kernel and ideally also has network support from u-
boot.
So I saw this:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-bsp/u-boot/u-
boot_2011.06.bb
which gets u-boot from mainline with tag v2011.06
I compiled this and it did not work;)
So I saw this innocent comment in
http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-bsp/u-boot/u-
boot.inc
# GCC 4.5.1 builds unusable binaries using -Os, remove it from
OPTFLAGS
EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} OPTFLAGS='-O2'"
Which means yocto builds u-boot v2011.06 replacing -Os with -O2 and indeed this
did the trick.
Up to now I thought that the problem with -Os and -O2 existed only with PPC, but
my experiments show that it also exists with ARM.
Trying any new version than v2011.06 creates some linker error at the end.
Did someone manage to get a newer version of u-boot to run on a beagle-xm Rev C?
How and with which toolchain?
Regards,
Robert
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-17 18:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-17 7:26 Beagleboard-xm rev C and u-boot Robert Berger
2012-01-17 18:33 ` Robert Berger
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.