-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Error code: ‘avrude: error reading signature data, rc=-67’, when updating code to Arduino UNO wifi rev.2 #8816
Comments
I've been using my Wifi Rev 2 for about 6 months now and have the same issue. I cannot talk to the board and get the same error messages. Arduino: 1.8.9 (Windows Store 1.8.21.0) (Windows 10), Board: "Arduino Uno WiFi Rev2, None (ATMEGA4809)" C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\arduino-builder -dump-prefs -logger=machine -hardware C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\hardware -hardware C:\Users\telli\Documents\ArduinoData\packages -tools C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\tools-builder -tools C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\hardware\tools\avr -tools C:\Users\telli\Documents\ArduinoData\packages -built-in-libraries C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.21.0_x86__mdqgnx93n4wtt\libraries -libraries C:\Users\telli\Documents\Arduino\libraries -fqbn=arduino:megaavr:uno2018:mode=off -vid-pid=0X03EB_0X2145 -ide-version=10809 -build-path C:\Users\telli\AppData\Local\Temp\arduino_build_749796 -warnings=none -build-cache C:\Users\telli\AppData\Local\Temp\arduino_cache_516358 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avr-gcc.path=C:\Users\telli\Documents\ArduinoData\packages\arduino\tools\avr-gcc\5.4.0-atmel3.6.1-arduino2 -prefs=runtime.tools.avr-gcc-5.4.0-atmel3.6.1-arduino2.path=C:\Users\telli\Documents\ArduinoData\packages\arduino\tools\avr-gcc\5.4.0-atmel3.6.1-arduino2 -prefs=runtime.tools.arduinoOTA.path=C:\Users\telli\Documents\ArduinoData\packages\arduino\tools\arduinoOTA\1.2.1 -prefs=runtime.tools.arduinoOTA-1.2.1.path=C:\Users\telli\Documents\ArduinoData\packages\arduino\tools\arduinoOTA\1.2.1 -prefs=runtime.tools.avrdude.path=C:\Users\telli\Documents\ArduinoData\packages\arduino\tools\avrdude\6.3.0-arduino14 -prefs=runtime.tools.avrdude-6.3.0-arduino14.path=C:\Users\telli\Documents\ArduinoData\packages\arduino\tools\avrdude\6.3.0-arduino14 -verbose C:\Users\telli\Documents\Arduino\libraries\WiFiNINA\examples\Tools\FirmwareUpdater\FirmwareUpdater.ino avrdude: Version 6.3-20171130
avrdude: Found CMSIS-DAP compliant device, using EDBG protocol
avrdude: Partial Family_ID returned: "mega" Reading | avrdude: bad response to enter progmode command: 0xa0 avrdude done. Thank you. |
Hi @greenhouseALTEN and @TimEllis2019 , we are investigating the issue; would you mind moving it to https://github.com/arduino/ArduinoCore-megaavr/issues ? Thanks! |
Thanks for the reply Martino. I opened a new issue at the link you sent.
arduino/ArduinoCore-megaavr#33
…-tim
From: Martino Facchin <[email protected]>
Sent: Monday, April 29, 2019 1:01 AM
To: arduino/Arduino <[email protected]>
Cc: TimEllis2019 <[email protected]>; Mention <[email protected]>
Subject: Re: [arduino/Arduino] Error code: ‘avrude: error reading signature data, rc=-67’, when updating code to Arduino UNO wifi rev.2 (#8816)
Hi @greenhouseALTEN <https://github.com/greenhouseALTEN> and @TimEllis2019 <https://github.com/TimEllis2019> , we are investigating the issue; would you mind moving it to https://github.com/arduino/ArduinoCore-megaavr/issues ? Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#8816 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/ALDZRXPNL4QVVUGITIFHMWDPS2TLTANCNFSM4HIC53QQ> . <https://github.com/notifications/beacon/ALDZRXJMY3CD7XU6HPASW6DPS2TLTANCNFSM4HIC53QQ.gif>
|
Problem solved after I changed the CPU |
Hi i would be really happy if someone could help me out here.
I have been working with some code on different Arduinos for a project at my work. Problem is that two of my Arduinos (Arduino UNO wifi rev.2) has stopped working due to an error code that is present whenever I try to upload code to it.
• I have tried different code.
• Used different computers to upload to it.
• Both tried with Base Shield connected and without.
• Tried with sensors and cables connected and without anything connected to the board (except the USB-cable).
• I am have only been using real Arduino boards.
• I have been cooperating with some colleagues to sort out the error and also google the error code but it did not give me any clues on how to solve this issue but there was also some others that have experienced the same error code.
Error code: ‘avrude: error reading signature data, rc=-67’
I still get the same error code. On the first Arduino I got this error code appeared after I have been using the device for about two months. When that board stopped working I replaced the board with another device (also an Arduino UNO wifi rev.2). I ran the same code on it for 5 days and then I got the same error code. So now two of my Arduino UNO wifi rev.2 boards are not working, since I am not able to upload any code to it.
Arduino board 1, used for 2-3 months approx. maximum 200-250 uploads of code cycles.
Arduino board 2, used for 5 days approx. maximum 60 uploads of code cycles.
I have also experienced that the Arduino program has been running slow sometimes, then when uploading the code again and/or plug/unplug the USB connector it was running at normal speed again, even though I did not do any changes to the program.
The code I have mostly been running on my Arduino consumes about 51 % of its memory (25316 bytes). See screenshot below.
The problem seems somehow to be memory-related and in the code there are a lot of global variables, but still it should not destroy the board right?
Error code:
avrdude: bad response to enter progmode command: 0xa0
avr_read(): error reading address 0x0000
read operation failed for memory "signature"
avrdude: error reading signature data for part "ATmega4809", rc=-67
avrdude: error reading signature data, rc=-67
avrdude: error reading signature data, rc=-67
Sketch size
Sketch uses 25316 bytes (51%) of program storage space. Maximum is 49152 bytes.
Global variables use 892 bytes (14%) of dynamic memory, leaving 5252 bytes for local variables. Maximum is 6144 bytes.
//Br Oliver
The text was updated successfully, but these errors were encountered: