OLIMEX© 2012
OLinuXino-MAXI user's manual
user@dist$:
chmod a+x ~/bin/repo
3) Created directory for the project and download the BSP source from the git repository:
user@dist$:
mkdir fsl-community-bsp
user@dist$:
cd fsl-community-bsp
~/fsl-community-bsp$:
repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b
denzil
~/fsl-community-bsp$:
repo sync
4) You can change the settings for the build if you want at fsl-community-bsp/build/conf/local.conf.
I changed the “machine” name to “imx233-olinuxino-maxi”.
For Linux kernel configurations and settings you can do (of course you can use also the default
settings):
~/fsl-community-bsp$:
. ./setup-environment build
~/fsl-community-bsp/build$:
bitbake linux-imx -c menuconfig
Check the image below:
5) Now to start building the image:
~fsl-community-bsp$:
. ./setup-environment build
~fsl-community-bsp/build $:
bitbake core-image-minimal
Page 13 of 60