Cuda 9 with L4T R28.1

Hi,
I am trying to run CUDA 9 with Linux kernel 4.4.38-l4t-r28.1 (L4T R28.1). After running CUDA 9 sample program, I got below error;
$./matrixMul
[Matrix Multiply Using CUDA] - Starting…
cudaGetDevice returned error CUDA driver version is insufficient for CUDA runtime version (code 35), line(390)
cudaGetDeviceProperties returned error CUDA driver version is insufficient for CUDA runtime version (code 35), line(403)
MatrixA(320,320), MatrixB(640,320)
cudaMalloc d_A returned error CUDA driver version is insufficient for CUDA runtime version (code 35), line(165)

The error is related to CUDA driver version. Do I missed any dependency for CUDA 9. If you have any suggestion or information then please share.

Thanks & Regards,
Sudhir

I assume this is on a Jetson product. You need to install CUDA by installing the appropriate JetPack. Also there are separate forms for Jetson products.