Qflashrom

From flashrom
Revision as of 14:25, 22 August 2012 by Stefanct (talk | contribs) (→‎Status)
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

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%