Kernel Source

Hi,
I need to download the L4T 32.5.1 kernel source. I couldn’t find it yet. If anybody has a link, please give me an answer.

Thanks!

Hello @p.herder ,

I hope you are doing well.

To get L4T source code, you can use source_sync.sh script provided by NVIDIA with the Jetpack installation, after performed with the NVIDIA SDK Manager. Please go to Target HW image folder , by default it will be located at /home/$USER/nvidia/nvidia_sdk .

cd /home/$USER/nvidia/nvidia_sdk

Then, go to Linux_for_Tegra directory:

cd JetPack_4.5.1_Linux_JETSON_<YOUR_SPECIFIC_BOARD>/Linux_for_Tegra

There you will find the source_sync.sh script. Please run the following command to get Jetpack 4.5.1 sources:

./source_sync.sh -t tegra-l4t-r32.5.1

best regards,
Andres Campos
Embedded Software Developer
www.ridgerun.com

Thanks a lot!