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.

Start matrix-gui-v2 at boot time

Hi,

Board: Custom Board (based on OMAP L138 LCDK with some changes).

My board is booted successfully,

But i did not get VGA output in the LCD monitor:

 i found the problem that is Matrix GUI Application did not started.So i manually gave the following command

Matrix can be launched manually with this full syntax:

matrix_browser -qws http://localhost:80
And I got VGA output on my LCD monitor.
Now i want to edit the  /etc/init.d/matrix-gui-2.0 .Because i want to enable the mouse support .I can not find the matrix-gui-2.0 script file in my file system.
how do i get that  script file?
Do i need to built matrix-gui-2.0 (../filesystem/usr/share/matrix-gui-2.0)? and how i do?
Kindly suggest any information.


Regards,
Vinothraj.M
  • Hi Vinothraj,

    Vinothraj said:
    Do i need to built matrix-gui-2.0 (../filesystem/usr/share/matrix-gui-2.0)? and how i do?

    The building steps of matrix-gui is given at http://processors.wiki.ti.com/index.php/How_to_Build_the_Matrix_GUI#Install_the_Project

     

    Regards,

    Shankari.

     

    -------------------------------------------------------------------------------------------------------

    Please click the Verify Answer button on this post if it answers your question.
    --------------------------------------------------------------------------------------------------------

  • Hi Shankari,

    As per you said, i did.And I got the below output:

    marudham@marudham-Compaq-420:~/SDKs/ti-sdk-omapl138-lcdk-01.00.00$ make matrix_gui_install                                                                                                                                   make: *** No rule to make target `matrix_gui_install'. Stop.                                                                                                                                                                                                    marudham@marudham-Compaq-420:~/SDKs/ti-sdk-omapl138-lcdk-01.00.00$ make matrix_gui_install_debug                                                                                                      make: *** No rule to make target `matrix_gui_install_debug'. Stop.

    I can not get successful install.

    Thanks & Regards,

    Vinothraj.