Screen firmware md5sums - ThomasToka/MarlinFirmware GitHub Wiki
This is a way to check if your files are valid.
Go to your Screen firmware folder.
Download the m5sums.ps1 script and the actual md5sums.txt to your screen firmware micro sd from here:
https://github.com/ThomasToka/MarlinFirmware/blob/Firmware-Binaries/md5sums_compare.ps1 https://github.com/ThomasToka/MarlinFirmware/blob/Firmware-Binaries/md5sums.txt
open powershell.
go to your screen firwmare folder and execute the script.
PS F:\> dir
Directory: F:
Mode LastWriteTime Length Name
---- ------------- ------ ----
d---- 20.07.2023 11:54 DWIN_SET
d---- 20.07.2023 11:54 private
-a--- 23.07.2023 16:53 3894 md5sums_compare.ps1
-a--- 23.07.2023 16:57 17108 md5sums.txt
execute the script:
PS F:> .\md5sums_compare.ps1
No changes detected in file MD5 sums.
in case of a faulty file you will receive a corresponding hint which file is demaged.