Firefly Open Source Community

   Login   |   Register   |
New_Topic
Print Previous Topic Next Topic

[Linux] Dual LVDS RK3288 AIO

73

Credits

0

Prestige

0

Contribution

registered members

Rank: 2

Credits
73

【Linux】 Dual LVDS RK3288 AIO

Posted at 9/30/2020 18:07:40      View:4739 | Replies:3        Print      Only Author   [Copy Link] 1#
Hello! Has anyone tried to get work a dual channel LVDS display on the aio-rk3288j with firefly sdk? I tried to connect single channel display and it's work perfect, but when I connected dual channel display I have no picture. Display timings is right, on mainline kernel I have normal picture but not on firefly kernel.

dts:
...
&lvds_panel {
        status = "okay";
        compatible ="simple-panel";
        power-supply = <&vcc_lcd>;
        backlight = <&backlight>;
        enable-delay-ms = <10>;
        rockchip,data-mapping = "vesa";
        rockchip,data-width = <24>;
        rockchip,output = "duallvds";
        rockchip,panel = <&lvds_panel>;
        
        display-timings {
                native-mode = <&timing0>;
                timing0: timing0 {
                        clock-frequency = <122000000>;
               
                        hactive = <1920>;
                        vactive = <720>;
                        
                        hback-porch = <0>;
                        hfront-porch = <0>;
               
                        vback-porch = <0>;
                        vfront-porch = <0>;
                        
                        hsync-len = <480>;
                        vsync-len = <120>;
               
                        hsync-active = <0>;
                        vsync-active = <0>;
                        de-active = <0>;
                        pixelclk-active = <0>;
                };
        };
};
...
Reply

Use props Report

19

Credits

0

Prestige

0

Contribution

new registration

Rank: 1

Credits
19
Posted at 5/5/2021 10:56:07        Only Author  2#
Hi WeX,

Have you fixed the problem?
I met similar issue.

Thanks.
Reply

Use props Report

14

Credits

0

Prestige

0

Contribution

new registration

Rank: 1

Credits
14
Posted at 12/3/2021 15:01:17        Only Author  3#
I am also facing the same problem, hope to find the answer in your post. Thank! cookie clicker
Reply

Use props Report

486

Credits

20

Prestige

15

Contribution

intermediate

Rank: 3Rank: 3

Credits
486
Posted at 12/9/2021 10:23:58        Only Author  4#
RK3288 only supports dual dsi, there is no official case of dual lvds or dsi.

If you want to use dual lvds, one of the lvds needs to be converted output, for example, convert dsi to lvds.


Reply

Use props Report

You need to log in before you can reply Login | Register

This forum Credits Rules

Quick Reply Back to top Back to list