<?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 i.MXRT eMMC boot in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT-eMMC-boot/m-p/787500#M672</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;I am having problems getting&amp;nbsp; i.MXRT to boot from eMMC.&amp;nbsp; My current setup is the EVB with an uSD to eMMC converter connected in the uSD socket (J20).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to communicate with the eMMC from my application code if i load it into hyperflash. So HW setup should be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With help from the forum i managed to create an image that i can program to SD with MFGTool, and afterwards boot&amp;nbsp; from SD, but when i switch to eMMC, MFGTool fails during programming with the following in the log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;ModuleID[2] LevelID[1]: Program Boot image [WndIndex:0] { &lt;BR /&gt; "command" : "receive-sb-file", &lt;BR /&gt; "response" : [], &lt;BR /&gt; "status" : { &lt;BR /&gt; "description" : "1812 (0x714) Send Operation Condition failed", &lt;BR /&gt; "value" : 1812 &lt;BR /&gt; } &lt;BR /&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I have the following emmc config in my bd file.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;# The source block assign file name to identifiers&lt;BR /&gt;sources {&lt;BR /&gt; myBootImageFile = extern (0);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;# The section block specifies the sequence of boot commands to be written to the SB file&lt;BR /&gt;section (0) {&lt;/P&gt;&lt;P&gt;#1. Prepare MMC Card option block&lt;BR /&gt; #Load : 1 bit SDR, Normal Speed, Boot partition 1. &lt;BR /&gt; #Boot : Boot partition 1, 1 bit SDR, normal speed&lt;/P&gt;&lt;P&gt;# 1bit SDR, Normal Speed, Boot partition 1.&lt;BR /&gt; &lt;STRONG&gt;load 0xC1100001 &amp;gt; 0x100;&lt;/STRONG&gt;&lt;BR /&gt;load 0x00000000 &amp;gt; 0x104;&lt;/P&gt;&lt;P&gt;#2. Configure MMC Card &lt;BR /&gt; enable mmccard 0x100;&lt;/P&gt;&lt;P&gt;#3. Erase blocks as needed.&lt;BR /&gt; erase mmccard 0x400..0x100000;&lt;/P&gt;&lt;P&gt;#4. Program MMC Card Image offset 0x400&lt;BR /&gt; load mmccard myBootImageFile &amp;gt; 0x400;&lt;BR /&gt; &lt;BR /&gt; #5. Program Efuse for optimal read performance (optional)&lt;BR /&gt; #load fuse 0x00000000 &amp;gt; 0x07;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried using blhost directly with the follwing result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;gt;blhost -u 0x15a2,0x0073 fill-memory 0x20000000 0x4 0xC0000000&lt;BR /&gt;&amp;nbsp; Inject command 'fill-memory'&lt;BR /&gt;&amp;nbsp; Successful generic response to command 'fill-memory'&lt;BR /&gt;&amp;nbsp; Response status = 0 (0x0) Success.&lt;/P&gt;&lt;P&gt;&amp;gt;blhost -u 0x15a2,0x0073 fill-memory 0x20000004 0x4 0x00040000&lt;BR /&gt;&amp;nbsp; Inject command 'fill-memory'&lt;BR /&gt;&amp;nbsp; Successful generic response to command 'fill-memory'&lt;BR /&gt;&amp;nbsp; Response status = 0 (0x0) Success.&lt;/P&gt;&lt;P&gt;&amp;gt;blhost -u 0x15a2,0x0073 configure-memory 0x121 0x20000000&lt;BR /&gt;&amp;nbsp; Inject command 'configure-memory'&lt;BR /&gt;&amp;nbsp; Response status = 1812 (0x714) Send Operation Condition failed&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To me it looks like the bootloader isn't able to communicate with the card at all.&amp;nbsp;Since the eMMC is connected to the uSD socket (J20), it is fixed to 3V mode. I wonder if the bootloader will try switch to 1V8 during the card init, and that would cause the communication to fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody succesully programmed an EMMC card with MfgTool og blhost on iMXRT ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is source code for the MCUX flash loader available ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anders&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Aug 2018 08:41:39 GMT</pubDate>
    <dc:creator>aescov</dc:creator>
    <dc:date>2018-08-15T08:41:39Z</dc:date>
    <item>
      <title>i.MXRT eMMC boot</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT-eMMC-boot/m-p/787500#M672</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;I am having problems getting&amp;nbsp; i.MXRT to boot from eMMC.&amp;nbsp; My current setup is the EVB with an uSD to eMMC converter connected in the uSD socket (J20).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to communicate with the eMMC from my application code if i load it into hyperflash. So HW setup should be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With help from the forum i managed to create an image that i can program to SD with MFGTool, and afterwards boot&amp;nbsp; from SD, but when i switch to eMMC, MFGTool fails during programming with the following in the log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;ModuleID[2] LevelID[1]: Program Boot image [WndIndex:0] { &lt;BR /&gt; "command" : "receive-sb-file", &lt;BR /&gt; "response" : [], &lt;BR /&gt; "status" : { &lt;BR /&gt; "description" : "1812 (0x714) Send Operation Condition failed", &lt;BR /&gt; "value" : 1812 &lt;BR /&gt; } &lt;BR /&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I have the following emmc config in my bd file.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;# The source block assign file name to identifiers&lt;BR /&gt;sources {&lt;BR /&gt; myBootImageFile = extern (0);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;# The section block specifies the sequence of boot commands to be written to the SB file&lt;BR /&gt;section (0) {&lt;/P&gt;&lt;P&gt;#1. Prepare MMC Card option block&lt;BR /&gt; #Load : 1 bit SDR, Normal Speed, Boot partition 1. &lt;BR /&gt; #Boot : Boot partition 1, 1 bit SDR, normal speed&lt;/P&gt;&lt;P&gt;# 1bit SDR, Normal Speed, Boot partition 1.&lt;BR /&gt; &lt;STRONG&gt;load 0xC1100001 &amp;gt; 0x100;&lt;/STRONG&gt;&lt;BR /&gt;load 0x00000000 &amp;gt; 0x104;&lt;/P&gt;&lt;P&gt;#2. Configure MMC Card &lt;BR /&gt; enable mmccard 0x100;&lt;/P&gt;&lt;P&gt;#3. Erase blocks as needed.&lt;BR /&gt; erase mmccard 0x400..0x100000;&lt;/P&gt;&lt;P&gt;#4. Program MMC Card Image offset 0x400&lt;BR /&gt; load mmccard myBootImageFile &amp;gt; 0x400;&lt;BR /&gt; &lt;BR /&gt; #5. Program Efuse for optimal read performance (optional)&lt;BR /&gt; #load fuse 0x00000000 &amp;gt; 0x07;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried using blhost directly with the follwing result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;gt;blhost -u 0x15a2,0x0073 fill-memory 0x20000000 0x4 0xC0000000&lt;BR /&gt;&amp;nbsp; Inject command 'fill-memory'&lt;BR /&gt;&amp;nbsp; Successful generic response to command 'fill-memory'&lt;BR /&gt;&amp;nbsp; Response status = 0 (0x0) Success.&lt;/P&gt;&lt;P&gt;&amp;gt;blhost -u 0x15a2,0x0073 fill-memory 0x20000004 0x4 0x00040000&lt;BR /&gt;&amp;nbsp; Inject command 'fill-memory'&lt;BR /&gt;&amp;nbsp; Successful generic response to command 'fill-memory'&lt;BR /&gt;&amp;nbsp; Response status = 0 (0x0) Success.&lt;/P&gt;&lt;P&gt;&amp;gt;blhost -u 0x15a2,0x0073 configure-memory 0x121 0x20000000&lt;BR /&gt;&amp;nbsp; Inject command 'configure-memory'&lt;BR /&gt;&amp;nbsp; Response status = 1812 (0x714) Send Operation Condition failed&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To me it looks like the bootloader isn't able to communicate with the card at all.&amp;nbsp;Since the eMMC is connected to the uSD socket (J20), it is fixed to 3V mode. I wonder if the bootloader will try switch to 1V8 during the card init, and that would cause the communication to fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody succesully programmed an EMMC card with MfgTool og blhost on iMXRT ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is source code for the MCUX flash loader available ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anders&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 08:41:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT-eMMC-boot/m-p/787500#M672</guid>
      <dc:creator>aescov</dc:creator>
      <dc:date>2018-08-15T08:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT eMMC boot</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT-eMMC-boot/m-p/787501#M673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anders,&lt;/P&gt;&lt;P&gt;You could refer to application note AN12107 “How to Enable Boot from Octal SPI Flash and SD Card” at the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12107.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN12107.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Additionally, you could take a look at the following Community thread regarding the differences between a regular SD card, and a eMMC chip:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/352318"&gt;https://community.nxp.com/thread/352318&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope this will be useful for you.&lt;BR /&gt;Best regards!&lt;BR /&gt;/Carlos&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, 17 Aug 2018 18:15:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT-eMMC-boot/m-p/787501#M673</guid>
      <dc:creator>CarlosCasillas</dc:creator>
      <dc:date>2018-08-17T18:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT eMMC boot</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT-eMMC-boot/m-p/787502#M674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am aware of AN12107 and the forum thread you are referring to.&amp;nbsp; I am able to boot from SD card by following the procedure in the app note, however i am struggling getting MFGTool to communicate/program,&amp;nbsp; the eMMC card.&amp;nbsp; As mentioned I have no option for running 1.8v mode for the eMMC card on the evaluation board since it is connected to via uSD card slot.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the eMMC driver in the SDK, I suspect it could be related voltage shifting during card setup, and that is why i would like to have a look at the source code for the flashloader that comes with the MfgTool package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This thread&amp;nbsp;&lt;A _jive_internal="true" class="link-titled" href="https://community.nxp.com/message/1004044?commentID=1004044#comment-1004044" title="https://community.nxp.com/message/1004044?commentID=1004044#comment-1004044"&gt;https://community.nxp.com/message/1004044?commentID=1004044#comment-1004044&lt;/A&gt;&amp;nbsp; indicates that source for the&amp;nbsp;flashloader would be made available. But it does not seem to be yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you will be able to help get access to the source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anders&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2018 07:05:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT-eMMC-boot/m-p/787502#M674</guid>
      <dc:creator>aescov</dc:creator>
      <dc:date>2018-08-20T07:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT eMMC boot</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT-eMMC-boot/m-p/787503#M675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anders,&lt;/P&gt;&lt;P&gt;After internally asking, I'm afraid that the Flashloader source code is not available for the public yet.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope this will be useful for you.&lt;BR /&gt;Best regards!&lt;BR /&gt;/Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2018 20:17:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT-eMMC-boot/m-p/787503#M675</guid>
      <dc:creator>CarlosCasillas</dc:creator>
      <dc:date>2018-09-14T20:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT eMMC boot</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT-eMMC-boot/m-p/787504#M676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this GUI tool, it supports eMMC device&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/JayHeng/NXP-MCUBootUtility/releases" title="https://github.com/JayHeng/NXP-MCUBootUtility/releases"&gt;Releases · JayHeng/NXP-MCUBootUtility · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jun 2019 04:44:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT-eMMC-boot/m-p/787504#M676</guid>
      <dc:creator>jay_heng</dc:creator>
      <dc:date>2019-06-15T04:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT eMMC boot</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT-eMMC-boot/m-p/787505#M677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anders,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you ever get this resolved? I am now facing a similar issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the MIMXRT1060-EVK with an eMMC device plugged in to the SD Socket via an adapter:&lt;/P&gt;&lt;P&gt;blhost -u -- fill-memory 0x20000000 4 0xC0000000 &amp;lt;-- Have tried various options here&lt;/P&gt;&lt;P&gt;blhost -u -- configure-memory 0x121 0x20000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Results in:&lt;/P&gt;&lt;P&gt;Response status = 1812 (0x714) Send Operation Condition failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Jay Heng's GUI tool gives me the same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI, the source seems to be now available for the Flashloader...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;SDK_2.6.2_EVK-MIMXRT1060/middleware/mcu-boot/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...Time to dig through it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Richard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2019 05:54:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT-eMMC-boot/m-p/787505#M677</guid>
      <dc:creator>rtucker</dc:creator>
      <dc:date>2019-10-02T05:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT eMMC boot</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT-eMMC-boot/m-p/787506#M678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For anyone that comes across this problem in the future.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After looking through the code I have discovered that the Flashloader (Version K2.1.0) &lt;STRONG&gt;ONLY&lt;/STRONG&gt; supports eMMC on uSDHC instance &lt;STRONG&gt;2&lt;/STRONG&gt;. This is hard coded. Unfortunately, from the looks of it, this cannot be changed via configuration.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SDK_2.6.2_EVK-MIMXRT1060/middleware/mcu-boot/targets/MIMXRT1062/src/bootloader_config.h:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/92837iC01F9566D0DA15DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will have to recompile to get it to support the EVB and our custom board, which has the eMMC device on uSDHC instance &lt;STRONG&gt;1&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe someone from NXP can look in to getting an updated version of the Flashloader binary released which allows us to pass the uSDHC instance as a parameter? This is what I will be doing, I could post a patch once complete.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Richard.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2019 04:36:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT-eMMC-boot/m-p/787506#M678</guid>
      <dc:creator>rtucker</dc:creator>
      <dc:date>2019-10-03T04:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT eMMC boot</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT-eMMC-boot/m-p/787507#M679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As mentioned above, I have completed a set of patches against the SDK. Repository hosted here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/apexrtos/imxrt1060_flashloader" title="https://github.com/apexrtos/imxrt1060_flashloader"&gt;GitHub - apexrtos/imxrt1060_flashloader: Flash loader for i.MXRT1060 forked from NXP SDK 2.6.2&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Richard.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2019 05:59:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT-eMMC-boot/m-p/787507#M679</guid>
      <dc:creator>rtucker</dc:creator>
      <dc:date>2019-10-23T05:59:58Z</dc:date>
    </item>
  </channel>
</rss>

