L4T36.4 source syncing fails (original) (raw)
source syncing fails for kernel-jammy-src
- With the
git://
none of the repos were cloned/synced - connection refused.
#20 0.809 Downloading default nvgpu source...
#20 0.812 Cloning into '/opt/x-tools/Linux_for_Tegra/source/nvgpu'...
#20 0.983 fatal: unable to connect to nv-tegra.nvidia.com:
#20 0.983 nv-tegra.nvidia.com[0: 34.216.216.36]: errno=Connection refused
#20 0.983 nv-tegra.nvidia.com[1: 35.82.181.43]: errno=Connection refused
#20 0.983
#20 0.988 /opt/x-tools/Linux_for_Tegra/source/nvgpu source sync failed!
Hence, I’ve updated my sources_sync.sh
and replaced git://
with https://
. This syncs all other repos except the kernel source. (same result for http://
or https://
)
- Tried updating the kernel source URL with
k:kernel/kernel-jammy-src:[nv-tegra.nvidia.com/r/3rdparty/canonical/linux-jammy.git:
](http://nv-tegra.nvidia.com/r/3rdparty/canonical/linux-jammy.git:) added the/r
based on the documentation in the repo. Additionally, I also git confighttp.postBuffer
size to 2GB.
All other repos sync successfully except the https://nv-tegra.nvidia.com/r/3rdparty/canonical/linux-jammy
> source_sync.sh -k -t jetson_36.4
#20 0.555 Downloading default kernel/kernel-jammy-src source...
#20 0.557 Cloning into '/opt/x-tools/Linux_for_Tegra/source/kernel/kernel-jammy-src'...
#20 61.09 error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
#20 61.09 fatal: expected 'packfile'
#20 61.09 /opt/x-tools/Linux_for_Tegra/source/kernel/kernel-jammy-src source sync failed!
#20 61.09
#20 61.09
#20 61.10 Downloading default nvgpu source...
#20 61.10 Cloning into '/opt/x-tools/Linux_for_Tegra/source/nvgpu'...
#20 68.80 The default nvgpu source is downloaded in: /opt/x-tools/Linux_for_Tegra/source/nvgpu
#20 68.81 Syncing up with tag jetson_36.4...
#20 68.98 Switched to a new branch 'mybranch_2025-04-16-1744841624'
#20 68.98 /opt/x-tools/Linux_for_Tegra/source/nvgpu source sync'ed to tag jetson_36.4 successfully!
#20 68.98 ... ... ...
Could anyone please help with resolving this?
kayccc April 17, 2025, 11:51pm 2
Thanks for reproting this issue, I have forwarded this problem to internal team to fix it.
Please stay tuned. Thanks
Hi @kayccc ,
I’ m also facing the same error when trying to sync the kernel sources for jetpack 6.2 (L4T_36_4_3)
./source_sync.sh -k tegra-l4t-r36.4.3
Downloading default nvgpu source…
Cloning into ‘/home/test/build/Linux_for_Tegra/source/nvgpu’…
fatal: unable to connect to nv-tegra.nvidia.com:
nv-tegra.nvidia.com[0: 35.82.181.43]: errno=Connection refused
nv-tegra.nvidia.com[1: 34.216.216.36]: errno=Connection refused
Our development is completely blocked and can’t proceed further. Can you please update the current status.
Do we have a rough estimate of how long this would take to fix? We have a tight schedule on the project and are blocked.
kayccc April 23, 2025, 11:28pm 5
From internal team at 8 hours ago:
If they were using the git protocol, it was still down, it’s up now
Supposed it should work, could you get it a try? Thanks