Hi everyone,
Has anyone successfully gotten AVR Studio 6 to program their leostick?
I've tried quite a few ways to get AVR Studio 6 to program the Leostick, but I suspect the COM Port jumping around causes problems. COM10 for bootloader, COM12 for Program.
I've tried this: http://omarfrancisco.com/arduino-progra ... tudio-6-0/
and this: http://www.hilltop-cottage.info/blogs/adam/?p=211
I've also tried MegunoLink.
Using OSX Arduino IDE works Ok. Using VMWARE W_XP Arduino IDE works ok, I just can't work out how to 'sync' the COM port swapping.
If anyone has found a way to get it to work I would like to hear about it.
Cheers.
Leostick and AVR(Atmel) Studio 6
Re: Leostick and AVR(Atmel) Studio 6
Hi,
Did you ever get this resolved?
Did you ever get this resolved?
-
- Freetronics Staff
- Posts: 853
- Joined: Tue Apr 09, 2013 11:19 pm
- Location: Melbourne, Australia
- Contact:
Re: Leostick and AVR(Atmel) Studio 6
I've programmed LeoSticks quite a bit on the command line with 'avrdude', which is probably not too different from Atmel Studio.
The bootloader COM port number is consistent, ie if resets as COM10 for the bootloader once then it should be COM10 each time it resets. So the technique I've settled on is to manually press reset, then run the upload process.
It's not quite as nice as the auto-reset you get with Arduino, but it should work.
The bootloader COM port number is consistent, ie if resets as COM10 for the bootloader once then it should be COM10 each time it resets. So the technique I've settled on is to manually press reset, then run the upload process.
It's not quite as nice as the auto-reset you get with Arduino, but it should work.