Skip to content

Instantly share code, notes, and snippets.

@idkqh7
Last active August 29, 2015 14:06
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 idkqh7/f85713ac8d06dd1c3b5f to your computer and use it in GitHub Desktop.
Save idkqh7/f85713ac8d06dd1c3b5f to your computer and use it in GitHub Desktop.
# CUDA 6.0 Toolkit for L4T Rel
# https://developer.nvidia.com/jetson-tk1-support
# ダウンロードにはCUDA Registered Developer Programへの参加(登録)が必要
# debインストールのために時刻合わせ
sudo ntpdate ntp.nict.jp
date
sudo dpkg -i ~/Downloads/cuda-repo-l4t-r19.2_6.0-42_armhf.deb
sudo apt-get update
sudo apt-get install cuda-samples-6-0 cuda-toolkit-6-0
echo "export PATH=/usr/local/cuda/bin:\$PATH" >> ~/.bashrc
echo "export LD_LIBRARY_PATH=/usr/local/cuda/lib:\$LD_LIBRARY_PATH" >> ~/.bashrc
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment