Build Genivi for i.MX6

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Build Genivi for i.MX6

2,473件の閲覧回数
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 返答(返信)