<?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のトピックreboot after running “poweroff” command on imx8mm with Linux5.10.72</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/reboot-after-running-poweroff-command-on-imx8mm-with-Linux5-10/m-p/1511654#M194267</link>
    <description>&lt;P&gt;Hi：&lt;/P&gt;&lt;P&gt;At present, I am testing the "poweroff" function, but after executing the "poweoff" command, the system will automatically restart.Can you give me some suggestions?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eddy1_0-1661421355765.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/191284iF08512D5D5859C2A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Eddy1_0-1661421355765.png" alt="Eddy1_0-1661421355765.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Aug 2022 09:56:41 GMT</pubDate>
    <dc:creator>Eddy1</dc:creator>
    <dc:date>2022-08-25T09:56:41Z</dc:date>
    <item>
      <title>reboot after running “poweroff” command on imx8mm with Linux5.10.72</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/reboot-after-running-poweroff-command-on-imx8mm-with-Linux5-10/m-p/1511654#M194267</link>
      <description>&lt;P&gt;Hi：&lt;/P&gt;&lt;P&gt;At present, I am testing the "poweroff" function, but after executing the "poweoff" command, the system will automatically restart.Can you give me some suggestions?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eddy1_0-1661421355765.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/191284iF08512D5D5859C2A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Eddy1_0-1661421355765.png" alt="Eddy1_0-1661421355765.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 09:56:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/reboot-after-running-poweroff-command-on-imx8mm-with-Linux5-10/m-p/1511654#M194267</guid>
      <dc:creator>Eddy1</dc:creator>
      <dc:date>2022-08-25T09:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: reboot after running “poweroff” command on imx8mm with Linux5.10.72</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/reboot-after-running-poweroff-command-on-imx8mm-with-Linux5-10/m-p/1512336#M194323</link>
      <description>&lt;P&gt;Hi：&lt;/P&gt;&lt;P&gt;I have solved this problem.There are some bugs in the latest ATF. Make the following modifications:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;diff --git a/plat/imx/imx8m/imx8m_psci_common.c b/plat/imx/imx8m/imx8m_psci_common.c&lt;BR /&gt;index 018ec3f3e..17933e661 100644&lt;BR /&gt;--- a/plat/imx/imx8m/imx8m_psci_common.c&lt;BR /&gt;+++ b/plat/imx/imx8m/imx8m_psci_common.c&lt;BR /&gt;@@ -203,8 +203,10 @@ void __dead2 imx_system_reset(void)&lt;BR /&gt;void __dead2 imx_system_off(void)&lt;BR /&gt;{&lt;BR /&gt;mmio_write_32(IMX_SNVS_BASE + SNVS_LPCR, SNVS_LPCR_SRTC_ENV |&lt;BR /&gt;- SNVS_LPCR_DP_EN | SNVS_LPCR_TOP | SNVS_LPCR_LPTA_EN | SNVS_LPCR_LPWUI_EN);&lt;BR /&gt;+ SNVS_LPCR_DP_EN | SNVS_LPCR_TOP);&lt;BR /&gt;+ //SNVS_LPCR_DP_EN | SNVS_LPCR_TOP | SNVS_LPCR_LPTA_EN | SNVS_LPCR_LPWUI_EN);&lt;BR /&gt;&lt;BR /&gt;+ INFO("poweroff\n");&lt;BR /&gt;while (1)&lt;BR /&gt;;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 11:43:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/reboot-after-running-poweroff-command-on-imx8mm-with-Linux5-10/m-p/1512336#M194323</guid>
      <dc:creator>Eddy1</dc:creator>
      <dc:date>2022-08-26T11:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: reboot after running “poweroff” command on imx8mm with Linux5.10.72</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/reboot-after-running-poweroff-command-on-imx8mm-with-Linux5-10/m-p/1562005#M198187</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;It's work for u-boot-imx but when I trying to use the poweroff from linux console it doesn't work. The system still reboot.&lt;/P&gt;&lt;P&gt;Any idea how to fix it?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 12:11:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/reboot-after-running-poweroff-command-on-imx8mm-with-Linux5-10/m-p/1562005#M198187</guid>
      <dc:creator>oprata</dc:creator>
      <dc:date>2022-11-30T12:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: reboot after running “poweroff” command on imx8mm with Linux5.10.72</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/reboot-after-running-poweroff-command-on-imx8mm-with-Linux5-10/m-p/1655672#M206361</link>
      <description>&lt;P&gt;Hello!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Same problem in the latest lf_v2.6 branch with the IMX8MP. This commit is to blame:&amp;nbsp;&lt;A href="https://github.com/nxp-imx/imx-atf/commit/cc5f3575c801897eeda40e486de3f9a517a1b460" target="_blank"&gt;https://github.com/nxp-imx/imx-atf/commit/cc5f3575c801897eeda40e486de3f9a517a1b460&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Could perhaps someone from NXP take care of this?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 11:29:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/reboot-after-running-poweroff-command-on-imx8mm-with-Linux5-10/m-p/1655672#M206361</guid>
      <dc:creator>Eximius</dc:creator>
      <dc:date>2023-05-23T11:29:12Z</dc:date>
    </item>
  </channel>
</rss>

