-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for MKS GB boards. (#2886)
Add support for MKS GB boards
- Loading branch information
Showing
132 changed files
with
42,795 additions
and
18 deletions.
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
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
Binary file added
BIN
+28 KB
Bootloaders/MKS TFT28/Artillery TFT28 V3.0.5 (GD32F305)/original/MKSTFT28EVO.BIN
Binary file not shown.
17 changes: 17 additions & 0 deletions
17
Bootloaders/MKS TFT28/Artillery TFT28 V3.0.5 (GD32F305)/original/README.md
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Dump of bootloader V3.0.5 | ||
|
||
This is the bootloader dumped from MKS TFT Controller V1.4. It is only suitable for TFTs with GD32F305VCT6 MCU. | ||
Do not use on any other TFT !!! | ||
|
||
|
||
## Usage | ||
|
||
Require an ST-link tool attached to the SWD port of your TFT Controller (should be soldered). | ||
|
||
#### Dump | ||
|
||
Execute the command `st-flash read bootloader.bin 0x08000000 0x7000` | ||
|
||
#### Flash | ||
|
||
From this folder, execute the command `st-flash write MKSTFT28EVO.BIN 0x8000000` |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.