imx8mplus camera isp-imx build failure

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

imx8mplus camera isp-imx build failure

Jump to solution
1,495 Views
mukesh_kumar
Contributor III

Hi ,
I have downloaded the https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/isp-imx-4.2.2.13.0.bin

chmod +x isp-imx-4.2.2.13.0.bin

./isp-imx-4.2.2.13.0.bin

I build the toolchain in yocto using:

bitbake meta-toolchain

./tmp/deploy/sdk/fsl-imx-wayland-glibc-x86_64-meta-toolchain-cortexa53-crypto-imx8mpevk-toolchain-5.10-hardknott.sh

and

source  opt/fsl-imx-wayland/5.10-hardknott/environment-setup-cortexa53-crypto-poky-linux  in a new terminal in isp-imx-4.2.2.13.0 directory
././build-all-isp.sh Debug Full
this build is failing halfway with error 

can anyone help me to solve this,
thanks, mukesh

Tags (2)
0 Kudos
1 Solution
1,467 Views
mukesh_kumar
Contributor III

Hi,

i used the following sdk script instead of metatoolchains , and it worked

$ bitbake imx-image-multimedia -c populate_sdk

it created a file fsl-imx-wayland-glibc-x86_64-imx-image-multimedia-cortexa53-crypto-imx8mpevk-toolchain-5.10-hardknott.sh at tmp/deploy/sdk/

 

View solution in original post

0 Kudos
2 Replies
1,468 Views
mukesh_kumar
Contributor III

Hi,

i used the following sdk script instead of metatoolchains , and it worked

$ bitbake imx-image-multimedia -c populate_sdk

it created a file fsl-imx-wayland-glibc-x86_64-imx-image-multimedia-cortexa53-crypto-imx8mpevk-toolchain-5.10-hardknott.sh at tmp/deploy/sdk/

 

0 Kudos
1,484 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

You need install libdrm-dev library in ubuntu

0 Kudos