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:

Install the repo utility:

$: curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
$: chmod a+x ~/bin/repo

Download the BSP source:

$: 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 build
$: bitbake image

You can use any directory, find detail under fsl-community-bsp/README

Clone this wiki locally