Source_sync.sh issues for 36.4.4

JetPack Version: 6.2.1(Kernel 36.4.4)

Hardware: Jetson Orin NX (8GB)

Title is fairly self explanatory, when I try to use source_sync.sh either the connection times out, the wrong version is downloaded, or there are seemingly missing files.

What I have tried so far + errors:

  1. original source_sync.sh
fatal: unable to connect to nv-tegra.nvidia.com:
nv-tegra.nvidia.com[0: 35.82.181.43]: errno=Connection timed out
nv-tegra.nvidia.com[1: 34.216.216.36]: errno=Connection timed out

.../nvidia/nvidia_sdk/Linux_for_Tegra/source/kernel/kernel-jammy-src source sync failed!
  1. the script attached to this post downloads the incorrect kernel version (kernel-noble instead of kernel-jammy-src)
  2. Also tried following these instructions for manually downloading and expanding the kernel, but nvidia_unified_gpu_display_driver_source.tbz2 does not exist in the 36.4.4 public_sources.tbz2 file.

Hello @kh-be

Please refer to the following wiki:

Best Regards,

Cristian Hidalgo
Embedded Software Engineer
RidgeRun | https://www.ridgerun.com/

Contact us: support@ridgerun.com
Developers wiki: https://developer.ridgerun.com/

Here is the link for Jetpack 6.1. Please adapt it to your specific version:

Cristian Hidalgo
Embedded Software Engineer
RidgeRun | https://www.ridgerun.com/

Contact us: support@ridgerun.com
Developers wiki: https://developer.ridgerun.com/

Hi,

Please try below commands

./source_sync.sh -t jetson_36.4.4 -k                 

Thanks