-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Arduino ISP on IDE 1.6.10 do not work #5205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
There are already issue reports about the problem here: |
This issue is only #5175. I don't think arduino/avrdude-build-script#2, which would have caused the lock to not verify, affects ArduinoISP. You should be able to fix it by making the changes shown in #5182 or you can try the test build #5202 (comment) which should also fix it in a different way but I haven't had a chance to try it yet. If you do test it please let us know your results. |
after ide 1.6.10 installation, i have replace the boards.txt with the files shown in #5182. |
@logicaprogrammabile is this problem is fixed in IDE 1.6.12? Can we close this issue? |
Closing as solved, reopen if the issue persists. |
Hi
i have tested the ArduinoISP with Genuino UNO R3 with the new IDE 1.6.10 but is not possible burning the bootloader in new atmega328p.
this is the error message:
`
avrdude: Version 6.3, compiled on Jun 22 2016 at 16:05:21
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.03s
avrdude: Device signature = 0x1e950f (probably m328p)
avrdude: erasing chip
avrdude: reading input file "0x3F"
avrdude: writing lock (1 bytes):
Writing | ################################################## | 100% 0.00s
avrdude: 1 bytes of lock written
avrdude: verifying lock memory against 0x3F:
avrdude: load data lock data from input file 0x3F:
avrdude: input file 0x3F contains 1 bytes
avrdude: reading on-chip lock data:
Reading | ################################################## | 100% 0.02s
avrdude: verifying ...
avrdude: 1 bytes of lock verified
avrdude: reading input file "0x05"
avrdude: writing efuse (1 bytes):
Writing | Errore durante la scrittura del bootloader
***failed;
############################################ | 100% 0.11s
avrdude: 1 bytes of efuse written
avrdude: verifying efuse memory against 0x05:
avrdude: load data efuse data from input file 0x05:
avrdude: input file 0x05 contains 1 bytes
avrdude: reading on-chip efuse data:
Reading | ################################################## | 100% 0.00s
avrdude: verifying ...
avrdude: verification error, first mismatch at byte 0x0000
0xfd != 0x05
avrdude: verification error; content mismatch
avrdude done. Thank you.
`
The text was updated successfully, but these errors were encountered: