Author Topic: Can't get 1.03 to work with my Uno  (Read 3273 times)

deejayspinz

  • Newbie
  • *
  • Posts: 12
Can't get 1.03 to work with my Uno
« on: December 29, 2012, 02:45:25 am »
Looking for help from other Arduino users...

I downloaded the latest 1.03 package earlier (re-installed it today - Dec 29th).  While I wait for my Digisparks to arrive, I'm trying to use this version with one of my Uno's.  Have the board set to Uno and the programmer is set to AVR ISP and get the below error.

Note: I have Arduino versions 1.0 & 1.0.1 and both of these work with my Uno, so it's not the Uno or my USB/connection.  Also note that the 1.03 version forces a programmer to be selected (where the other two don't have any selection) , so I choose from the various AVR and Arduino options - all gave the same error .  

Error:
Binary sketch size: 1,084 bytes (of a 32,256 byte maximum)
Running AVRDUDE...
'C:\Arduino' is not recognized as an internal or external command,
operable program or batch file.

This also leads to another question: Is there a download that just has the Digispark added libraries / programmer bits that I can install myself (similar to what you get when with a Teensy etc)?
« Last Edit: December 29, 2012, 02:46:40 am by deejayspinz »

digistump

  • Administrator
  • Hero Member
  • *****
  • Posts: 1465
Can\'t get 1.03 to work with my Uno
« Reply #1 on: December 29, 2012, 06:48:55 pm »
@deejayspinz - I think I know the issue here, I\'ll try to submit a fix for it tonight, it only affects using original arduinos.

Re you second question: You can grab the files themselves at the URLs listed in the linux install section and manually add them to your Arduino setup.

digistump

  • Administrator
  • Hero Member
  • *****
  • Posts: 1465
Can\'t get 1.03 to work with my Uno
« Reply #2 on: December 30, 2012, 10:18:10 pm »
This has been fixed in the 2012-12-30 release

deejayspinz

  • Newbie
  • *
  • Posts: 12
Can\'t get 1.03 to work with my Uno
« Reply #3 on: December 31, 2012, 10:26:24 am »
Much better now... I ended up going the separate install route (using the Linux pkg). Easy peasy...  I\'d suggest adding this option on the install section as well.