Справочник Пользователя для Olimex Open Source Hardware Embedded ARM Linux Single board computer with i.MX233 ARM926J @454Mhz IMX233-OLINUXINO-MICRO IMX233-OLINUXINO-MICRO

Модели
IMX233-OLINUXINO-MICRO
Скачать
Страница из 47
OLIMEX© 2012
OLinuXino-MICRO user's manual
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 
need to install dependencies needed for the compile/build scripts. Here are some (but not all) of the 
mandatory ones: G++; diffstat; texi2html; chrpath; gawk; texinfo; some git client.
To ensure you have the latest version supported with all the updates visit 
Page 12 of 47