From 6fe21f0bfc86d759d1aa01c5da6217a6c2b427cf Mon Sep 17 00:00:00 2001 From: john stone Date: Mon, 6 Aug 2012 12:43:35 +0200 Subject: [PATCH] added flash README --- firmware/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 firmware/README.md diff --git a/firmware/README.md b/firmware/README.md new file mode 100644 index 0000000..2f61245 --- /dev/null +++ b/firmware/README.md @@ -0,0 +1,24 @@ +== Firmware == + +This firmware is to be flashed to the atmega88 of the pentabug. +The Makefile supports 2 different ways of flashing the firmware image: + +=== the serial bootloader way === + +With the + + make serflash + +target of the Makefile You can flash the microcontroler via the serial bootloader that is part of the initial firmware. + + +=== the isp way === + +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. + +