Hello,
I have successfully added a new camera driver in Yocto linux following the porting guide (IMX8MPCSPUG.pdf). I am not attempting to get the camera working in Android (target OS) and came across some issue.
In Yocto, I was able to get the source to the isp-imx module and make modifications to get the isi driver, ISP config file, etc changes. However I am not seeing those sources on Android, infact the ISP / ISI modules are prebuilt within the android_build/vendor/nxp/fsl-proprietary/isp/lib64/ directory.
Is the driver located here: https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/isp-imx-4.2.2.15.0.bin that Yocto uses the same that should be used for Android?
If not where do I get the source for the Android variant?
I checked CodeAurora and could not find any repository for these source file.
Thank you,
Chris