Skip to content

Instantly share code, notes, and snippets.

@trungnt13
Last active August 29, 2015 14:22
Show Gist options
  • Save trungnt13/4ff46b1e89c2374303ad to your computer and use it in GitHub Desktop.
Save trungnt13/4ff46b1e89c2374303ad to your computer and use it in GitHub Desktop.
Configuration file for starting up Jetson TK1
#!/bin/sh
# Add some niceties for a new NVIDIA Jetson TK1 - LT 19.3
# sudo ./configureJetsonTK1.sh
# Note:
# -- Check DNS in /etc/resolv.conf if cannot connect to ports.ubuntu.com
# -- a
# Don't allow apt-get upgrade of xorg overwrite libglx.so
# May be fixed in future versions of LT4
sudo apt-mark hold xserver-xorg-core
apt-add-repository universe
apt-add-repository multiverse
# install the mp3 decoders and such
apt-get install ubuntu-restricted-extras
apt-get update
apt-get upgrade
apt-get install bash-completion command-not-found -y
apt-get install git -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment