Qflashrom: Difference between revisions

From flashrom
Jump to navigation Jump to search
m (→‎Translations: IT and NL translations for qflashrom available.)
Line 7: Line 7:
== Status ==
== Status ==


Work in progress.
Previously work in progress, now on hiatus. Flashrom patches do no longer apply to current code and need a rebase.


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

Revision as of 14:25, 22 August 2012

Select a programmer
Probe for a chip
Supported chips

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

Status

Previously work in progress, now on hiatus. Flashrom patches do no longer apply to current code and need a rebase.

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
$ patch -p0 < qflashrom/patches/flashrom_programmer_param.patch
$ make libflashrom.a
$ cd qflashrom
$ qmake
$ make

Translations

The GUI is available in multiple languages. Current status:

Language code Language Status
en_US English 100%
de_DE German 100%
it_IT Italian 100%
nl_NL Dutch 100%