AVRProgrammers: Unterschied zwischen den Versionen

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen
(Die Seite wurde neu angelegt: = WTF? = We have a small selection of AVR programmers lying around. This is an attempt to document how to use them. = General information == == 10-pin ISP header pin...)
 
Zeile 4: Zeile 4:
 
This is an attempt to document how to use them.
 
This is an attempt to document how to use them.
  
= General information ==
+
= General information =
  
 
== 10-pin ISP header pinout ==
 
== 10-pin ISP header pinout ==

Version vom 20. Dezember 2008, 02:13 Uhr

WTF?

We have a small selection of AVR programmers lying around. This is an attempt to document how to use them.

General information

10-pin ISP header pinout

1 MOSI
2 Vcc
3 N/C
4 TX
5 CS
6 RX
7 SCK
8 GND
9 MISO
10 GND

6-pin ISP header pinoout

Note that some boards have a non-standard pinout for the 6-pin headers.

1 MISO
2 Vcc
3 SCK
4 MOSI
5 CS/RST
6 GND

Programmers

RS-232 programmer (ATtiny2313)

This programmer has a DB-9 serial port in one end and a 10-pin ISP header in the other end.

Programmer type: avr910 ? Speed: 19200?

avrdude command lines:

avrdude -c avr910 -p atmega168

USBasp programmer (stripboard)

This is a USB programmer built on a stripboard. It has a USB-B connector in one end an a 10-pin ISP header in the other end.

Programmer type: usbasp Speed: default

avrdude command lines:

avrdude -c usbasp -p atmega168
avrdude -c usbasp -p atmega168 -e -u -U lock:w:0x3f:m -U efuse:w:0x00:m -U hfuse:w:0xdf:m -U lfuse:w:0xff:m
avrdude -c usbasp -p atmega168 -U flash:w:ATmegaBOOT_168_ng.hex:i -U lock:w:0x0f:m

AVRProg-metaboard

A Metaboard-based programmer.

Programmer type: usbasp Speed: default?

avrdude command lines:

avrdude -c usbasp -p atmega168