Update sigmastar-unbrick.md

pull/179/head
Viktor 2023-10-08 13:07:40 +02:00 committed by viktorxda
parent d53db8d1bc
commit 687f8baac8
4 changed files with 11 additions and 3 deletions

View File

@ -21,16 +21,24 @@ Sigmastar unbrick
--- ---
**Check the device flash with snander:** **Check the device flash with snander:**
- _0x49 -> ISP_
- _0x59 -> DEBUG_
``` ```
snander -i snander -i -q
``` ```
<img src="../images/sigmastar-check.webp"> <img src="../images/sigmastar-check.webp">
**Erase, write and verify new uboot:** **Erase the boot partition:**
``` ```
snander -l 0x200000 -e snander -l 0x200000 -e
snander -w u-boot-ssc338q-nand.bin -v ```
<img src="../images/sigmastar-erase.webp">
**Write the new uboot file:**
```
snander -w u-boot-ssc338q-nand.bin
``` ```
<img src="../images/sigmastar-write.webp"> <img src="../images/sigmastar-write.webp">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 25 KiB