This file contains 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
#!/bin/sh | |
# Fresh install for CUDA 6.5 on Jetson TK1 for Linux for Tegra (L4T) 21.1 | |
# CUDA 6.5 REQUIRES L4T 21.1 !!! | |
sudo apt-add-repository universe | |
sudo apt-get update | |
# This is for L4T r21.1 ; Update for your L4T i.e. r21.3 | |
wget http://developer.download.nvidia.com/compute/cuda/6_5/rel/installers/cuda-repo-l4t-r21.1-6-5-prod_6.5-14_armhf.deb | |
# Install the CUDA repo metadata that you downloaded | |
# This is for L4T 21.1 ; Update for your L4T i.e. 21.3 |