Jetson Copilot Connection refused

I’ve just flashed my Jetson AGX Orin to JP6.1 and setup Jetson Copilot but I have the Connection refused issue exactly the same as this one: [link]([Errno 111] Connection refused · Issue #15 · NVIDIA-AI-IOT/jetson-copilot · GitHub

Haven’t seen the answer in Github so I ask here

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!

I followed this tutorial to set up Jetson Copilot: Jetson Copilot - NVIDIA Jetson AI Lab

Hi Khanh,
Thank you for bringing this up.
I will follow up on the GitHub Issue.

Replace CONTAINER_TAG="r36.3.0" to CONTAINER_TAG="r36.4.0" as per your suggestion on Github works for me. I can run the app now

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