[oe-commits] [Bug 5134] Build Errors for AT91Bootstrap + u-boot

bugzilla-daemon at amethyst.openembedded.net bugzilla-daemon at amethyst.openembedded.net
Sat May 30 10:53:42 UTC 2009


http://bugs.openembedded.net/show_bug.cgi?id=5134





--- Comment #2 from Sergey Lapin <slapinid at gmail.com>  2009-05-30 12:53:40 ---
at91bootstrap-2.4 was only tested with afeb9260
at91bootstrap-2.10 was only tested with at91sam9g20
at91bootstrap-2.11 patches are being developed for afeb9260.

As for 2.4 you will need one of afeb9260 patches to make it work, one of them
contains fixboot.py (made by me). later at91bootstraps contain fixboot.py
already in tree and no patches needed for that.
for your development I'd take at91bootstrap_2.11.bb and change accordingly.

Your real problem with u-boot is, too, no configuration for your board in
recipe. So, you might want to check if everything you need is configured.
for u-boot_git you need to set commit-hash for your board.
example (in u-boot_git.bb):
SRCREV_afeb9260 = "6b8edfde22acc574b5532e9f086e6a7287a9bc78"
so find a hash to your liking, or copy this one, e,g add the following line
nearby these lines:
SRCREV_at91sam9260ek = "6b8edfde22acc574b5532e9f086e6a7287a9bc78"

or something.

-- 
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-commits mailing list