Arduino Uno avrdude: verification error; content mismatch

Hello,

I am getting the following error whenever I run a code on Arduino Uno R3:

"avrdude: verification error, first mismatch at byte 0x0042

0x38 != 0x15

avrdude: verification error; content mismatch

avrdude: verification error; content mismatch"

I am using Windows 10 and Arduino 1.8.5. Can it be that the microchip needs to be replaced, or the Arduino is no longer working?

Thank you

I would try burning the bootloader before I gave up on the chip. No guarantees, but I have heard of several being fixed this way. It's also a good thing to learn if you are going to play/work with Arduino's.

Hello,

Thank you for your response. I tried to install the bootloader using Arduino Mega as a programmer, but I got the following error:
"avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xf7
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xe0
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xe0
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xe0
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xe0
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xe0
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xe0
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xe0
Error while burning bootloader."

This is how I tried to install the bootlader:

  1. Wired the Mega to Arduino Uno as shown in the following tutorial:
    https://www.arduino.cc/en/Tutorial/ArduinoISP
    I did not connect the capacitor.
  2. Uploaded ArdinoISP example.
  3. Connected the capacitor. Connected Arduino Uno to the computer.
  4. Changed the Board to Arduino Uno in the Tools menu. Kept the Port of the Mega. Specified the Programmer as "Arduino as ISP."
  5. Tools --> Burn Bootloader

I am not sure why I got the error, but I noticed that the chip heats up very quickly. Did I make a mistake when installing the bootloader?

Thank you

  1. Connected the capacitor. Connected Arduino Uno to the computer

You should not connect the target Uno to the computer. The Mega (Arduino as ISP) is the one connected to the computer and the ISP leads connect to the UNO.

Try it again.

With the Mega loaded with the Arduino as ISP sketch and not connected to the UNO I get this.

Arduino: 1.8.5 (Linux), Board: "Arduino/Genuino Uno"

/home/kprims/.arduino15/packages/arduino/tools/avrdude/6.3.0-arduino14/bin/avrdude -C/home/kprims/.arduino15/packages/arduino/tools/avrdude/6.3.0-arduino14/etc/avrdude.conf -v -patmega328p -cstk500v1 -P/dev/ttyACM0 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0xFD:m -Uhfuse:w:0xDE:m -Ulfuse:w:0xFF:m 

avrdude: Version 6.3-20171130
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2014 Joerg Wunsch

         System wide configuration file is "/home/kprims/.arduino15/packages/arduino/tools/avrdude/6.3.0-arduino14/etc/avrdude.conf"
         User configuration file is "/home/kprims/.avrduderc"
         User configuration file does not exist or is not a regular file, skipping

         Using Port                    : /dev/ttyACM0
         Using Programmer              : stk500v1
         Overriding Baud Rate          : 19200
         AVR Part                      : ATmega328P
         Chip Erase delay              : 9000 us
         PAGEL                         : PD7
         BS2                           : PC2
         RESET disposition             : dedicated
         RETRY pulse                   : SCK
         serial program mode           : yes
         parallel program mode         : yes
         Timeout                       : 200
         StabDelay                     : 100
         CmdexeDelay                   : 25
         SyncLoops                     : 32
         ByteDelay                     : 0
         PollIndex                     : 3
         PollValue                     : 0x53
         Memory Detail                 :

                                  Block Poll               Page                       Polled
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
           eeprom        65    20     4    0 no       1024    4      0  3600  3600 0xff 0xff
           flash         65     6   128    0 yes     32768  128    256  4500  4500 0xff 0xff
           lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
           calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00

         Programmer Type : STK500
         Description     : Atmel STK500 Version 1.x firmware
         Hardware Version: 2
         Firmware Version: 1.18
         Topcard         : Unknown
         Vtarget         : 0.0 V
         Varef           : 0.0 V
         Oscillator      : Off
         SCK period      : 0.1 us

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.02s

avrdude: Device signature = 0x000000 (retrying)

Reading | ################################################## | 100% 0.02s

avrdude: Device signature = 0x000000 (retrying)

Error while burning bootloader.
Reading | ################################################## | 100% 0.02s

avrdude: Device signature = 0x000000
avrdude: Yikes!  Invalid device signature.
         Double check connections and try again, or use -F to override
         this check.


avrdude done.  Thank you.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Hello,

Thank you for your response. I did not connect the Arduino Uno to the computer to this time, but I got the following error message:
" ***failed;
avrdude: verification error, first mismatch at byte 0x0000
0x0f != 0x3f
avrdude: verification error; content mismatch
Error while burning bootloader."

I did the following:

  1. Wired the Mega (programmer to the Uno). Did not connect the capacitor to the Mega.
  2. Connected the Mega to the computer, and I uploaded the ArduinoISP sketch.
  3. I connected the capacitor.
  4. Changed the Board to Arduino Uno, and changed the programmer to "Arduino as ISP."

Can it be that the issue is not with the boatloader? Can it be the chip?

Thank you

Hello,

Should I try replacing the chip of the Arduino Uno, or is the error because of how I tried to reinstall the bootloader?

Thank you

Should I try replacing the chip of the Arduino Uno

I would try it. You mentioned the chip was getting hot in one of your other posts. If you do change the chip, monitor the chip closely for heat. You shouldn't have anything connected to your Uno when testing except for the leads used to program it.

It would help next time if you showed more of the error message.

Select File/Preferences and the Tic the Show verbose output during: upload
Then select "Copy error messages"

Then paste into </> when you post.