Skip to content

Instantly share code, notes, and snippets.

@curcuz
Created November 6, 2017 11:14
Show Gist options
  • Save curcuz/00771654b31c834e548bd016a8a47a1c to your computer and use it in GitHub Desktop.
Save curcuz/00771654b31c834e548bd016a8a47a1c to your computer and use it in GitHub Desktop.
1.0.0-RC1 HDMI enable
GPIO=41
cd /sys/class/gpio
echo $GPIO > export
cd /sys/class/gpio/gpio$GPIO
echo "out" > direction
echo 1 > value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment