- Code: Select all
sudo halt
The Pi goes into a lower powered state. There is no way of waking up from this state without power cyling.
I've now added a way to wake the board through GPIO.
A falling edge on GPIO1 or GPIO3 will wake the board up, and it will continue to boot into linux.
Note: this the the same GPIO used by safe mode, so touching a jumper onto the safe mode pin will cause the board to wake up.
viewtopic.php?f=29&t=12007