Other Parts Discussed in Thread: PMP
Hello:
I have a OMAP5432 EVM board, install Ubuntu with the kernel of 3.8.4 downloaded form the ti-glsdk_omap5-uevm_6_03_00_01, now I want to use DSI to display ubuntu on the lcd. I have set the right parameter in panel-taal.c files, and change the setting in omap5-evm.dts like:
&dsi1 {
taal {
compatible = "tpo,taal";
lanes = <
4 /* clk + */
0 /* clk - */
5 /* data1 + */
1 /* data1 - */
3 /* data2 + */
0 /* data2 - */
/* data3 + */
/* data3 - */
/* data4 + */
/* data4 - */
>;
vdds_foo-supply = <&ldo2_reg>;
gpios = <&gpio6 23 0>; /* 183, reset */
};
};
then get the dtb files for booting. now the ubuntu can start because I can type some command in minicom,
but no image on my lcd display. is there something else I need to set? Like the boot.scr files? the resolution of the
display is 480*800. Thank you!
Best regards
Ryan