Hi Emilio,@Ausdauersportler @Pascal Baillargeau @meggle I have all the hardware and successfully connected. I am getting a successful read from the WX7100 using homebrew with the CH3421A USB and used the guide:
Before I go ahead and write the new BIOS to it, I'm a just wondering if I am using the correct ROM and where it should be located (if there is a file path that I need to specify to re-write the card's BIOS)? Also, I need to make sure I do a dump before I write if someone could please advise. Screenshot/pic/ROM version follows:
The flashrom command has two modes for reading and writing to the chip. First you should do
sudo flashrom --programmer ch341a_spi -r backup.bin
To read the current BIOS from the chip into a file called backup.bin (it will be created). 'r' stands for read. I am assuming you already did this and wrote to yy.bin, is this correct? After, you can write the AMD_GOP BIOS using:
sudo flashrom --programmer ch341a_spi -w WX7100_GOP.ROM
This file is included in the zip file you linked, it is the correct one. 'w' stands for write.
Also it looks like the second LED only lights up when reading/writing data from/to the chip. Using 109-C95847-00C.
You say you are using the 00C variant, but on the picture you posted it is clearly the 00D - it looks exactly like the one that I received from my vendor by the way. Which one is it? I am curious if you can get it to work. Please update here what happens and if you need any help you can send me a message also, we will then report our findings here.
All the best
Last edited: