Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MKS TFT35 v1.0 firmware update stuck on Updating Configuration #2952

Open
nisi1t opened this issue Aug 31, 2024 · 3 comments
Open

MKS TFT35 v1.0 firmware update stuck on Updating Configuration #2952

nisi1t opened this issue Aug 31, 2024 · 3 comments
Labels
question Further information is requested

Comments

@nisi1t
Copy link

nisi1t commented Aug 31, 2024

I have a MKS TFT35 version 1.0 display, i try to update the firmware MKS_TFT35_V1_0.27.x.bin

  • the card contain file MKS_TFT35_V1_0.27.x.bin -> renamed as MKSTFT35.bin
  • config.ini
  • TFT35 folder (from THEME_Unified Menu Material theme)

after inserting card firmware start to update, pass 100% , start to upload fonts and images, and on the step Updating Configuration
it load 130 keywords and stop there.

Powering down after 30 min i see that MKSTFT35.bin renamed into MKSTFT35.cur - i understand that firmware is processed, the TFT35 folder and config.ini is unchanged

I did tried with a config.ini unchanged, i verified to be saved with UTF-8 encoding, formatting SDCARD and tried again

Nothing help to finish the firmware update,

Is something else i can do ?

@nisi1t nisi1t added the question Further information is requested label Aug 31, 2024
@radek8
Copy link
Contributor

radek8 commented Sep 2, 2024

Try another SD card

@rondlh
Copy link

rondlh commented Sep 4, 2024

Copy a file named "reset.txt" to your sd card, insert it and restart your display.
The display sometimes can get stuck because of the way the settings are stored(in program memory). This is also the reason why you will lose all your settings (like touchscreen calibration) after a firmware flash.

There is no need to wait 30 minutes when flashing a firmware, you cannot brick you display by interrupting a flash because the boot loader that flashes the new firmware is not affected by a firmware flash.

@nisi1t
Copy link
Author

nisi1t commented Sep 13, 2024

reseting or changing card did not work, the fix was to compile the firmware and from code debugging i notice that if i ad a small delay when the config is written on EEPROM the settings are saved , without the delay the code hang on EEPROM update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants