No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
m0dul B6 -> MOSI | m0dul B6 -> MOSI | ||
m0dul B8 -> MISO | 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. | See [https://github.com/penma/r0ket/commit/6630ac49 firmware and avrdude patch] by penma. |
Revision as of 19:01, 2 March 2012
AVR programmer
m0dul A6 -> RST m0dul A8 -> SCK m0dul B6 -> MOSI m0dul B8 -> MISO m0dul A5/B5 -> GND m0dul A12/B12 -> VCC
See 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