<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX Processorsのトピックi.MX8M autostart application at boot</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-autostart-application-at-boot/m-p/855124#M130775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a DART-MX8M development kit based on the i.MX8M. In general &lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;I want to play on a loop a specific video, so &lt;/SPAN&gt;when the dev kit is turned ON it redirects me to the cmd window where I type the command:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;gplay-1.0&amp;nbsp; - -repeat 'name of video and file type'&lt;/STRONG&gt; and it works fine. As an improvement to that, I would like to automatically play this video the moment I turn the dev kit ON (at boot) without having to type this command every time. I looked online for scripts that enable autostart of applications during boot, but they don't seem to work for GNU Linux. Would you be able to help?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jan 2019 12:12:13 GMT</pubDate>
    <dc:creator>angelos_konstan</dc:creator>
    <dc:date>2019-01-23T12:12:13Z</dc:date>
    <item>
      <title>i.MX8M autostart application at boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-autostart-application-at-boot/m-p/855124#M130775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a DART-MX8M development kit based on the i.MX8M. In general &lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;I want to play on a loop a specific video, so &lt;/SPAN&gt;when the dev kit is turned ON it redirects me to the cmd window where I type the command:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;gplay-1.0&amp;nbsp; - -repeat 'name of video and file type'&lt;/STRONG&gt; and it works fine. As an improvement to that, I would like to automatically play this video the moment I turn the dev kit ON (at boot) without having to type this command every time. I looked online for scripts that enable autostart of applications during boot, but they don't seem to work for GNU Linux. Would you be able to help?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2019 12:12:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-autostart-application-at-boot/m-p/855124#M130775</guid>
      <dc:creator>angelos_konstan</dc:creator>
      <dc:date>2019-01-23T12:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX8M autostart application at boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-autostart-application-at-boot/m-p/855125#M130776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Angelos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The simplest way to do that is to add this command in /etc/rc.local script, so that it will be executed automatically during startup.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, you can add:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cd /usr/bin (where you put your application file)&lt;/P&gt;&lt;P&gt;./your_application&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want it running in background, you can use ./your_application &amp;amp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://wiki.yoctoproject.org/wiki/Cookbook:Appliance:Startup_Scripts" title="https://wiki.yoctoproject.org/wiki/Cookbook:Appliance:Startup_Scripts"&gt;Cookbook:Appliance:Startup Scripts - Yocto Project&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2019 14:59:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX8M-autostart-application-at-boot/m-p/855125#M130776</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2019-01-28T14:59:47Z</dc:date>
    </item>
  </channel>
</rss>

