An open API service indexing awesome lists of open source software.

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

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
```