Hello.
I just acquired the MIPI display that I mention in the subject. Is there any information about setting it up? I am really new to displays and if somebody suggests me "getting started" information I would be very pleased. I have been researching the whole internet but did not found nothing really interesting.
I am working on a i.MX7ULP-EVK so it has a MIPI-DSI connector which matches perfectly with the display.
I have read about the device-tree and the MIPI driver on the Linux Reference Manual but I do not know how to take that information and make changes on my board.
Thanks in advance.
Hi ferfersan6
this lcd is supported in bsps, one can use imx7ulp-evkb-mipi.dts :
Linux documentation:
Best regards
igor
Thank you for your response.
The image already had the .dts you mentioned. Is there any example program to use the display? I would like to take it as reference for the future.
Regards.
>Is there any example program to use the display?
examples are linux fbdev display framework,
please look at sect.6.4.2 MIPI DSI Interface i.MX Linux Reference Manual
simple unit test
Best regards
igor