The script "program-mizar32.sh" reflashes the AT32UC3A0128 chip with all the
necessary firmware.

You will need an AVR32 JTAG MKII connected to a USB port of your computer
and to the JTAG port of the Mizar32 board.

The other files are data used by the script:

at32uc3a-isp-1.0.3.bin	
The 8KB Atmel USB DFU bootloader, as supplied by Atmel. They provide a .hex
file, which is converted to a .bin file with the command:
avr32-objcopy -I ihex -O binary at32uc3a-isp-1.0.3.hex at32uc3a-isp-1.0.3.bin

mizar32-isp-cfg.bin
The four-byte config word that configures the ISP bootloader. It is the same
as the default word, but with the GPIO line to activate the USB bootloader
changed to the Mizar32's button, PX16. See comments in program-mizar32.sh

elua_lualong_at32uc3a0128.elf
A minimal eLua that gives an integer-only version of Lua running as an
interactive interpreter on the serial port at 115200 baud.

To build eLua from source, see
http://code.google.com/p/mizar32/wiki/CompilingElua
