README for EasyDFU version 1.0 - October 31, 2011
Copyright 2010-2011 by Alexander Rössler

See INSTALL for instructions on how to install EasyDFU

EasyDFU is a small program to automatize the process of deploying your hex-file to the µC
It uses the tool dfu-programmer, for correct function SUPER USER ACCESS IS NEEDED.


INSTALL

Installation was tested on Kubuntu 11.10.

PRE-REQUIREMENTS for compiling:

  libqt4-dev
  libqxt-dev
  qt4-qmake
  make

On Ubuntu you simply can type:
sudo apt-get install libqt4-dev libqxt-dev qt4-qmake make

NOTE: libqxt is only available on Ubuntu >= 11.10


COMPILING

qmake EasyDFU.pro
make


RUNNING the program:

Use sudo to run EasyDFU.
For a graphical passwort promt use kdesudo or gksudo.

For example:
kdesudo ./easydfu
