Skip to content

Commit 7fc6689

Browse files
committed
added Troubleshooting section in custom-bootloader
1 parent 4f2c895 commit 7fc6689

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/modding/custom-bootloader.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,14 @@ $ fastboot flash lk chouchou-UHA34.29-10.img
108108
```shell
109109
$ fastboot flash lk lk.img-patched
110110
```
111+
112+
### Troubleshooting
113+
#### No image on the screen after flashing ChouChou
114+
In some regions, due to incompatibility between DTBO and LK, the screen may not display an image.
115+
To fix this, you need to [flash the stock firmware](../info/flash_stock.md) from a compatible region (e.g. RETEU) via fastboot.
116+
117+
#### Some ChouChou functions do not work correctly
118+
On some firmware versions, not all ChouChou functions may not work correctly, as the offsets change with each update.
119+
However, ***the key mechanisms that prevent Hard Brick devices always remain working***.
120+
121+
If you want to fix incompatibilities, you need to manually update the offsets and make a new build manually.

0 commit comments

Comments
 (0)