<?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: Wakeup on USB, Ethernet &amp; i2c interfaces</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Wakeup-on-USB-Ethernet-i2c-interfaces/m-p/859070#M131201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nirmal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;according to e11231: USB: Clock must remain on during suspend/resume&lt;/P&gt;&lt;P&gt;i.MX8MDQ Errata : USB cannot be used as a wakeup source.&lt;BR /&gt;&lt;A href="https://www.nxp.com/docs/en/errata/IMX8MDQLQ_0N14W.pdf"&gt;https://www.nxp.com/docs/en/errata/IMX8MDQLQ_0N14W.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- i2c has not wake capability&lt;/P&gt;&lt;P&gt;-for ethernet wake one can look at documentation&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/Documentation/devicetree/bindings/net/fsl-fec.txt?h=imx_4.14.78_1.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/Documentation/devicetree/bindings/net/fsl-fec.txt?h=imx_4.14.78_1.0.0_ga"&gt;fsl-fec.txt\net\bindings\devicetree\Documentation - linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.toradex.cn/community/questions/8018/wakup-using-wake-on-lan-ethernet-magic-packet-for.html?smartspace=linux-imx6" title="https://www.toradex.cn/community/questions/8018/wakup-using-wake-on-lan-ethernet-magic-packet-for.html?smartspace=linux-imx6"&gt;Wakeup using Wake-on-Lan (ethernet magic packet) for Apalis iMX6Q from suspend mem (Linux) - Toradex Community&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, 29 Jan 2019 05:20:45 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2019-01-29T05:20:45Z</dc:date>
    <item>
      <title>Wakeup on USB, Ethernet &amp; i2c interfaces</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Wakeup-on-USB-Ethernet-i2c-interfaces/m-p/859068#M131199</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;Release: Yocto-Morty (4.9.51_GA)&lt;/P&gt;&lt;P&gt;Board: i.Mx8mq EVK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to configure wake-up functionality on USB, Ethernet &amp;amp; i2c interfaces. For that, I have followed many NXP forums and configured wake-up on those interfaces using sysfs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For USB interface wake-up enabled wake-up option as below:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;echo enabled &amp;gt; /sys/devices/platform/usb@38200000/38200000.dwc3/xhci-hcd.0.auto/usb1/power/wakeup&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;echo enabled &amp;gt; /sys/devices/platform/usb@38200000/38200000.dwc3/xhci-hcd.0.auto/usb1/1-1/power/wakeup&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;echo enabled &amp;gt; /sys/devices/platform/usb@38200000/38200000.dwc3/xhci-hcd.0.auto/usb2/power/wakeup&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Ethernet interface wake-up enabled wake-up option as below:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;echo enabled &amp;gt; /sys/devices/platform/30be0000.ethernet/net/eth0/power/wakeup&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After configuring wake-up on those interfaces I freeze the system by &lt;STRONG&gt;echo freeze &amp;gt; /sys/power/state&lt;/STRONG&gt; and send a magic packet (&lt;STRONG&gt;sudo wakeonlan &amp;lt;Device MAC ADDRESS&amp;gt;&lt;/STRONG&gt;)from other PC connected in the same network but failed to wake-up on Ethernet interface. Next, connect the USB mouse to wake-up system on the USB interface and it is also not working in my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I observed that wake-up functionality working with push-button and UART interface and to activate it need to enable it as below:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;echo enabled &amp;gt; /sys/devices/platform/30860000.serial/&lt;/STRONG&gt;tty&lt;STRONG&gt;/ttymxc0/power/wakeup&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So, at that time after freezing the system when I push any key system was resumed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did I missed anything or step to activate wake-up functionality on USB, i2c &amp;amp; Ethernet interfaces?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2019 14:21:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Wakeup-on-USB-Ethernet-i2c-interfaces/m-p/859068#M131199</guid>
      <dc:creator>nirmalluhana</dc:creator>
      <dc:date>2019-01-24T14:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Wakeup on USB, Ethernet &amp; i2c interfaces</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Wakeup-on-USB-Ethernet-i2c-interfaces/m-p/859069#M131200</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;Any update on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Nirmal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2019 06:18:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Wakeup-on-USB-Ethernet-i2c-interfaces/m-p/859069#M131200</guid>
      <dc:creator>nirmalluhana</dc:creator>
      <dc:date>2019-01-28T06:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Wakeup on USB, Ethernet &amp; i2c interfaces</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Wakeup-on-USB-Ethernet-i2c-interfaces/m-p/859070#M131201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nirmal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;according to e11231: USB: Clock must remain on during suspend/resume&lt;/P&gt;&lt;P&gt;i.MX8MDQ Errata : USB cannot be used as a wakeup source.&lt;BR /&gt;&lt;A href="https://www.nxp.com/docs/en/errata/IMX8MDQLQ_0N14W.pdf"&gt;https://www.nxp.com/docs/en/errata/IMX8MDQLQ_0N14W.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- i2c has not wake capability&lt;/P&gt;&lt;P&gt;-for ethernet wake one can look at documentation&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/Documentation/devicetree/bindings/net/fsl-fec.txt?h=imx_4.14.78_1.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/Documentation/devicetree/bindings/net/fsl-fec.txt?h=imx_4.14.78_1.0.0_ga"&gt;fsl-fec.txt\net\bindings\devicetree\Documentation - linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.toradex.cn/community/questions/8018/wakup-using-wake-on-lan-ethernet-magic-packet-for.html?smartspace=linux-imx6" title="https://www.toradex.cn/community/questions/8018/wakup-using-wake-on-lan-ethernet-magic-packet-for.html?smartspace=linux-imx6"&gt;Wakeup using Wake-on-Lan (ethernet magic packet) for Apalis iMX6Q from suspend mem (Linux) - Toradex Community&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, 29 Jan 2019 05:20:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Wakeup-on-USB-Ethernet-i2c-interfaces/m-p/859070#M131201</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-01-29T05:20:45Z</dc:date>
    </item>
  </channel>
</rss>

