Skip to content

TeamDRH/AnyKernel-Tegra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Set the top level directory (where this file is located) to ANYKERNEL_ROOT:

	$ export ANYKERNEL_ROOT=$PWD

Delete any old modules that may exist from a previous version:

	$ rm $ANYKERNEL_ROOT/system/lib/modules/*.ko

Install the kernel image and modules from your kernel root directory:

	$ cp arch/arm/boot/zImage $ANYKERNEL_ROOT/kernel/
	$ find . -name '*.ko' -exec cp {} $ANYKERNEL_ROOT/system/lib/modules/ \;

Create a zip file for flashing

	$ cd $ANYKERNEL_ROOT
	$ 7z a ../kernel_update.zip .

Copy the kernel_update.zip to your GTab and flash from recovery

About

Koush AnyKernel Updater for Tegra kernels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages