diff --git a/en/sigmastar-unbrick.md b/en/sigmastar-unbrick.md index 276e3dc..69a6fe5 100644 --- a/en/sigmastar-unbrick.md +++ b/en/sigmastar-unbrick.md @@ -21,16 +21,24 @@ Sigmastar unbrick --- **Check the device flash with snander:** +- _0x49 -> ISP_ +- _0x59 -> DEBUG_ ``` -snander -i +snander -i -q ``` -**Erase, write and verify new uboot:** +**Erase the boot partition:** ``` snander -l 0x200000 -e -snander -w u-boot-ssc338q-nand.bin -v +``` + + + +**Write the new uboot file:** +``` +snander -w u-boot-ssc338q-nand.bin ``` diff --git a/images/sigmastar-check.webp b/images/sigmastar-check.webp index efccab4..96be9e3 100644 Binary files a/images/sigmastar-check.webp and b/images/sigmastar-check.webp differ diff --git a/images/sigmastar-erase.webp b/images/sigmastar-erase.webp new file mode 100644 index 0000000..5a2a4fe Binary files /dev/null and b/images/sigmastar-erase.webp differ diff --git a/images/sigmastar-write.webp b/images/sigmastar-write.webp index efe6711..2b484ee 100644 Binary files a/images/sigmastar-write.webp and b/images/sigmastar-write.webp differ