Qflashrom: Difference between revisions
Jump to navigation
Jump to search
(qflashrom, a flashrom GUI written in Qt.) |
No edit summary |
||
Line 1: | Line 1: | ||
[[File:Qflashrom select programmer.png|thumb|right|Select a programmer]] | |||
[[File:Qflashrom probe chip.png|thumb|right|Probe for a chip]] | |||
[[File:Qflashrom supported chips.png|thumb|right|Supported chips]] | |||
'''qflashrom''' is a Qt-based, cross-platform GUI for flashrom. | '''qflashrom''' is a Qt-based, cross-platform GUI for flashrom. | ||
Line 4: | Line 8: | ||
Work in progress. | Work in progress. | ||
Compile-tested on Linux and Windows, Mac OS X should work, too. | |||
== Download == | == Download == | ||
Line 13: | Line 19: | ||
== Building == | == Building == | ||
$ '''svn co <nowiki>svn://coreboot.org/flashrom/trunk</nowiki> flashrom''' | |||
$ '''cd flashrom''' | |||
$ '''git clone <nowiki>https://git.gitorious.org/qflashrom/qflashrom.git</nowiki>''' | |||
$ '''patch -p0 < qflashrom/patches/flashrom_fixes.patch''' | |||
$ '''make libflashrom.a''' | |||
$ '''cd qflashrom''' | |||
$ '''qmake''' | |||
$ '''make''' |
Revision as of 23:10, 14 July 2011
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
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