<?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 add reserved-memory in dts on imx7? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-reserved-memory-in-dts-on-imx7/m-p/1185654#M165156</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to add reserved-memory in dts on imx7. Would you show me?&lt;/P&gt;</description>
    <pubDate>Thu, 19 Nov 2020 02:13:16 GMT</pubDate>
    <dc:creator>ZhijianYe</dc:creator>
    <dc:date>2020-11-19T02:13:16Z</dc:date>
    <item>
      <title>How to add reserved-memory in dts on imx7?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-reserved-memory-in-dts-on-imx7/m-p/1185654#M165156</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to add reserved-memory in dts on imx7. Would you show me?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 02:13:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-reserved-memory-in-dts-on-imx7/m-p/1185654#M165156</guid>
      <dc:creator>ZhijianYe</dc:creator>
      <dc:date>2020-11-19T02:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to add reserved-memory in dts on imx7?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-reserved-memory-in-dts-on-imx7/m-p/1185658#M165158</link>
      <description>&lt;P&gt;logo_mem@0xbe000000{&lt;BR /&gt;compatible = "logo_mem";&lt;BR /&gt;device_type = "memory";&lt;BR /&gt;reusable;&lt;BR /&gt;reg = &amp;lt;0xbe000000 0x02000000&amp;gt;;&lt;BR /&gt;status = "okay";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it right? How to make it right and work?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 02:14:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-reserved-memory-in-dts-on-imx7/m-p/1185658#M165158</guid>
      <dc:creator>ZhijianYe</dc:creator>
      <dc:date>2020-11-19T02:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to add reserved-memory in dts on imx7?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-reserved-memory-in-dts-on-imx7/m-p/1185715#M165170</link>
      <description>&lt;P&gt;you need add reserved-memory for what? vpu or gpu?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 03:52:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-reserved-memory-in-dts-on-imx7/m-p/1185715#M165170</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2020-11-19T03:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to add reserved-memory in dts on imx7?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-reserved-memory-in-dts-on-imx7/m-p/1186324#M165245</link>
      <description>&lt;P&gt;For saving a memory that is transmited from uboot to kernel. Will it work?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 02:03:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-reserved-memory-in-dts-on-imx7/m-p/1186324#M165245</guid>
      <dc:creator>ZhijianYe</dc:creator>
      <dc:date>2020-11-20T02:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to add reserved-memory in dts on imx7?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-reserved-memory-in-dts-on-imx7/m-p/1186390#M165250</link>
      <description>&lt;P&gt;yes, if you need to change the memory for gpu, you can add "gpumem=xxx" in your uboot command, for more detailed information, pls refer to the document as below:&lt;/P&gt;
&lt;P&gt;"&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Memory-Management-on-i-MX6-Android/ta-p/1102563" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Memory-Management-on-i-MX6-Android/ta-p/1102563&lt;/A&gt;"&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 03:54:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-reserved-memory-in-dts-on-imx7/m-p/1186390#M165250</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2020-11-20T03:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to add reserved-memory in dts on imx7?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-reserved-memory-in-dts-on-imx7/m-p/1186485#M165266</link>
      <description>&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;And will the reserved-memory be initialized? I need it to keep the date that is written on uboot.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 06:53:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-reserved-memory-in-dts-on-imx7/m-p/1186485#M165266</guid>
      <dc:creator>ZhijianYe</dc:creator>
      <dc:date>2020-11-20T06:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to add reserved-memory in dts on imx7?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-reserved-memory-in-dts-on-imx7/m-p/1186531#M165272</link>
      <description>&lt;P&gt;I don't know what you mean, uboot command just set the memory size&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 07:58:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-reserved-memory-in-dts-on-imx7/m-p/1186531#M165272</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2020-11-20T07:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to add reserved-memory in dts on imx7?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-reserved-memory-in-dts-on-imx7/m-p/1186539#M165273</link>
      <description>&lt;P&gt;I mean I will write data in the memory by coding, not command.Will the data be clean when uboot quit?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 08:05:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-reserved-memory-in-dts-on-imx7/m-p/1186539#M165273</guid>
      <dc:creator>ZhijianYe</dc:creator>
      <dc:date>2020-11-20T08:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to add reserved-memory in dts on imx7?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-reserved-memory-in-dts-on-imx7/m-p/1186547#M165274</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I mean I will write data in the memory by coding during uboot working, not command.Will the data be clean when uboot quit?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 08:15:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-reserved-memory-in-dts-on-imx7/m-p/1186547#M165274</guid>
      <dc:creator>ZhijianYe</dc:creator>
      <dc:date>2020-11-20T08:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to add reserved-memory in dts on imx7?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-add-reserved-memory-in-dts-on-imx7/m-p/1186558#M165277</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I mean I will write data in the memory by coding during uboot working, not command.Will the data be clean when uboot quit?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I think it will be clean. Is there any other way to save the data?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 08:21:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-add-reserved-memory-in-dts-on-imx7/m-p/1186558#M165277</guid>
      <dc:creator>ZhijianYe</dc:creator>
      <dc:date>2020-11-20T08:21:30Z</dc:date>
    </item>
  </channel>
</rss>

