Skip to main content
2 of 2
added 108 characters in body
JavaCake
  • 139
  • 1
  • 7

Cannot program Arduino Micro in OSX without hard resetting the board every time

I am experiencing a problem when programming Arduino Micro in OSX Mavericks. I have tried to reproduce this problem in XCode and Arduino IDE and it is persistent. I need to make a hard-reset at the same time as a click the "program" button.

I have tried to use the new Leonardo bootloader to see if it solves my issue, but its still persistent.

I am running avrdude 6.1, what is the problem?

Stacktrace:

---- Size ----
    
Binary sketch size:   24162 bytes (of a 28672 byte maximum)
Estimated SRAM used:  733 bytes (of a 2560 byte maximum)
Elapsed time: 5.2 s

---- Reset ---- 

screen -X kill

No screen session found.

make: [reset] Error 1 (ignored)

sleep 1

9.2-RESET:  <   micro   ./ ./   

stty -f /dev/tty.usbmodem1411 1200

---- Upload ---- 

10.6-UPLOAD:  <     micro   ./  


/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avrdude -patmega32u4 -C/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/etc/avrdude.conf -D -cavr109 -b57600 -P/dev/tty.usbmodem1411 -Uflash:w:Builds/embeddedcomputing.hex:i


Connecting to programmer: .avrdude: butterfly_recv(): programmer is not responding
JavaCake
  • 139
  • 1
  • 7