I adjusted the two configuration files in this way (I'm under Windows XP SP3):
#####
##Add this to the top of the boards.txt file.
#####
board328p.name=Boarduino
board328p.upload.using=avrispv2
board328p.upload.maximum_size=32768
board328p.build.mcu=atmega328p
board328p.build.f_cpu=16000000L
board328p.build.core=arduino
#####
#####
##Add this to the bottom of the programmers.txt file.
#####
avrispv2.name=AVR ISP v2
avrispv2.communication=serial
avrispv2.protocol=avrispv2
#####
I open the Arduino software, and select:
Arduino UNO
com port -> Pololu COM port (there are 2)
Programmer -> AVR ISP v2
I get only errors. I tried using both the COM (12 and 13), I tried to use Boarduino instead of Arduino, but I get always the same error:

Than I changeg COM numbers to 5 and 6 in order to use the programmer under AVR STUDIO, but it cant recognizes the programmer...
Thanks you!


