While attempting to build the sample filesystem for L4T 38.2.1 using tools/samplefs/nv_build_samplefs.sh in the BSP, I encountered an error saying:
“ERROR: Cannot download base image, please check internet connection first”.
Upon further investigation, the link under tools/samplefs/nvubuntu-noble-aarch64-samplefs has expired.
BASE_URL=“https://cdimage.ubuntu.com/ubuntu-base/releases/24.04/release/ubuntu-base-24.04.2-base-arm64.tar.gz”
The images for Ubuntu Base 24.04 (Noble) only show 24.04.3, not 24.04.2 or previous images.
(FYI, the images under Ubuntu Base 22.04 (Jammy) show all previous versions.)