Hello,
I’m working with the Jetson Orin NX and JetPack 6.2 (L4T R36.4.3), and I’m trying to download kernel and device tree sources using the provided source_sync.sh script.
Here’s the command I ran:
./source_sync.sh -k tegra-l4t-r36.4.3
But it fails for all repositories with the following error:
fatal: unable to connect to nv-tegra.nvidia.com: Connection refused
Is there an alternate way to fetch the kernel and device tree sources for R36.4.3?
Is nv-tegra.nvidia.com deprecated or region-restricted?