Qflashrom

From flashrom
Revision as of 17:01, 18 August 2011 by Uwe (talk | contribs) (→‎Translations: IT and NL translations for qflashrom available.)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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
$ 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%