Update sigmastar-unbrick.md

pull/373/head
kietjay123 2024-06-16 19:35:59 +07:00 committed by GitHub
parent fe84c29437
commit db83c929db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ Sigmastar unbrick
**Check the device flash with snander:** **Check the device flash with snander:**
- Use the CMD and navigate to the downloaded file
- The device must be powered when connected to the programmer. - The device must be powered when connected to the programmer.
- Power cycling might help if the device can not be detected. - Power cycling might help if the device can not be detected.
``` ```
@ -45,6 +46,7 @@ snander -l 0x200000 -e
**Write the new uboot file:** **Write the new uboot file:**
- https://github.com/openipc/firmware/releases/tag/latest - https://github.com/openipc/firmware/releases/tag/latest
- drop the file into the same folder as the program
``` ```
snander -w u-boot-ssc338q-nand.bin snander -w u-boot-ssc338q-nand.bin
``` ```