Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ciotto committed Jan 21, 2024
1 parent 1353098 commit af6a532
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,12 @@ For **MKS TFTs**:

1. The firmwares use the naming convention `MKS_TFT*_V*.*.*.x.bin`
2. Any binary file for an MKS firmware (e.g. `MKS_TFT28_V4.0.27.x.bin`) **MUST** be renamed to `MKSTFT*.bin` (e.g. `MKSTFT28.bin`, `MKSTFT35.bin` etc.) in order it can be recognized and installed by the TFT
3. For MKS TFT35, two binary files are provided:
1. Encrypted version: Usable on a stock MKS TFT35 (based on a bootloader with encryption)
2. Unencrypted version: Usable with a bootloader without encryption
4. For MKS TFT28 that mount GD32 MCU (like the newest version of Genious Pro), you need some more steps:
1. rename the right binary (e.g. `MKS_GD_TFT28_V4.0.27.x.bin`) in `mkstft28evo.bin`
2. create an empty `mkstft28.bin` file

For example, for BTT TFT35 V3 select:

Expand Down

0 comments on commit af6a532

Please sign in to comment.