I'm trying to use MIPI DSI interface turn on my LCD,but it no signal on riotboard.
How can I configure the Android kernel to power on the MIPI DSI (J8).
Thanks.
I'm trying to use MIPI DSI interface turn on my LCD,but it no signal on riotboard.
How can I configure the Android kernel to power on the MIPI DSI (J8).
Thanks.
tushar panda wrote:
the MIPI DSI support is available in the kernel.
according to the schematics, J8 is connected to CSI, not DSI, so will this work at all?
tushar panda wrote:
the MIPI DSI support is available in the kernel.
according to the schematics, J8 is connected to CSI, not DSI, so will this work at all?
So, RiotBoard have no DSI interface?
The SoC has both CSI & DSI, however on page 7 of the riotboard schematics you'll see this:
What's connected to J8 is the CSI signals at the left, the DSI ones at the right are not connected to anything.
It's might be possible to use the CSI connections for DSI with some internal re-routing or by specific configuration of the IPU, but that may take a hunt through the 6000 page reference manual for the SoC to find out. tusharp may know how to do this, I haven't investigated it myself.
according to the schematics, J8 is connected to CSI, not DSI, so will this work at all?
may be a converter needed as CSI pins hardwired.
I was checking kernel, firmware support is there but DSI needs to be connected to work.