Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mlm-games authored Sep 11, 2024
1 parent e64b02d commit 00b9fca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ If you want to disable external modifications (non neccessary ones like inode.c,
python3 KernelSU/scripts/integrate-no-kprobe.py your_defconfig --disable-external-mods
```

This script that makes an AnyKernel3 package and allows you to specify the DTB and DTBO files using the --dtb=filepath and --dtbo=filepath flags. For example:
```
./kernel_zipper.sh --dtb=path/to/dtb/file.dtb --dtbo=path/to/dtbo/file.dtbo
```
Just basic ```./kernel_zipper.sh``` will copy only the kernel Image. (searches in out/arch/arm(64)/boot and arch/arm(64)/boot for zImage-dtb Image.gz-dtb Image ... in descending order and stops after copying one kernel image)

If you want to build your kernel entirely online with custom gcc or clang, checkout [kernelsu_build_action](https://github.com/xiaoleGun/KernelSU_Action/)
## Credits
Expand Down

0 comments on commit 00b9fca

Please sign in to comment.