You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an AVRISP mkII connected to a 168 on a breadboard.
With Arduino 1.5.5 on OS X I can upload a bootloader to the 168 perfectly.
However, when I then try to upload a sketch via the File/Upload Using Programmer menu item it fails with an error that implies it tried to actually upload via the normal USB serial port: “Board at /dev/tty.usbserial-09GB5273 is not available” (that tty happens to be the last one I uploaded a sketch to a a Diecimila board over).
Why is it not trying to use the programmer? Any debugging I can do?
The text was updated successfully, but these errors were encountered:
Looks like this is a dup of #1791. The workaround of having another device hooked up usb serial let me successfully upload a sketch via the programmer.
I have an AVRISP mkII connected to a 168 on a breadboard.
With Arduino 1.5.5 on OS X I can upload a bootloader to the 168 perfectly.
However, when I then try to upload a sketch via the File/Upload Using Programmer menu item it fails with an error that implies it tried to actually upload via the normal USB serial port: “Board at /dev/tty.usbserial-09GB5273 is not available” (that tty happens to be the last one I uploaded a sketch to a a Diecimila board over).
Why is it not trying to use the programmer? Any debugging I can do?
The text was updated successfully, but these errors were encountered: