Hello, I’m trying to get the Arduino bootloader on to my “breadunio” (arduino on a breadbord). But I have no luck getting Arduino to connect to it through the parallel programmer. It is probably a bug though since avrdude can easily connect… :?
But I choose to ask here anyway to see if anyone can help.
Here is the bug report I posted (contains some more info):
http://www.arduino.cc/cgi-bin/yabb2/YaB … 1263359997
EDIT: New info in that thread, please look there. Actually I figured it out myself.
Anyone know what to try?
This avrdude command connects easily:
avrdude -p m328p -P lpt1 -c stk200 -U lfuse:r:-:h -U hfuse:r:-:h
But Arduino, no way…
Here is a screenshot: