Created
October 18, 2012 16:34
-
-
Save abulte/3913060 to your computer and use it in GitHub Desktop.
rpi essentials
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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