avrdude can't seem to find my hex program files

USB AVR Programmer and SPI interface. Adafruit's USBtinyISP.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
IBtheFox
 
Posts: 1
Joined: Sat Apr 05, 2008 6:28 am

avrdude can't seem to find my hex program files

Post by IBtheFox »

I'm lost and didn't find any thing in the forum postings to help. My USBtiny seems to be working fine. except when I try to write a hex file to the chip with this command. "avrdude -c usbtiny -p m88 -Uflash:w:test_leds.hex" it initalizes, erases the chip, then tells me the test_leds.hex file cannot be found. The file is titled Test-leds.hex and is found in c root directory. What am I missing or doing wrong?

mtbf0
 
Posts: 1645
Joined: Sat Nov 10, 2007 12:59 am

Re: avrdude can't seem to find my hex program files

Post by mtbf0 »

IBtheFox wrote:I'm lost and didn't find any thing in the forum postings to help. My USBtiny seems to be working fine. except when I try to write a hex file to the chip with this command. "avrdude -c usbtiny -p m88 -Uflash:w:test_leds.hex" it initalizes, erases the chip, then tells me the test_leds.hex file cannot be found. The file is titled Test-leds.hex and is found in c root directory. What am I missing or doing wrong?
"test_leds.hex" != "Test-leds.hex"

Locked
Please be positive and constructive with your questions and comments.

Return to “USBtinyISP”