This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5728: Matrix starting multiple applications

Part Number: AM5728
We have AM5728 based EVM and linux-sdk version 5.02.10 with matrix launcher.
Our usage scenario requires ,  launch of  multiple applications which all have some display on execution .
Can it be achieved through matrix  after adding custom applications in launcher as per MATRIX user guide?
We are trying to run multiple applications through matrix launcher , applications will have some display on execution , and we are not able to run them simultaneously.
As per Matrix user guide , local Matrix uses the graphics display layer. If a launched application also uses the graphics display layer there will be a conflict.
How to launch multiple applications in linux  having display on execution with  matrix launcher?
  • Hello,

    Upon boot, Weston is launched and it is responsible for managing various applications. It is up to the user to disable Weston and use other window manager.  As an experiment, I disabled the matrix-gui using the following command: "/etc/init.d/matrix-gui-2.0 stop". Next, I launched various Qt examples from the folder "/usr/share/qt5/examples" and they are running in parallel. The matrix-gui is performing the same behavior because after launching the matrix-gui, we are able to launch other example applications on top of the matrix-gui. 

    Regards,
    Krunal