Hi learner,
http://processors.wiki.ti.com/index.php/Arago_build_recipe_for_OMAPL1
We just tried building the u-boot and filesystem from our end following the WIKI given above and able to build them successfully with few modifications given below.
1. Before building, export the path of your local directory ( where "oe" folder is present) in "OEBASE" of setenv file.
>vi arago/setenvexport OEBASE=/home/shankari/oe
2. Replace the file, /oe/arago-oe-dev/recipes/gnu-config/gnu-config_git.bb with the one uploaded here. That particular *.bb file not able to fetch the package; So it is updated with the correct URL to fetch the required package.
Build
cd ~/oe>MACHINE=da850-omapl138-evm bitbake u-boot arago-base-image
3. Once build is complete, you will find the built images at path :
u-boot image : /oe/arago-tmp/deploy/glibc/images/da850-omapl138-evm/u-boot-da850-omapl138-evm.bin
Filesystem images: /oe/arago-tmp/deploy/glibc/images/da850-omapl138-evm/
(Please visit the site to view this file)
Please let us know how it goes for you.
Regards,
Shankari
-------------------------------------------------------------------------------------------------------
Please click the Verify Answerbutton on this post if it answers your question.
--------------------------------------------------------------------------------------------------------