-
Notifications
You must be signed in to change notification settings - Fork 2
TeamDRH/AnyKernel-Tegra
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published