If you do not wish to compile the software yourself, you will find
included the hex binary file (flash.hex) to upload to the AVR flash
memory. 

To compile the IEC-ATA software, you will need the following tools:

- avr-gcc
- avr-libc
- GNU binutils for AVR (avr-objcopy, avr-size, etc.)
- GNU make

When all these programs are installed on your system, just type "make"
(alternativly "gmake"), and you will get the flash.hex file that is to
be uploaded to your AVR 8515 on the IEC-ATA controller card. 

The uploading process depends very much on the hardware you have.
Personally I use the free "uisp" software tool, and an STK-500
development board, but there are many different ways to do this.

