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 00b9fca commit bd7da95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ python3 KernelSU/scripts/integrate-no-kprobe.py your_defconfig --disable-externa

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
./KernelSU/scripts/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)
Just basic ```./KernelSU/scripts/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 bd7da95

Please sign in to comment.