<?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: How to erase boot1 partition</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-erase-boot1-partition/m-p/898939#M135665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Li&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do you mean by "way to erase or re-write boot1 partition" .&lt;/P&gt;&lt;P&gt;According to emmc specification boot area partitions dimensions and technology features&lt;/P&gt;&lt;P&gt;are defined by the memory manufacturer.&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, 17 May 2019 06:30:03 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2019-05-17T06:30:03Z</dc:date>
    <item>
      <title>How to erase boot1 partition</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-erase-boot1-partition/m-p/898936#M135662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear NXP Engineer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is Li Zhongyue who is working on imx android solution.&lt;/P&gt;&lt;P&gt;I would like to know how to re-write boot1 partition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is my operations, could you help to check if they are correct or not?&lt;/P&gt;&lt;P&gt;1. Erase the block data in boot1 partition first,&amp;nbsp;&lt;SPAN&gt;(API: blk_derase(...))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2. Then write the&amp;nbsp;new data to the same block,&amp;nbsp;&lt;SPAN&gt;(API: blk_dwrite(...))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;3. Read the same block, the data is still the old one. (API: blk_dread(...))&lt;/P&gt;&lt;P&gt;And, there are no any errors when i was doing erasing and writing operations.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or could you give me a guide how to re-write boot1 partition correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a million.&lt;/P&gt;&lt;P&gt;Have a nice day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2019 01:47:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-erase-boot1-partition/m-p/898936#M135662</guid>
      <dc:creator>zhongyue_li</dc:creator>
      <dc:date>2019-05-17T01:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to erase boot1 partition</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-erase-boot1-partition/m-p/898937#M135663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Li&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can look at android documentation on below link&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/evaluation-and-development-boards/sabre-development-system/i.mx-software-and-development-tool:IMX-SW" title="https://www.nxp.com/support/developer-resources/evaluation-and-development-boards/sabre-development-system/i.mx-software-and-development-tool:IMX-SW"&gt;i.MX Software | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or uuu sample scripts included in Demo Images on that link or&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/NXPmicro/mfgtools/wiki/Sample-script" title="https://github.com/NXPmicro/mfgtools/wiki/Sample-script"&gt;Sample script · NXPmicro/mfgtools Wiki · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://boundarydevices.com/programming-emmc-on-i-mx6/" title="https://boundarydevices.com/programming-emmc-on-i-mx6/"&gt;https://boundarydevices.com/programming-emmc-on-i-mx6/&lt;/A&gt;&amp;nbsp;&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, 17 May 2019 02:10:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-erase-boot1-partition/m-p/898937#M135663</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-05-17T02:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to erase boot1 partition</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-erase-boot1-partition/m-p/898938#M135664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear igorpadykov,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your quick response.&lt;/P&gt;&lt;P&gt;I checked the links you shared, however, i didnot find the way to erase or re-write boot1 partition.&lt;/P&gt;&lt;P&gt;there are only the way that how to download bootloader to boot0 partition,&lt;/P&gt;&lt;P&gt;could you give me suggestion to erase boot1 partition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And one more question, do you know how to modify the boot1 partition size, RPMB partition size?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Best regards!.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2019 05:27:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-erase-boot1-partition/m-p/898938#M135664</guid>
      <dc:creator>zhongyue_li</dc:creator>
      <dc:date>2019-05-17T05:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to erase boot1 partition</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-erase-boot1-partition/m-p/898939#M135665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Li&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do you mean by "way to erase or re-write boot1 partition" .&lt;/P&gt;&lt;P&gt;According to emmc specification boot area partitions dimensions and technology features&lt;/P&gt;&lt;P&gt;are defined by the memory manufacturer.&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, 17 May 2019 06:30:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-erase-boot1-partition/m-p/898939#M135665</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-05-17T06:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to erase boot1 partition</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-erase-boot1-partition/m-p/898940#M135666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Dear igorpadykov,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;As far as i know, if i want to write new data to the block which has been written previously,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;i need to erase the block firstly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;This is&amp;nbsp;NAND storage basic principle, am i right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;And i would like to know how to erase boot1 partition, is it possible to erase boot1 partition?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Is there any limitation to erase boot1 partition?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks a million.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Have a nice day.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2019 06:55:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-erase-boot1-partition/m-p/898940#M135666</guid>
      <dc:creator>zhongyue_li</dc:creator>
      <dc:date>2019-05-17T06:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to erase boot1 partition</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-erase-boot1-partition/m-p/898941#M135667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for handling boot partitions one can look on&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-103515"&gt;Mfgtools&amp;nbsp; emmc boot issue fix&lt;/A&gt;&amp;nbsp;&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, 17 May 2019 07:00:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-erase-boot1-partition/m-p/898941#M135667</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-05-17T07:00:17Z</dc:date>
    </item>
  </channel>
</rss>

