Closed ichergui closed 1 year ago
Tests were done on machine jetson-tx2-devkit with demo-image-full image
jetson-tx2-devkit
demo-image-full
Add the following line into conf/local.conf
conf/local.conf
CORE_IMAGE_BASE_INSTALL:append = " python3-jetson-stats"
Result
root@jetson-tx2-devkit:~# python3 -m jtop.core.jetson_libraries CUDA: 10.2 OPENCV: not Installed! TensorRT: 8.2.1 cuDNN: 8.2.1 VPI: 1.2.3 Vulkan: 1.3.204 root@jetson-tx2-devkit:~#
This PR to fix the request in discussion
Tests were done on machine
jetson-tx2-devkit
withdemo-image-full
imageAdd the following line into
conf/local.conf
Result