https://github.com/jazzzny/ifr
A simple yet powerful GUI for Flashrom
https://github.com/jazzzny/ifr
ch341a ch341a-gui flashrom flashrom-gui
Last synced: about 1 year ago
JSON representation
A simple yet powerful GUI for Flashrom
- Host: GitHub
- URL: https://github.com/jazzzny/ifr
- Owner: Jazzzny
- License: gpl-2.0
- Created: 2023-10-09T17:19:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T18:35:20.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T19:52:25.410Z (about 1 year ago)
- Topics: ch341a, ch341a-gui, flashrom, flashrom-gui
- Language: Python
- Homepage:
- Size: 1.75 MB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
iFR
A simple yet powerful Flashrom GUI
## Features
- Native Flashrom GUI
- Read and write ROM images
- Pad/unpad ROM images
- View ROM chip information
- Cross-platform
- Support for macOS, Linux, and Windows
- Object-oriented Python 3 design with intuitive WxPython interface
- Open source
- GNU GPL v2.0
## Planned Features
- [ ] ROM Image verification/checksum
- [ ] Standalone padding/unpadding
- [ ] ROM chip erasing
- [ ] Embedded Flashrom binary
## Requirements
### Standalone Binary (macOS, Windows)
- `Flashrom` installed and in PATH
- OS X 10.10 or newer, Windows 7 or newer
### Running from Source
- Python 3.6+
- WxPython 4.1.0+
- `Flashrom` installed and in PATH
## Installation
- Download the latest release from the [releases page](https://github.com/Jazzzny/iFR/releases)
- Install `Flashrom` and add it to your PATH
- Run the binary
## License
iFR is licensed under the GNU GPL v2.0. See [LICENSE](LICENSE) for more information.