<?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: Linux Shutdown command in i.MX6</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Shutdown-command-in-i-MX6/m-p/385608#M55827</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp; for your quick response and description.&lt;/P&gt;&lt;P&gt;I understand that &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I need to investigate the kernel.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ko-hey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Feb 2015 01:01:58 GMT</pubDate>
    <dc:creator>ko-hey</dc:creator>
    <dc:date>2015-02-20T01:01:58Z</dc:date>
    <item>
      <title>Linux Shutdown command in i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Shutdown-command-in-i-MX6/m-p/385605#M55824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know about &lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small;"&gt;behavior of the PMIC_STBY_REQ.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small;"&gt;I designed my board using i.MX 6Solo.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small;"&gt;When I use Linux &lt;SPAN style="font-size: 13.3333330154419px;"&gt;"Shutdown" command, the &lt;SPAN style="font-size: 13.3333330154419px;"&gt;PMIC_STBY_REQ will be "High".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: small;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Is it correct ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is a correct behavior when using the "Shutdown" command ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ko-hey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 10:09:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-Shutdown-command-in-i-MX6/m-p/385605#M55824</guid>
      <dc:creator>ko-hey</dc:creator>
      <dc:date>2015-02-19T10:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Shutdown command in i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Shutdown-command-in-i-MX6/m-p/385606#M55825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ko-hey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think one can use "poweroff" command .&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>Thu, 19 Feb 2015 11:34:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-Shutdown-command-in-i-MX6/m-p/385606#M55825</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-02-19T11:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Shutdown command in i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Shutdown-command-in-i-MX6/m-p/385607#M55826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ko-hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The status of the PMIC_STBY_REQ (and PMIC_ON_REQ) lines are entirely down to SNVS and CCM configuration settings and which modes will be transitioned through as a result of the kernel "reboot" system call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The userspace command "shutdown" or "poweroff" really only calls into the kernel as above and will eventually cause something to happen which can easily be board-specific and overridden depending on the kernel version and BSP support in place - it could be the function assigned to pm_power_off() or something more complicated. Usually it will wire up a watchdog timer to reset the system - and what your system does as a result of the timer expiring is usually board-dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find very adequate documentation on "Power mode transitions" in the i.MX6 documentation set on what the PMIC_* pin states should be for the internal SoC processes, but which ones the Linux kernel code will configure and invoke is a little more complicated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 21:29:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-Shutdown-command-in-i-MX6/m-p/385607#M55826</guid>
      <dc:creator>matthewsealey</dc:creator>
      <dc:date>2015-02-19T21:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Shutdown command in i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Shutdown-command-in-i-MX6/m-p/385608#M55827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp; for your quick response and description.&lt;/P&gt;&lt;P&gt;I understand that &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I need to investigate the kernel.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ko-hey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 01:01:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-Shutdown-command-in-i-MX6/m-p/385608#M55827</guid>
      <dc:creator>ko-hey</dc:creator>
      <dc:date>2015-02-20T01:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Shutdown command in i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Shutdown-command-in-i-MX6/m-p/385609#M55828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just your info.&lt;/P&gt;&lt;P&gt;I tried that command but it's behavior was not change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway I have already resolved my issue.&lt;/P&gt;&lt;P&gt;Thank you for your Cooperation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ko-hey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 01:05:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-Shutdown-command-in-i-MX6/m-p/385609#M55828</guid>
      <dc:creator>ko-hey</dc:creator>
      <dc:date>2015-02-20T01:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Shutdown command in i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Linux-Shutdown-command-in-i-MX6/m-p/385610#M55829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I encounter the same issue as your, would you kind enough to tell me how to&amp;nbsp; poweroff the target? I have filled a question via &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/429454"&gt;Why target fails to power off on IMX6 sabre auto&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but, I can't figure out what supporter said, or, which FSL's kernel version can resolve the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yadi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 01:14:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Linux-Shutdown-command-in-i-MX6/m-p/385610#M55829</guid>
      <dc:creator>huyadi</dc:creator>
      <dc:date>2016-07-15T01:14:11Z</dc:date>
    </item>
  </channel>
</rss>

