<?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: how to set persistent cpu frequency in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/how-to-set-persistent-cpu-frequency/m-p/850332#M130137</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternatively you can add changing CPU&amp;nbsp;frequency into startup script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Nov 2018 06:40:20 GMT</pubDate>
    <dc:creator>b36401</dc:creator>
    <dc:date>2018-11-20T06:40:20Z</dc:date>
    <item>
      <title>how to set persistent cpu frequency</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-set-persistent-cpu-frequency/m-p/850330#M130135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the imx6 SoloX eval board. During boot, I'm drawing too much current through my ARM Core 1.35V supply.&amp;nbsp; I see that I can throttle the Core power by limiting the operating frequency, but no matter what I set the cpufreq governor to, it always seems to use "on demand" during boot-up. What I think I need is to have the governor set to powersave during bootup, which will set the core to the lowest available frequency, then I can just change it to on demand later, but how to I make the device use a particular governor during boot?&amp;nbsp; My hope is that I don't have to mess with a custom kernel build, but I do know there is a "default" option in the kernel menuconfig.&amp;nbsp; Is there a way to do it via startup script or some persistent setting change?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2018 19:16:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-set-persistent-cpu-frequency/m-p/850330#M130135</guid>
      <dc:creator>dluberger</dc:creator>
      <dc:date>2018-11-19T19:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to set persistent cpu frequency</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-set-persistent-cpu-frequency/m-p/850331#M130136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;default linux cpufreq governor can be changed using&lt;/P&gt;&lt;P&gt;sect.2.3.3.2.2 Menu Configuration Options attached Linux Manual.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.kernel.org/doc/Documentation/cpu-freq/governors.txt" title="https://www.kernel.org/doc/Documentation/cpu-freq/governors.txt"&gt;https://www.kernel.org/doc/Documentation/cpu-freq/governors.txt&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2018 05:36:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-set-persistent-cpu-frequency/m-p/850331#M130136</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-11-20T05:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to set persistent cpu frequency</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-set-persistent-cpu-frequency/m-p/850332#M130137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternatively you can add changing CPU&amp;nbsp;frequency into startup script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2018 06:40:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-set-persistent-cpu-frequency/m-p/850332#M130137</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2018-11-20T06:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to set persistent cpu frequency</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-set-persistent-cpu-frequency/m-p/850333#M130138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what I mentioned in my post. I wanted to avoid rebuilding the kernel. Is there no other way to do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2018 14:46:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-set-persistent-cpu-frequency/m-p/850333#M130138</guid>
      <dc:creator>dluberger</dc:creator>
      <dc:date>2018-11-20T14:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to set persistent cpu frequency</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-set-persistent-cpu-frequency/m-p/850334#M130139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was thinking about that but I have no idea how to make the init process do that first thing, plus that wouldn't affect the kernel.&amp;nbsp; I'm wondering if there's a way to do it through the bootloader (uboot) with a boot script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2018 14:49:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-set-persistent-cpu-frequency/m-p/850334#M130139</guid>
      <dc:creator>dluberger</dc:creator>
      <dc:date>2018-11-20T14:49:55Z</dc:date>
    </item>
  </channel>
</rss>

