OLIMEX© 2015
IMX233-OLinuXino-MINI user's manual
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
Note: on different Linux distributions you might have different tools installed and you will probably
Page 12 of 46