|
|
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]] |
− | | |
− | 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 [https://gitorious.org/qflashrom gitorious.org]:
| |
− | | |
− | $ '''git clone <nowiki>https://git.gitorious.org/qflashrom/qflashrom.git</nowiki>'''
| |
− | | |
− | == Requirements ==
| |
− | | |
− | * svn, git
| |
− | * Qt >= 4.7
| |
− | | |
− | == 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'''
| |
− | $ '''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:
| |
− | | |
− | {| border="0" style="font-size: smaller"
| |
− | |- bgcolor="#6699ff"
| |
− | !Language code
| |
− | !Language
| |
− | !Status
| |
− | |- bgcolor="#eeeeee"
| |
− | | en_US
| |
− | | English
| |
− | | bgcolor="lime" | 100%
| |
− | |- bgcolor="#dddddd"
| |
− | | de_DE
| |
− | | German
| |
− | | bgcolor="lime" | 100%
| |
− | |- bgcolor="#eeeeee"
| |
− | | it_IT
| |
− | | Italian
| |
− | | bgcolor="lime" | 100%
| |
− | |- bgcolor="#dddddd"
| |
− | | nl_NL
| |
− | | Dutch
| |
− | | bgcolor="lime" | 100%
| |
− | |}
| |
Latest revision as of 19:01, 13 September 2016
qflashrom was a Qt-based, cross-platform GUI for flashrom that is on hiatus.

