Regarding PVA Authentication in L4T 35.4.1

hi all,
I am a beginner using Jetson and I am currently learning about PVA Authentication. I would like to ask some questions.

I saw in the doc that: By default, only signed application code is allowed to execute on the PVA hardware. Software libraries provided by NVIDIA, such as VPI, will register signatures with the system when the libraries are installed by using a package manager on the target device

  1. May I ask if PVA Authentication is started by default? Or do I need to configure it?
  2. When VPI uses PVA, is the authentication process insensitive? What do I need to do?

Looking forward to your reply

Hi all,
May I ask if someone can help confirm? Thank。

Sorry for the late response, our team will do the investigation and provide suggestions soon. Thanks

Hi,

Could share the document link so we can check with our internal team?

In general, we expect users to access PVA through VPI.
VPI takes care of the hardware setting so users don’t need to do it manually.

Thanks.

hi,
The doc is here: PVA Authentication — Jetson Linux Developer Guide documentation

Can we understand it this way,

  1. When using VPI to access PVA, VPI will automatically register a signature with the system, and I will directly call VPI without involving signature related operations.
  2. If I develop PVA programs myself, I need to sign the application before I can use PVA.

If that’s the case, how can I sign my own PVA application? I didn’t find an example in the wiki.

thanks.

Hi,

You will need to use VPI to access PVA.
We don’t have other API/software for users to directly access the hardware.

Thanks.

hi all,

Can you help me answer this question?
thanks,

Hi,

Yes, you don’t need to handle the signature when using VPI.
Thanks.