<?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のトピックRe: i.mx6q boot mode dynamicly change</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6q-boot-mode-dynamicly-change/m-p/795035#M123108</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a bmode command for U-Boot to force booting from another media. It might be helpful in your case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Nov 2018 06:55:24 GMT</pubDate>
    <dc:creator>turker</dc:creator>
    <dc:date>2018-11-30T06:55:24Z</dc:date>
    <item>
      <title>i.mx6q boot mode dynamicly change</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6q-boot-mode-dynamicly-change/m-p/795029#M123102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;In my new design with i.mx6q processor, user can not change the boot mode manually because the mainboard with ARM is installed in a box which not allowed to open. Then I have to find a way to change these boot mode pins in system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I need to upload the new linux image to ARM by USB otg connect to PC, then&amp;nbsp;dynamicly switch all boot modes to support emmc boot mode which is the normal boot mode. I can provide several GPIOs on a USB bridge chip which controlled by USB host as boot mode control pins.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;This is a very original idea. Are these any guidence to support my solution? Simply, I need to connect USB cable to upload linux image to ARM, as soon as I disconnect the cable and restart the ARM, it should be boot from emmc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2018 04:35:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6q-boot-mode-dynamicly-change/m-p/795029#M123102</guid>
      <dc:creator>cgperson</dc:creator>
      <dc:date>2018-11-23T04:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx6q boot mode dynamicly change</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6q-boot-mode-dynamicly-change/m-p/795030#M123103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as possible workaround one can try to write manually new&lt;/P&gt;&lt;P&gt;boot mode to SRC_SBMR1,2 registers described in Chapter&lt;BR /&gt;System Reset Controller (SRC) Reference Manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2018 23:23:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6q-boot-mode-dynamicly-change/m-p/795030#M123103</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-11-23T23:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx6q boot mode dynamicly change</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6q-boot-mode-dynamicly-change/m-p/795031#M123104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These 2 registers are read only according to maunal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But this is a new tip : software reset!&lt;/P&gt;&lt;P&gt;Is these any register can be configured and override boot mode pins?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simply, I can do this produres : insert a SD card with new image -&amp;gt; trigger the software to generate a reset -&amp;gt; boot from SD card and upload the image to emmc which is the default boot device -&amp;gt; recover to emmc root and then work in normal operations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tablet PC support this upload. So that i.mx6 should also support this. Any solution to this?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Nov 2018 16:21:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6q-boot-mode-dynamicly-change/m-p/795031#M123104</guid>
      <dc:creator>cgperson</dc:creator>
      <dc:date>2018-11-24T16:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx6q boot mode dynamicly change</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6q-boot-mode-dynamicly-change/m-p/795032#M123105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;These 2 registers are read only according to maunal.&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;But this is a new tip : software reset!&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Is these any register can be configured and override boot mode pins?&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Simply, I can do this produres : insert a SD card with new image -&amp;gt; trigger the software to generate a reset -&amp;gt; boot from SD card and upload the image to emmc which is the default boot device -&amp;gt; recover to emmc root and then work in normal operations.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Tablet PC support this upload. So that i.mx6 should also support this. Any solution to this?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2018 03:27:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6q-boot-mode-dynamicly-change/m-p/795032#M123105</guid>
      <dc:creator>cgperson</dc:creator>
      <dc:date>2018-11-29T03:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx6q boot mode dynamicly change</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6q-boot-mode-dynamicly-change/m-p/795033#M123106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am afraid there is no any register for overriding boot mode pins.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2018 02:58:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6q-boot-mode-dynamicly-change/m-p/795033#M123106</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-11-30T02:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx6q boot mode dynamicly change</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6q-boot-mode-dynamicly-change/m-p/795034#M123107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is not Tablet PC and quite different product,&lt;/P&gt;&lt;P&gt;unfortunately there is no any register for overriding boot mode pins and software&lt;/P&gt;&lt;P&gt;(or any other kind of it) will not help.&lt;/P&gt;&lt;P&gt;Some processors, like i.MX6SL have "SD/MMC Manufacture Mode"&lt;/P&gt;&lt;P&gt;which may be helpful in implementing such kind of task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2018 05:36:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6q-boot-mode-dynamicly-change/m-p/795034#M123107</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-11-30T05:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: i.mx6q boot mode dynamicly change</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-mx6q-boot-mode-dynamicly-change/m-p/795035#M123108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a bmode command for U-Boot to force booting from another media. It might be helpful in your case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2018 06:55:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-mx6q-boot-mode-dynamicly-change/m-p/795035#M123108</guid>
      <dc:creator>turker</dc:creator>
      <dc:date>2018-11-30T06:55:24Z</dc:date>
    </item>
  </channel>
</rss>

