ioctl_cmds.h

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
904件の閲覧回数
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 解決策
886件の閲覧回数
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 返答(返信)
887件の閲覧回数
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 件の賞賛
返信
847件の閲覧回数
AB22
Contributor III
Thank you! That worked.
0 件の賞賛
返信