Jetson-inference installation on custum jetson nano board

Hello,

i want to install “jetson-inference” on a custum jetson nano board that i have designed (i had already install this on the eval-board for a project and working) but “cmake …/” not working. Please, find the terminal’output and cmakefile log joined to this publication. Thanks.
Terminal_Output.txt (30.5 KB)
CMakeOutput.log (43.5 KB)

Hello @japotwareen,

Reading at the logs, I see a couple of things:

  1. It seems like you need to get the submodules from the repo you are building.
  2. Also, it seems like you are missing VPI, you can install it from the Jetpack libraries that SDK manager downloads.
  3. Also, there seems to be some CUDART missing flags. You could also try installing all libraries that SDK manager downloads.

Not sure any of that is going to fix the issues, however you could give it a try.

Did you build your own Jetpack with custom BSP?

Are you using Jetpack or Yocto ?

Please let us know how it goes.

regards,
Andrew

Thanks @proventusnova! VPI is optional, but CUDA Toolkit is required and should have been installed under /usr/local/cuda by SDK Manager or on the SD card image (unless @proventusnova alluded to if this was a custom image)

Thanks @proventusnova and @dusty_nv. I will try to resolve this issue tomorrow and get back to you.

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