Ota(updating the host) on jetson xavier nx, but unable to locate package nsight-graphics-for-embeddedlinux-2021.1.1

I got a problem when i try “Updating a Host" in the developer, I want to upgrade jetpack from 4.5 to 4.6 on XAVIER NX, my host OS is Ubuntu 18.04.5 and kernel version 5.4.0-80-generic.

1.Enter this command to install the public key of the x86_64 repository of the public APT server:

2.Add the following x86_64 repository to the host system’s source list:

3.Enter the command:

  • $ sudo apt update

According to the picture, I can Hit the “http://repo.download.nvidia.com/jetson/x86_64/bionic r32.6 main”

4.Use apt to download and install the required packages.

  • For an Ubuntu 18.04 host:
    $ sudo apt-get install nsight-graphics-for-embeddedlinux-2021.1.1 nsight-systems-2021.2.3 cuda-toolkit-10-2 cuda-cross-aarch64-10-2 libvisionworks libvisionworks-dev libvisionworks-samples libvisionworks-sfm libvisionworks-sfm-dev libvisionworks-tracking libvisionworks-tracking-dev libnvvpi1 vpi1-dev vpi1-samples vpi1-cross-aarch64-l4t

After I did the step 4, I got some Error :

  • E: Unable to locate package nsight-graphics-for-embeddedlinux-2021.1.1
  • E: Couldn’t find any package by glob ‘nsight-graphics-for-embeddedlinux-2021.1.1’
  • E: Couldn’t find any package by regex ‘nsight-graphics-for-embeddedlinux-2021.1.1’

what should i do?please

hello edward1_lin,

please refer to developer guide, Over-The-Air Updates.
could you please install the nsight-systems-2020.2.3 for confirmation.
thanks

Hi JerryChang,

I can install the nsight-systems-2020.2.3 .

hello edward1_lin,

you’re able to follow the documentation to complete the OTA process, right?

Hi JerryChang,

I got that Error, so I did not do the next step, but I completed the OTA proccess on jetson device

it should be server issue, could you please try step-4 again to fetch the required packages.

I try the step-4, I got the same issue

hello edward1_lin,

please try again to update the host system’s source list with r32.6.1.
for example, Ubuntu 18.04, deb http://repo.download.nvidia.com/jetson/x86_64/bionic r32.6.1 main
after that,
please execute apt-update again and download and install the required packages.
thanks

Hi JerryChang,

I followed your step to update, then I got a error.

Hi edward1_lin,

Please add below on your host ubuntu source list:

deb http://repo.download.nvidia.com/jetson/x86_64/bionic r32.6 main

And run “sudo apt update” again. Thanks!

Hi Carolyuu,

I tried it before,but when I downloaded the package, I got som error :

2.Add the following x86_64 repository to the host system’s source list:

* For an Ubuntu 18.04 host:
deb http://repo.download.nvidia.com/jetson/x86_64/bionic r32.6 main

3.Enter the command:

* $ sudo apt update

4.Use apt to download and install the required packages.

* For an Ubuntu 18.04 host:
$ sudo apt-get install nsight-graphics-for-embeddedlinux-2021.1.1 nsight-systems-2021.2.3 cuda-toolkit-10-2 cuda-cross-aarch64-10-2 libvisionworks libvisionworks-dev libvisionworks-samples libvisionworks-sfm libvisionworks-sfm-dev libvisionworks-tracking libvisionworks-tracking-dev libnvvpi1 vpi1-dev vpi1-samples vpi1-cross-aarch64-l4t

After I did the step 4, I got some Error :

* E: Unable to locate package nsight-graphics-for-embeddedlinux-2021.1.1
* E: Couldn’t find any package by glob ‘nsight-graphics-for-embeddedlinux-2021.1.1’
* E: Couldn’t find any package by regex ‘nsight-graphics-for-embeddedlinux-2021.1.1’

hello edward1_lin,

we’re able to reproduce the same failures locally, we’ve arrange resources for investigation.
thanks

hello edward1_lin,

the version of the nsight-graphics was updated to 2021.2.1
please try with apt commands by using nsight-graphics-for-embeddedlinux-2021.2.1 instead of 2021.1.1.
thanks