Hello,
We need to display the same output on both the LCD and HDMI. I can use u-boot optargs omapdrm.displays=0 and 1 to change the primary display output, which confirms both LCD and HDMI output are working correctly. Similarly, omapdrm.displays=0,1 and 1,0 also select the primary output (but don't change the end result)
When we run our application, some but not all of the images are displayed on both screens. I've tried adding "[output]" sections to /etc/weston.ini, but don't see all the images. (I've used "transform=180" to confirm weston is using the output sections)
Interestingly enough, I can completely remove the boot optargs omapdrm.displays and weston.ini output sections, and the end result is the same: some but not all of our application output is shown on both screens.
I've searched and searched these forums. Some responses say weston dual output works, some responses say it's not supported. I'd appreciate pointers where to look to figure out why it partially works.
In addition, I'd been reading the AM572x Technical Reference Manual. Multiple places mention the HDMI output can duplicate the LCD output. This is anr option if weston doesn't support dual output. However, I haven't found a TRM section with register settings and initialization sequence. Section numbers or example code would help.
Any help would be appreciated.
Thanks,
Scott