Page 1 of 1

Auto Shutdown

Posted: Mon Sep 30, 2013 2:04 am
by hub
Does anyone know of a way to have the pi shut itself off completely? I can handle to auto boot, I jus need it to shut down (without pulling the plug)

Re: Auto Shutdown

Posted: Mon Sep 30, 2013 3:18 am
by elatllat
you could have a script monitor a button on the gpio, but I just pull the plug.

Re: Auto Shutdown

Posted: Mon Sep 30, 2013 3:32 am
by klricks
hub wrote:Does anyone know of a way to have the pi shut itself off completely? I can handle to auto boot, I jus need it to shut down (without pulling the plug)
Not without adding external circuitry such as a relay.
The RPi is much like any modern PC..... the 5V standby circuits in the power supply and motherboard remain powered even when the computer is shutdown.

Re: Auto Shutdown

Posted: Mon Sep 30, 2013 3:51 am
by ramstrong
I connected mine to powered USB hub. By switching off the hub, I shut off the Pi. After I did a "sudo halt", of course.

Re: Auto Shutdown

Posted: Mon Sep 30, 2013 8:40 am
by confuseling
Kind of depends what you mean. You can schedule tasks (such as a shutdown) with cron or at.

But it'll still be powered.

http://debian-handbook.info/browse/stab ... n-atd.html