Hello,
I’ve been building images for Jetson TX2 using meta-tegra. Up until a few days ago, everything was building correctly. However, when I attempted to build today, I encountered issues with fetching some files required by several recipes, receiving a 206 Partial Content, making them impossible to retrieve.
For example, with libcudnn8:
$ wget https://repo.download.nvidia.com/jetson/common/pool/main/c/cudnn/libcudnn8_8.2.1.32-1+cuda10.2_arm64.deb
--2024-02-07 19:05:49-- https://repo.download.nvidia.com/jetson/common/pool/main/c/cudnn/libcudnn8_8.2.1.32-1+cuda10.2_arm64.deb
Resolving repo.download.nvidia.com (repo.download.nvidia.com)... 96.7.39.81, 96.7.39.73
Connecting to repo.download.nvidia.com (repo.download.nvidia.com)|96.7.39.81|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 284693966 (272M) [application/x-debian-package]
Saving to: ‘libcudnn8_8.2.1.32-1+cuda10.2_arm64.deb.3’
libcudnn8_8.2.1.32-1+cuda10.2_arm64.deb.3 0%[ ] 1.00M 449KB/s in 2.3s
2024-02-07 19:05:52 (449 KB/s) - Connection closed at byte 1048576. Retrying.
--2024-02-07 19:05:53-- (try: 2) https://repo.download.nvidia.com/jetson/common/pool/main/c/cudnn/libcudnn8_8.2.1.32-1+cuda10.2_arm64.deb
Connecting to repo.download.nvidia.com (repo.download.nvidia.com)|96.7.39.81|:443... connected.
HTTP request sent, awaiting response... 206 Partial Content
Is the repo.download.nvidia.com repository functioning correctly? How can I successfully download the files needed?
Thank you for any guidance or assistance you can provide.