Clone display without using LVDS

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Clone display without using LVDS

跳至解决方案
756 次查看
torus1000
Contributor V

Hi all,

I heard  LinuxBSP for iMX6QSDB didn't support clone display (except LDVS0&1).

However I would like to display primary fb on both hdmi and lcd.

Is it possible? If yes, how can I configure video bootargs of uboot?

If it is difficult, which source file need to modify?

标签 (3)
0 项奖励
1 解答
513 次查看
max_tsai
NXP Employee
NXP Employee

hi,

the following setting for bootargs has lvds0 with fb0 and hdmi with fb2.

---

video=mxcfb0:dev=ldb,LDB-XGA,if=RGB666' video=mxcfb1:dev=hdmi,1920x1080M@60,if=RGB24'

---

Then you can output the same content into fb2 & fb0, and both displays can show the same content.

Regards,

Max

在原帖中查看解决方案

0 项奖励
1 回复
514 次查看
max_tsai
NXP Employee
NXP Employee

hi,

the following setting for bootargs has lvds0 with fb0 and hdmi with fb2.

---

video=mxcfb0:dev=ldb,LDB-XGA,if=RGB666' video=mxcfb1:dev=hdmi,1920x1080M@60,if=RGB24'

---

Then you can output the same content into fb2 & fb0, and both displays can show the same content.

Regards,

Max

0 项奖励