-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Description
This is Issue 174 moved from a Google Code project.
Added by 2010-01-07T21:29:22.000Z by [email protected].
Please review that bug for more context and additional comments, but update this bug.
Closed (Invalid).
Original labels: Type-Defect, Priority-Medium
Original description
What steps will reproduce the problem?
- Use an ISP programmer and an atmega without external crystal
- Try to program the atmega using make ..._isp
What is the expected output? What do you see instead?
Because the Makefile sets fuses first (for an external crystal) avrdude
will not be able to upload the bootlader any more.
What version of the Arduino software are you using? On what operating
system? Which Arduino board are you using?
SVN (read-only), the atmega is not on any board yet.
Please provide any additional information below.
When the lines for uploading the firmware and setting the fuses in the
makefile would be switched this problem will not occur and thus the atmega
bootloader will be uploadable. This change should not have any impact on
systems that do have an external crystal.