This is Issue 1003 moved from a Google Code project.
Added by 2012-08-09T18:07:21.000Z by mike.h...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Defect, Priority-Medium
Original description
What steps will reproduce the problem?
In "boards.txt" change bootloader.path value for any board using the avr109 USB upload protocol to anything but "caterina".
Attempt to upload a sketch to that board.
What is the expected output?
Arduino IDE should report that it changes the baud rate to 1200 and opens/closes the port; then it should wait until the current port disappears from the port list and a new one appears. It should use the new port to upload code to the board via avrdude.
What do you see instead?
Arduino IDE immediately attempts to upload code to the board without first activating the bootloader. avrdude communications fail because the bootloader isn't running.
What version of the Arduino software are you using? On what operatingsystem? Which Arduino board are you using?
Using v1.0.1 under Win7 Pro; using a custom board.
This is Issue 1003 moved from a Google Code project. Added by 2012-08-09T18:07:21.000Z by mike.h...@gmail.com. Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Defect, Priority-Medium
Original description
What steps will reproduce the problem?
What is the expected output? Arduino IDE should report that it changes the baud rate to 1200 and opens/closes the port; then it should wait until the current port disappears from the port list and a new one appears. It should use the new port to upload code to the board via avrdude.
What do you see instead? Arduino IDE immediately attempts to upload code to the board without first activating the bootloader. avrdude communications fail because the bootloader isn't running.
What version of the Arduino software are you using? On what operating system? Which Arduino board are you using? Using v1.0.1 under Win7 Pro; using a custom board.