Hi all,
I need to test the sleep/wakeup mode for a Tinkerboard running DietPi.
It is not clear to me both how to enter in sleep mode and wake the board up.
Anybody can explain me, please?
Thanks!
Sleep mode and wake up for Tinkerboard Topic is solved
Re: Sleep mode and wake up for Tinkerboard
Found!
SUSPEND:
echo mem > /sys/power/state
WAKEUP:
I put a little switch on the Power contact on the board.
Pressing it the system wakes up.
SUSPEND:
echo mem > /sys/power/state
WAKEUP:
I put a little switch on the Power contact on the board.
Pressing it the system wakes up.
Re: Sleep mode and wake up for Tinkerboard
Thanks for sharing. Looks like a generic method for putting the device it into sleep mode, only finding the correct power/wakeup connector of course differs
.
