copying avrdude and avrdude.conf into new directory does not work? (MAC / OSX )
i tried copying avrdude , avrdude.conf file within arduino application package on mac , placed in new folder along hex file wanted upload.
when run avrdude following error:
$ avrdude -c avrdude.conf -v -v -v -v -patmega328p -cstk500v2 -pusb -uflash:w:test.hex:i
avrdude: version 6.0.1, compiled on dec 16 2013 @ 17:26:24
copyright (c) 2000-2005 brian dean, http://www.bdmicro.com/
copyright (c) 2007-2009 joerg wunsch
system wide configuration file "avrdude.conf"
avrdude: can't open config file "avrdude.conf": no such file or directory
avrdude: error reading system wide configuration file "avrdude.conf"
if same thing on windows machine works no problem.
when run avrdude following error:
$ avrdude -c avrdude.conf -v -v -v -v -patmega328p -cstk500v2 -pusb -uflash:w:test.hex:i
avrdude: version 6.0.1, compiled on dec 16 2013 @ 17:26:24
copyright (c) 2000-2005 brian dean, http://www.bdmicro.com/
copyright (c) 2007-2009 joerg wunsch
system wide configuration file "avrdude.conf"
avrdude: can't open config file "avrdude.conf": no such file or directory
avrdude: error reading system wide configuration file "avrdude.conf"
if same thing on windows machine works no problem.
try this...
code: [select]
avrdude -c ./avrdude.conf -v -v -v -v -patmega328p -cstk500v2 -pusb -uflash:w:test.hex:i
Arduino Forum > Using Arduino > Microcontrollers > copying avrdude and avrdude.conf into new directory does not work? (MAC / OSX )
arduino
Comments
Post a Comment