Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to launch the launch_jetson_copilot.sh script on Jetson Orin Nano #12

Open
AnilSarode opened this issue Aug 13, 2024 · 0 comments

Comments

@AnilSarode
Copy link

t-tech@ubuntu:~/jetson-copilot$ sudo ./setup_environment.sh 
[sudo] password for t-tech: 
ARCH:  aarch64
L4T_VERSION:  36.3.0
[INFO] Not going to install Chromium as there is no display attached
[WARN] Docker is already installed:   Docker version 27.1.1, build 6312585
---- /etc/docker/daemon.json contents ----
{
    "runtimes": {
        "nvidia": {
            "args": [],
            "path": "nvidia-container-runtime"
        }
    }
}
------------------------------------------
[WARN] User 'root' is not in 'docker' group. Going to register in the group.
[WARN] newgrp command is executed, and your bash session is reset.
root@ubuntu:/home/t-tech/jetson-copilot# ./launch_jetson_copilot.sh 
ARCH:  aarch64
L4T_VERSION:  36.3.0
+ JTOP_SOCKET=
+ JTOP_SOCKET_FILE=/run/jtop.sock
+ '[' -S /run/jtop.sock ']'
+ JTOP_SOCKET='-v /run/jtop.sock:/run/jtop.sock'
+ '[' aarch64 = aarch64 ']'
+ verions_numbers=(${L4T_VERSION//./ })
+ L4T_VERSION_MAJOR=36
+ '[' 36 == 35 ']'
+ '[' 36 == 36 ']'
+ log 'JetPack 6.x :'
+ test -n 'JetPack 6.x :'
+ printf '\033[0;93mJetPack 6.x :\033[0m\n'
JetPack 6.x :
+ CONTAINER_TAG=r36.3.0
+ cat /proc/device-tree/model
./launch_jetson_copilot.sh: line 93: /tmp/nv_jetson_model: Permission denied

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant