git clone git://github.com/Angstrom-distribution/setup-scripts.git cd setup-scripts ./oebb.sh config beaglebone MACHINE=beaglebone ./oebb.sh bitbake systemd-imageHelp!
This successfully built:
u-boot-beaglebone-2013.04-r0.img
at this location:
.../deploy/images/beaglebone
I seem to be able to build just the kernel using this:
bitbake -c clean virtual/kernel
bitbake -c compile virtual/kernel
bitbake -c deploy virtual/kernel
These are some of the recipes that I have tried for u-boot, but they don't
seem to rebuild the u-boot image:
bitbake virtual/bootloader
bitbake u-boot
download the latest bits
Extract it
tar -xjf u-boot-latest.tar.bz2
Make it
cd into u-boot directory
Please note, I only saw the binaries come out, I HAVE NOT tested them, but the compile process on angstrom completed after about 10-15 minutes and I seemed to have all the various binaries it producted. I will playing around with this a bit myself today, so if I come up with something I will post my results back here. BTW, thanks for your help on the serial access to my other threads Re: u-boot and getting serial access.
Hope this helps.
Cheers,
Gregg