website: fix typo and add KernelFlasher

This commit is contained in:
tiann
2023-03-01 10:56:20 +08:00
parent 3b8d0b83d4
commit 1c65048813
2 changed files with 7 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ By default, you will use ADB and fastboot tools in this tutorial, so if you don'
### KMI ### KMI
Kernel Module Interface (KMI), kernel versions with the same KMI are **compatible** This is what "genernal" means in GKI; conversely, if the KMI is different, then these kernels are not compatible with each other, and flashing a kernel image with a different KMI than your device may cause a bootloop. Kernel Module Interface (KMI), kernel versions with the same KMI are **compatible** This is what "general" means in GKI; conversely, if the KMI is different, then these kernels are not compatible with each other, and flashing a kernel image with a different KMI than your device may cause a bootloop.
Specifically, for GKI devices, the kernel version format should be as follows: Specifically, for GKI devices, the kernel version format should be as follows:
@@ -81,8 +81,9 @@ Step:
If you haven't used the Kernel flash App before, the following are the more popular ones. If you haven't used the Kernel flash App before, the following are the more popular ones.
1. [Franco Kernel Manager](https://play.google.com/store/apps/details?id=com.franco.kernel) 1. [Kernel Flasher](https://github.com/capntrips/KernelFlasher/releases)
2. [Ex Kernel Manager](https://play.google.com/store/apps/details?id=flar2.exkernelmanager) 2. [Franco Kernel Manager](https://play.google.com/store/apps/details?id=com.franco.kernel)
3. [Ex Kernel Manager](https://play.google.com/store/apps/details?id=flar2.exkernelmanager)
PS. This method is more convenient when upgrading KernelSU and can be done without a computer (backup first!). . PS. This method is more convenient when upgrading KernelSU and can be done without a computer (backup first!). .

View File

@@ -81,8 +81,9 @@ PS. 这种方法适用于任何情况下的安装(不限于初次安装或者
如果你之前没有用过内核刷写 App那么下面几个是比较流行的 如果你之前没有用过内核刷写 App那么下面几个是比较流行的
1. [Franco Kernel Manager](https://play.google.com/store/apps/details?id=com.franco.kernel) 1. [Kernel Flasher](https://github.com/capntrips/KernelFlasher/releases)
2. [Ex Kernel Manager](https://play.google.com/store/apps/details?id=flar2.exkernelmanager) 2. [Franco Kernel Manager](https://play.google.com/store/apps/details?id=com.franco.kernel)
3. [Ex Kernel Manager](https://play.google.com/store/apps/details?id=flar2.exkernelmanager)
PS. 这种方法在升级 KernelSU 的时候较为方便,无需电脑即可完成(注意备份!)。 PS. 这种方法在升级 KernelSU 的时候较为方便,无需电脑即可完成(注意备份!)。