I am trying to program a sketch into a Pro Mini following the instructions at How to program a Pro Mini with another Arduino - Exhibition - Arduino Forum
I get the following error message.
Arduino: 1.6.7 (Linux), Board: "Arduino Pro or Pro Mini, ATmega328 (5V, 16 MHz)"
Sketch uses 3,354 bytes (10%) of program storage space. Maximum is 30,720 bytes.
Global variables use 234 bytes (11%) of dynamic memory, leaving 1,814 bytes for local variables. Maximum is 2,048 bytes.
avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0xf0
avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0xf1
avrdude: stk500_initialize(): (a) protocol error, expect=0x14, resp=0xf4
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0xfe
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.
This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.
I am using IDE 1.6.7 Would a different version help?
The pins on the header are in slightly different order from the Pro Mini board on this website.
.
EDIT:
Tried programming using IDE 1.6.6-r5 and still have the same errors
I am on Linux.