Scripts to help build the 4.9 kernel and modules onboard the Jetson Nano.
Clone the repository.
$ git clone https://github.com/Kashu7100/buildJetsonNanoKernel.git
$ cd buildJetsonNanoKernel/scripts
Get the kernel sources from the NVIDIA Jetson Download Center.
$ sudo ./prepare_source.sh
Fix up the makefiles so that the source can be compiled on the Jetson.
$ sudo ./make_kernel.sh
Copy over the newly built Image and zImage files into the /boot directory.
$ sudo ./set_boot.sh