I'm trying to build a Angstrom v2013.12 SD card to boot from. This is what I did essentially:
git clone git://github.com/Angstrom-distribution/setup-scripts.git cd setup-scripts MACHINE=beagleboard ./oebb.sh config beagleboard MACHINE=beagleboard ./oebb.sh update MACHINE=beagleboard ./oebb.sh bitbake virtual/kernel MACHINE=beagleboard ./oebb.sh bitbake cloud9-image In deploy/eglibc/images/beagleboard I get the v2013.12 rootfs: Angstrom-Cloud9-IDE-eglibc-ipk-v2013.12-beagleboard.rootfs.tar.xz Angstrom-Cloud9-IDE-eglibc-ipk-v2013.12-beagleboard.rootfs.ubifs Cloud9-IDE-beagleboard.tar.xz MLO MLO-beagleboard MLO-beagleboard-2011.09-r7 modules--3.2.28-r125b.1-beagleboard-20140717140806.tgz modules-beagleboard.tgz README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt u-boot-beagleboard-2011.09-r7.img u-boot-beagleboard.img u-boot.img uImage uImage--3.2.28-r125b.1-beagleboard-20140717140806.bin uImage-beagleboard.bin However, as I boot, uBoot complains: ERROR: Did not find a cmdline Flattened Device Tree I understand this is because I have an old kernel (3.2.28). The BBB stock Angstrom kernel is 3.8.somthing. Why do I get 3.2.28 and how to build 3.8 using recipes above (or otherwise) Thanks, Mark _______________________________________________ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel