pentabug/firmware/README.md

25 lines
517 B
Markdown
Raw Normal View History

2012-08-06 12:47:56 +02:00
## Firmware
2012-08-06 12:43:35 +02:00
This firmware is to be flashed to the atmega88 of the pentabug.
The Makefile supports 2 different ways of flashing the firmware image:
2012-08-06 12:47:56 +02:00
### the serial bootloader way
2012-08-06 12:43:35 +02:00
With the
make serflash
target of the Makefile You can flash the microcontroler via the serial bootloader that is part of the initial firmware.
2012-08-06 12:47:56 +02:00
### the isp way
2012-08-06 12:43:35 +02:00
With the
make flash
target of the Makefile you can flash the microcontroler via an isp programmer.
Adjust the avrdude settings to Your programmers needs beforehand.