<?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: Running user application in OCRAM on iMX8MP in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Running-user-application-in-OCRAM-on-iMX8MP/m-p/1927497#M227101</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;first please look at&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-341481" target="_blank"&gt;System Controller Firmware 101 - Resource management service&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;memory from OCRAM address start to 0x118000 is allocated to ATF partition,&lt;/P&gt;
&lt;P&gt;refer to #define OCRAM_ALIAS_SIZE 0x18000, OCRAM_BASE + OCRAM_ALIAS&lt;/P&gt;
&lt;P&gt;It is not recommended to use it as it is reserved for internal usage in nxp software.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May be suggested to proceed with help of extended support of&lt;/P&gt;
&lt;P&gt;&lt;A class="link-titled" title="https://www.nxp.com/support/support/nxp-professional-services:PROFESSIONAL-SERVICE" href="https://www.nxp.com/support/support/nxp-professional-services:PROFESSIONAL-SERVICE" rel="nofollow noopener noreferrer" target="_blank"&gt;NXP Professional Services | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Wed, 07 Aug 2024 14:05:00 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2024-08-07T14:05:00Z</dc:date>
    <item>
      <title>Running user application in OCRAM on iMX8MP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Running-user-application-in-OCRAM-on-iMX8MP/m-p/1927412#M227095</link>
      <description>&lt;P&gt;I'm working on i.MX8MP evaluation board and I want to isolate one of the four CPUs and run an user application on it &lt;STRONG&gt;from OCRAM memory&lt;/STRONG&gt;. For some reason, I don't see an entry for the OCRAM memory region in /proc/iomem (Is it legit?). Can you please advise how should be the approach in this case?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some dry details:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;I'm using a Linux kernel from 'nxp-real-time-edge-sw/real-time-edge-linux' repository - Tag lf-6.1.22-rt-2.0.0&lt;/LI&gt;&lt;LI&gt;I build my ROOTFS via buildroot (a minimized root file system for arm64).&lt;/LI&gt;&lt;LI&gt;This is how the OCRAM is defined in "imx8mp.dtsi":&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;resmem: reserved-memory {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; #address-cells = &amp;lt;2&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;#size-cells = &amp;lt;2&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ranges;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ocram: ocram@900000 {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; no-map;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; reg = &amp;lt;0 0x900000 0 0x70000&amp;gt;;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; };&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 12:32:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Running-user-application-in-OCRAM-on-iMX8MP/m-p/1927412#M227095</guid>
      <dc:creator>nitzant</dc:creator>
      <dc:date>2024-08-07T12:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Running user application in OCRAM on iMX8MP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Running-user-application-in-OCRAM-on-iMX8MP/m-p/1927497#M227101</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;first please look at&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-341481" target="_blank"&gt;System Controller Firmware 101 - Resource management service&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;memory from OCRAM address start to 0x118000 is allocated to ATF partition,&lt;/P&gt;
&lt;P&gt;refer to #define OCRAM_ALIAS_SIZE 0x18000, OCRAM_BASE + OCRAM_ALIAS&lt;/P&gt;
&lt;P&gt;It is not recommended to use it as it is reserved for internal usage in nxp software.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May be suggested to proceed with help of extended support of&lt;/P&gt;
&lt;P&gt;&lt;A class="link-titled" title="https://www.nxp.com/support/support/nxp-professional-services:PROFESSIONAL-SERVICE" href="https://www.nxp.com/support/support/nxp-professional-services:PROFESSIONAL-SERVICE" rel="nofollow noopener noreferrer" target="_blank"&gt;NXP Professional Services | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 14:05:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Running-user-application-in-OCRAM-on-iMX8MP/m-p/1927497#M227101</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2024-08-07T14:05:00Z</dc:date>
    </item>
  </channel>
</rss>

