<?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 How to make multiple SLC region on eMMC User Area? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-make-multiple-SLC-region-on-eMMC-User-Area/m-p/1021143#M151028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using custom i.MX8 platform with Linux 4.14.98 GA BSP (Yocto Sumo).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to partition (i.e hardware partition) the UDA (User Data Area) of the eMMC as follows:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;First 336MB region should be in pSLC.&lt;/LI&gt;&lt;LI&gt;Next 2GB region as MLC partition.&lt;/LI&gt;&lt;LI&gt;The remaining region again should be in pSLC mode.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I have already done complete eMMC region as pSLC and it got worked with the below command:&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;&lt;CODE&gt;mmc hwpartition user enh &amp;lt;start&amp;gt; &amp;lt;size&amp;gt; wrrel on complete&lt;/CODE&gt;&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;However, I didn't get how to achieve the above combination of MLC and pSLC with the same command.&lt;/P&gt;&lt;P&gt;I have tried the below commands and none of them are working as expected.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Both region with &lt;STRONG&gt;complete&lt;/STRONG&gt; flag:&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;EM&gt;mmc hwpartition user enh "first_region_start" "first_region_size" wrrel on &lt;STRONG&gt;complete&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;mmc hwpartition user enh "second_region_start" "second_region_size" wrrel on &lt;STRONG&gt;complete&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;In this case, it failed because the first complete flag will not allow the second pSLC region update.&lt;/P&gt;&lt;OL start="2"&gt;&lt;LI&gt;First region with &lt;STRONG&gt;Set&lt;/STRONG&gt; flag and second region with &lt;STRONG&gt;complete&lt;/STRONG&gt; flag:&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;EM&gt;mmc hwpartition user enh "first_region_start" "first_region_size" wrrel on &lt;STRONG&gt;set&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;mmc hwpartition user enh "second_region_start" "second_region_size" wrrel on &lt;STRONG&gt;complete&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This doesn't make any effect and not make enhanced too! After the power cycle, it shows the complete eMMC region as MLC itself.&lt;/P&gt;&lt;P&gt;Could anyone help me to figure out how to perform the mentioned partition combination?&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Dec 2019 10:40:03 GMT</pubDate>
    <dc:creator>ajithpv</dc:creator>
    <dc:date>2019-12-26T10:40:03Z</dc:date>
    <item>
      <title>How to make multiple SLC region on eMMC User Area?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-make-multiple-SLC-region-on-eMMC-User-Area/m-p/1021143#M151028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using custom i.MX8 platform with Linux 4.14.98 GA BSP (Yocto Sumo).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to partition (i.e hardware partition) the UDA (User Data Area) of the eMMC as follows:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;First 336MB region should be in pSLC.&lt;/LI&gt;&lt;LI&gt;Next 2GB region as MLC partition.&lt;/LI&gt;&lt;LI&gt;The remaining region again should be in pSLC mode.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I have already done complete eMMC region as pSLC and it got worked with the below command:&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;&lt;CODE&gt;mmc hwpartition user enh &amp;lt;start&amp;gt; &amp;lt;size&amp;gt; wrrel on complete&lt;/CODE&gt;&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;However, I didn't get how to achieve the above combination of MLC and pSLC with the same command.&lt;/P&gt;&lt;P&gt;I have tried the below commands and none of them are working as expected.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Both region with &lt;STRONG&gt;complete&lt;/STRONG&gt; flag:&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;EM&gt;mmc hwpartition user enh "first_region_start" "first_region_size" wrrel on &lt;STRONG&gt;complete&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;mmc hwpartition user enh "second_region_start" "second_region_size" wrrel on &lt;STRONG&gt;complete&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;In this case, it failed because the first complete flag will not allow the second pSLC region update.&lt;/P&gt;&lt;OL start="2"&gt;&lt;LI&gt;First region with &lt;STRONG&gt;Set&lt;/STRONG&gt; flag and second region with &lt;STRONG&gt;complete&lt;/STRONG&gt; flag:&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;EM&gt;mmc hwpartition user enh "first_region_start" "first_region_size" wrrel on &lt;STRONG&gt;set&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;mmc hwpartition user enh "second_region_start" "second_region_size" wrrel on &lt;STRONG&gt;complete&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This doesn't make any effect and not make enhanced too! After the power cycle, it shows the complete eMMC region as MLC itself.&lt;/P&gt;&lt;P&gt;Could anyone help me to figure out how to perform the mentioned partition combination?&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Dec 2019 10:40:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-make-multiple-SLC-region-on-eMMC-User-Area/m-p/1021143#M151028</guid>
      <dc:creator>ajithpv</dc:creator>
      <dc:date>2019-12-26T10:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to make multiple SLC region on eMMC User Area?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-make-multiple-SLC-region-on-eMMC-User-Area/m-p/1021144#M151029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajith&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am afraid such emmc partitioning is not supported in official nxp bsps&lt;/P&gt;&lt;P&gt;and may be suggested to apply for extended support:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/design/engineering-services:SW-SUPPORT" title="https://www.nxp.com/design/engineering-services:SW-SUPPORT"&gt;Commercial Support and Engineering Services | NXP&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>Tue, 14 Jan 2020 07:50:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-make-multiple-SLC-region-on-eMMC-User-Area/m-p/1021144#M151029</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-01-14T07:50:16Z</dc:date>
    </item>
  </channel>
</rss>

