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
@facchinm, in 6b0863177b65f70d14e68036a10da92ddb122473 you reverted an upstream commit that fixed an issue with verifying lock bytes on the JTAGICE3 and Atmel ICE programmers. See arduino/Arduino#11107
The commit message does not show any rationale for reverting this, do you still know why it was reverted? Can we unrevert it?
To reproduce, run the following (for a JTAGICE3 with an Uno attached on ISP, for atmelice the -p option must be changed):
$ ~/.arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17/bin/avrdude -C~/.arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17/etc/avrdude.conf -v -patmega328p -cjtag3isp -Ulock:w:0x0F:m
[ Snip boring output]
avrdude: verifying ...
avrdude: verification error, first mismatch at byte 0x0000
0xff != 0x0f
avrdude: verification error; content mismatch
avrdude: safemode: lfuse reads as FF
avrdude: safemode: hfuse reads as DE
avrdude: safemode: efuse reads as FD
avrdude: safemode: Fuses OK (E:FD, H:DE, L:FF)
avrdude done. Thank you.
The text was updated successfully, but these errors were encountered:
@facchinm, in 6b0863177b65f70d14e68036a10da92ddb122473 you reverted an upstream commit that fixed an issue with verifying lock bytes on the JTAGICE3 and Atmel ICE programmers. See arduino/Arduino#11107
The commit message does not show any rationale for reverting this, do you still know why it was reverted? Can we unrevert it?
To reproduce, run the following (for a JTAGICE3 with an Uno attached on ISP, for atmelice the
-p
option must be changed):The text was updated successfully, but these errors were encountered: