Skip to content

Instantly share code, notes, and snippets.

@abulte
Created October 18, 2012 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abulte/3913060 to your computer and use it in GitHub Desktop.
Save abulte/3913060 to your computer and use it in GitHub Desktop.
rpi essentials
#main config
raspi-config
# current version of gpu firmware
/opt/vc/bin/vcgencmd version
#install rpi-update (gpu firmware update)
wget http://goo.gl/1BOfJ -O /usr/bin/rpi-update && chmod +x /usr/bin/rpi-update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment