Putting Beagle in sleep mode or hibernation

2,016 views
Skip to first unread message

ABHISHEK SINGH

unread,
Dec 20, 2010, 1:12:34 AM12/20/10
to Beagle
Hello all,

I want to know how can i put my beagle into sleep mode or hibernation
such that i can save some power. Actually i'm planning to run beagle
with solar power. Currently, the power used by beagle is avg 3.5 Watt.
BUt i want to reduce it to 1Watt by putting it to sleep.
The device that i necessarily require are USB based EVDo for net
connection, one more USB based device that takes around 100mamp
Please suggest:
i) How can i go to sleep mode
ii) How can i wake up
iii) Is there any other method to reduce power on beagle

--
ABHISHEK SINGH <sabh...@cdac.in>
cdac


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Pradeep Kumar

unread,
Feb 12, 2011, 9:01:08 PM2/12/11
to Beagle Board
Did you able to find the solution for this? :)

On Dec 20 2010, 1:12 am, ABHISHEK SINGH <sabhis...@cdac.in> wrote:
> Hello all,
>
> I want to know how can i put my beagle into sleep mode or hibernation
> such that i can save some power. Actually i'm planning to run beagle
> with solar power. Currently, the power used by beagle is avg 3.5 Watt.
> BUt i want to reduce it to 1Watt by putting it to sleep.
> The device that i necessarily require are USB based EVDo for net
> connection, one more USB based device that takes around 100mamp
> Please suggest:
> i) How can i go to sleep mode
> ii) How can i wake up
> iii) Is there any other method to reduce power on beagle
>
> --
> ABHISHEK SINGH <sabhis...@cdac.in>

ABHISHEK SINGH

unread,
Feb 14, 2011, 12:11:40 AM2/14/11
to beagl...@googlegroups.com
Hello Pradeep,

I found some sort of solution to put beagle in sleep mode. Itis going
well in sleep mode but while waking up it's not able to bring up the USB
ports and unforunatley i didn't get any solution to bring up the usb
without restarting the BB.
My BB version is C3 and i put ubuntu on it. Kernel version which i tried
are 2.6.29 with smartreflex enabled and 2.6.36-rc7 without smartreflex
capability.

I used pm-suspend command to put BB in sleep mode. It can even be done
without using pm-suspend command using the following command:
echo -n "mem" > /sys/power/state
this will put your usb to sleep mode.

One thing i found that smartreflex capable kernel was consuming power
very near to the suspend mode and advantage was this that i was still
able to use USB. But still there was some problem coming after some time
with USB. However, i'm not sure that it's because of smartreflex or some
problem in my power circuitry with which i connected my USB hub..

So try this out and tell me if anything new you find. Also, if anyone
can suggest USB problem solution that i mentioned on top it will be very
helpful.. Thanks in advance.

> --
> You received this message because you are subscribed to the Google Groups "Beagle Board" group.
> To post to this group, send email to beagl...@googlegroups.com.
> To unsubscribe from this group, send email to beagleboard...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/beagleboard?hl=en.

Darin

unread,
Mar 28, 2011, 12:45:46 PM3/28/11
to Beagle Board
For saving power I have found this thread on disabling the DVI chip.
http://groups.google.com/group/beagleboard/browse_thread/thread/7a13da558a07779b/49979a3ea3201a5c?lnk=gst&q=save+power+echo+0#

As for the second question...
How did you wake up the beagle from sleep mode??
> > For more options, visit this group athttp://groups.google.com/group/beagleboard?hl=en.

ABHISHEK SINGH

unread,
Mar 29, 2011, 12:13:54 AM3/29/11
to beagl...@googlegroups.com
For coming out of the sleep i just used to hit any key on the keyboard
which i think used to generate uart interrupt on the beagle and beagle
becomes active.

Did you measure power consumption of your Beagle?? For me it was around
1.5 Watt. I didnt try disabling the DVI chip. I'll try disabling DVI
also.


--
ABHISHEK SINGH <sabh...@cdac.in>

Darin

unread,
Mar 29, 2011, 10:47:27 PM3/29/11
to Beagle Board
I'm actually using the xM Rev B with Ubuntu 10.10 Maverick. The power
runs idle at 2.8w, and with DVI chip disabled it drops 0.35w which is
a 12.5% savings.

On Mar 28, 9:13 pm, ABHISHEK SINGH <sabhis...@cdac.in> wrote:
> For coming out of the sleep i just used to hit any key on the keyboard
> which i think used to generate uart interrupt on the beagle and beagle
> becomes active.
>
> Did you measure power consumption of your Beagle?? For me it was around
> 1.5 Watt. I didnt try disabling the DVI chip. I'll try disabling DVI
> also.
>
>
>
> On Mon, 2011-03-28 at 09:45 -0700, Darin wrote:
> > For saving power I have found this thread on disabling the DVI chip.
> >http://groups.google.com/group/beagleboard/browse_thread/thread/7a13d...
>
> > As for the second question...
> > How did youwakeupthe beagle fromsleepmode??
>
> > On Feb 13, 10:11 pm, ABHISHEK SINGH <sabhis...@cdac.in> wrote:
> > > Hello Pradeep,
>
> > > I found some sort of solution to put beagle insleepmode. Itis going
> > > well insleepmode but while wakingupit's not able to bringupthe USB
> > > ports and unforunatley i didn't get any solution to bringupthe usb
> > > without restarting the BB.
> > > My BB version is C3 and i put ubuntu on it. Kernel version which i tried
> > > are 2.6.29 with smartreflex enabled and 2.6.36-rc7 without smartreflex
> > > capability.
>
> > > I used pm-suspend command to put BB insleepmode. It can even be done
> > > without using pm-suspend command using the following command:
> > > echo -n "mem" > /sys/power/state
> > > this will put your usb tosleepmode.
>
> > > One thing i found that smartreflex capable kernel was consuming power
> > > very near to the suspend mode and advantage was this that i was still
> > > able to use USB. But still there was some problem coming after some time
> > > with USB. However, i'm not sure that it's because of smartreflex or some
> > > problem in my power circuitry with which i connected my USB hub..
>
> > > So try this out and tell me if anything new you find. Also, if anyone
> > > can suggest USB problem solution that i mentioned on top it will be very
> > > helpful.. Thanks in advance.
>
> > > On Sat, 2011-02-12 at 18:01 -0800, Pradeep Kumar wrote:
> > > > Did you able to find the solution for this? :)
>
> > > > On Dec 20 2010, 1:12 am, ABHISHEK SINGH <sabhis...@cdac.in> wrote:
> > > > > Hello all,
>
> > > > > I want to know how can i put my beagle intosleepmode or hibernation

ABHISHEK SINGH

unread,
Mar 31, 2011, 12:27:21 AM3/31/11
to beagl...@googlegroups.com
It's a great improvement after disabling the DVi. I would try it on my
C3 BB. Let me see how much power i'm gonna save.
Thanks for your tips.

> For more options, visit this group at http://groups.google.com/group/beagleboard?hl=en.

Reply all
Reply to author
Forward
0 new messages