AVRdude OpenServo Programming

AVR dude is a powerful command line flash tool, designed to support many different devices and interfaces. It is very easy to configure AVRdude to bootstrap the OpenServo.

Here is a short guide to bootstrapping an OpenServo v2.x AtMega168 device using AVR Dude from the latest winAVR package. The examples seen below will refer to the STK200 programmer, modifications may be needed to device strings and scripts.

The first thing needed is to update the avrdude.conf to support the new AtMega168 device. This is a simple copy and paste from the file below, to the bottom of the conf file.

avrdude168.txt

Now you need to flash the OpenServo board with the new bootloader. Use the AVRdude command line below to flash the device, and set the fuses.

The entire command line breaks down into the following components


Return to OpenServo Software