I am trying to get the sample projects to run on the following setup:
OS: Ubuntu 14.04
CUDA: 6.5
HARD: Jetson TK1
I went to set up the CUDA this site ( Jetson/Installing CUDA - eLinux.org ) to reference.
And I was able to make compile.
But,“simpleGL” and etc… can not be run.
CUDA error at …/…/common/inc/helper_cuda.h:1032 code=35(cudaErrorInsufficientDriver) “cudaGetDeviceCount(&device_count)”
Error is displayed.
Your jetson has an older (CUDA 6.0) driver on it. When you compiled on your Ubuntu 14.04 setup against the CUDA 6.5 libraries, the executable built that way will require a 340.xx driver or newer. But your jetson probably has a 331.xx driver or thereabouts.