Part Number: AM3358
Hi,
SDK: PSDK 06.03.00.106
Customized board boots from SD card, display screen can show picture A successfully.

picture A
When using the command cat logo-7.bmp> /dev/fb0, It should show figure b, but it actually shows figure c.

figure B

figure C
Below is the configuration:
panel {
compatible = "ti,tilcdc,panel";
pinctrl-names = "default", "sleep";
pinctrl-0 = <&lcd_pins_default>;
pinctrl-1 = <&lcd_pins_sleep>;
status = "okay";
panel-info {
ac-bias = <255>;
ac-bias-intrpt = <0>;
dma-burst-sz = <16>;
bpp = <32>;
fdd = <0x80>;
sync-edge = <0>;
sync-ctrl = <1>;
raster-order = <0>;
fifo-th = <0>;
};
display-timings {
800x480 {
hactive = <800>;
vactive = <480>;
hback-porch = <88>;
hfront-porch = <40>;
hsync-len = <128>;
vback-porch = <32>;
vfront-porch = <11>;
vsync-len = <2>;
clock-frequency = <33200000>;
hsync-active = <0>;
vsync-active = <0>;
};
};
Please help check.



