I would like to use IMX-ISP in Verdin iMX8M Plus carrier board.
I have already gone through below documents
1. https://www.nxp.com/webapp/Download?colCode=IMX8MPCSPUG - IMX8MPCSPUG.pdf
2. ISP New Camera Sensor Porting and Integration Guide for i.MX 8M Plus EVK
From above documents I can find the steps for yocto imx-isp (i.MX 8M Plus EVK).
Since Toradex has separate yocto setup for Verdin iMX8M Plus carrier board, Could you please guide how to integrate Toradex yocto setup along with imx-isp.
Thanks in advance.
I'm not familiar with Toradex bsp, but you can download the isp-imx standalone package, I think they should use this too, I send the build steps here, the isp-imx version is depends on what your bsp version is, you can find from the release note from the yocto released version, for Toradex bsp, you can ask them to confirm what isp-imx version they use on the current bsp
Build isp-imx
$ 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
copy /build_output_release_partial/usr/lib/, /opt/imx8-isp/, /release/bin/xxx.drv to the board