<?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: Hibernating iMX6 Linux to SD/MMC</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Hibernating-iMX6-Linux-to-SD-MMC/m-p/290446#M35105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Not sure whether you really want a &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;hibernate&lt;/SPAN&gt; feature, we didn't have software release that support hibernation, although I did try it before and the kernel is working, but many drivers still need to do a lot of work to make the feature stable enough, as when hibernated, the whole chip will be power off, so when system resume, all the modules may need to recover its status.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; So, I suggest you use STR(suspend to RAM) instead of hibernate, use "echo mem &amp;gt; /sys/power/state" to make system suspend into RAM. Then use power key or RTC or other wakeup source to wake up system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 May 2013 06:13:20 GMT</pubDate>
    <dc:creator>AnsonHuang</dc:creator>
    <dc:date>2013-05-13T06:13:20Z</dc:date>
    <item>
      <title>Hibernating iMX6 Linux to SD/MMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Hibernating-iMX6-Linux-to-SD-MMC/m-p/290443#M35102</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'm looking for a reliable way to suspend (hibernate) iMX6 Linux-based device by saving its state to a non-volatile memory (say, SD/MMC or NAND) upon unexpected power down event (yes, there is a small power back up to do it). Of course there should be a way to restore the system state after powering on. I guess this is more generic question rather than iMX- or BSP-specific. But anyway... I found a couple of articles on the Web about this topic but it is not clear how usable they are:&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.archlinux.org/index.php/Suspending_to_Disk_with_hibernate-script" title="https://wiki.archlinux.org/index.php/Suspending_to_Disk_with_hibernate-script"&gt;https://wiki.archlinux.org/index.php/Suspending_to_Disk_with_hibernate-script&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://elinux.org/Suspend_To_Disk_For_ARM" title="http://elinux.org/Suspend_To_Disk_For_ARM"&gt;Suspend To Disk For ARM - eLinux.org&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If somebody has such experience or knows a good direction to dig - could you please share with me?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Dmitry Varakin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 08:17:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Hibernating-iMX6-Linux-to-SD-MMC/m-p/290443#M35102</guid>
      <dc:creator>dmitryv</dc:creator>
      <dc:date>2013-03-11T08:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hibernating iMX6 Linux to SD/MMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Hibernating-iMX6-Linux-to-SD-MMC/m-p/290444#M35103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can put the system in low power mode as:&lt;/P&gt;&lt;P&gt;echo mem &amp;gt; /sys/power/state&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use an interrupt source to wakeup the processor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 13:16:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Hibernating-iMX6-Linux-to-SD-MMC/m-p/290444#M35103</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2013-05-06T13:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Hibernating iMX6 Linux to SD/MMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Hibernating-iMX6-Linux-to-SD-MMC/m-p/290445#M35104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This brings the processor to low power mode which still requires external power supply to maintain it. The customer has solved the problem by backporting hibernation mode from a newer kernel version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Dmitry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 06:07:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Hibernating-iMX6-Linux-to-SD-MMC/m-p/290445#M35104</guid>
      <dc:creator>dmitryv</dc:creator>
      <dc:date>2013-05-13T06:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hibernating iMX6 Linux to SD/MMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Hibernating-iMX6-Linux-to-SD-MMC/m-p/290446#M35105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Not sure whether you really want a &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;hibernate&lt;/SPAN&gt; feature, we didn't have software release that support hibernation, although I did try it before and the kernel is working, but many drivers still need to do a lot of work to make the feature stable enough, as when hibernated, the whole chip will be power off, so when system resume, all the modules may need to recover its status.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; So, I suggest you use STR(suspend to RAM) instead of hibernate, use "echo mem &amp;gt; /sys/power/state" to make system suspend into RAM. Then use power key or RTC or other wakeup source to wake up system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 06:13:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Hibernating-iMX6-Linux-to-SD-MMC/m-p/290446#M35105</guid>
      <dc:creator>AnsonHuang</dc:creator>
      <dc:date>2013-05-13T06:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hibernating iMX6 Linux to SD/MMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Hibernating-iMX6-Linux-to-SD-MMC/m-p/290447#M35106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dmitry,&lt;/P&gt;&lt;P&gt;Can you kindly share more details on the details of the backporting done to implement hibernation mode.&lt;/P&gt;&lt;P&gt;We use iMX6 with Linux &lt;SPAN style="font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;L3.10.9_1.0.0-alpha, 10/2013, &lt;/SPAN&gt;&amp;nbsp; but still could not succeed in putting the board in hibernation. Other low power modes ( "mem", "standby" ) are found to be working. &lt;/P&gt;&lt;P&gt;Our customer needs the board to move to hibernation.&amp;nbsp; We also tried to implement the feature using a swap file and pm-hibernate combination, but the board is not moving to hibernation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rupesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 10:28:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Hibernating-iMX6-Linux-to-SD-MMC/m-p/290447#M35106</guid>
      <dc:creator>rupeshpaterical</dc:creator>
      <dc:date>2014-02-05T10:28:42Z</dc:date>
    </item>
  </channel>
</rss>

