<?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: IMX6S OCRAM access in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX6S-OCRAM-access/m-p/297537#M37107</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;P&gt;This discussion is closed since no activity. If you still need help, please feel free to reply with an update to this discussion, or create another discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jul 2014 06:35:47 GMT</pubDate>
    <dc:creator>YixingKong</dc:creator>
    <dc:date>2014-07-08T06:35:47Z</dc:date>
    <item>
      <title>IMX6S OCRAM access</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6S-OCRAM-access/m-p/297528#M37098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the thread of VPU driver implementation I need to use internal RAM. On the linux driver OCRAM is used for this purpose. &lt;/P&gt;&lt;P&gt;What are the pre-requisite to use this memory. I actually fail trying to access this memory. I tried some clocks setup without any success. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 11:00:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6S-OCRAM-access/m-p/297528#M37098</guid>
      <dc:creator>fabricealcindor</dc:creator>
      <dc:date>2014-03-17T11:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6S OCRAM access</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6S-OCRAM-access/m-p/297529#M37099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Fabrice&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can you tell me which memory space you tried to access, and how you accessed it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 04:59:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6S-OCRAM-access/m-p/297529#M37099</guid>
      <dc:creator>AnsonHuang</dc:creator>
      <dc:date>2014-03-18T04:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6S OCRAM access</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6S-OCRAM-access/m-p/297530#M37100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I try to access the internal RAM of&amp;nbsp; IMX6 solo so called&amp;nbsp; OCRAM at address 0x00900000 by simple C instruction like&lt;/P&gt;&lt;P&gt;*(0x00900000)=0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 08:24:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6S-OCRAM-access/m-p/297530#M37100</guid>
      <dc:creator>fabricealcindor</dc:creator>
      <dc:date>2014-03-18T08:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6S OCRAM access</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6S-OCRAM-access/m-p/297531#M37101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you considered the MMU enabled case, where did you put this code? In kernel? If it is in kernel, then the physical address can NOT be accessed directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 09:28:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6S-OCRAM-access/m-p/297531#M37101</guid>
      <dc:creator>AnsonHuang</dc:creator>
      <dc:date>2014-03-18T09:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6S OCRAM access</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6S-OCRAM-access/m-p/297532#M37102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried in a linux user-space application and a vxworks task. in last case MMU is not enabled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 09:35:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6S-OCRAM-access/m-p/297532#M37102</guid>
      <dc:creator>fabricealcindor</dc:creator>
      <dc:date>2014-03-18T09:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6S OCRAM access</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6S-OCRAM-access/m-p/297533#M37103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then I can NOT understand why, the only possibility is that MMU is enabled, can you try it in uboot with md command?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 09:39:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6S-OCRAM-access/m-p/297533#M37103</guid>
      <dc:creator>AnsonHuang</dc:creator>
      <dc:date>2014-03-18T09:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6S OCRAM access</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6S-OCRAM-access/m-p/297534#M37104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;indeed I can access to this memory during uboot. So MMU might be enabled. I'll check that.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 09:42:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6S-OCRAM-access/m-p/297534#M37104</guid>
      <dc:creator>fabricealcindor</dc:creator>
      <dc:date>2014-03-18T09:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6S OCRAM access</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6S-OCRAM-access/m-p/297535#M37105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;P&gt;Had your issue got resolved? If yes, we are going to close the discussion in 3 days. If you still need help, please feel free to reply with an update to this discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 07:57:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6S-OCRAM-access/m-p/297535#M37105</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-06-16T07:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6S OCRAM access</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6S-OCRAM-access/m-p/297536#M37106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;P&gt;We have not got your response yet and will close the discussion in 3 days. If you still need help, please feel free to reply with an update to this discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 08:55:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6S-OCRAM-access/m-p/297536#M37106</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-06-24T08:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6S OCRAM access</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6S-OCRAM-access/m-p/297537#M37107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;P&gt;This discussion is closed since no activity. If you still need help, please feel free to reply with an update to this discussion, or create another discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 06:35:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6S-OCRAM-access/m-p/297537#M37107</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-07-08T06:35:47Z</dc:date>
    </item>
  </channel>
</rss>

