<?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のトピックIMX8QXP MEK linux fastboot</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX8QXP-MEK-linux-fastboot/m-p/878095#M133209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am&amp;nbsp; trying to reduce boot time for IMX8QXP MEK. The boot time for&amp;nbsp;&lt;SPAN&gt;IMX8QXP MEK&amp;nbsp; was around 19 seconds.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I disabled the bootdelay using&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$setenv&amp;nbsp; bootdelay = 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$saveenv&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then the boot time reduced to 15 seconds.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I disabled the console by using&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$setenv console = null&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$saveenv&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Then the boot time reduced to 11 seconds.&lt;/P&gt;&lt;P&gt;How can I reduce the boot time further?&lt;/P&gt;&lt;P&gt;Is there any reference documents..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hrishikesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jan 2019 06:28:22 GMT</pubDate>
    <dc:creator>hrishikesh_dele</dc:creator>
    <dc:date>2019-01-16T06:28:22Z</dc:date>
    <item>
      <title>IMX8QXP MEK linux fastboot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8QXP-MEK-linux-fastboot/m-p/878095#M133209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am&amp;nbsp; trying to reduce boot time for IMX8QXP MEK. The boot time for&amp;nbsp;&lt;SPAN&gt;IMX8QXP MEK&amp;nbsp; was around 19 seconds.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I disabled the bootdelay using&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$setenv&amp;nbsp; bootdelay = 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$saveenv&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then the boot time reduced to 15 seconds.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I disabled the console by using&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$setenv console = null&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$saveenv&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Then the boot time reduced to 11 seconds.&lt;/P&gt;&lt;P&gt;How can I reduce the boot time further?&lt;/P&gt;&lt;P&gt;Is there any reference documents..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hrishikesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2019 06:28:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8QXP-MEK-linux-fastboot/m-p/878095#M133209</guid>
      <dc:creator>hrishikesh_dele</dc:creator>
      <dc:date>2019-01-16T06:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8QXP MEK linux fastboot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8QXP-MEK-linux-fastboot/m-p/878096#M133210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hrishikesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the falcon mode:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://git.denx.de/?p=u-boot.git;a=blob;f=doc/README.falcon;h=e9f8a7583c721cd96eb364ff23d591c0284c70b3;hb=HEAD" title="http://git.denx.de/?p=u-boot.git;a=blob;f=doc/README.falcon;h=e9f8a7583c721cd96eb364ff23d591c0284c70b3;hb=HEAD"&gt;git.denx.de Git - u-boot.git/blob - doc/README.falcon&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as demonstrate the i.mx6Q:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://imxdev.gitlab.io/tutorial/How_to_decrease_boot_time_on_iMX6/" title="https://imxdev.gitlab.io/tutorial/How_to_decrease_boot_time_on_iMX6/"&gt;How to decrease boot time on iMX6 - i.MXDev Blog&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>Thu, 17 Jan 2019 16:32:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8QXP-MEK-linux-fastboot/m-p/878096#M133210</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2019-01-17T16:32:12Z</dc:date>
    </item>
  </channel>
</rss>

