<?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: IM8XMP - Camera over IP (GStreamer) Cannot suspend</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IM8XMP-Camera-over-IP-GStreamer-Cannot-suspend/m-p/1771007#M217057</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/224286"&gt;@cduarte0306&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support.&lt;/P&gt;
&lt;P&gt;This is a known issue related to the iMX ISI driver. Please create a support ticket referring this thread to give you more detail about this workaround. &lt;BR /&gt;&lt;A href="https://www.nxp.com/support/support:SUPPORTHOME" target="_blank"&gt;Support | NXP Semiconductors&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brian14_1-1701974738431.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/253463i7BCD662FB9F2A46B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brian14_1-1701974738431.png" alt="brian14_1-1701974738431.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Have a great day!&lt;/P&gt;</description>
    <pubDate>Thu, 07 Dec 2023 18:46:37 GMT</pubDate>
    <dc:creator>brian14</dc:creator>
    <dc:date>2023-12-07T18:46:37Z</dc:date>
    <item>
      <title>IM8XMP - Camera over IP (GStreamer) Cannot suspend</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IM8XMP-Camera-over-IP-GStreamer-Cannot-suspend/m-p/1770222#M216975</link>
      <description>&lt;P&gt;I am working on a camera for streaming over IP. We are using GStreamer and some other libraries in order to achieve this. When sending a sleep command from userspace which basically runs this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;echo mem &amp;gt; /sys/power/state&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;we get the following message:&lt;BR /&gt;Camera sleep...&lt;BR /&gt;[ 1220.776764] mxc-isi 32e02000.isi: PM: dpm_run_callback(): mxc_isi_pm_suspend+0x0/0x40 returns -11&lt;BR /&gt;[ 1220.776782] mxc-isi 32e02000.isi: PM: failed to suspend: error -11&lt;BR /&gt;[ 1220.776789] PM: Some devices failed to suspend, or early wake event detected&lt;BR /&gt;sh: line 1: echo: write error: Resource temporarily unavailable&lt;BR /&gt;00:19:42.787 [c/debug/seatd/0.7.0-r0/seatd/seat.c:418] No clients on seat0 to activate&lt;BR /&gt;Camera wake up...&lt;BR /&gt;err: sleep&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;After entering dmesg on the terminal, I see this is the associated error:&lt;/DIV&gt;&lt;DIV&gt;[ 1021.924512] ddrc freq set to high bus mode&lt;BR /&gt;[ 1023.011172] ddrc freq set to low bus mode&lt;BR /&gt;[ 1030.843791] PM: suspend entry (deep)&lt;BR /&gt;[ 1030.846043] ddrc freq set to high bus mode&lt;BR /&gt;[ 1030.850552] Filesystems sync: 0.006 seconds&lt;BR /&gt;[ 1030.853043] Freezing user space processes ... (elapsed 0.001 seconds) done.&lt;BR /&gt;[ 1030.854389] OOM killer disabled.&lt;BR /&gt;[ 1030.854393] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.&lt;BR /&gt;[ 1030.855492] printk: Suspending console(s) (use no_console_suspend to debug)&lt;BR /&gt;[ 1030.856122] mxc-isi 32e02000.isi: running, prevent entering suspend.&lt;BR /&gt;[ 1030.856129] mxc-isi 32e02000.isi: PM: dpm_run_callback(): mxc_isi_pm_suspend+0x0/0x40 returns -11&lt;BR /&gt;[ 1030.856148] mxc-isi 32e02000.isi: PM: failed to suspend: error -11&lt;BR /&gt;[ 1030.856154] PM: Some devices failed to suspend, or early wake event detected&lt;BR /&gt;[ 1030.879042] OOM killer enabled.&lt;BR /&gt;[ 1030.879046] Restarting tasks ... done.&lt;BR /&gt;[ 1030.879708] random: crng reseeded on system resumption&lt;BR /&gt;[ 1030.879829] PM: suspend exit&lt;BR /&gt;[ 1031.939166] ddrc freq set to low bus mode&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;It looks to me like the ISI is preventing the unit from entering memory-retention mode. Has anyone experienced this?&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 Dec 2023 22:28:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IM8XMP-Camera-over-IP-GStreamer-Cannot-suspend/m-p/1770222#M216975</guid>
      <dc:creator>cduarte0306</dc:creator>
      <dc:date>2023-12-06T22:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: IM8XMP - Camera over IP (GStreamer) Cannot suspend</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IM8XMP-Camera-over-IP-GStreamer-Cannot-suspend/m-p/1771007#M217057</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/224286"&gt;@cduarte0306&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support.&lt;/P&gt;
&lt;P&gt;This is a known issue related to the iMX ISI driver. Please create a support ticket referring this thread to give you more detail about this workaround. &lt;BR /&gt;&lt;A href="https://www.nxp.com/support/support:SUPPORTHOME" target="_blank"&gt;Support | NXP Semiconductors&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brian14_1-1701974738431.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/253463i7BCD662FB9F2A46B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brian14_1-1701974738431.png" alt="brian14_1-1701974738431.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Have a great day!&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 18:46:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IM8XMP-Camera-over-IP-GStreamer-Cannot-suspend/m-p/1771007#M217057</guid>
      <dc:creator>brian14</dc:creator>
      <dc:date>2023-12-07T18:46:37Z</dc:date>
    </item>
  </channel>
</rss>

