I am trying to get the atmel ice isp to work with AVRdude (version 6.1)
with respect to uploading the bootloader for an arduino.

I modified the parameters to read:

/usr/share/arduino/hardware/tools/avrdude
-C/usr/share/arduino/hardware/tools/avrdude.conf -v -v -v -v -patmega328p
-c atmelice_isp -Pusb -e -Ulock:w:0x3F:m -Uefuse:w:0x05:m -Uhfuse:w:0xde:m
-Ulfuse:w:0xff:m

/usr/share/arduino/hardware/tools/avrdude
-C/usr/share/arduino/hardware/tools/avrdude.conf -v -v -v -v -patmega328p
-c atmelice_isp -Pusb
-Uflash:w:/usr/share/arduino/hardware/arduino/bootloaders/optiboot/optiboot_atmega328.hex:i
-Ulock:w:0x0F:m

I get a message that it cannot find the programmer. That being said, I have
no issues uploading regular code. I also tried inserting stk500v2 and
stk600 as the programmer, but it did not like that also....

What am I missing?

I am running on Ubuntu 12.04

Thanks!
_______________________________________________
AVR-chat mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avr-chat

Reply via email to