|
|
(6 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| [[File:Qflashrom select programmer.png|thumb|right|Select a programmer]]
| | '''qflashrom''' was a Qt-based, cross-platform GUI for flashrom that is on hiatus. |
| [[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.
| | [[File:Qflashrom select programmer.png|Select a programmer]]<br/> |
| | | [[File:Qflashrom probe chip.png|Probe for a chip]]<br/> |
| == Status ==
| | [[File:Qflashrom supported chips.png|Supported chips]] |
| | |
| 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 [https://gitorious.org/qflashrom gitorious.org]:
| |
| | |
| $ '''git clone <nowiki>https://git.gitorious.org/qflashrom/qflashrom.git</nowiki>'''
| |
| | |
| == 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'''
| |
Latest revision as of 19:01, 13 September 2016
qflashrom was a Qt-based, cross-platform GUI for flashrom that is on hiatus.