Hi,
I have devices (Jetson TX2) that were flashed with Jetpack 3.3.2 that I need to update TENSORRT on. I made updates to the devices using the packages from the SDK manager:
- CUDA 9 -> 10
- CUDNN 7.1.5 -> 7.6.3
- TENSORRT 4.0.2 -> 6.0.1
When I rebuild opencv and run my application on the devices, I get the error “cuda driver version is insufficient for cuda runtime version”. I need to be able to run the new version of TENSORRT on these devices without manually re-flashing Jetpack for my clients. Is there any way for me to remotely update the drivers via a software update or run a container on the devices with the old drivers that contains the new drivers? I have arm processor and need to use ubuntu1604 with cuda 10
Kind regards,
Wyatt