notfromstatefarm / nvflashk

Flash (almost) any vBIOS to (almost) any nVIDIA GPU
335 stars 24 forks source link

RTX 2080 Super to RTX 2080 #3

Closed brokeDude2901 closed 1 year ago

brokeDude2901 commented 1 year ago

Will cross flash RTX 2080 Super ROM to a RTX 2080 unlock cores ?

Is it possible to edit the fan curve of a RTX 2080 ?

Will there be a linux version ?

notfromstatefarm commented 1 year ago
  1. Probably not, I don't think anyone's reported trying it yet. But you can try. Just make sure you have a way to recover it, see the recovery section in README.
  2. My tool cannot flash modified BIOS right now, so no. But I am working on making that happen with a built in editor.
  3. Probably, it's the same software just built for two OS. Just gotta find the right offsets, pretty sure it will be the same backdoor I open either way. Focusing on Windows right now, but I am a Linux guy too, so I hear you.
kcrg commented 1 year ago

@brokeDude2901 I tried to flash Asus Strix 2080 Super (90.04.7A.40.33) to Strix 2080 but without success

Logs ``` nvflashk pre-release github.com/notfromstatefarm/nvflashk - Safer GUI version with autorecovery coming by September! Checking for matches between display adapter(s) and image(s)... Reading EEPROM (this operation may take up to 30 seconds) WARNING: None of the firmware image compatible PCI Device ID's match the PCI Device ID of the adapter. Adapter PCI Device ID: 1E87 Firmware image PCI Device ID: 1E81 Alternate: 1EAE WARNING: Firmware image PCI Subsystem ID (1043.8711) does not match adapter PCI Subsystem ID (1043.865F). WARNING: None of the firmware image compatible Board ID's match the Board ID of the adapter. Adapter Board ID: 0082 Firmware image Board ID: 0166 GPU PCI Device ID mismatch GPU PCI Device ID mismatch bypassed! This could be dangerous. It could also get you a high score.. ==BACK UP YOUR BIOS TO STAY SAFE== Type "YES" to continue sending it: YES Bypassing the GPU PCI Device ID mismatch PCI Subsystem ID mismatch bypassed! This could be dangerous. It could also get you a high score.. ==BACK UP YOUR BIOS TO STAY SAFE== Type "YES" to continue sending it: YES Bypassing the PCI Subsystem ID mismatch Board ID mismatch Board ID mismatch bypassed! This could be dangerous. It could also get you a high score.. ==BACK UP YOUR BIOS TO STAY SAFE== Type "YES" to continue sending it: YES Bypassing the Board ID mismatch Current - Version:90.04.23.00.65 ID:10DE:1E87:1043:865F GPU Board (Normal Board) Replace with - Version:90.04.7A.40.33 ID:10DE:1E81:1043:8711 GPU Board (Normal Board) Update display adapter firmware? Press 'y' to confirm (any other key to abort): Reading EEPROM (this operation may take up to 30 seconds) Reading EEPROM (this operation may take up to 30 seconds) Nothing changed! PROGRAMMING ERROR: EEPROM Program failed
notfromstatefarm commented 1 year ago

That's about right. I'll see about making this happen but it's not a priority right now for me as much as getting the GUI done.

notfromstatefarm commented 1 year ago

Categorized for later review. Thank you for info!