Apt-get update failed for jetpack 5.0.2

Hello,

on a newly flashed jetson agx xavier i couldn’t get my updates to work. It said ‘repository […] does not have a release file’.

with

sudo gedit /etc/apt/sources.list.d/nvidia-l4t-apt-source.list

i changed the lines:
deb https://repo.download.nvidia.com/jetson/common r35.1 main
deb https://repo.download.nvidia.com/jetson/t194 r35.1 main

to:
deb [trusted=yes] https://repo.download.nvidia.com/jetson/common r35.1 main
deb [trusted=yes] https://repo.download.nvidia.com/jetson/t194 r35.1 main

now it updates normally.
Regards

Hi drn_jh,

Thanks for your sharing.
Does this issue happen with other Jetpack version (e.g. 4.6.3)?

I could not reproduce this issue on my Xavier with Jetpack 5.0.2.
This looks like a warning about the repository. [trusted=yes] is used to turn off the GPG check.

Hi KevinFFF,

i could not make an update with a missing release file without the said modification.

For additional info:

  • I didnt check for earlier versions of jetpack
  • i use a headless setup connected via ethernet to my laptop which is sharing the internet connection

i found this topic with comparable problem, but its for jetson nano r32.5.1:

To view the warning/error again i delete the [trusted=yes] out of my nvidia-l4t-apt-source.list and it works now without it. i cant figure out why it is working now though.

Regards and thanks
dirn_jh

From the post you sharing, it looks like the network proxy setting issue.

May I know if you use different internet from your laptop before?

Is there any other update issue now?
Or could you reproduce this issue with specific steps?

Yes i use different sources. Multiple Fritzbox’s and eduroam.

i dont have update issues with my jetson right now. I could try to reproduce by flashing my jetson again, but i am already quite far into my project.

I will add some information here if i have to reflash it.

Thank you!

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