跳到主要内容

DC690 常见问题解答

DC690 常见的疑问:


基本问题


1. 屏幕参数: 背光极性相反

解决:

rk_lcd_parameters 放入 FAT32 U盘

  • 默认 pwm-polarity = 0; 如果背光极性相反,可以改成 pwm-polarity = 1;重启生效

  • 注意: 公版固件需要 1.0.20 以上才可支持 pwm-polarity = 1; 参数

屏参下载: 当前位置: 首页 / 02.软件资料 / 屏幕参数

# 屏幕类型 - DC690仅支持[0 - DSI0,2 - edp0]
# 0 - DSI0 ; 1 - DSI1 ; 2-edp0 ; 3-edp1 ; 4-rgb
panel-type = 2;

# panel info
#unprepare-delay-ms = 100;
#enable-delay-ms = 100;
#disable-delay-ms = 100;
#prepare-delay-ms = 100;
#reset-delay-ms = 100;
#init-delay-ms = 100;
#width-mm = 0;
#height-mm = 24;

# panel timing
clock-frequency = 533000000;
hactive = 3840;
hfront-porch = 80;
hsync-len = 20;
hback-porch = 80;
vactive = 2160;
vfront-porch = 30;
vsync-len = 10;
vback-porch = 30;
hsync-active = 0;
vsync-active = 0;
de-active = 0;
pixelclk-active = 0;
pwm-polarity = 1;

#clock-frequency = 72000000;
#hactive = 1280;
#hfront-porch = 70;
#hsync-len = 20;
#hback-porch = 70;
#vactive = 800;
#vfront-porch = 16;
#vsync-len = 4;
#vback-porch = 12;
#hsync-active = 0;
#vsync-active = 0;
#de-active = 0;
#pixelclk-active = 0;

2. 屏幕闪烁: 供电问题不足

解决:

在带动大屏幕、4K屏幕 的时候,对电压电流要求较高

此类问题强烈建议通过单独设计走线,独立给屏幕供电来解决。

4K 以及大尺寸对电源要求较高,不能直接简单的用2K方案直接更换主板和屏幕实现。需要考虑外围供电问题。


图片