question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Jetson Xavier NX (JetPack 4.5.1) compatibility issue

See original GitHub issue

For few days now, I’m trying to solve this problem. I know that in docs says that we should use JetPack 4.3 but there is no version for NX, first one is 4.4.

If I try to install it with docker, ODC works fine but something during installation breaks terminal and become unusable with message

There was an error creating the child process for this terminal. Failed to open PTY: Permission denied.

consider reading this thread on forums.developer.nvidia.com about issue above

if I’m running it without docker all is perfect until npm start on both branches where it hangs on Success init db. I was trying to run npm start -ddd in verbose mode to check whats going on, but nothing shows there

Mongodb works fine and added url in config.json, also restarted mongod few times during process. Made sure that have corect path to darknet, added yolov4-416x416.cfg to it also tested on video, stream and image, works fine

edit: trick was to click on link Ready on http://localhost:8080, and it will continue starting server, weird but ok

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
goodfellasthaicommented, Apr 8, 2021

Try this I see a similar thing on my Jetbot Nano when using Jupyter and regularly have to issue the below command.

sudo chmod 666 /dev/pts/ptmx

0reactions
tdurandcommented, Apr 11, 2021

I saw you solved the problem ? (you edited the first issue) … The solution was to start OpenDataCam by pinging localhost:8080 ?

feel free to re-open otherwise

Read more comments on GitHub >

github_iconTop Results From Across the Web

JetPack SDK 4.5.1 Archive - NVIDIA Developer
NVIDIA JetPack SDK is the most comprehensive solution for building AI applications. All Jetson modules and developer kits are supported by JetPack SDK....
Read more >
NVIDIA® Jetson™ L4T and JetPack Support - Stereolabs
Jetpack SDK Jetson™ Linux Ubuntu Linux Kernel CUDA ZED Box JetPack 5.0.2 L4T 35.1 20.04 5.10 11.4.14 Xavier NX JetPack 5.0.1 Developer Preview L4T 34.1.1...
Read more >
NVIDIA Jetson Nvidia Jetson Nano, Xavier NX, Orin ... - GitHub
It is recommended to choose it inside NVIDIA SDK Manager when installing JetPack. Because this ensures that there will be no compatibility or ......
Read more >
Getting Started with GenICam for CSI-2 - Allied Vision
Multiple camera support. You can connect and operate two Alvium cameras with CSI-2 interface. Compatible ARM boards and drivers. The Vimba 6.1 CSI...
Read more >
JetPack-4.5 - JK Jung's blog
So far I have only tested JetPack-4.5 on my Jetson Nano DevKit. But I believe the following steps work equally well on Jetson...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found