<?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: Low Power CPU operation in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Low-Power-CPU-operation/m-p/2095208#M237112</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/246155"&gt;@A_Guyula&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By default, current BSP support 3 frequencies for imx8mm EVK board.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielchen_0-1747031852515.png" style="width: 672px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/337121i90C26A808E408DE0/image-dimensions/672x32?v=v2" width="672" height="32" role="button" title="danielchen_0-1747031852515.png" alt="danielchen_0-1747031852515.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is defined in device tree--imx8mm.dtsi&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielchen_1-1747031949803.png" style="width: 515px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/337123iC8CEC4EBFCACB161/image-dimensions/515x617?v=v2" width="515" height="617" role="button" title="danielchen_1-1747031949803.png" alt="danielchen_1-1747031949803.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you need 1Ghz frequency, please add the relative node into the dts file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Mon, 12 May 2025 06:40:59 GMT</pubDate>
    <dc:creator>danielchen</dc:creator>
    <dc:date>2025-05-12T06:40:59Z</dc:date>
    <item>
      <title>Low Power CPU operation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Low-Power-CPU-operation/m-p/2091093#M236912</link>
      <description>&lt;P&gt;Working with an IMX8m mini and I am looking for power saving operations. I noticed the low power boot mode of the processor. So, I am asking if there is there any way to set the ARM_A53_CLK_ROOT to less than 1Ghz values while linux is running?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What about cores, can they be disabled. Say four cores reduced to 2 cores for different workloads?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 May 2025 23:47:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Low-Power-CPU-operation/m-p/2091093#M236912</guid>
      <dc:creator>A_Guyula</dc:creator>
      <dc:date>2025-05-02T23:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Low Power CPU operation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Low-Power-CPU-operation/m-p/2091097#M236913</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;You can use below commands to enable/disable CPU.&lt;/P&gt;
&lt;P&gt;echo 1 &amp;gt; /sys/devices/system/cpu/cpu1/online&lt;/P&gt;
&lt;P&gt;echo 0 &amp;gt; /sys/devices/system/cpu/cpu1/online&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Sat, 03 May 2025 03:13:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Low-Power-CPU-operation/m-p/2091097#M236913</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2025-05-03T03:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Low Power CPU operation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Low-Power-CPU-operation/m-p/2091472#M236938</link>
      <description>&lt;P&gt;This appears to function, thanks.&amp;nbsp;&lt;BR /&gt;Seems you MUST be root to execute these commands, just using sudo doesn't work. Guess I need to refresh on operating a root command as sudo vs actually being root.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Anything else you can help with ? Can the CPU clocks be reduced further than 1.2Ghz?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A M&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 13:50:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Low-Power-CPU-operation/m-p/2091472#M236938</guid>
      <dc:creator>A_Guyula</dc:creator>
      <dc:date>2025-05-05T13:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Low Power CPU operation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Low-Power-CPU-operation/m-p/2094273#M237071</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would suggest you execute command " cpufreq-set -g powersave" to reduce the CPU frequency.&amp;nbsp; it can be reduced further than 1.2G hz&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2025 06:11:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Low-Power-CPU-operation/m-p/2094273#M237071</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2025-05-09T06:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Low Power CPU operation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Low-Power-CPU-operation/m-p/2094639#M237091</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;it can be reduced further than 1.2G hz&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I am confused a little by the statement. Does powersave allow Linux to choose lower clock speed settings or are you saying that it can be done.&lt;BR /&gt;&lt;BR /&gt;If it can be done, are there any examples?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2025 13:21:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Low-Power-CPU-operation/m-p/2094639#M237091</guid>
      <dc:creator>A_Guyula</dc:creator>
      <dc:date>2025-05-09T13:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Low Power CPU operation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Low-Power-CPU-operation/m-p/2095208#M237112</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/246155"&gt;@A_Guyula&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By default, current BSP support 3 frequencies for imx8mm EVK board.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielchen_0-1747031852515.png" style="width: 672px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/337121i90C26A808E408DE0/image-dimensions/672x32?v=v2" width="672" height="32" role="button" title="danielchen_0-1747031852515.png" alt="danielchen_0-1747031852515.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is defined in device tree--imx8mm.dtsi&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielchen_1-1747031949803.png" style="width: 515px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/337123iC8CEC4EBFCACB161/image-dimensions/515x617?v=v2" width="515" height="617" role="button" title="danielchen_1-1747031949803.png" alt="danielchen_1-1747031949803.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you need 1Ghz frequency, please add the relative node into the dts file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 06:40:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Low-Power-CPU-operation/m-p/2095208#M237112</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2025-05-12T06:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Low Power CPU operation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Low-Power-CPU-operation/m-p/2095527#M237124</link>
      <description>&lt;P&gt;Ah, my assumption was that these settings were selected by actual requirement, but this seems to lend some kind of arbitrary settings.&lt;/P&gt;&lt;P&gt;This look like a good thing to try then.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 13:17:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Low-Power-CPU-operation/m-p/2095527#M237124</guid>
      <dc:creator>A_Guyula</dc:creator>
      <dc:date>2025-05-12T13:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Low Power CPU operation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Low-Power-CPU-operation/m-p/2095531#M237125</link>
      <description>&lt;P&gt;Assuming this works I label this a solution for now.&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 13:19:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Low-Power-CPU-operation/m-p/2095531#M237125</guid>
      <dc:creator>A_Guyula</dc:creator>
      <dc:date>2025-05-12T13:19:48Z</dc:date>
    </item>
  </channel>
</rss>

