Created
January 14, 2016 11:17
-
-
Save andreashanft/567e563222094c2d70fa to your computer and use it in GitHub Desktop.
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
raspi-config | |
sudo apt-get update | |
sudo apt-get upgrade | |
sudo rpi-update | |
(reboot) | |
sudo apt-get install vlc | |
sudo apt-get install iceweasel | |
sudo apt-get install xfce4 | |
(install bt device) | |
sudo bluetoothctl | |
agent on | |
power on | |
scan on | |
pair [device-id] | |
connect [device-id] | |
trust [device-id] | |
exit | |
(moar setup) | |
/boot/config.txt | |
https://www.raspberrypi.org/documentation/configuration/config-txt.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment