How to make application run automatically when power on

Hi ,

How can we make our application running automatically once we on the power of jetson.

can anybody please suggest how to do this , it would be a great help.

Thanks in Advance,

You can use “Startup Applications Preferences” or create a service.

If you can use your desktop GUI, you can add your application command from here :

If you use headless mode or if you want to use this via terminal, look at this example:

In these examples, you should change the running scripts. It should work if you don’t have any file accessing errors.

Regards