Forgot to mention this here: We released flashrom 0.9.4 a few days ago, the latest release of the open-source, GPL'd ROM chip flashing software for Linux, *BSD, DOS, and partially also Windows (work in progress, though).
Here's a quick summary of the release announcement. Some of the noteworthy news items include:
Get the latest release tarball, or download and build the most recent version via Subversion:
$ svn co svn://flashrom.org/flashrom/trunk flashrom $ cd flashrom $ make
I already updated the Debian package to 0.9.4 (it has also already migrated to Debian testing and Ubuntu), other people have updated Fedora, Gentoo, NetBSD etc. etc.
There's already a huge amount of patches queued for the next release, including support for even more programmers, PowerPC support (tested on Mac Mini and others), and of course the usual "more boards, more chips" items...
Comments
TI launchpad as external programmer
I'm a bit ignorant in this field, but would the TI MSP430 Launchpad be usable as an external USB programmer? It's very cheap, it could be a great tool...
Launchpad
In theory, yes. Pretty much any microcontroller board with a few GPIOs can be used as programmer given that someone writes some firmware which allows doing that and a flashrom "driver" which works together with that firmware.
For the lauchpad there's no such project I know of (yet), though I've been thinking about doing this myself at some point. It's not very high on my TODO list though, there are many others things I want to finish.
Uwe.