Hi Expert,
Customer want add some autostart script when Linux boot, can you help point out which script in SDK can autostart? so that customer can add their function to this script.
BR,
Biao
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.
Hi Expert,
Customer want add some autostart script when Linux boot, can you help point out which script in SDK can autostart? so that customer can add their function to this script.
BR,
Biao
Hi Biao,
The Processor SDK Linux by default uses systemd to manage Linux, so you can create a systemd service to start your application. Here is an example in the SDK to start the matrix gui application:
/lib/systemd/system/matrix-gui-2.0.service
Please refer to the systemd project documentation for how to create a systemd service script.
Hi Bin,
I have follow below step to add auto start script in AM62A board, I think systemd that you said, but I encounter some issue when I enable sytemd service.

do you know why? can you help me fix it?
by the way, my SDK Version is SDK9.0, I can't find matrix-gui-2.0.service below /lib/systemd/systemd.
BR,
Biao