Other Parts Discussed in Thread: DP83848C, AM3352, TPS65910
Tool/software: Linux
Hello,
I am using custom AM335x board with LCD.
When I do cat "Image.name" > /dev/fb0, I can see the image properly on the LCD.
But when I start Matrix GUI application, it is not running on the LCD screen, Screen is only showing "please wait..."
/------------------- Start Matrix GUI application ------------------------/
/etc/init.d/matrix-gui-2.0 start
/home/root
Removing stale PID file /var/run/matrix-gui-2.0.pid.
Starting Matrix GUI application.
/---------------------------------------------------------------------------------/
My LCD parameter in DTS file.
/------------------- Entry in DTS file------------------------/
panel {
compatible = "ti,tilcdc,panel";
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&lcd_pins_s0>;
panel-info {
ac-bias = <255>;
ac-bias-intrpt = <0>;
dma-burst-sz = <16>;
bpp = <32>;
fdd = <0x80>;
sync-edge = <1>;
sync-ctrl = <1>;
raster-order = <0>;
fifo-th = <0>;
};
display-timings {
480x272 {
clock-frequency = <9000000>;
hactive = <480>;
vactive = <272>;
hfront-porch = <5>;
hback-porch = <40>;
hsync-len = <24>;
vback-porch = <8>;
vfront-porch = <8>;
vsync-len = <2>;
hsync-active = <0>;
vsync-active = <0>;
};
};
};
/--------------------------------------------------------------------/
Please do the needful.
Regards,
-- Ronak