Hi everyone,
I recently flashed my Seeed Studio ReComputer Orin J3011 with JetPack 6.2 and have been facing issues with DeepStream and missing dependencies.
System Details:
Device: Seeed ReComputer Orin Nano J3011
JetPack: 6.2 (flashed via Seeed’s official image)
CUDA: 12.6
DeepStream: 7.1
TensorRT: 10.3.0.30
Issues Faced:
- Missing
libnvdla_compiler.so
Running deepstream-app --version
gives:
error while loading shared libraries: libnvdla_compiler.so: I cannot open shared object file: No such file or directory
find / -name “libnvdla_compiler.so” returns nothing.
- Can’t Install
nvdla-compiler
orlibnvdla
via APT
Running sudo apt-get install -y nvdla-compiler
→ E: Unable to locate package nvdla-compiler
Is this removed in JetPack 6.2? What’s the alternative installation method?
- Should I Reflash or Fix This Manually?
I still have the original Seeed JetPack 6.2 image. Should I reflash the device, or is there a way to fix this without a complete reset?