I can not find the right way to use the cross compiling about cuda,cuDnn and tensorRT on Jetson nano(jetpack 4.6.1). When i look for the installation guide i can find the install direct, but i can not find the deb fie. for example:
sudo dpkg -i cudnn[local/prune-87]repo-cross-aarch64-ubuntu2004*all.deb
Hi,
Please check if the cross-compiling works with the approach below:
https://docs.nvidia.com/jetson/l4t-multimedia/cross_platform_support.html
Thanks.
Thank you for your answer, but it is the cross-compilation environment for Multimedia API on the host system, and I need is the cuDnn and tensorRT.
Hi,
Since you have filed another topic, please post there for any further questions.
I want to build the cross compiling environment in the ubuntu linux system. I had build the CUDA cross compiling. But can not build the tensorRT cross compiling environment.When i watch the NVIDIA TENSORRT DOCUMENT–Sample Support Guide, it say(web: Sample Support Guide :: NVIDIA Deep Learning TensorRT Documentation ):
Install the TensorRT cross-compilation Debian packages for the corresponding target.
Note: If you are using the tar file release for the target platform, then you can safely skip…
Thanks.