Compare the MD5 hash from the copied file and the original file using MD5 checksum. If they are the same, then there is a high probability that the two files are the same.
The MD5 hash can be found on the Firmware page on this wiki.
OS | command | Example |
---|---|---|
linux | md5sum <file> | md5sum einstein-albert-V2.59.0+build.98b76fd.update.bin |
Windows: PowerShell | certutil -hashfile <file> MD5 Get-FileHash <file> -Algorithm MD5 | certutil -hashfile Gigaset-Nx70-V2.59.0-build.98b76fd.bin MD5 Get-FileHash .\Gigaset-Nx70-V2.59.0-build.98b76fd.bin -Algorithm MD5 |
The MD5 hash is presented underneath the download button.