Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Yocto Project 1.8 - Poky 13.0.y "Fido"

573 bytes added, 18:04, 20 September 2017
m
Build Platform Setup Environment
<pre>git clone -b fido-next git://git.isee.biz/pub/scm/meta-fsl-arm-extra.git</pre>
 
Clone the meta-fsl-demos layer:
 
<pre>git clone -b fido https://github.com/Freescale/meta-fsl-demos.git</pre>
Load Poky environment variables:
${BSPDIR}/meta-yocto-bsp \
${BSPDIR}/meta-openembedded/meta-oe \
${BSPDIR}/meta-openembedded/meta-python \
${BSPDIR}/meta-fsl-arm \
${BSPDIR}/meta-fsl-arm-extra \
${BSPDIR}/meta-fsl-demos \
${BSPDIR}/meta-isee \
"
"
</pre>
To enable the isee layer, add the 'igep0046 MACHINE' (select quad -> imx6q or dual lite -> imx6dlor solo -> imx6s) to .../poky/build/conf/local.conf:
<pre>MACHINE ?= "imx6q-igep0046" </pre> or <pre>MACHINE ?= "imx6dl-igep0046" </pre> or <pre>MACHINE ?= "imx6s-igep0046" </pre>
Read the EULA license in:
LICENSE_FLAGS_WHITELIST = "commercial license"</pre>
You should then be able to build a To compile image as suchuse the following command: <pre> bitbake <IMAGE> </pre> ISEE <IMAGE> supported are:
<pre>bitbake * isee-fsl-image-dev<: A development image based on fsl-image-machine-test recipe. Suitable to test all NXP i.MX6 capabilities.* isee-fsl-image-test: A minimal image intended to be used for [http://git.isee.biz/?p=pub/scm/pre>igep_qa.git;a=summary igep_qa] and flash filesystems to internal NAND Flash memory.
At the end of a successful build, you should have an image that you could use for boot device from flash or a micro-SD card or you can create the installable firmware using:
Generate Poky sdk compiler:
<pre> bitbake -C populatec populate_sdk isee-sdk iseefsl-image-dev </pre>
4,199
edits