Thread history

Fragment of a discussion from Talk:Jetson/Installing CUDA
Viewing a history listing
Jump to: navigation, search
Time User Activity Comment
No results

Hi All,

I am new to the Jetson and Parallel programming. I flashed the Jetson TK1 as per instructions on the official download page from Nvidia. My CUDA Samples work perfectly fine as well.

However as per the Installing CUDA Page on elinux, I ran the "nvcc -v" in the home directory on the Jetson. It resulted in:

nvcc fatal: No input files specified; use option --help for more information.


Does this mean that the programs were compiled on my PC (the host used while flashing the Jetson) and CUDA is not installed on the Jetson?


Kindly provide your inputs.

12:55, 6 August 2015

Actually it sounds like you've installed it correctly, but to test it you need to use capital "V" not lower-case "v", ie:

   nvcc -V
16:50, 6 August 2015