avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.00s
avrdude: Device signature = 0x1e950f
avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file "~/Desktop/dali.hex"
avrdude: error opening ~/Desktop/dali.hex: No such file or directory
avrdude: input file ~/Desktop/dali.hex auto detected as invalid format
avrdude: can't open input file ~/Desktop/dali.hex: No such file or directory
avrdude: write to file '~/Desktop/dali.hex' failed
avrdude: safemode: Fuses OK
avrdude done. Thank you.
The folders exist as I can list the contents just fine -- and it appears that avrdude can see the file but the auto detect fails. I've also tried this with a 'sudo' command thinking there may be permission problems but no luck. Any ideas?
I'm using a Mac OS10.6.8

