avr-chat
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-chat] atmelice_isp and uploading arduino bootloader.


From: Andrew Chin
Subject: [avr-chat] atmelice_isp and uploading arduino bootloader.
Date: Fri, 2 Jan 2015 16:35:54 -0500

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!

reply via email to

[Prev in Thread] Current Thread [Next in Thread]