There are really two ways this could go. Well, or not well. There is no in between for the most part. That said I have flashed several different AMD GPUs, but this is the first one that the AMD Flash program refused to flash so it was a little off putting. Overall pretty easy to do, though as long as you follow some general rules and guidelines.
my key take aways
Flashing your Bios could damage your GPU…..You’ve been warned.
@echo off cls
echo Flashing card 0 with BIOS.rom… echo. cd C:\Vega Bios\atiflash_293\ amdvbflash -p 0 -f BIOS.rom echo.
pause
I have highlighted some elements of the BAT file that I created and used to execute the flash in red. These will be dependent on what you’ve named things and where they are in your computer. I can’t write it for you as I don’t know how you have things set up. This is what I did. You may need to research your specific situation.