Skip to content
otavio edited this page May 28, 2012 · 8 revisions

Getting Freescale Community BSP

To get the BSP you need to have repo installed and use it as:

$: curl http://git-repo.googlecode.com/files/repo-1.13 > ~/bin/repo
$: chmod a+x ~/bin/repo
$: mkdir fsl-community-bsp
$: cd fsl-community-bsp
$: repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b denzil
$: repo sync

Once this has complete, you will have all you need. To start a build, do:

$: . ./setup-environment dir
$: bitbake image
Clone this wiki locally