How to Activate DLA, PVA, and Other Engines on Jetson AGX Orin SOM

Hello,

I’m using the Jetson AGX Orin Industrial SOM with a custom board, and I have also tried the EVKit. I want to use engines such as DLA0, DLA1, PVA, NVDEC, NVENC, NVJPG0, and NVJPG1.

I have installed JetPack 5.1.2 via the SDK Manager and have installed all the necessary runtime and SDK components.

I have run Jetson Inference with DetectNet and other models, but the engines are not active.

I am using TensorRT and CUDA. Could you please guide me on how to activate or enable these engines?

Regards,
Parashuram

Hi,
Here are some suggestions for the common issues:

1. Performance

Please run the below command before benchmarking deep learning use case:

$ sudo nvpmodel -m 0
$ sudo jetson_clocks

2. Installation

Installation guide of deep learning frameworks on Jetson:

3. Tutorial

Startup deep learning tutorial:

4. Report issue

If these suggestions don’t help and you want to report an issue to us, please attach the model, command/step, and the customized app (if any) with us to reproduce locally.

Thanks!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.