Hi,
thank you for your reply and the information you provide within.
Unfortunately I am stuck with the i.MX8MQ SoC in my project.
The i.MX8MQ has a different internal structure compared to the i.MX8QM SoC which prevents the rear_view_camera demo from being used on a plug and play basis.
There are also no similar demos that show how to use any of the display interface with the Cortex-M4 on i.MX8MQ.
Porting this demo to the i.MX8MQ would require a detailed investigation into:
* What internal components of the display controller the i.MX8QM uses for the demo.
* If those components also exist in the i.MX8MQ's display controller.
* If those components have drivers in the i.MX8MQ SDK that can be used.
* If a driver can be implemented by hand for components that do not have a driver.
(Docs to compare: IMX8QMRM section 15.7 and IMX8MDQLQRM section 15)
Unfortunately again this amount of work exceeds the time frame available for this project, which forces me to interface with the display in the standard Linux way.
Best regards
Stefan