-
Notifications
You must be signed in to change notification settings - Fork 194
Home
otavio edited this page May 28, 2012
·
8 revisions
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