Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic ATtiny and Avrisp (Read 2789 times)
Trek19
Junior Member
**
Offline


Posts: 95
Location: UK
Joined: Dec 2nd, 2013
ATtiny and Avrisp
Feb 11th, 2014 at 8:44pm
Print Post  
If I use avrisp and the suggested VM usb drivers I can upload to an UNO board via ISP.
If I switch to an ATtiny (cores downloaded from http://code.google.com/p/arduino-tiny/) I dont see the programmer listed in Tools - VB - Programers (its greyed out and if I hover over it says "adding child menus to this item will enable it" whatever that means.
If I programme woithout debiging the message "Uploading to I/O board using 'avrispmkii'" appears in the output window but the prog doesnt seem to work.
I removed the # from the avrisp programer line in the cores boards file as follows:
# The following DO work (pick one)...
#attiny84at8.upload.using=arduino:arduinoisp
attiny84at8.upload.protocol=avrispv2
# attiny84at8.upload.using=pololu

any suggestions?
« Last Edit: Feb 11th, 2014 at 8:46pm by Trek19 »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: ATtiny and Avrisp
Reply #1 - Feb 11th, 2014 at 9:01pm
Print Post  
Hi Trek,

Yes sorry there is a bug in Visual Micro which is not displaying the programmers for third party boards and core that are share the programmers installed with the Arduino Ide.

You can get around the problem by copying the programmers.txt file from arduinoide/hardware/arduino/avr to the avr folder you have installed from the Tiny zip.

Then either re-start Atmel or click "Tools>Visual Micro>Reload Toolchains"

After that programmers should appear and all settings should be identical to whatever the Arduino Ide uses.

Thanks
« Last Edit: Feb 12th, 2014 at 11:45pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint