ryanrudolfoba / SteamDeck-BIOS-Manager

Easily flash, downgrade, unlock, backup, block/ unblock BIOS updates.
https://youtu.be/Q1965gH9xig?si=f2cU86hSj6b8FiYG
91 stars 6 forks source link

Lacking F7G0112 MD5 Hash, Causes DOWNLOAD to Malfunction #15

Closed MattyXarope closed 2 months ago

MattyXarope commented 2 months ago

With commit 0b2ddd8 the DOWNLOAD function is not working correctly with OLED model - it simply erases all of the downloaded BIOS files because it is lacking the F7G0112 OLED md5.txt file hash.

Adding this line fixes the problem:

44f0243f662c6d279eb55cdb89089f7f F7G0112_sign.fd

Can anyone verify that the hash is correct for this file? It seems to be, as the downloaded files correctly remain in the BIOS folder, indicating that the hash is correct. I just wanted to double check.

ryanrudolfoba commented 2 months ago

thanks for the heads up i've fixed it! added the md5 hash of BIOS F7G0112

image