<?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: Memmory configuration for IMX93 1GB in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Memmory-configuration-for-IMX93-1GB/m-p/2146317#M239836</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;What you need to configure in your board to use 1GB of RAM is the next:&lt;/P&gt;
&lt;P&gt;• Generate the 1GByte timing.c file in Config Tool.&lt;BR /&gt;• ccange the DRAM size to 1GB. uboot-imx/include/configs/imx93_evk.h&lt;/P&gt;
&lt;P&gt;Here an example:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-08-04 110203.png" style="width: 988px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/350831iC56DDDC34AD993F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-08-04 110203.png" alt="Screenshot 2025-08-04 110203.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Aug 2025 17:03:45 GMT</pubDate>
    <dc:creator>JorgeCas</dc:creator>
    <dc:date>2025-08-04T17:03:45Z</dc:date>
    <item>
      <title>Memmory configuration for IMX93 1GB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Memmory-configuration-for-IMX93-1GB/m-p/2145663#M239792</link>
      <description>&lt;P&gt;Hi i need to modify dts to adapt to 1GB ddr i have modified and its working but when i tried to run an ai example it crashes and wont run. can anyone confirm if my dts is correct.&lt;BR /&gt;&lt;BR /&gt;if possible can you give examples of 1GB 512MB and 256MB&lt;/P&gt;&lt;LI-CODE lang="c"&gt;reserved-memory {
		#address-cells = &amp;lt;2&amp;gt;;
		#size-cells = &amp;lt;2&amp;gt;;
		ranges;

		linux,cma {
			compatible = "shared-dma-pool";
			reusable;
			alloc-ranges = &amp;lt;0 0x80000000 0 0x20000000&amp;gt;;
			size = &amp;lt;0 0x8000000&amp;gt;;
			linux,cma-default;
		};

		ethosu_mem: ethosu_region@A0000000 {
			compatible = "shared-dma-pool";
			reusable;
			reg = &amp;lt;0x0 0xA0000000 0x0 0x800000&amp;gt;;
		};
  
		vdev0vring0: vdev0vring0@92000000 {
			reg = &amp;lt;0 0x92000000 0 0x8000&amp;gt;;
			no-map;
		};

		vdev0vring1: vdev0vring1@92008000 {
			reg = &amp;lt;0 0x92008000 0 0x8000&amp;gt;;
			no-map;
		};

		vdev1vring0: vdev1vring0@92010000 {
			reg = &amp;lt;0 0x92010000 0 0x8000&amp;gt;;
			no-map;
		};

		vdev1vring1: vdev1vring1@92018000 {
			reg = &amp;lt;0 0x92018000 0 0x8000&amp;gt;;
			no-map;
		};

		rsc_table: rsc-table@2021e000 {
			reg = &amp;lt;0 0x2021e000 0 0x1000&amp;gt;;
			no-map;
		};

		vdevbuffer: vdevbuffer@92020000 {
			compatible = "shared-dma-pool";
			reg = &amp;lt;0 0x92020000 0 0x100000&amp;gt;;
			no-map;
		};

		ele_reserved: ele-reserved@92120000 {
			compatible = "shared-dma-pool";
			reg = &amp;lt;0 0x92120000  0 0x100000&amp;gt;;
			no-map;
		};
	};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;@imx93&lt;/P&gt;</description>
      <pubDate>Sat, 02 Aug 2025 14:21:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Memmory-configuration-for-IMX93-1GB/m-p/2145663#M239792</guid>
      <dc:creator>logan3c3</dc:creator>
      <dc:date>2025-08-02T14:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Memmory configuration for IMX93 1GB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Memmory-configuration-for-IMX93-1GB/m-p/2146317#M239836</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;What you need to configure in your board to use 1GB of RAM is the next:&lt;/P&gt;
&lt;P&gt;• Generate the 1GByte timing.c file in Config Tool.&lt;BR /&gt;• ccange the DRAM size to 1GB. uboot-imx/include/configs/imx93_evk.h&lt;/P&gt;
&lt;P&gt;Here an example:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-08-04 110203.png" style="width: 988px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/350831iC56DDDC34AD993F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-08-04 110203.png" alt="Screenshot 2025-08-04 110203.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 17:03:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Memmory-configuration-for-IMX93-1GB/m-p/2146317#M239836</guid>
      <dc:creator>JorgeCas</dc:creator>
      <dc:date>2025-08-04T17:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Memmory configuration for IMX93 1GB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Memmory-configuration-for-IMX93-1GB/m-p/2146763#M239852</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203308"&gt;@JorgeCas&lt;/a&gt;&amp;nbsp;thanks for the answer. i have generated the ddr files and modified everything accordingly can you just let me know if the dts is correct if not provide an example.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 09:01:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Memmory-configuration-for-IMX93-1GB/m-p/2146763#M239852</guid>
      <dc:creator>logan3c3</dc:creator>
      <dc:date>2025-08-05T09:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Memmory configuration for IMX93 1GB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Memmory-configuration-for-IMX93-1GB/m-p/2147010#M239863</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I do not see issues in your configuration.&lt;/P&gt;
&lt;P&gt;These settings are&amp;nbsp;application dependent.&amp;nbsp;So you need to estimate how many buffers is required for peripherals.&lt;/P&gt;
&lt;P&gt;If you application is crashing could be because&amp;nbsp;CMA pool too small.&lt;/P&gt;
&lt;P&gt;Also please confirm if&amp;nbsp;reserved regions don’t exceed physical RAM.&lt;/P&gt;
&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 17:19:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Memmory-configuration-for-IMX93-1GB/m-p/2147010#M239863</guid>
      <dc:creator>JorgeCas</dc:creator>
      <dc:date>2025-08-05T17:19:27Z</dc:date>
    </item>
  </channel>
</rss>

