Other Parts Discussed in Thread: AM62L
Tool/software:
Hello,
We're using the AM68A on a custom board with a MIPI DSI touchscreen. We're using TI Linux from sdk v10.00. We have a custom driver for the touchscreen and it has video working. Part of our driver is sending MIPI DSI commands during initialization and de-initialization. Initially we thought they were working because the video is working. However while implementing something that requires sending an additional MIPI DSI command, I'm seeing that the MIPI DSI commands don't seem to be working. The write functions return 0, which means zero bytes were transmitted. The read commands always return errno 5, which is Device IO Error.
So basically, initially I thought our MIPI DSI commands were working because we were observing video on the screen. Turns out it was never really working and the screen has been operating in a default mode.
Could someone help me in troubleshooting this? Does the controller support MIPI DSI commands?
Thanks!