jetsonhacks / buildJetsonTK1Kernel

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

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

License:MIT License


Languages

Language:Shell 100.0%