Hi,
From the diagram you provided, it seems that you want to use M7 to handle both the camera and display simultaneously?
Actually, I'm not very sure if this is possible and how difficult it would be to implement.
In my opinion, there're 3 problems that we need to resolve here:
- Fast boot of M7 core.
- SDK drivers of CSI, ISP, and DSI.
- M7 core and DDR performance.
For 1, I think it's OK and you can refer to AN4049:
https://www.nxp.com/webapp/Download?colCode=AN14049&location=null
For 2, I noticed that there's no CSI, ISP and DSI drivers in 8MP SDK. So you might need to port these drivers from other SoCs' SDK, u-boot or kernel.
I also checked i.MX RT SDKs, it seems these drivers are not implemented. The DSI driver can be ported from u-boot. CSI and ISP drivers need to be ported from kernel. It does need some efforts.
Generally, the difficulty of porting is Other SDK < u-boot < kernel.
For 3, for this case, the TCM should not be enough. I'm not sure whether the DDR and core performance is sufficient. We should do some test to confirm.
Thanks!
Regards
Terry