Hi All
I’m newbie of JetPack.
First, please reference JetPack SDK @ 5.1.3
Our company manufactures Orin series products to provide customers @ Jetpack 5.1.3
However, PM require feature labeled as includes to be provided by us as follows
- JetPack 5.1.3 includes CUDA 11.4.19
- JetPack 5.1.3 includes TensorRT 8.5.2
- JetPack 5.1.3 includes cuDNN 8.6.0
In other words, after products shipped to the customer, the customer can use these features immediately(instant) without having to install any package (e.g. apt install or dpkg -i) manually themselves.
We started here
Because includes written, we assume that it is included in our product, but this assumption can also be wrong.
Case study 1.
JetPack 5.1.3 includes VPI 2.4 @ Installation procedure
- Flash devices
- $ sudo apt update
- $ sudo apt install vpi2-demos
Addition install cpuva-2.3-lst libnvvpi2 packages. - First launch “VPI Remap Demo” @ Desktop
Install dependence library (libopencv-… etc) - First launch “VPI Remap Demo” @ Desktop
Demo run successful
Here, addition libnvvpi2 install in this stage, Is product does not included this feature meant?
Case study 2:
JetPack 5.1.3 includes CUDA 11.4.19
『libcuda.so.*
- the CUDA Driver』 written @ 6.1. Installing the CUDA Upgrade Package
We checked our product and result as follows
$ sudo find / -name 'libcuda*'
find: ‘/run/user/1000/gvfs’: Permission denied
/usr/lib/aarch64-linux-gnu/tegra/libcuda.so.1.1
/usr/lib/aarch64-linux-gnu/tegra/libcuda.so.1
/usr/lib/aarch64-linux-gnu/tegra/libcuda.so
/usr/lib/aarch64-linux-gnu/libcuda.so
Is product does included this feature meant?
Please help us clarify.
Thanks all very much.