Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

Scripts to help build the kernel and modules on the Jetson TK1

License

Notifications You must be signed in to change notification settings

jetsonhacks/buildJetsonTK1Kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

buildJetsonTK1Kernel

This repository has been archived.

Scripts to help build the kernel and modules on the Jetson TK1

These scripts are for building starting from a fresh flash of L4T 21.4 on a NVIDIA Jetson TK1.

getKernelSources.sh

Downloads the kernel sources for L4T 21.4 from the NVIDIA website, decompresses them and opens a graphical editor on the .config file.

buildKernel.sh

Compiles the kernel and modules using make.

copyzImage.sh

Copies the zImage file created by compiling the kernel to the /boot directory

Note: that you may want to save the newly built zImage and modules to external media so that can be used to flash a Jetson image.

For more information on building a kernel for the Jetson TK1:

https://devtalk.nvidia.com/default/topic/762653/-howto-build-own-kernel-for-jetson-tk1/