安装 OpenEmbeddedUNDER MAJOR CONSTRUCTION ..... First checkout and test the basic OpenEmbedded system by building something simple:
/home/balister/src/git/setup-scripts/sources/openembedded \ /home/balister/src/git/setup-scripts/sources/ettus_oe \ "
Now you have a basic image in build/tmp-angstrom_2010_x/deploy/eglibc/images/usrp-e1xx/ Do not use the u-boot from this directory. There should be a kernel file uImage-usrp-e1xx.bin which is a softlink to uImage-2.6.38-r91-usrp-e1xx.bin and the root file system <Image-name>-usrp-e1xx.tar.gz. You can create a new micro SD card from here http://www.gumstix.org/create-a-bootable-microsd-card.html. Use u-boot and MLO from here: This is the same MLO for the older kernels and u-boot knows the newer kernels serial console is ttyO2, not ttyS2. Now let's work on an image that includes dsplink, uhd, and as much Qt stuff as we can cross compile:
References: http://www.angstrom-distribution.org/building-angstrom http://www.openembedded.org/ http://www.openembedded.org/index.php/OEandYourDistro http://www.openembedded.org/index.php/Getting_started 注:Install OpenEmbedded(原文出处,翻译整理仅供参考!) |