How to build Genivi for imx8

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

How to build Genivi for imx8

How to build Genivi for imx8

This document shows how to build genivi step by step, but I haven’t tested the images yet, before building the images, pls refer to the host setup and host packages according to the yocto project user’s guide, I don’t mention here again, this is for imx8mq as example, you can choose the different board name to build

 

Before building the genivi package, customer also can refer to the kernel and image name from:

https://github.com/GENIVI/meta-ivi/tree/master

 

4.9.88 IMAGE

 

1. Create a bin folder in the home directory

$ mkdir ~/bin (this step may not be needed if the bin folder already exists)

$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo

$ chmod a+x ~/bin/repo

 

 2. Add the following line to the .bashrc file to ensure that the ~/bin folder is in your PATH variable.

export PATH=~/bin:$PATH

 

 3. Yocto Project Setup

$ mkdir imx-yocto-bsp

$ cd imx-yocto-bsp

$ repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-rocko -m imx-4.9.88-2.0.0_genivi.xml

$ repo sync

 

4.update Weston 3.0.0 to Weston 4.0.0

$ git clone https://git.yoctoproject.org/git/meta-freescale -b warrior

 

then replace the wayland directory in "imx-yocto-bsp/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-graphics/wayland" with the "meta-freescale/recipes-graphics/wayland" in cloned directory.

 

5.image build

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

 

$bitbake  pulsar-image

 

 6.Error fix

if you don’t update Weston, you should get the error message like

joanxie_1-1615271019981.png

The error shows required Weston >=4.0.0, but current bsp includes Weston version is 3.0.0, so you need to update the Weston to the 4.0.0 step by step

$ git clone https://git.yoctoproject.org/git/meta-freescale -b warrior

$ rm -rf ../sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-graphics/wayland

$ cp -r meta-freescale/recipes-graphics/wayland ../sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-graphics/

 

$ bitbake -c cleansstate wayland-ivi-extension

$ bitbake  wayland-ivi-extension

$ bitbake  pulsar-image

 

4.14.95 IMAGE

 

1. Create a bin folder in the home directory

$ mkdir ~/bin (this step may not be needed if the bin folder already exists)

$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo

$ chmod a+x ~/bin/repo

 

2. Add the following line to the .bashrc file to ensure that the ~/bin folder is in your PATH variable.

export PATH=~/bin:$PATH

 

3.Yocto Project Setup

$ mkdir imx-yocto-bsp

$ cd imx-yocto-bsp

$ repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-warrior -m imx-4.19.35-1.1.0_genivi.xml

$ repo sync

 

4. change Weston 6.0.1 to Weston 5.0.0

$ git clone https://git.yoctoproject.org/git/meta-freescale -b zeus

 

then replace the wayland directory in "imx-yocto-bsp/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-graphics/wayland" with the "meta-freescale/recipes-graphics/wayland" in cloned directory.

 

5.image build

$ DISTRO=fsl-imx-wayland MACHINE=imx8mqevk source fsl-setup-release.sh -b build-wayland

 

$ bitbake  meta-ivi-image

 

 6.Error fix

if you don’t change Weston, you should get the error message like

joanxie_2-1615271127756.png

so try to change the Weston to the 5.0.0 step by step

$ git clone https://git.yoctoproject.org/git/meta-freescale -b zeus

$ rm -rf ../sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-graphics/wayland

$ cp -r meta-freescale/recipes-graphics/wayland ../sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-graphics

 

$ bitbake -c cleansstate weston

$ bitbake  weston

$ bitbake  meta-ivi-image

 

 

5.4.24 IMAGE

 

1. Create a bin folder in the home directory

$ mkdir ~/bin (this step may not be needed if the bin folder already exists)

$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo

$ chmod a+x ~/bin/repo

 

2. Add the following line to the .bashrc file to ensure that the ~/bin folder is in your PATH variable.

export PATH=~/bin:$PATH

 

3.Yocto Project Setup

$ mkdir imx-yocto-bsp

$ cd imx-yocto-bsp

$ repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-zeus -m imx-5.4.24-2.1.0_genivi.xml

$ repo sync

 

4. image build

$ DISTRO=fsl-imx-wayland MACHINE=imx8mqevk source imx-setup-release.sh -b build-wayland

 

$ bitbake  meta-ivi-image

 

 

100% helpful (1/1)
Version history
Last update:
‎03-08-2021 11:31 PM
Updated by: