Update sigmastar-unbrick.md (#209)

pull/211/head
viktorxda 2023-10-28 17:21:51 +02:00 committed by GitHub
parent 677d391550
commit 82148786d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Sigmastar unbrick
---
**Locate the Sigmastar UART output and connect it to the CH341A I2C:**
- $\color{black}{\texttt{GND -> GND (PIN 1-4)}}$
- $\color{dimgray}{\texttt{GND -> GND (PIN 1-4)}}$
- $\color{deepskyblue}{\texttt{TX -> SDA I2C (PIN 5)}}$
- $\color{orange}{\texttt{RX -> SCL I2C (PIN 6)}}$
@ -36,6 +36,7 @@ snander -l 0x200000 -e
<img src="../images/sigmastar-erase.webp">
**Write the new uboot file:**
- https://github.com/OpenIPC/firmware/releases/tag/latest
```
snander -w u-boot-ssc338q-nand.bin
```