I wanted to use the NVIDIA TV as a device to test some CUDA codes on. I have tried to write Android + CUDA code but I have had issues related to "hard float" vs "soft float" arm/android/cuda libraries while linking.
So, I have installed Ubuntu Linux on the NVIDIA TV.
ubuntu@tegra-ubuntu:~/devel/cuda/hello$ uname -a
Linux tegra-ubuntu 3.10.96 #1 SMP PREEMPT Thu Oct 13 05:30:55 EDT 2016 aarch64 aarch64 aarch64 GNU/Linux
I have also pushed CUDA to the device using JetPack for JX1 device.
Even though I try to run an "Hello, World!" code, that only performs "cudaFree(0)", I do get the error of "CUDA driver version is insufficient for CUDA runtime version".
I have searched internet for CUDA / NVIDIA Drivers to install to this architecture, but I could not find any.
- Should I give up on this machine and buy a TX1 board?
- might it be possible to install NVIDIA CUDA/Graphics Drivers on it (how)
- would it require to rebuilt the kernel
- should I force my luck on developing Android+CUDA for this device?