<?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: Replace the 4GB lpddr4  the uboot boot fail on imx8mq</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Replace-the-4GB-lpddr4-the-uboot-boot-fail-on-imx8mq/m-p/1037914#M152958</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="background-color: transparent;"&gt;feng&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;issue may be related to TEE, one can disable it using sect.5.6.11 OP-TEE&lt;/P&gt;&lt;P&gt;attached Yocto Guide.&lt;/P&gt;&lt;P&gt;TEE can't be set in the top of the memory if 4GB are used, because above 4GB space,&lt;/P&gt;&lt;P&gt;only A53 can use it, So for i.MX8MQ one can split 4GB memory as 3GB + 1GB and keep&lt;/P&gt;&lt;P&gt;TZ address not changed.&amp;nbsp;Also recommended to use release L4.14.98_2.1.0 and later, which&lt;BR /&gt;has 4 GB support implemented by default. &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, 31 Mar 2020 10:17:57 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2020-03-31T10:17:57Z</dc:date>
    <item>
      <title>Replace the 4GB lpddr4  the uboot boot fail on imx8mq</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Replace-the-4GB-lpddr4-the-uboot-boot-fail-on-imx8mq/m-p/1037913#M152957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-weight: normal; font-size: 14px;"&gt;Hello.&lt;/DIV&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-weight: normal; font-size: 14px;"&gt;&amp;nbsp;we change the lpddr4 3GB to 4GB, then update the firmware by uuu.exe, &amp;nbsp;the update always fail, &amp;nbsp;the log stop , after print the "DRAM :" the log as below: &amp;nbsp;&lt;/DIV&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-weight: normal; font-size: 14px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/103755iC0068DEFD31373FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-weight: normal; font-size: 14px;"&gt;we modify the code as follow:&lt;/DIV&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-weight: normal; font-size: 14px;"&gt;1. change the&amp;nbsp;&lt;SPAN style="background-color: transparent; font-size: 10.5pt;"&gt;PHYS_SDRAM_SIZE to 4G：&lt;/SPAN&gt;&lt;SPAN style="background-color: transparent; font-size: 10.5pt;"&gt;#define PHYS_SDRAM_SIZE &amp;nbsp; &amp;nbsp; &amp;nbsp; 0x100000000&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-weight: normal; font-size: 14px;"&gt;2. get the&amp;nbsp;&lt;SPAN style="background-color: transparent; font-size: 10.5pt;"&gt;lpddr4_timing.c file&amp;nbsp; by&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="background-color: transparent;"&gt;MSCALE_DDR_Tool.exe tool and the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="background-color: transparent;"&gt;MX8M_LPDDR4_RPA_v24.xlsx with new ddr chip params&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-weight: normal; font-size: 14px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/103968iCF66A1696D5B6E5E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-weight: normal; font-size: 14px;"&gt;we debug the uboot souce code,&amp;nbsp;&lt;SPAN style="background-color: transparent; font-size: 10.5pt;"&gt;&amp;nbsp;it boot fail when the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="background-color: transparent; font-size: 10.5pt;"&gt;size += gd-&amp;gt;bd-&amp;gt;bi_dram[i].size&lt;/SPAN&gt;&lt;SPAN style="background-color: transparent; font-size: 10.5pt;"&gt;&amp;nbsp; of&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="background-color: transparent; font-size: 10.5pt;"&gt;the&amp;nbsp;show_dram_config is&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="background-color: transparent; font-size: 10.5pt;"&gt;executed&lt;/SPAN&gt;&lt;SPAN style="background-color: transparent; font-size: 10.5pt;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/104009i8746C0F15F146067/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-weight: normal; font-size: 14px;"&gt;&lt;SPAN style="background-color: transparent; font-size: 10.5pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-weight: normal; font-size: 14px;"&gt;&lt;SPAN style="background-color: transparent; font-size: 10.5pt;"&gt;By the weay&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-weight: normal; font-size: 14px;"&gt;&lt;SPAN style="background-color: transparent; font-size: 10.5pt;"&gt;&amp;nbsp;if we change the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;PHYS_SDRAM_SIZE to 3G&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;#define PHYS_SDRAM_SIZE &amp;nbsp; &amp;nbsp; &amp;nbsp; 0xC0000000,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-weight: normal; font-size: 14px;"&gt;&lt;SPAN style="background-color: #ffffff; font-size: 10.5pt; "&gt;&amp;nbsp;the uboot can run normally;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-weight: normal; font-size: 14px;"&gt;&lt;SPAN style="background-color: transparent; font-size: 10.5pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-weight: normal; font-size: 14px;"&gt;&lt;SPAN style="background-color: transparent;"&gt;What's the reason?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-weight: normal; font-size: 14px;"&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-weight: normal; font-size: 14px;"&gt;&lt;SPAN style="background-color: transparent;"&gt;Best Regars&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-weight: normal; font-size: 14px;"&gt;&lt;SPAN style="background-color: transparent;"&gt;feng&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2020 08:24:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Replace-the-4GB-lpddr4-the-uboot-boot-fail-on-imx8mq/m-p/1037913#M152957</guid>
      <dc:creator>chenfeng2016</dc:creator>
      <dc:date>2020-03-31T08:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Replace the 4GB lpddr4  the uboot boot fail on imx8mq</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Replace-the-4GB-lpddr4-the-uboot-boot-fail-on-imx8mq/m-p/1037914#M152958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="background-color: transparent;"&gt;feng&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;issue may be related to TEE, one can disable it using sect.5.6.11 OP-TEE&lt;/P&gt;&lt;P&gt;attached Yocto Guide.&lt;/P&gt;&lt;P&gt;TEE can't be set in the top of the memory if 4GB are used, because above 4GB space,&lt;/P&gt;&lt;P&gt;only A53 can use it, So for i.MX8MQ one can split 4GB memory as 3GB + 1GB and keep&lt;/P&gt;&lt;P&gt;TZ address not changed.&amp;nbsp;Also recommended to use release L4.14.98_2.1.0 and later, which&lt;BR /&gt;has 4 GB support implemented by default. &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, 31 Mar 2020 10:17:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Replace-the-4GB-lpddr4-the-uboot-boot-fail-on-imx8mq/m-p/1037914#M152958</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-03-31T10:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Replace the 4GB lpddr4  the uboot boot fail on imx8mq</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Replace-the-4GB-lpddr4-the-uboot-boot-fail-on-imx8mq/m-p/1037915#M152959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, igor&lt;/P&gt;&lt;P&gt;&amp;nbsp;we check the uboot .config ， the OPTEE is not set&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/104277iFBEBAF63F70117E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we test on the&amp;nbsp;4.14.98-2.2.0 release , only change the&amp;nbsp;&lt;SPAN&gt;PHYS_SDRAM_SIZE&amp;nbsp; to 4G :#define PHYS_SDRAM_SIZE 0x100000000,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;it is fail also , when update the firmware by uuu.exe.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/104312i00706036EA1FB18F/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2020 11:11:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Replace-the-4GB-lpddr4-the-uboot-boot-fail-on-imx8mq/m-p/1037915#M152959</guid>
      <dc:creator>chenfeng2016</dc:creator>
      <dc:date>2020-03-31T11:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Replace the 4GB lpddr4  the uboot boot fail on imx8mq</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Replace-the-4GB-lpddr4-the-uboot-boot-fail-on-imx8mq/m-p/1037916#M152960</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;Hello, igor&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; There is another question need your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp;the params of the Number of ROW Addresses is 16 or 17, which is inputed ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp;as the below 32G be used (32gb, R[16:0],c[9:0]),&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/101300iB51038EB0D992D0B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/101254iF4A650CD07DDB1AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Beset Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;feng&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2020 10:48:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Replace-the-4GB-lpddr4-the-uboot-boot-fail-on-imx8mq/m-p/1037916#M152960</guid>
      <dc:creator>chenfeng2016</dc:creator>
      <dc:date>2020-04-01T10:48:09Z</dc:date>
    </item>
  </channel>
</rss>

