Build Genivi for i.MX6

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Build Genivi for i.MX6

1,547 Views
irina_patru
NXP Employee
NXP Employee

Steps for building Genivi image for i.MX6Q SABRE Automotive hardware:

 

Download the sources with the following commands (it includes L4.1 Linux BSP and Genivi layer):

repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1-krogoth -m imx-4.1.15-2.0.0-genivi-demo.xml

repo sync -j8

 

Set up target environment and compile genivi image:

DISTRO=nxp-imx-genivi-wayland MACHINE=imx6qsabreauto source ./nxp-setup-genivi.sh -b build-genivi

bitbake miranda-image

 

MACHINE variable can be changed according to the desired i.MX6 target.

Best regards,

Irina

0 Replies