<?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: Set CPU frequency to 800MHZ?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Set-CPU-frequency-to-800MHZ/m-p/313352#M41095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply, Qingrong.:smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am little uncertain is: if the e.g. &lt;STRONG&gt;MCIMX6S5EVM10AC&lt;/STRONG&gt; runs at 800MHz, will is cause any unstable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Apr 2014 08:48:01 GMT</pubDate>
    <dc:creator>weiqing</dc:creator>
    <dc:date>2014-04-11T08:48:01Z</dc:date>
    <item>
      <title>Set CPU frequency to 800MHZ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Set-CPU-frequency-to-800MHZ/m-p/313350#M41093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are going to develop boards using i.MX6 solo. one model shall run at 800MHZ and the other model run at 1GHZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to simpliy the supply chain, it would be best buying only one type of i.MX6 solo, e.g. &lt;STRONG&gt;MCIMX6S5EVM10AC, &lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;According to the description, it runs at 1GHz normally. is it possible to make it run at a maximal frequency of 800MHZ?&lt;/P&gt;&lt;P&gt;Changing the CPU core frequency will affect other peripherals?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And what is the proper way to set the core frequency? changing the Analog ARM PLL control register or others?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;weiqing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 15:36:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Set-CPU-frequency-to-800MHZ/m-p/313350#M41093</guid>
      <dc:creator>weiqing</dc:creator>
      <dc:date>2014-04-10T15:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set CPU frequency to 800MHZ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Set-CPU-frequency-to-800MHZ/m-p/313351#M41094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Weiqing,&lt;/P&gt;&lt;P&gt;Yes, if you are running Linux , you can add boot command in the uboot to set it run on 800MHz.&lt;/P&gt;&lt;P&gt;Please add this in the bootargs.&lt;/P&gt;&lt;P&gt;"arm_freq=800"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 04:50:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Set-CPU-frequency-to-800MHZ/m-p/313351#M41094</guid>
      <dc:creator>justin_jiang</dc:creator>
      <dc:date>2014-04-11T04:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set CPU frequency to 800MHZ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Set-CPU-frequency-to-800MHZ/m-p/313352#M41095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply, Qingrong.:smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am little uncertain is: if the e.g. &lt;STRONG&gt;MCIMX6S5EVM10AC&lt;/STRONG&gt; runs at 800MHz, will is cause any unstable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 08:48:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Set-CPU-frequency-to-800MHZ/m-p/313352#M41095</guid>
      <dc:creator>weiqing</dc:creator>
      <dc:date>2014-04-11T08:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set CPU frequency to 800MHZ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Set-CPU-frequency-to-800MHZ/m-p/313353#M41096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;:smileyhappy: &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000; background-color: #f6f6f6;"&gt;MCIMX6S5EVM10AC&lt;/STRONG&gt; can run to 1GHz, so it should be stable when running on 800MHz.&lt;/P&gt;&lt;P&gt;You can have a try on Freescale board firstly.&lt;/P&gt;&lt;P&gt;Actually, Freescale Linux driver will dynamic adjust the CPU frequency when running.&lt;/P&gt;&lt;P&gt;It will monitor the system loading and change frequency. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2014 09:30:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Set-CPU-frequency-to-800MHZ/m-p/313353#M41096</guid>
      <dc:creator>justin_jiang</dc:creator>
      <dc:date>2014-04-11T09:30:31Z</dc:date>
    </item>
  </channel>
</rss>

