|
|
Line 3: |
Line 3: |
| [http://r0ket.badge.events.ccc.de/ r0ket] | | [http://r0ket.badge.events.ccc.de/ r0ket] |
|
| |
|
| = AVR programmer =
| | Es gibt verschiedene [[AVR-Programmieradapter]]. |
| | |
| m0dul A6 -> RST
| |
| m0dul A8 -> SCK
| |
| m0dul B6 -> MOSI
| |
| m0dul B8 -> MISO
| |
| m0dul A5/B5 -> GND
| |
| m0dul A12/B12 -> VCC
| |
| | |
| See [https://github.com/penma/r0ket/commit/6630ac49 firmware and avrdude patch] by penma.
| |
| | |
| == Patch installation ==
| |
| | |
| Works for avrdude 5.11.1. For example:
| |
| | |
| apt-get source avrdude
| |
| cd avrdude-5.11.1
| |
| patch -p1 < .../avrdude-r0ket.diff
| |
| autoreconf
| |
| ./configure
| |
| make
| |
| sudo make install # or set config file when invoking avrdude
| |
| | |
| == Usage ==
| |
| | |
| ./avrdude -P /dev/ttyACM0 -c r0ket ''usual options''
| |
| | |
| [[Category:Projects]]
| |