Skip to content

Instantly share code, notes, and snippets.

@andreashanft
Created January 14, 2016 11:17
Show Gist options
  • Save andreashanft/567e563222094c2d70fa to your computer and use it in GitHub Desktop.
Save andreashanft/567e563222094c2d70fa to your computer and use it in GitHub Desktop.
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