<?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: Re-Progaming eMMC in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Re-Progaming-eMMC/m-p/627660#M95242</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for sharing the source code , i am able to build the code but not able to debug the code as solution required cfg.ini&amp;nbsp;file , so please suggest the solution&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;bipul&amp;nbsp;Pandey&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Nov 2016 07:00:21 GMT</pubDate>
    <dc:creator>bipulpandey</dc:creator>
    <dc:date>2016-11-08T07:00:21Z</dc:date>
    <item>
      <title>Re-Progaming eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Re-Progaming-eMMC/m-p/627658#M95240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I am trying to update my software Image&lt;/P&gt;&lt;P&gt;i am using windows embedded 7.0. the out is DSK file&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently, we have one tool provided by the customer, that tool dump(TFTP&amp;nbsp;transfer) the data (.dsk) into RAM and from RAM whole data copies in eMMC &amp;nbsp;at the location 0x6400.when the system is restarted&amp;nbsp;the data copied into RAM (0x80600000)and the&amp;nbsp;system is booted&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But we can not use the tool for reflashing the software in future&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that I copied my whole image(.dsk) into the location of 0x70000 of eMMC (size of the&amp;nbsp;image is around 124 MB)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from 0x70000 i copied the data into 0x6400 location ,&lt;/P&gt;&lt;P&gt;the crc32 is matched &amp;nbsp;when I calculated from 0x70000 and copied into 0x6400 location&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I restart the system data copied into RAM from 0x6400 to (&lt;SPAN&gt;0x80600000) and crc32 is matched again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But my system is not booted &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I used DSK and &amp;nbsp;nb0 file&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So please suggest what am I doing wrong&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2016 10:48:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Re-Progaming-eMMC/m-p/627658#M95240</guid>
      <dc:creator>bipulpandey</dc:creator>
      <dc:date>2016-11-03T10:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Re-Progaming eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Re-Progaming-eMMC/m-p/627659#M95241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi bipul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nxp uses mfg tool for programming images, one can look&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2FNXPmicro%2Fmfgtools" rel="nofollow" target="_blank"&gt;https://github.com/NXPmicro/mfgtools&lt;/A&gt;&lt;/P&gt;&lt;P&gt;as for emmc reprogaming, it may be recommended to apply to vendor of this &lt;SPAN&gt;DSK &lt;/SPAN&gt;for help&lt;/P&gt;&lt;P&gt;as nxp does not support windows embedded 7.0 on i.mx6 platform.&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>Thu, 03 Nov 2016 23:43:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Re-Progaming-eMMC/m-p/627659#M95241</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-11-03T23:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Re-Progaming eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Re-Progaming-eMMC/m-p/627660#M95242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for sharing the source code , i am able to build the code but not able to debug the code as solution required cfg.ini&amp;nbsp;file , so please suggest the solution&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;bipul&amp;nbsp;Pandey&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 07:00:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Re-Progaming-eMMC/m-p/627660#M95242</guid>
      <dc:creator>bipulpandey</dc:creator>
      <dc:date>2016-11-08T07:00:21Z</dc:date>
    </item>
  </channel>
</rss>

