Sdkmanager download error

Hi, there:
I’m new to Jetson AGX Xavier and I’m following tutorials to download Jetson OS and Jetson SDK Component using SDK Manager. However, it seems I could not finish downloading Jetson OS image and CUDA toolkit for L4T no matter how many times I tried. Here is the related log:
09:44:40 : CUDA Toolkit for L4T: download https://developer.nvidia.com/assets/embedded/secure/tools/files/jetpack-sdks/jetpack-4.4.1/JETPACK_441_b50/cuda-repo-l4t-10-2-local-10.2.89_1.0-1_arm64.deb failed, retrying 2…
09:44:40 INFO: CUDA Toolkit for L4T: start to download https://developer.nvidia.com/assets/embedded/secure/tools/files/jetpack-sdks/jetpack-4.4.1/JETPACK_441_b50/cuda-repo-l4t-10-2-local-10.2.89_1.0-1_arm64.deb to /home/zaas/Downloads/nvidia/sdkm_downloads/cuda-repo-l4t-10-2-local-10.2.89_1.0-1_arm64.deb
09:46:11 ERROR: CUDA Toolkit for L4T: Download did not complete successfully.
09:46:11 ERROR: CUDA Toolkit for L4T: download failed
09:46:11 ERROR: CUDA Toolkit for L4T: download failed
09:46:36 ERROR: File System and OS: Download did not complete successfully.
09:46:36 : File System and OS: download https://developer.nvidia.com/assets/embedded/secure/tools/files/jetpack-sdks/jetpack-4.4.1/JETPACK_441_b50/T194/Tegra_Linux_Sample-Root-Filesystem_R32.4.4_aarch64.tbz2 failed, retrying 2…
09:46:36 INFO: File System and OS: start to download https://developer.nvidia.com/assets/embedded/secure/tools/files/jetpack-sdks/jetpack-4.4.1/JETPACK_441_b50/T194/Tegra_Linux_Sample-Root-Filesystem_R32.4.4_aarch64.tbz2 to /home/zaas/Downloads/nvidia/sdkm_downloads/Tegra_Linux_Sample-Root-Filesystem_R32.4.4_aarch64.tbz2
09:48:31 ERROR: File System and OS: Download did not complete successfully.
09:48:31 ERROR: File System and OS: download failed
09:48:32 ERROR: File System and OS: download failed
I believe it should be some problem with my internet connection. Are there any stand alone links for these files?

Hi aldaris,

There is no direct links to the download files. You could look up the ~/.nvsdkm/dist/sdkml3_jetpack_l4t_441.json file, find out all lines start with “url”, for example,
"url": "cuda-repo-l4t-10-2-local-10.2.89_1.0-1_arm64.deb"
Then concatenate the url with https://developer.nvidia.com/assets/embedded/secure/tools/files/jetpack-sdks/jetpack-4.4.1/JETPACK_441_b50/
Take above url as an example, we can get
https://developer.nvidia.com/assets/embedded/secure/tools/files/jetpack-sdks/jetpack-4.4.1/JETPACK_441_b50/cuda-repo-l4t-10-2-local-10.2.89_1.0-1_arm64.deb

Thank you very much, Edward. Just realize how stupid my question is.