<?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: how to shutdown CPU from userspace</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/how-to-shutdown-CPU-from-userspace/m-p/1011400#M149795</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi . sorry for not replying but was moved from the project. the "online" option obfuscated the cpu from the linux but the cpu still gets power and is on and my purpose is to lower the power consumption. &lt;/P&gt;&lt;P&gt;i was not able to send commands to the pmic for that&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Ran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Mar 2020 14:29:42 GMT</pubDate>
    <dc:creator>greeranjunk</dc:creator>
    <dc:date>2020-03-18T14:29:42Z</dc:date>
    <item>
      <title>how to shutdown CPU from userspace</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-shutdown-CPU-from-userspace/m-p/1011393#M149788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i would like to lower the power consumption and shutdown or put to sleep a number of CPUs on the imx8m mini. From the manual there is the General Power Control (GPC) and it show a number of examples. In the example it uses&amp;nbsp; &amp;nbsp; "reg32_write(&lt;STRONG&gt;GPC_IPS_BASE_ADDR&lt;/STRONG&gt; + 0x40, 0xFFFFFFFF);" command to manipulate core1. The compiler does not know the &lt;STRONG&gt;GPC_IPS_BASE_ADDR &lt;/STRONG&gt; and when i grep the code i find this code in the uboot-utils&lt;/P&gt;&lt;P&gt;"struct pgc_reg *pgc_core1 = (struct pgc_reg *)(&lt;STRONG&gt;GPC_BASE_ADDR&lt;/STRONG&gt; + 0x840)"&lt;/P&gt;&lt;P&gt;the only reference to &lt;STRONG&gt;GPC_IPS_BASE_ADDR&lt;/STRONG&gt; is in uboot-utils imx7.&lt;/P&gt;&lt;P&gt;my question is what is the correct way to shutdown or put to sleep cpus from the user-space.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2020 21:13:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-shutdown-CPU-from-userspace/m-p/1011393#M149788</guid>
      <dc:creator>greeranjunk</dc:creator>
      <dc:date>2020-01-14T21:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to shutdown CPU from userspace</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-shutdown-CPU-from-userspace/m-p/1011394#M149789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after inspecting the code and documentation it seems that the manual&amp;nbsp; &lt;STRONG&gt;GPC_IPS_BASE_ADDR&lt;/STRONG&gt; address is the same as the &lt;STRONG&gt;GPC_BASE_ADDR&lt;/STRONG&gt;. now my problem is how to compile the test. the sdk does not include the asm files so my question is if the only way is to build it with the yocto and not the sdk?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2020 11:50:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-shutdown-CPU-from-userspace/m-p/1011394#M149789</guid>
      <dc:creator>greeranjunk</dc:creator>
      <dc:date>2020-01-15T11:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to shutdown CPU from userspace</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-shutdown-CPU-from-userspace/m-p/1011395#M149790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is better to shutdown the CPU using Linux command, not accessing the registers directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2020 07:18:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-shutdown-CPU-from-userspace/m-p/1011395#M149790</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2020-01-17T07:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to shutdown CPU from userspace</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-shutdown-CPU-from-userspace/m-p/1011396#M149791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you tell me how to shutdown the CPU using the Linux command. the command /sys/devices/system/cpu/cpu3/online obfuscates the cpu on the linux but does not shut it down so the power consumption is not altered which is the reason that i would like to shut them down &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jan 2020 09:06:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-shutdown-CPU-from-userspace/m-p/1011396#M149791</guid>
      <dc:creator>greeranjunk</dc:creator>
      <dc:date>2020-01-19T09:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to shutdown CPU from userspace</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-shutdown-CPU-from-userspace/m-p/1011397#M149792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean something like "/sbin/shutdown 0".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2020 06:10:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-shutdown-CPU-from-userspace/m-p/1011397#M149792</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2020-02-07T06:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to shutdown CPU from userspace</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-shutdown-CPU-from-userspace/m-p/1011398#M149793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;shutdown doesnt have an option to shutdown or suspend a specific CPU.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Feb 2020 06:36:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-shutdown-CPU-from-userspace/m-p/1011398#M149793</guid>
      <dc:creator>greeranjunk</dc:creator>
      <dc:date>2020-02-09T06:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to shutdown CPU from userspace</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-shutdown-CPU-from-userspace/m-p/1011399#M149794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# echo 0 &amp;gt; /sys/devices/system/cpu/cpu1/online&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2020 04:23:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-shutdown-CPU-from-userspace/m-p/1011399#M149794</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2020-02-20T04:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to shutdown CPU from userspace</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-shutdown-CPU-from-userspace/m-p/1011400#M149795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi . sorry for not replying but was moved from the project. the "online" option obfuscated the cpu from the linux but the cpu still gets power and is on and my purpose is to lower the power consumption. &lt;/P&gt;&lt;P&gt;i was not able to send commands to the pmic for that&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Ran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2020 14:29:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-shutdown-CPU-from-userspace/m-p/1011400#M149795</guid>
      <dc:creator>greeranjunk</dc:creator>
      <dc:date>2020-03-18T14:29:42Z</dc:date>
    </item>
  </channel>
</rss>

