I have a beaglebone black, and I use ti-processor-sdk-linux-am335x-evm-02.00.01.07 to run linux on it. I have a couple of questions regarding HDMI and LCD display.
My problem is that I can't run LCD display when there is no HDMI monitor connected to Beaglebone. I'm trying to run Qt application using eglfs plugin to display graphics. When there is a LCD and HDMI monitor connected to BBB I can run this application, and I do see application window on both screens. However as soon as I disconnect HDMI monitor my LCD screen also gets black. When I try to run my application without HDMI monitor connected to BBB i get this output message:
"PVR: Hint: Setting WindowSystem to libpvrDRMWSEGL_FRONT.so
ignoring unused connector 20
Could not initialize egl display
Aborted"
I can't find any information on the internet about "ignoring unused connector 20" message.
Is there a way to disable HDMI interface in BBB running Linux 4.1.13 ? I will need to use SPI interface, and it collides with HDMI.
I would be thankful for any help.