Re: Is there any source available TuxOnIce example in ARM board(BeagleBoneBlack or imx6)

TonyHo <[email protected]> Mon, 10 Mar 2014 12:11:16 +0800
Newsgroups gmane.linux.swsusp.devel
Message-ID <[email protected]>
Sorry , I send the wrong multiple message.
  And Yes, I found a resource 
http://git.linaro.org/people/sebastian.capella/linux.git for BeagleBone 
Black, and I have patched and test the TOI on it, it works well by patch:
@ -1119,7 +1123,9 @@ prepare:
  out_restore_gfp_mask:
      pm_restore_gfp_mask();
  out:
-    do_cleanup(1, 0);
+    do_cleanup(0, 0);
If not close the debug info , the kernel will oops for the page request 
after resume.
Hope this would helps someone.

On 03/10/2014 12:01 PM, TonyHo wrote:
> Hi, everybody:
>     We want to implement the hibernation to our productions, but we 
> haven't found a example using the TuxOnIce which is source code open 
> and available.
>     We hope this would be a example for test and learn.
>
> Thanks.