Part Number: BEAGLEBK
Tool/software: Linux
Hi,
I am using Sitara linux SDK for beaglebone black, where I am running a program on HDMI display. At the HDMI output I am using TS3DV642 as a HDMI splitter. So whenever a button is pressed the display switches between another HDMI source. As long as the display is on Beaglebone HDMI output it would work fine, but as soon as the display switches to another HDMI source, I get an error on Linux saying: The Wayland connection broke. Did the Wayland compositor die?
And when I try to run my program again then I get this error, because the HDMI was switched to another source.
"Failed to create display (No such file or directory)"
Or sometimes I get this error:
"Segmentation fault (core dumped)" and the program stops running.
How can I keep my program running even when HDMI source is changed?
Thank you,