From LedHed's Wiki
(Created page with "== Hard Reset Switch == Raspberry Pi B, B+ and 2 have P6/Run headers that can be used to reset the Pi or power it on from halt. == Soft Reset/Halt == You can also use GPIO...") |
|||
Line 1: | Line 1: | ||
== Hard Reset Switch == | == Hard Reset Switch == | ||
Raspberry Pi B, B+ and 2 have P6/Run headers that can be used to reset the Pi or power it on from halt. | Raspberry Pi B, B+ and 2 have P6/Run headers that can be used to reset the Pi or power it on from halt. | ||
− | + | [[Image:PiP6WithHeaderPins.png]] | |
− | + | Note: The location of this pin header varies by hardware revision. | |
Revision as of 08:30, 17 December 2015
Hard Reset Switch
Raspberry Pi B, B+ and 2 have P6/Run headers that can be used to reset the Pi or power it on from halt. Note: The location of this pin header varies by hardware revision.
Soft Reset/Halt
You can also use GPIO Pin 5 & 6 along with some software that will monitor for a low state and then run a script.