@@ -62,7 +62,7 @@ stk500.program.extra_params=-P{serial.port}
62
62
# bootloader does not work.
63
63
# As a workaround, you can add -V to disable verification and modify
64
64
# boards.txt to set all unused lock bits to 1 instead of 0.
65
- jtag3isp.name=Atmel JTAGICE3 (ISP mode)
65
+ jtag3isp.name=Atmel JTAGICE3 (ISP mode, for chips at or above 4Mhz )
66
66
jtag3isp.communication=usb
67
67
jtag3isp.protocol=jtag3isp
68
68
jtag3isp.program.protocol=jtag3isp
@@ -71,6 +71,20 @@ jtag3isp.program.tool=avrdude
71
71
# microcontrollers running at 4Mhz and above.
72
72
jtag3isp.program.extra_params=-B1
73
73
74
+ # Note that until https://savannah.nongnu.org/bugs/?21954 and
75
+ # https://savannah.nongnu.org/bugs/?42267 are fixed, burning a
76
+ # bootloader does not work.
77
+ # As a workaround, you can add -V to disable verification and modify
78
+ # boards.txt to set all unused lock bits to 1 instead of 0.
79
+ jtag3ispslow.name=Atmel JTAGICE3 (ISP mode, for chips below than 4Mhz)
80
+ jtag3ispslow.communication=usb
81
+ jtag3ispslow.protocol=jtag3isp
82
+ jtag3ispslow.program.protocol=jtag3isp
83
+ jtag3ispslow.program.tool=avrdude
84
+ # Set a bitclock of 125us (the slowest supported value). This works for
85
+ # microcontrollers running at 8kHz and above.
86
+ jtag3ispslow.program.extra_params=-B125
87
+
74
88
# Note that until https://savannah.nongnu.org/bugs/?21954 is fixed,
75
89
# burning a bootloader does not work.
76
90
# As a workaround, you can modify boards.txt to set all unused lock bits
0 commit comments