Qflashrom

From flashrom
Revision as of 23:11, 14 July 2011 by Uwe (talk | contribs)
Jump to navigation Jump to search

This wiki is retired

Our website is https://www.flashrom.org, instructions on how to add or update documentation are here

All wiki content available in read-only mode at wiki.flashrom.org

Select a programmer
Probe for a chip
Supported chips

qflashrom is a Qt-based, cross-platform GUI for flashrom.

Status

Work in progress.

Compile-tested on Linux and Windows, Mac OS X should work, too.

Download

The source code is hosted in a git repository at gitorious.org:

$ git clone https://git.gitorious.org/qflashrom/qflashrom.git

Requirements

  • svn, git
  • Qt >= 4.7

Building

$ svn co svn://coreboot.org/flashrom/trunk flashrom
$ cd flashrom
$ git clone https://git.gitorious.org/qflashrom/qflashrom.git
$ patch -p0 < qflashrom/patches/flashrom_fixes.patch
$ make libflashrom.a
$ cd qflashrom
$ qmake
$ make