From 9fa33ad9c3a4d3837336d4a5efd566dfd55c4578 Mon Sep 17 00:00:00 2001 From: marcsadler Date: Wed, 10 Jul 2024 12:57:14 +0800 Subject: [PATCH] Solve markdown linter errors specific to #159 --- src/docs/unbricking/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/docs/unbricking/index.md b/src/docs/unbricking/index.md index 30325760..323fda2f 100644 --- a/src/docs/unbricking/index.md +++ b/src/docs/unbricking/index.md @@ -2,6 +2,7 @@ next: false prev: false --- + # Unbricking If your device's firmware got into a bad state (won't POST), you can try unbricking it. @@ -13,7 +14,9 @@ Try performing a EC reset beforehand to see if your device can recover. ::: tip If your device has a Ti50 chip and you didn't disable RO verification before flashing, follow [this guide](../firmware/ti50-ap-ro.md#recovering-a-device-bricked-due-to-ro-verification) to recover it. ::: + --- + Here is the following ways that you can unbrick your device: ### [Unbricking with a ch341a USB programmer](unbrick-ch341a)