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.

How to autostart user application (or number of applications) in DaVinci Linux?

Other Parts Discussed in Thread: AM1707

Hello,

 

 

I have got quite basic question.

I use AM1707 EVM and DaVinci Linux.

My understanding is that the bootloader can load DaVinci Linux image depending on the bootloader switch position, or U-Boot configuration.

 How can I configure DaVinci Linux, or set up the Linux environment to load and start my application automatically?

Thank you for your help.

 

 

Regards,

Slavik Ivantsiv

  • Hi Slavik,

    S Ivantsiv said:
    How can I configure DaVinci Linux, or set up the Linux environment to load and start my application automatically?

    Since we run linux on the device, you should be able to write an init script to run from init. This part of standard linux procedures and is not anyway different on AM1707 or any other TI device running linux. For more information please have a look at http://en.wikipedia.org/wiki/Init or even google for "init script linux".

    --Sid