Choose AnyKernel3 or Boot Image
Choose AnyKernel3 or boot image
Section titled “Choose AnyKernel3 or boot image”AnyKernel3
Section titled “AnyKernel3”Recommended if you already have root or custom recovery.
- Download the
-AnyKernel3.zip. - Example:
ESK-5.10.247-VNL-AnyKernel3.zip
Boot image
Section titled “Boot image”Use this if you are flashing with fastboot.
- For xaga, download
-boot.img. - For generic, download
-boot-<format>.img.
Examples:
- Xaga:
ESK-5.10.247-VNL-boot.img - Generic:
ESK-5.10.247-VNL-boot-gz.img
Choose the correct kernel format for Generic Kernel
Section titled “Choose the correct kernel format for Generic Kernel”Example release assets:
ESK-5.10.247-VNL-boot-gz.imgESK-5.10.247-VNL-boot-lz4.imgESK-5.10.247-VNL-boot-raw.imgHow to check your kernel format
Section titled “How to check your kernel format”- Open Termux.
- Optional: allow storage access.
termux-setup-storage- Download the script.
curl -fsSL https://raw.githubusercontent.com/ESK-Project/gki-releases/refs/heads/main/scripts/check_fmt.sh -o check_fmt.sh- Make it executable.
chmod +x check_fmt.sh- Copy your stock boot image into Termux.
- Run:
./check_fmt.sh <path_to_stock_boot.img>Pick the matching file
Section titled “Pick the matching file”gzip->-boot-gz.imglz4->-boot-lz4.imgraw->-boot-raw.img