https://github.com/paroj/asuroflash
flasher for asuro with a gtk2 interface
https://github.com/paroj/asuroflash
Last synced: 4 months ago
JSON representation
flasher for asuro with a gtk2 interface
- Host: GitHub
- URL: https://github.com/paroj/asuroflash
- Owner: paroj
- License: gpl-3.0
- Created: 2014-03-15T19:05:40.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-15T20:55:04.000Z (almost 12 years ago)
- Last Synced: 2025-05-26T17:20:26.632Z (7 months ago)
- Language: C++
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
AsuroFlash
==========
AsuroFlash is port of the original QtFlash to GTK. It allows transferring flash images to the [Asuro Robot](http://www.arexx.com/arexx.php?cmd=goto&cparam=p_asuro.dat) produced by Arexx.
It has the following additions to the original flasher:
* GTK UI
* USB transciever support
* stores the configuration according to the freedesktop specs
* colored console output
* console only mode
Building
--------
this project uses CMake for building.
to build and install:
```
cmake .
make install
```
remove
```
rm ${CMAKE_INSTALL_PREFIX}/bin/asuroflash
```