SPI ROM Programmer Voltage Problem?

bjf

Member
Does anyone know if I'm supposed to have 3.3V on all 7 of the pins (except ground) on an SPI ROM programming setup? My pi doesn't put out 3.3V on all the lines and I can't remember if it ever did or if it got damaged by a bad ROM I just connected. It has no voltage on pins 2,5 and 6.
 

dukefawks

Administrator
Who knows? Get a real programmer that is designed properly and you can't screw up. TL866 or EZP2010 are both good and cheap.
Also if you are messing with your 00165 ROMs make sure to keep backups and which file goes with what board. If you mess up you will have a big problem with the ME region.
 

bjf

Member
I have a TL866. Don't know how to use it though. I found a tutorial for the pi version so I went with that. It's worked well but I'm just not sure if it's always had that 3.3V on all the pins and it's damaged or it's always been that way.
 

gcain

New member
bjf; I prefer using a RasPI too for flashing chips.

You will experience problems with voltage drop if your wires are too long. They need to be less than 150mm. Also, some chips require you have pins 3 & 7 hooked up too.

1: 3.3
2: 0.4
3: 3.3
4: -
5: 0.4
6: 0.4
7: 3.3
8: 3.3

That's just with the device powered up.
Hope that helps.
 

bjf

Member
Ok, thanks a lot for the pin measurements, that's what I have so I guess I'm okay. It wasn't recognizing the ROM chip and I don't think I've seen that before so I was thinking something might have failed. Must be a bad ROM chip. It got hit by a spill so it makes sense.
 

gcain

New member
Using flashrom; in some cases I have needed to specify the chip for it to read.
Especially with the newer chips.
 

bjf

Member
ahh, good to know. this was a 2015 Air chip so that might be what I was running into. thanks again
 
Top