On 09/03/2013 02:20 PM, Joerg Wunsch wrote:
Remember that you can always specify an
avrdude.conf file that matches your binary using -C, e.g.


./avrdude -C avrdude.conf -c avr109 -P /dev/ttyUSB0 -p t2313 -vvvv -b 115200
-U ornamatrix.hex 2> logfile
I just have a small comment regarding this.
When I've used different versions of avrdude I came into a small inconvenience after adding xmega16E5 into $HOME/.avrduderc, using the new parent construction. Of course that made the old versions unhappy and I couldn't find any command line switch to turn of the inclusion of that file.

One workaround is to lie about $HOME, but that's kind of uggly.

Maybe there should be a command line switch to turn of inclusion of that file, or to select another one? Or maybe not.

/Joakim

_______________________________________________
avrdude-dev mailing list
avrdude-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to