<?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>topic Re: How to start an application before system boot up ? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-start-an-application-before-system-boot-up/m-p/981455#M145815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/toanjunifer@gmail.com"&gt;toanjunifer@gmail.com&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It won't be possible at the u-boot level.&lt;/P&gt;&lt;P&gt;You can optimize the boot time by disabling the unnecessary modules using menuconfig to start your application as soon as possible.&lt;/P&gt;&lt;P&gt;You can refer to &lt;A href="https://imxdev.gitlab.io/tutorial/How_to_decrease_boot_time_on_iMX6/"&gt;this &lt;/A&gt;link to minimize the boot time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shivani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Dec 2019 13:44:42 GMT</pubDate>
    <dc:creator>shivanipatel</dc:creator>
    <dc:date>2019-12-20T13:44:42Z</dc:date>
    <item>
      <title>How to start an application before system boot up ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-start-an-application-before-system-boot-up/m-p/981452#M145812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NXPs,&lt;/P&gt;&lt;P&gt;My name is Toan. I'm using iMX6UL-evk with kernel 4.14.98. And I trying to start application fast much as possible. Currently, I use crontab to start app and it is started after system boot up. It's took about 27 seconds. But I wanna much faster. So how can I boot app before system boot up ? Does it possible ?&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Toan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2019 06:50:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-start-an-application-before-system-boot-up/m-p/981452#M145812</guid>
      <dc:creator>toanjunifer</dc:creator>
      <dc:date>2019-12-16T06:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to start an application before system boot up ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-start-an-application-before-system-boot-up/m-p/981453#M145813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/toanjunifer@gmail.com"&gt;toanjunifer@gmail.com&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At which point do you want to start your application, after u-boot or after Linux console come?&lt;/P&gt;&lt;P&gt;To run an application on system boot, you need to write the custom systemd service as Linux kernel 4.14.98 uses systemd init/service manager.&lt;/P&gt;&lt;P&gt;You can refer &lt;A href="https://www.linode.com/docs/quick-answers/linux/start-service-at-boot/"&gt;this&lt;/A&gt; link to write a custom systemd service.&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shivani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2019 13:46:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-start-an-application-before-system-boot-up/m-p/981453#M145813</guid>
      <dc:creator>shivanipatel</dc:creator>
      <dc:date>2019-12-17T13:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to start an application before system boot up ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-start-an-application-before-system-boot-up/m-p/981454#M145814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/shivanipatel"&gt;shivanipatel&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;I wanna start my application before login user show up and as early as possible. Does it possible if I wanna start after u-boot ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I tried follow &lt;A class="link-titled" href="https://www.linode.com/docs/quick-answers/linux/start-service-at-boot/" title="https://www.linode.com/docs/quick-answers/linux/start-service-at-boot/"&gt;Use systemd to Start a Linux Service at Boot | Linode&lt;/A&gt;&amp;nbsp;. It's working good but starting time is&amp;nbsp;the same with I use crontab.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Toan&lt;/P&gt;&lt;DIV style="position: absolute; left: 797px; top: 130px;"&gt;&lt;DIV class="gtx-trans-icon"&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2019 02:38:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-start-an-application-before-system-boot-up/m-p/981454#M145814</guid>
      <dc:creator>toanjunifer</dc:creator>
      <dc:date>2019-12-18T02:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to start an application before system boot up ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-start-an-application-before-system-boot-up/m-p/981455#M145815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/toanjunifer@gmail.com"&gt;toanjunifer@gmail.com&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It won't be possible at the u-boot level.&lt;/P&gt;&lt;P&gt;You can optimize the boot time by disabling the unnecessary modules using menuconfig to start your application as soon as possible.&lt;/P&gt;&lt;P&gt;You can refer to &lt;A href="https://imxdev.gitlab.io/tutorial/How_to_decrease_boot_time_on_iMX6/"&gt;this &lt;/A&gt;link to minimize the boot time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shivani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2019 13:44:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-start-an-application-before-system-boot-up/m-p/981455#M145815</guid>
      <dc:creator>shivanipatel</dc:creator>
      <dc:date>2019-12-20T13:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to start an application before system boot up ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-start-an-application-before-system-boot-up/m-p/981456#M145816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/shivanipatel"&gt;shivanipatel&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;Currently, I;'m using iMX6UL, not iMX6Q. So this solution seem like not compatible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Toan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2019 07:51:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-start-an-application-before-system-boot-up/m-p/981456#M145816</guid>
      <dc:creator>toanjunifer</dc:creator>
      <dc:date>2019-12-24T07:51:13Z</dc:date>
    </item>
  </channel>
</rss>

