Re: [beagleboard] BBB won't boot with custom Yocto (Poky) Build

2013-10-11 Thread linusti
It's pretty simple. You do something along the lines of: BBLAYERS ?= \ ${TOPDIR}/../meta \ ${TOPDIR}/../meta-yocto \ ${TOPDIR}/../meta-beagleboard/common-bsp \ in your bblayers.conf and it will build BeagleBone image sets. Of course, I've also added some meta-openembedded stuff in,

Re: [beagleboard] BBB won't boot with custom Yocto (Poky) Build

2013-10-10 Thread dlewin555
This is interesting as I also built from Yocto and didn't managed to make the BBB starting. I'll change the Yocto uImage to the Angstrom one + .dtb and tell if you tell which version you get them from Le mercredi 9 octobre 2013 17:54:43 UTC+2, say...@gmail.com a écrit : Got it working

Re: [beagleboard] BBB won't boot with custom Yocto (Poky) Build

2013-10-10 Thread Robert P. J. Day
On Thu, 10 Oct 2013, dlewin...@gmail.com wrote: This is interesting as I also built from Yocto and didn't managed to make the BBB starting. i'd like an OE/yocto recipe that builds working BBB parts right out of the box. nothing fancy, a booting core-image-minimal would be just ducky.

Re: [beagleboard] BBB won't boot with custom Yocto (Poky) Build

2013-10-10 Thread sayguh
@rday, that's what I was attempting to do as well. I was able to via the method I mentioned above. Yocto File system but an Angstrom built kernel + dtb file. I don't like it, and I'm sure there are problems so if others don't know of a good way you or I might try to poke around in the

Re: [beagleboard] BBB won't boot with custom Yocto (Poky) Build

2013-10-07 Thread Robert Nelson
On Mon, Oct 7, 2013 at 8:17 AM, say...@gmail.com wrote: Step 1.) I followed this post to build Poky for the BBB: https://gist.github.com/errordeveloper/4056193 Step 2.) I followed this to setup the SD card: https://pixhawk.ethz.ch/tutorials/omap/boot_from_sd_sdhc Step 3.) I followed this