ioctl_cmds.h

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

ioctl_cmds.h

跳至解决方案
892 次查看
AB22
Contributor III

The document iMX8MP_CAMERA_DISPLAY_GUIDE.pdf mentions:

Interface header file: mediacontrol/include_api/ioctl_cmds.h

This header file is referenced by a number of Vivante header files but doesn't get built into the Yocto SDK (I am currently using Scarthgap with the Toradex 7.0.0 BSP). Sometimes this file is built in the /build/tmp/work directory but not with Toradex BSPs. I have to go find this file in a build from a different BSP and add it directly to my Qt project when I update Yocto. Is it possible to force this file to be created and added to the SDK?

Thanks

0 项奖励
回复
1 解答
874 次查看
joanxie
NXP TechSupport
NXP TechSupport

this file is built in the isp-imx SDK, you can built standalone isp-imx package, the steps are:

$ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/isp-imx-xxx.bin

$ chmod +x isp-imx-xxx.bin

$ ./isp-imx-xxx.bin

$ cd isp-imx-xxx

$ ./build-all-isp.sh release partial

在原帖中查看解决方案

0 项奖励
回复
2 回复数
875 次查看
joanxie
NXP TechSupport
NXP TechSupport

this file is built in the isp-imx SDK, you can built standalone isp-imx package, the steps are:

$ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/isp-imx-xxx.bin

$ chmod +x isp-imx-xxx.bin

$ ./isp-imx-xxx.bin

$ cd isp-imx-xxx

$ ./build-all-isp.sh release partial

0 项奖励
回复
835 次查看
AB22
Contributor III
Thank you! That worked.
0 项奖励
回复