bigtreetech / BIGTREETECH-TouchScreenFirmware

support TFT35 V1.0/V1.1/V1.2/V2.0/V3.0, TFT28, TFT24 V1.1, TFT43, TFT50, TFT70
GNU General Public License v3.0
1.3k stars 1.65k forks source link

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

Open nisi1t opened 2 weeks ago

nisi1t commented 2 weeks ago

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

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 ?

radek8 commented 1 week ago

Try another SD card

rondlh commented 1 week ago

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 commented 2 days ago

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