Page 1 of 1

Simple Utility to Flash Bios Chip though the Parallel Port

Posted: Sat Oct 17, 2009 1:38 am
by miki02131
All,

Any utility and circuit available to program a bios chip through the parallel port? Any suggestion will be appreciated? If none is available, I will develop this capability myself and keep you posted.

Miki Out.

Posted: Mon Oct 26, 2009 9:07 pm
by sharky
Which chip technology? Parallel/LPC/FWH/SPI? There are multiple solutions for all chip technologies out there, some of them easy to build, others require complicated PCBs and expensive parts.

Easiest would be to pick an existing opensource project and use it (or extend it if you need something special).
  • For SPI, the RayeR (Martin Rehak) stuff is neat and I heard it works fine. You can either use RayeR's SPIPGM or the patch for flashrom(.org) which is floating around.
  • For LPC (and to some extent, FWH) you can use the Milksop or LPC^2 projects. No idea how much code/schematics are still available on the net. There is some preliminary patch for flashrom which would enable you to use that hardware. No idea where you can find that one, though. Maybe ask.
  • For Parallel, you can either abuse old network cards for flashing, or you can use some parport/AVR thing (google for "serprog flashrom") or build something yourself.
Neither of the solutions above is sold anywhere, it's all real do-it-yourself stuff.