directly programming on TX2

I wonder if it’s possible to directly program CUDA projects on TX2 instead of using Nsight on the host. If possible, how?

thanks so much.

You can use nvcc on the command line without eclipse directly on the Jetson. You may need to specify the path to include your CUDA bin directory, e.g., on R28.1 of a TX2 I have this after installing CUDA:

/usr/local/cuda-8.0/bin

…which in turn has “nvcc”, the CUDA-aware compiler.