<?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.MXRT1050 BOOT from eMMC</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1391727#M184982</link>
    <description>&lt;P&gt;Hi, &lt;BR /&gt;I think you forget to provide the work log of NXP-MCUBootUtility.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
    <pubDate>Fri, 24 Dec 2021 07:55:11 GMT</pubDate>
    <dc:creator>jeremyzhou</dc:creator>
    <dc:date>2021-12-24T07:55:11Z</dc:date>
    <item>
      <title>i.MXRT1050 BOOT from eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1391358#M184945</link>
      <description>&lt;P&gt;Hello NXP team,&lt;/P&gt;&lt;P&gt;Please help us on this query.&lt;/P&gt;&lt;P&gt;We are using i.MXRT1052 with SDK_2_10_0_EVKB-IMXRT1050 in one of our projects. Our board has provision to boot from SD card and eMMC. We are successfully able to flash the image in SD card and boot from it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our final aim is to boot from eMMC. The eMMC used on our hardware is Kingston "EMMC04G-W627-X02U". We are able to able to do basic read/write operation on EMMC so connections seems to be fine. However we are not able to boot from EMMC. We have referred other posts, shown below, on NXP forum and Application notes for the same but none of them provides an actual solution for booting from EMMC with imxRT.&lt;/P&gt;&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2019/01/22/tutorial-booting-the-nxp-i-mx-rt-from-micro-sd-card/" target="_blank"&gt;https://mcuoneclipse.com/2019/01/22/tutorial-booting-the-nxp-i-mx-rt-from-micro-sd-card/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://urldefense.com/v3/__https:/community.nxp.com/thread/352318__;!!HKOSU0g!XzWM4euH2ZaD3s822BVyhycP2kylSmwdmrfex9UsmgbwnzUO0W1CcsSL2SHJpmRjLA$" target="_blank"&gt;https://community.nxp.com/thread/352318&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://urldefense.com/v3/__https:/www.nxp.com/docs/en/application-note/AN12107.pdf__;!!HKOSU0g!XzWM4euH2ZaD3s822BVyhycP2kylSmwdmrfex9UsmgbwnzUO0W1CcsSL2SE8d9EZAQ$" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN12107.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://urldefense.com/v3/__https:/community.nxp.com/t5/i-MX-RT/i-MXRT1051-eMMC-boot/td-p/806269__;!!HKOSU0g!XzWM4euH2ZaD3s822BVyhycP2kylSmwdmrfex9UsmgbwnzUO0W1CcsSL2SFsdtfA5A$" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT/i-MXRT1051-eMMC-boot/td-p/806269&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per the imxrt1050 Reference Manual the &lt;STRONG&gt;BOOT_CFG&lt;/STRONG&gt; and &lt;STRONG&gt;BOOT_MODE&lt;/STRONG&gt; pins needs to be configured as below to enable &lt;STRONG&gt;boot from EMMC&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BOOT_CFG[0]&amp;nbsp; :&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;BOOT_CFG[1]&amp;nbsp; :&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;BOOT_CFG[2]&amp;nbsp; :&amp;nbsp; 0 or 1(tried both)&lt;/P&gt;&lt;P&gt;BOOT_CFG[3]&amp;nbsp; :&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;BOOT_CFG[4]&amp;nbsp; :&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;BOOT_CFG[5]&amp;nbsp; :&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;BOOT_CFG[6]&amp;nbsp; :&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;BOOT_CFG[7]&amp;nbsp; :&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;BOOT_CFG[8]&amp;nbsp; :&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;BOOT_CFG[9] : &amp;nbsp;0&lt;/P&gt;&lt;P&gt;BOOT_CFG[10] : 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BOOT_MODE[0] is LOW&lt;/P&gt;&lt;P&gt;BOOT_MODE[1] is LOW&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have&amp;nbsp; flashed the image in eMMC using NXP_BOOT_UTILITY tool V3.3.0 and also able to read back the data written to EMMC using the tool, however device fails to boot-up from EMMC.&lt;/P&gt;&lt;P&gt;After flashing the code using boot utility tool, we are keeping the switches for BT_CFG[6], BT_CFG[9], BOOT_MODE[0] and&amp;nbsp; BOOT_MODE [1] in low state. But looks like the internal ROM bootloader is not recognizing the changes made.&lt;/P&gt;&lt;P&gt;We also tried probing the EMMC lines during bootup. Our clock line is via &lt;STRONG&gt;GPIO_SD_B1_04&lt;/STRONG&gt;. After making the above changes, we probed the CLK line going to eMMC but couldn’t find any clock signal. However clock for &lt;STRONG&gt;SD1_CLK was still there&lt;/STRONG&gt;. Seems like the boot device mode is not switching to eMMC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anything missing that needs to be done for booting from iMXRT050? Any configuration which needs to be enabled to make it work? Any leads would be appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 11:42:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1391358#M184945</guid>
      <dc:creator>ramreddy</dc:creator>
      <dc:date>2021-12-23T11:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1050 BOOT from eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1391634#M184968</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;BR /&gt;I think I need more information prior to figuring the issue out, so I was wondering if you provide the log of NXP-MCUBootUtility, further, I'd like to suggest you upload the read-back data.&lt;/P&gt;
&lt;P&gt;Looking forward to your reply.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Fri, 24 Dec 2021 03:20:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1391634#M184968</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2021-12-24T03:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1050 BOOT from eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1391647#M184970</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/56840" target="_self"&gt;&lt;SPAN class=""&gt;jeremyzhou&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thank you for the quick response.&lt;/P&gt;&lt;P&gt;I had attached read file of &lt;SPAN&gt;NXP-MCUBootUtility tool&lt;/SPAN&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Dec 2021 08:55:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1391647#M184970</guid>
      <dc:creator>ramreddy</dc:creator>
      <dc:date>2021-12-24T08:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1050 BOOT from eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1391727#M184982</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;I think you forget to provide the work log of NXP-MCUBootUtility.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Fri, 24 Dec 2021 07:55:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1391727#M184982</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2021-12-24T07:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1050 BOOT from eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1391824#M184995</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly the requested files in the attachment.&lt;/P&gt;&lt;P&gt;Since out last mail we tried the following operation:&lt;/P&gt;&lt;P&gt;Boot_mode[0] - Low&lt;BR /&gt;Boot_mode[1] - High&lt;/P&gt;&lt;P&gt;Boot config[1] - High&lt;BR /&gt;Boot_config[6] - Low&lt;BR /&gt;Boot_config[7] - High&lt;BR /&gt;Boot_config[9] - Low&lt;/P&gt;&lt;P&gt;After making the above changes, we are able to get the clock, command and we are observed some data fetching on data 0 ,data 1, data 2, data 3 signals from the i.MXRT1052.&lt;BR /&gt;However emmc still fails to respond and the device failed to boot from EMMC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Dec 2021 11:47:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1391824#M184995</guid>
      <dc:creator>ramreddy</dc:creator>
      <dc:date>2021-12-24T11:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1050 BOOT from eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1392148#M185057</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;BR /&gt;Firstly, I'd like to suggest you follow the steps illustrated in 3.5. MFG boot from SD Card in the &lt;A href="https://www.nxp.com/docs/en/application-note/AN12107.pdf" target="_self"&gt;AN12107&lt;/A&gt;, except for Step 8. Please use the below command for Step 8.&lt;BR /&gt;&lt;STRONG&gt;elftosb.exe -f kinetis -V -c ../../bd_file/imx10xx/program_mmccard_image_fastboot.bd -o boot_image.sb ivt_itcm_hello_world_nopadding.bin&lt;/STRONG&gt;&lt;BR /&gt;After generating the sb file and program it to eMMC, then set the BOOT_CFG pins as the below.&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;BOOT_CFG1[0]&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="36px"&gt;BOOT_CFG1[1]&lt;/TD&gt;
&lt;TD width="50%" height="36px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;BOOT_CFG1[2]&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;BOOT_CFG1[3]&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;BOOT_CFG1[4]&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;BOOT_CFG1[5]&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;BOOT_CFG1[6]&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;BOOT_CFG1[7]&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;BOOT_CFG2[0]&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;BOOT_CFG2[1]&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="24px"&gt;BOOT_CFG2[2]&lt;/TD&gt;
&lt;TD width="50%" height="24px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;Meanwhile, set the Boot_Mode[1:0] = 10.&lt;/P&gt;
&lt;P&gt;Please give it a try.&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 07:42:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1392148#M185057</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2021-12-27T07:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1050 BOOT from eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1392249#M185065</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are using MCU expresso IDE in this we are able to generate .s19 binary only.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;we are unable to find .icf file in Step 3.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;any way we had tried with the .s19 file. we are able to generate the required files in the step 7.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ramreddy_0-1640601190333.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166283i3F583B80C66B0C11/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ramreddy_0-1640601190333.png" alt="ramreddy_0-1640601190333.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ramreddy_0-1640601190333.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;while executing the Step 8 we are getting the error like below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;D:\Projects\tools\Flashloader_RT1050_1.1\Tools\elftosb\win&amp;gt;elftosb.exe -f imx -V -c ../../bd_file/imx10xx/program_mmccard_image_fastboot.bd -o boot_image.sb ivt_itcm_hello_world_nopadding.bin&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;error: line 41: invalid source name 'myUserDataFile'&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Also, we had tried with example .srec file given in the example section in flash loader. We got the below response.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ramreddy_2-1640602306193.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166285iAA8A717EA32AFD64/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ramreddy_2-1640602306193.png" alt="ramreddy_2-1640602306193.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ramreddy_2-1640602306193.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;D:\Projects\tools\Flashloader_RT1050_1.1\Tools\elftosb\win&amp;gt;elftosb.exe -f imx -V -c ../../bd_file/imx10xx/imx-itcm-unsigned.bd -o ivt_itcm_hello_world.bin led_demo_evk_ram_0xa000.srec&lt;BR /&gt;Section: 0x0&lt;BR /&gt;iMX bootable image generated successfully&lt;/P&gt;&lt;P&gt;D:\Projects\tools\Flashloader_RT1050_1.1\Tools\elftosb\win&amp;gt;elftosb.exe -f kinetis -V -c ../../bd_file/imx10xx/program_mmccard_image_fastboot.bd -o boot_image.sb ivt_itcm_hello_world_nopadding.bin&lt;BR /&gt;error: line 41: invalid source name 'myUserDataFile'&lt;/P&gt;&lt;P&gt;D:\Projects\tools\Flashloader_RT1050_1.1\Tools\elftosb\win&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you please suggest if anything else we need to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 11:09:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1392249#M185065</guid>
      <dc:creator>ramreddy</dc:creator>
      <dc:date>2021-12-27T11:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1050 BOOT from eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1392398#M185087</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;I've attached an S19 file and two bd files, you can follow the below steps to generate the SB file, then use the MfgTool to download it.&lt;BR /&gt;1) &lt;STRONG&gt;elftosb.exe -f imx -V -c imx-itcm-unsigned.bd -o evkbimxrt1050_hello_world.bin evkbimxrt1050_hello_world.s19&lt;/STRONG&gt;&lt;BR /&gt;2) &lt;STRONG&gt;elftosb.exe -f kinetis -V -c program_mmccard_image_fastboot.bd -o boot_image.sb evkbimxrt1050_hello_world_nopadding.bin&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The demo will print a string “&lt;EM&gt;&lt;STRONG&gt;i.MXRT1050 BOOT from eMMC&lt;/STRONG&gt;&lt;/EM&gt;” if boot-up successfully.&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 02:56:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1392398#M185087</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2021-12-28T02:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1050 BOOT from eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1392519#M185098</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we had tried the below command we are getting the error&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C:\Users\rkadathala\Downloads\elftosb_5.1.19\elftosb_5.1.19\bin\win&amp;gt;elftosb.exe -f kinetis -V -c program_mmccard_image_fastboot.bd -o boot_image.sb evkbimxrt1050_hello_world_nopadding.bin&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;error: line 41: invalid source name 'myUserDataFile'&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;We had modified the command for normal boot it is building the .sb file successfully.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C:\Users\rkadathala\Downloads\elftosb_5.1.19\elftosb_5.1.19\bin\win&amp;gt;elftosb.exe -f kinetis -V -c program_mmccard_image_normal.bd -o boot_image.sb evkbimxrt1050_hello_world_nopadding.bin&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still we are unable to boot from eMMC (We did not observed any print in the console)&lt;/P&gt;&lt;P&gt;if possible take the remote for further assistance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 13:21:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1392519#M185098</guid>
      <dc:creator>ramreddy</dc:creator>
      <dc:date>2021-12-28T13:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1050 BOOT from eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1392985#M185153</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;In previous replies, I forgot to ask you to share the screenshot of Device Configuration when using the NXP_BOOT_UTILITY.&lt;BR /&gt;Further, I was wondering if you can share the schematic of your custom board.&lt;BR /&gt;Hope it helps.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 09:12:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1392985#M185153</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2021-12-29T09:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1050 BOOT from eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1393020#M185157</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are able to flash from MFG tool but unable to boot from eMMC. we are observing some data over&amp;nbsp; command, data 0-3 lines.&lt;/P&gt;&lt;P&gt;We are using the below boot configuration with eMMC normal boot mode because we are getting error while building the .sb file with eMMC fast boot mode.&lt;/P&gt;&lt;P&gt;Boot_config_1&amp;nbsp; is High&lt;/P&gt;&lt;P&gt;Boot_config_6&amp;nbsp; is Low&lt;/P&gt;&lt;P&gt;Boot_config_7&amp;nbsp; is High&lt;/P&gt;&lt;P&gt;Boot_config_9&amp;nbsp; is Low&lt;/P&gt;&lt;P&gt;Boot_Mode_0&amp;nbsp; is Low&lt;/P&gt;&lt;P&gt;Boot_Mode_1&amp;nbsp; is High&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the Device config screenshot&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ramreddy_0-1640770381938.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166439iFAC6BF9F80DDDFE2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ramreddy_0-1640770381938.png" alt="ramreddy_0-1640770381938.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ramreddy_0-1640770381938.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The below screenshots represents the EMMC and Controller connections&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ramreddy_2-1640771882741.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166446iAC6892A44B67E044/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ramreddy_2-1640771882741.png" alt="ramreddy_2-1640771882741.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ramreddy_2-1640771882741.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The pullup resistors are populated on D0- D7 lines.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ramreddy_1-1640771784741.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166445iF6632509CC44AE51/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ramreddy_1-1640771784741.png" alt="ramreddy_1-1640771784741.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ramreddy_1-1640771784741.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Kindly let us know how to proceed further.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 10:57:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1393020#M185157</guid>
      <dc:creator>ramreddy</dc:creator>
      <dc:date>2021-12-29T10:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1050 BOOT from eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1393292#M185199</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;Firstly, refer to the eMMC connection of &lt;A href="https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/evaluation-kit-for-the-i-mx-6ull-and-6ulz-applications-processor:MCIMX6ULL-EVK" target="_self"&gt;MCIMX6ULL-EVK&lt;/A&gt;&amp;nbsp;to modify your board,&amp;nbsp;especially removing the pull-up resistors.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jeremyzhou_0-1640852789989.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166493iEA4CE57866E32C1E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jeremyzhou_0-1640852789989.png" alt="jeremyzhou_0-1640852789989.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;jeremyzhou_0-1640852789989.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Next, I'd like to suggest you use the NXP-MCUBootUtility to program evkbimxrt1050_hello_world.s19 with the above eMMc Device Configuration, after that, set the BOOT_CFG pins as the below table shows.&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="43.2157394843962%" height="24px"&gt;BOOT_CFG1[0]&lt;/TD&gt;
&lt;TD width="56.7842605156038%" height="24px"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="43.2157394843962%" height="36px"&gt;BOOT_CFG1[1]&lt;/TD&gt;
&lt;TD width="56.7842605156038%" height="36px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="43.2157394843962%" height="24px"&gt;BOOT_CFG1[2]&lt;/TD&gt;
&lt;TD width="56.7842605156038%" height="24px"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="43.2157394843962%" height="24px"&gt;BOOT_CFG1[3]&lt;/TD&gt;
&lt;TD width="56.7842605156038%" height="24px"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="43.2157394843962%" height="24px"&gt;BOOT_CFG1[4]&lt;/TD&gt;
&lt;TD width="56.7842605156038%" height="24px"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="43.2157394843962%" height="24px"&gt;BOOT_CFG1[5]&lt;/TD&gt;
&lt;TD width="56.7842605156038%" height="24px"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="43.2157394843962%" height="24px"&gt;BOOT_CFG1[6]&lt;/TD&gt;
&lt;TD width="56.7842605156038%" height="24px"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="43.2157394843962%" height="24px"&gt;BOOT_CFG1[7]&lt;/TD&gt;
&lt;TD width="56.7842605156038%" height="24px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="43.2157394843962%" height="24px"&gt;BOOT_CFG2[0]&lt;/TD&gt;
&lt;TD width="56.7842605156038%" height="24px"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="43.2157394843962%" height="24px"&gt;BOOT_CFG2[1]&lt;/TD&gt;
&lt;TD width="56.7842605156038%" height="24px"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="43.2157394843962%" height="24px"&gt;BOOT_CFG2[2]&lt;/TD&gt;
&lt;TD width="56.7842605156038%" height="24px"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;Further, I'd like to suggest you upload the read-back data after programming evkbimxrt1050_hello_world.s19.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 08:33:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1393292#M185199</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2021-12-30T08:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1050 BOOT from eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1393351#M185211</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We tried the suggested changes but it made no difference and the device still couldn't boot from eMMC. I flashed the eMMC with the s19 file provided by you. I have attached the eMMC readback data obtained from NXP boot utility software for your reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On our board we have faced an issue wrt reading &lt;STRONG&gt;Extended CSD&lt;/STRONG&gt; register during eMMC initialization. During initialization the device is able to get proper response for other commands such as OCR, CID and CSD but for &lt;STRONG&gt;extended CSD&lt;/STRONG&gt;, eMMC fails to respond properly. To get around that issue, we have added retries for sending extended CSD command operation in &lt;STRONG&gt;fsl_mmc.c&lt;/STRONG&gt; driver file. After failing for multiple times, it eventually succeeds and then only eMMC initialization is successful. After that we are not facing any issues with regards to &lt;STRONG&gt;Extended CSD&lt;/STRONG&gt; but not sure whether that is correct way to move forward.&lt;/P&gt;&lt;P&gt;Could it be possible that the internal ROM bootloader is also facing similar issue of failing to get an adequate response for extended CSD command and is aborting the boot-up from eMMC upon failure?&lt;/P&gt;&lt;P&gt;I believe that the issue could be resolved faster if we can take this discussion off this forum and have a call for the same. Kindly do let know whether that is possible and also how to proceed from here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regard&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 12:14:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1393351#M185211</guid>
      <dc:creator>ramreddy</dc:creator>
      <dc:date>2021-12-30T12:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1050 BOOT from eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1393516#M185253</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;Firstly, After going through the readbackBootDeviceMemory.rar, the NXP boot utility program the s19 file (output a string via the LPUART1_TXD_GPIO_AD_B0_12 pin) successfully.&lt;BR /&gt;1) Could it be possible that the internal ROM bootloader is also facing similar issue of failing to get an adequate response for extended CSD command and is aborting the boot-up from eMMC upon failure?&lt;BR /&gt;-- Actually, I'm not sure, as the ROM code is confidential, even for me.&lt;BR /&gt;so I'd like to suggest you use the logic analyzer to capture the data for further analysis.&lt;BR /&gt;2) I believe that the issue could be resolved faster if we can take this discussion off this forum and have a call for the same. Kindly do let know whether that is possible and also how to proceed from here.&lt;BR /&gt;-- Sorry, we don't provide phone support, however, you can send me your board if it's okay for you, then I can do some tests by myself.&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Fri, 31 Dec 2021 09:09:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1393516#M185253</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2021-12-31T09:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1050 BOOT from eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1394824#M185442</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to send one board with you may be it will take some time.&lt;/P&gt;&lt;P&gt;Parallelly we tried one iteration with EVK board where we had removed the hyper flash and connect the respective signal lines to our custom board EMMC.&lt;/P&gt;&lt;P&gt;The boot configuration on the EVK board was as below.&lt;/P&gt;&lt;TABLE border="0" width="128" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="64" height="19" class=""&gt;&lt;STRONG&gt;Switch&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="64" class=""&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19" class=""&gt;SW 5&lt;/TD&gt;&lt;TD class=""&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19" class=""&gt;SW 6&lt;/TD&gt;&lt;TD class=""&gt;0100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19" class=""&gt;SW 7&lt;/TD&gt;&lt;TD class=""&gt;0010&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we could observe the clock line during the bootup from eMMC but it seems like it couldn't come out from that state. To verify the communication with the eMMC we had used &lt;STRONG&gt;evkbimxrt1050_mmccard_freertos&lt;/STRONG&gt; example project. Here also we observed the same issue of failure to read the&lt;STRONG&gt; Extended CSD&lt;/STRONG&gt; register. where as that OCR, CID,CSD is getting passed and we are able to see the data and validated that data with eMMC datasheet.&lt;/P&gt;&lt;P&gt;Initially we tried with&amp;nbsp;IO Voltage as 1.8V with that we are able to read the registers except Ex_CSD register.&lt;/P&gt;&lt;P&gt;1. Will the length of the data line cause any issues while reading from the Ex_CSD register?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 12:50:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1394824#M185442</guid>
      <dc:creator>ramreddy</dc:creator>
      <dc:date>2022-01-05T12:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1050 BOOT from eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1395429#M185470</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;1) Will the length of the data line cause any issues while reading from the Ex_CSD register?&lt;BR /&gt;-- No, I don't think so and in my opinion, the case may be related to the ROM code, whereas, it needs me to do some testing to validate it.&lt;BR /&gt;I'll send my address information via private message later.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 07:38:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1395429#M185470</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-01-06T07:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1050 BOOT from eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1405858#M186379</link>
      <description>&lt;P&gt;Hi，&lt;BR /&gt;I already received the board and please send a schematic of it to help me to get familiar with the board. &lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 08:44:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1405858#M186379</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-01-27T08:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1050 BOOT from eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1405974#M186394</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for replying.&lt;/P&gt;&lt;P&gt;The attached screenshot represents the eMMC section.&lt;/P&gt;&lt;P&gt;1. Pullups on D0-D7 are DNP.&lt;/P&gt;&lt;P&gt;I'm not having permissions to share the entire schematics with you. If you need any thing related to eMMC I'll share.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Ramreddy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 10:51:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1405974#M186394</guid>
      <dc:creator>ramreddy</dc:creator>
      <dc:date>2022-01-27T10:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1050 BOOT from eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1406454#M186426</link>
      <description>&lt;P&gt;Hi，&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;Firstly, let me introduce what problem I encountered.&lt;BR /&gt;So far, I've not made the board to enter the Serial Downloader mode, &lt;BR /&gt;so you'd better share or upload a hardware setup guide.&lt;BR /&gt;Next, I have some inquiries about the board, and please clarify them.&lt;BR /&gt;I see the SW1 on the board and I think it's used to configure the boot-up mode, however, it can't configure the RT1050 to select the eMMC as the boot-up device via these four options, so does the board provide other switches or options?&lt;BR /&gt;Furthermore, I don't need the complete schematic of the board, I just want the schematic of the minimum system of the RT1050, which includes the boot setting, SDRAM, eMMC, serial port, debug interface, etc.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 07:11:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1406454#M186426</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-01-28T07:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1050 BOOT from eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1406628#M186447</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#00CCFF"&gt;&lt;SPAN&gt;I see the SW1 on the board and I think it's used to configure the boot-up mode, however, it can't configure the RT1050 to select the eMMC as the boot-up device via these four options, so does the board provide other switches or options?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333333"&gt;&lt;SPAN&gt;We had mounted the eMMC &lt;FONT color="#993366"&gt;&lt;U&gt;&lt;STRONG&gt;Normal boot mode&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt; configurations by using pullup resistors.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#00CCFF"&gt;&lt;SPAN&gt;Furthermore, I don't need the complete schematic of the board, I just want the schematic of the minimum system of the RT1050, which includes the boot setting, SDRAM, eMMC, serial port, debug interface, etc.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333333"&gt;&lt;SPAN&gt;I will share the document containing above points in private chat.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333333"&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333333"&gt;&lt;SPAN&gt;Ramreddy.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 13:18:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MXRT1050-BOOT-from-eMMC/m-p/1406628#M186447</guid>
      <dc:creator>ramreddy</dc:creator>
      <dc:date>2022-01-28T13:18:51Z</dc:date>
    </item>
  </channel>
</rss>

