I just answered that…The chip is new, just bought and welded.
I think it's the same chip, the SST25VF032B-80-4I-S2AF.
What would the terminal command be like to read the chip from flashrom?
Does it have to be desoldered at all?What exactly is the chip to desolder?
Desoldered. Apple wired the SPI flash in a way that you can't read while on board.Does it have to be desoldered at all?
I have this programmer too and could quite easily read, erase and write the soldered chip of a GTX 1070, using a testing clamp. But, instead of flashrom, i used an old windows notebook i had around, using software which i downloaded from here. Flashrom sadly refused to recognize my chip.
man flashrom shows the info page for flashrom. It's the -r option.
Desoldered. Apple wired the SPI flash in a way that you can't read while on board.
Again, you can't read a Mac Pro SPI flash while it's soldered on the backplane, this is valid for early-2009 to late-2013, Apple wired the circuit in a way that is incompatible to SPI flash programmers. You can't read or write to FWB flash memories while soldered on 2006 to early-2008 Mac Pros too, but for slightly different motives.how does dosdudes ROMtool reading?
only on a running board, so you cannot read on a dead board if its soldered?
Try reseating the CPU tray. Check the pins.THX alex
but the problem with this board is not the bootrom : -(
(the PSU shut off after 10 sec)
Try reseating the CPU tray. Check the pins.
Check the USB protection fuses, usually they blown before damaging the rest of the USB circuit. Remove the components that you'll need from the board that don't keep powered on.pins are ok - different CPU trays and different PSU > no way
have also an other backplane with dead front USB : -(
To make a MATT card work correctly you just flash it with the correct BootROM image for your Mac Pro. The BootROM image cmizapper sends you is a clone from a mid-2010 Mac Pro that still have MP51.007F.B00, from August 2010. Once you have the correct image for your own Mac Pro flashed, it's a top notch product.
Yes. If you lost the original dump, it's possible to reconstruct the BootROM, but it's a lot of work.That means I need the exact dump from my 5.1 machine ?
didnt find it yet, I hope I will, it must be some where, Im sure I dumped it.
If I had a little more time available, I'd try to provide a service for people in countries that Mac Pro backplanes are exorbitant, basically the person would send photos from the ESN and MLB labels and I'd send a SPI flash replacement card with the correctly reconstructed BootROM. Even with shipping and taxes this probably would resurrect some Mac Pros a lot cheaper than buying a backplane at European or Australian prices.I cant reconstruct that, no dice.
If I dont find it, it is probably easier to get a working Pro and keep the broken one for spare parts, or give it away for salvage.
Hi @Macschrauber,
Can you check if the chip is correctly placed in the programmer?
Thank you!
MP5,1: BootROM thread | 144.0.0.0.0
Hello again, I am at the point where I soldered the chip to the adapter, but I think it is not in the correct position, since the chip does not recognize me. Is the chip well placed?forums.macrumors.com
Hi, thanks for you reply.
I looking the original chip and I can see that model are different.
The model are 25L32050....
View attachment 887347
flashrom -r test.rom -p ch341a_spi
Macronix uses the same CHIP ID for different SPI flashes with the same capacity, auto detection won't work with MX SPIs. You have to specify the correct one. That's why some MacBooks bricked with ROMTool.what happens when you let flashrom detect the chip?
Code:flashrom -r test.rom -p ch341a_spi
automatic detection worked for me for reading SST25VF032B
flashrom -p ch341a_spi -c MX25L3205D -r test.rom