-
-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
560cbd0
commit 66492a8
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
If you want to remove AWTRIX from your Ulanzi TC001 you can flash the original Firmware. | ||
This tutorial is for the Windows software, but you can use the firmware in any other flasher for different platforms. | ||
|
||
## Method 1 | ||
1. Download the dump of the [original firmware](https://raw.githubusercontent.com/Blueforcer/awtrix3/main/docs/assets/ulanzi_original_firmware.bin) | ||
2. Connect your Ulanzi with your PC and open https://esp.huhn.me/ in your browser. | ||
3. Hit Connect -> Erase | ||
4. Upload the .bin file and enter 0x00000. Then hit "program" | ||
![image](https://github.com/Blueforcer/awtrix3/assets/31169771/b79bdf7e-477e-47f6-a41e-9106519f636b) | ||
|
||
|
||
## Method 2 (Windows only) | ||
1. Download the [ESP32 download tool](https://www.espressif.com/en/support/download/other-tools) | ||
2. Download the dump of the [original firmware](https://raw.githubusercontent.com/Blueforcer/awtrix3/main/docs/assets/ulanzi_original_firmware.bin) | ||
3. Start the ESP32 download tool and select ESP32 as chip type | ||
|
||
|
||
Set it up like that and hit "Start" | ||
|
||
![image](https://github.com/Blueforcer/awtrix3/assets/31169771/48a29f33-4896-4ee5-a001-17b44710c8ae) |