Hello,
We are working on a device that needs to have a camera feed displayed on a screen in a couple of seconds max.
I was wondering if it is possible to bind the display interface (CSI, ISP, and DSI) to the M7 cortex and boot an RTOS quickly.
Any thoughts ?
thank you
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:
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
Hi @arthurb ,
You can find mipi csi and dsi drivers in RT1180 SDK.
But there's no ISP driver in SDK.
Thanks!
Regards
Terry
I guess it is better to put our efforts into linux boot time reduction at this stage.
Thank you so much for you input @terry_lv
Regards,
E
Hi efly,
There're two ANs you can refer to for fastboot of kernel:
AN14093 (https://www.nxp.com/docs/en/application-note/AN14093.pdf)
AN14113 (https://www.nxp.com/webapp/Download?colCode=AN14113&location=null)
Both describes different ways to implement falcon mode in u-boot to reduce boot time. Moreover, AN14093 also talks about kernel optimizations.
Hope this can help you.
Thanks!
Regards
Terry
@terry_lv it would be highly appreciated if you can help with this
Hi,
Thank you for your interest in NXP Semiconductor products,
It's not possible to handle CSI nor DSI in Cortex-M, only Cortex-A.
Regards