<?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: TCM loading address for i.MX 93</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/TCM-loading-address-for-i-MX-93/m-p/1660641#M206856</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/217050"&gt;@Josh-256&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried&amp;nbsp;&lt;SPAN&gt;&lt;SPAN class=""&gt;bootaux 0x201e0000&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Harvey&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2023 08:51:47 GMT</pubDate>
    <dc:creator>Harvey021</dc:creator>
    <dc:date>2023-05-31T08:51:47Z</dc:date>
    <item>
      <title>TCM loading address for i.MX 93</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/TCM-loading-address-for-i-MX-93/m-p/1659966#M206811</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working with imx93 (IMX9352CVUXKAA) and I would like to bring up the Cortex-M core&lt;/P&gt;&lt;P&gt;I have been using the SDK imx9&amp;gt;93&amp;gt; MIMx93xx&amp;gt;MIMx9352xxxxK from the website and have successfully compiled the hello_world sample app.&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the Uboot I would like to load the hello_world.bin into the TCM memory location. Unfortunately, I am not sure which address I must use. I have tried address 0x20020000 and 0x20000000 etc. as stated in the table from imx93 reference manual. But leads to crashes and board restarts&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="prajosh_0-1685450086799.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/225428iEC67F5D9E47B23BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="prajosh_0-1685450086799.png" alt="prajosh_0-1685450086799.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Could anyone point me to the correct address to use?&lt;/P&gt;&lt;P&gt;mfg&lt;/P&gt;&lt;P&gt;Prajosh Premdas&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 12:49:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/TCM-loading-address-for-i-MX-93/m-p/1659966#M206811</guid>
      <dc:creator>Josh-256</dc:creator>
      <dc:date>2023-05-30T12:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: TCM loading address for i.MX 93</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/TCM-loading-address-for-i-MX-93/m-p/1660641#M206856</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/217050"&gt;@Josh-256&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried&amp;nbsp;&lt;SPAN&gt;&lt;SPAN class=""&gt;bootaux 0x201e0000&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Harvey&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 08:51:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/TCM-loading-address-for-i-MX-93/m-p/1660641#M206856</guid>
      <dc:creator>Harvey021</dc:creator>
      <dc:date>2023-05-31T08:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: TCM loading address for i.MX 93</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/TCM-loading-address-for-i-MX-93/m-p/1660656#M206857</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192970"&gt;@Harvey021&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Yes, the address&amp;nbsp;0x201e0000 no longer gives me a crash.&lt;/P&gt;&lt;P&gt;Used the set of commands as shown below&lt;/P&gt;&lt;P&gt;fatload mmc 1:1 80000000 hello_world.bin&lt;BR /&gt;cp.b 0x80000000 0x201e0000 0x10000&lt;BR /&gt;bootaux 0x201e0000 0&amp;nbsp;&lt;/P&gt;&lt;P&gt;How did you get this address? I saw this in the documentation of the SDK but could not relate it to the datasheet.&lt;/P&gt;&lt;P&gt;mfg&lt;/P&gt;&lt;P&gt;Prajosh&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 09:01:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/TCM-loading-address-for-i-MX-93/m-p/1660656#M206857</guid>
      <dc:creator>Josh-256</dc:creator>
      <dc:date>2023-05-31T09:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: TCM loading address for i.MX 93</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/TCM-loading-address-for-i-MX-93/m-p/2046463#M234147</link>
      <description>&lt;P&gt;I tried to run command&amp;nbsp; bootaux 0x201e0000 0 in u-boot and got the following:&lt;/P&gt;&lt;P&gt;Image's address 0x201e0000 is invalid.&lt;/P&gt;&lt;P&gt;Is this valid only for LPM boot?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 14:54:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/TCM-loading-address-for-i-MX-93/m-p/2046463#M234147</guid>
      <dc:creator>rti</dc:creator>
      <dc:date>2025-02-18T14:54:31Z</dc:date>
    </item>
  </channel>
</rss>

