<?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: why the system work at ondemand?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/why-the-system-work-at-ondemand/m-p/531757#M84728</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I find the answer now,&amp;nbsp; just type make menuconfig ,&amp;nbsp; setting the cpu option about freq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 Jul 2016 05:01:07 GMT</pubDate>
    <dc:creator>ruiguifang</dc:creator>
    <dc:date>2016-07-03T05:01:07Z</dc:date>
    <item>
      <title>why the system work at ondemand?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/why-the-system-work-at-ondemand/m-p/531756#M84727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; our system start correctly, but the cpu clock only 392000hz,how can i change the cpu freq from ondemand to performance,when I echo performance &amp;gt; /sys/device/system/cpu/cpu0/cpufreq/scalling_setspeed&amp;nbsp; ,it turn out invalid&amp;nbsp; argument.any reply is ok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jul 2016 14:09:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/why-the-system-work-at-ondemand/m-p/531756#M84727</guid>
      <dc:creator>ruiguifang</dc:creator>
      <dc:date>2016-07-02T14:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: why the system work at ondemand?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/why-the-system-work-at-ondemand/m-p/531757#M84728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I find the answer now,&amp;nbsp; just type make menuconfig ,&amp;nbsp; setting the cpu option about freq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jul 2016 05:01:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/why-the-system-work-at-ondemand/m-p/531757#M84728</guid>
      <dc:creator>ruiguifang</dc:creator>
      <dc:date>2016-07-03T05:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: why the system work at ondemand?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/why-the-system-work-at-ondemand/m-p/531758#M84729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, below is the way to do it suppose the max CPU Frequency is 792 MHz and I want to change from &lt;STRONG&gt;ondemand&lt;/STRONG&gt; to &lt;STRONG&gt;performance&lt;/STRONG&gt; governor. You can add these lines to any of the init.rc scripts to make these settings &lt;/P&gt;&lt;P&gt;/*Setting the MAX Scaling frequency for CPU*/&lt;/P&gt;&lt;P&gt;echo "7920000" &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq&lt;/P&gt;&lt;P&gt;echo "7920000" &amp;gt; /sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq&lt;/P&gt;&lt;P&gt;echo "7920000" &amp;gt; /sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq&lt;/P&gt;&lt;P&gt;echo "7920000" &amp;gt; /sys/devices/system/cpu/cpu3/cpufreq/scaling_max_freq&lt;/P&gt;&lt;P&gt;/*Setting the CPU Freq governor to Performance*/&lt;/P&gt;&lt;P&gt;echo "performance" &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;/P&gt;&lt;P&gt;echo "performance" &amp;gt; /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor&lt;/P&gt;&lt;P&gt;echo "performance" &amp;gt; /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor&lt;/P&gt;&lt;P&gt;echo "performance" &amp;gt; /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor&lt;/P&gt;&lt;P&gt;/*Verifying the changes*/&lt;/P&gt;&lt;P&gt;cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor&lt;/P&gt;&lt;P&gt;cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_max_freq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jul 2016 06:32:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/why-the-system-work-at-ondemand/m-p/531758#M84729</guid>
      <dc:creator>nitinchaudhary</dc:creator>
      <dc:date>2016-07-03T06:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: why the system work at ondemand?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/why-the-system-work-at-ondemand/m-p/531759#M84730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using cpu freq driver it is necessary to take care of operating points&lt;/P&gt;&lt;P&gt;supported for specific processor, for example 3 for consumer grade&lt;/P&gt;&lt;P&gt;Table 6&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/32bit/doc/data_sheet/IMX6DQCEC.pdf" title="http://cache.freescale.com/files/32bit/doc/data_sheet/IMX6DQCEC.pdf"&gt;http://cache.freescale.com/files/32bit/doc/data_sheet/IMX6DQCEC.pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;and 2 for industrial grade&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/32bit/doc/data_sheet/IMX6DQIEC.pdf" title="http://cache.freescale.com/files/32bit/doc/data_sheet/IMX6DQIEC.pdf"&gt;http://cache.freescale.com/files/32bit/doc/data_sheet/IMX6DQIEC.pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 00:19:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/why-the-system-work-at-ondemand/m-p/531759#M84730</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-07-04T00:19:21Z</dc:date>
    </item>
  </channel>
</rss>

