Hi All,
I've recently gotten a digispark and grabbed the custom Arduino 1.0.3 software. I'm running on a 2006 black MacBook which only has a Intel Core Duo and so has 32-bit OSX 10.6.8 on it. I've previously programmed using an Arduino Uno and Nano successfully using the standard Arduino 1.0.3 (which works fine on this MacBook), but using the customised version of the software for the digispark doesn't work.
The specific error is:
java.io.IOException: Cannot run program "/Users/delphy/Downloads/Mac/Digispark Ready - Arduino 1.03/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avrdude": error=86, Bad CPU type in executable
On comparing the 2 packages (original + digisketch) I noticed that the avrdude executable for digispark is 25KB but the original one is 848KB.
Does anybody know whats changed between the 2 packages? What would happen if I was to put avrdude_original in place of avrdude and try programming my digisketch?
Thanks for any help!