Multiple Displays

Hello

I was wondering if I can enable multiple displays. I followed this article: link

Via the Uboot, I am only able to configure the mxcfb0. If I want to configure the mxcfb1 or 2 or 3. Nothing happens to the displays

I am using the 7" Resistive Touchscreen and a Monitor with DVI.

I used this this command for installing 7" Display

setenv vidargs 'video=mxcfb0:dev=lcd,FusionF07A,if=RGB24 video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off fbmem=32M'  
saveenv
boot

I used this this command for installing 7" Display and monitor

setenv vidargs 'video=mxcfb0:dev=lcd,FusionF07A,if=RGB24 video=mxcfb1:dev=vdac,1920x1080M@60,if=RGB565 video=mxcfb2:off video=mxcfb3:off fbmem=32M'
saveenv
boot

and this:

setenv vidargs video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24 video=mxcfb1:dev=lcd,FusionF07A,if=RGB24 video=mxcfb2:off video=mxcfb3:off fbmem=32M
saveenv
boot

I hope someone can tell me if I did something wrong

with kind regards,

Hi

Could you provide the exact version of your BSP and full dmesg log in a file?

Thanks