Skip to content
SaeHie Park edited this page Feb 6, 2018 · 1 revision

Tips of using RPi

Wake up RPi blank screen

When RPi screeen is blank and want to wake it from the SSH connection,

sudo su
echo -ne "\033[9;0]" >/dev/tty1
Clone this wiki locally