using avrdude with AVR studio(for windows 10 only)



Requirements

1. arduino-1.6.5-r2-windows.exe
2. as6installer-6.0.1843.exe


When I try to configure avrdude in avr studio 6 then winavr/bin/avrdude.conf  give program_type error


I resolve this problem by following two simple tricks


(a) I replace winavr/bin/avrdude.conf  by  Arduino/hardware/tools/avr/etc/avrdude.conf
(b)I replace winavr/bin/avrdude.exe by Arduino/hardware/tools/avr/bin/avrdude.exe


Now avrdude is successfully configure in my AVR ATMEL STUDIO :)

No comments:

Post a Comment

using avrdude with AVR studio(for windows 10 only)

Requirements 1. arduino-1.6.5-r2-windows.exe 2. as6installer-6.0.1843.exe When I try to configure avrdude in avr studio 6 then wina...