Working With Sources#
You can now sync sources that are related to Jetson Linux from the NVIDIA Git server and download the sources from the Jetson Linux page. To sync the sources from the Git server, select one of the following options:
Use
git clone
to clone individual git repositories locally. Check the following table for the URLs of the repositories.git clone "<git-repo-url>"
For example,
git clone "https://nv-tegra.nvidia.com/r/3rdparty/canonical/linux-noble"
.Use the
source_sync.sh
script in the Jetson Linux package to download the available sources.To download all kernel-related sources, use the
-k
option../source_sync.sh -k [-t <release tag>]
To download all sources other than kernel, you can use the
-o
option../source_sync.sh -o [-t <release tag>]
If you do not include the
-k
or-o
options, the available sources for that release tag will be synced.
The following table lists the git repository URLs that can be used with the git clone
command and their corresponding source tar files.
Corresponding tar File (
Linux_for_Tegra/source/
)Repository URLs (
https://nv-tegra.nvidia.com/
) kernel_src.tbz2 kernel_oot_modules_src.tbz2 nvidia_kernel_display_driver_source.tbz2 dtc-1.4.5.tbz2 nvidia_unified_gpu_display_driver_source.tbz2 kernel_nvgpu_src.tbz2 atf_t234_src.tbz2 atf_t264_src.tbz2 hafnium_src.tbz2 argus_cam_libavencoder_src.tbz2 nvsample_cudaprocess_src.tbz2 nvidia-xconfig_src.tbz2 gstegl_src.tbz2 gstjpeg_src.tbz2 gst-nvarguscamera_src.tbz2 gst-nvcompositor_src.tbz2 gst-nvipcpipeline_src.tbz2 gst-nvunixfd_src.tbz2 gst-nvtee_src.tbz2 gst-nvv4l2camera_src.tbz2 gst-nvvidconv_src.tbz2 gst-nvvideo4linux2_src.tbz2 nvgstapps_src.tbz2 libgstnvdrmvideosink_src.tbz2 libgstnvvideosinks_src.tbz2 libgstnvcustomhelper_src.tbz2 libv4l2_nvargus_src.tbz2 nvsci_headers.tbz2 nvidia-jetson-optee-source.tbz2 v4l2_libs_src.tbz2 nvsci_samples_src.tbz2 opencv_gst_samples_src.tbz2 openwfd_headers.tbz2 webrtc_argus_camera_app_src.tbz2 adaruntime_src.tbz2
For more information about the UEFI sources and compilation details for this release, refer to NVIDIA/edk2-nvidia.