mkdir ~/bin curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo chmod a+x ~/bin/repo PATH=$PATH:~/bin mkdir fsl-community-bsp && cd fsl-community-bsp repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b dizzy && repo sync source ./setup-environment build bitbake core-image-minimal
As usual, the default target machine is "imx6qsabresd", but you can change it in your conf/local.conf file.