imx8mplus camera isp-imx build failure

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

imx8mplus camera isp-imx build failure

跳至解决方案
1,561 次查看
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

标记 (2)
0 项奖励
1 解答
1,533 次查看
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 项奖励
2 回复数
1,534 次查看
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 项奖励
1,550 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

You need install libdrm-dev library in ubuntu

0 项奖励