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.

Linux/AM4378: Disable Matrix GUI



Hello,

I have been successfully compiled the processor-sdk-04.03.00.05,But I want to disable the matrix-gui-2.0 service from starting up.
I don't want to change the original bb file, what should I do?

  • Hello user5294188,

    Run this commands to disable the matrix-gui-2.0 service on your board.
    root@am437x-evm:~# systemctl disable matrix-gui-2.0.service

    Add INITSCRIPT_NAME_remove = "matrix-gui-2.0" and MATRIX_ESSENTIALS_remove = "matrix-gui" lines to <tisdk>/build/conf/local.conf file to disable the matrix-gui-2.0 service in OE.

    Best regards,
    Kemal

  • Hello user5294188,

    The best way to disable the matrix-gui-2.0 service in OE will be by adding INITSCRIPT_PARAMS_matrix-gui = "stop 97 2 3 4 5 . stop 97 0 1 6 ."  line to <tisdk>/build/conf/local.conf without adding the previous two lines.

    Best regards,
    Kemal