ioctl_cmds.h

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

ioctl_cmds.h

Jump to solution
221 Views
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 Kudos
Reply
1 Solution
203 Views
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

View solution in original post

0 Kudos
Reply
2 Replies
204 Views
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 Kudos
Reply
164 Views
AB22
Contributor III
Thank you! That worked.
0 Kudos
Reply