avrdude: verification error on new Arduino Uno board
i new arduino user , cannot upload sketches new arduino uno. have tried solutions listed on forum (except re-flashing boot loader) , none have worked . arduino listed under "port /dev/cu/usbmodem411 (arduino/genuino port)". when press reset button, led on port 13 flashes. have installed ide on 2 laptops , same error. cannot figure out why getting avrdude error because macbook air seems connecting arduino uno. here details of system:
operating system: macos sierra version 10.12.2 running on macbook air
board: arduino uno
whether or not ever able upload board: initially, able change delay on blink program , arduino responded. wrote code spaceship interface (project 2 in book), not upload , received avrdude error. did not make changes computer in between modifying blink code , uploading spaceship interface code.
here verbose output:
sketch uses 926 bytes (2%) of program storage space. maximum 32256 bytes.
global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes local variables. maximum 2048 bytes.
/applications/arduino.app/contents/java/hardware/tools/avr/bin/avrdude -c/applications/arduino.app/contents/java/hardware/tools/avr/etc/avrdude.conf -v -patmega328p -carduino -p/dev/cu.usbmodem411 -b115200 -d -uflash:w:/var/folders/mx/g6cyt6_50pl0p1g_ykv6xj980000gn/t/arduino_build_846487/blink.ino.hex:i
avrdude: version 6.3, compiled on dec 16 2016 @ 13:32:25
copyright (c) 2000-2005 brian dean, http://www.bdmicro.com/
copyright (c) 2007-2014 joerg wunsch
system wide configuration file "/applications/arduino.app/contents/java/hardware/tools/avr/etc/avrdude.conf"
user configuration file "/users/boetzelaer/.avrduderc"
user configuration file not exist or not regular file, skipping
using port : /dev/cu.usbmodem411
using programmer : arduino
overriding baud rate : 115200
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 : arduino
description : arduino
hardware version: 3
firmware version: 4.4
vtarget : 0.3 v
varef : 0.3 v
oscillator : 28.800 khz
sck period : 3.3 us
avrdude: avr device initialized , ready accept instructions
reading | ################################################## | 100% 0.00s
avrdude: device signature = 0x1e950f (probably m328p)
avrdude: reading input file "/var/folders/mx/g6cyt6_50pl0p1g_ykv6xj980000gn/t/arduino_build_846487/blink.ino.hex"
avrdude: writing flash (926 bytes):
writing | ################################################## | 100% 0.19s
avrdude: 926 bytes of flash written
avrdude: verifying flash memory against /var/folders/mx/g6cyt6_50pl0p1g_ykv6xj980000gn/t/arduino_build_846487/blink.ino.hex:
avrdude: load data flash data input file /var/folders/mx/g6cyt6_50pl0p1g_ykv6xj980000gn/t/arduino_build_846487/blink.ino.hex:
avrdude: input file /var/folders/mx/g6cyt6_50pl0p1g_ykv6xj980000gn/t/arduino_build_846487/blink.ino.hex contains 926 bytes
avrdude: reading on-chip flash data:
reading | #########################an error occurred while uploading sketch
######################### | 100% 0.14s
avrdude: verifying ...
avrdude: verification error, first mismatch @ byte 0x0042
0x15 != 0x14
avrdude: verification error; content mismatch
avrdude done. thank you.
this report have more information with
"show verbose output during compilation"
option enabled in file -> preferences.
operating system: macos sierra version 10.12.2 running on macbook air
board: arduino uno
whether or not ever able upload board: initially, able change delay on blink program , arduino responded. wrote code spaceship interface (project 2 in book), not upload , received avrdude error. did not make changes computer in between modifying blink code , uploading spaceship interface code.
here verbose output:
code: [select]
arduino: 1.8.0 (mac os x), board: "arduino/genuino uno"sketch uses 926 bytes (2%) of program storage space. maximum 32256 bytes.
global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes local variables. maximum 2048 bytes.
/applications/arduino.app/contents/java/hardware/tools/avr/bin/avrdude -c/applications/arduino.app/contents/java/hardware/tools/avr/etc/avrdude.conf -v -patmega328p -carduino -p/dev/cu.usbmodem411 -b115200 -d -uflash:w:/var/folders/mx/g6cyt6_50pl0p1g_ykv6xj980000gn/t/arduino_build_846487/blink.ino.hex:i
avrdude: version 6.3, compiled on dec 16 2016 @ 13:32:25
copyright (c) 2000-2005 brian dean, http://www.bdmicro.com/
copyright (c) 2007-2014 joerg wunsch
system wide configuration file "/applications/arduino.app/contents/java/hardware/tools/avr/etc/avrdude.conf"
user configuration file "/users/boetzelaer/.avrduderc"
user configuration file not exist or not regular file, skipping
using port : /dev/cu.usbmodem411
using programmer : arduino
overriding baud rate : 115200
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 : arduino
description : arduino
hardware version: 3
firmware version: 4.4
vtarget : 0.3 v
varef : 0.3 v
oscillator : 28.800 khz
sck period : 3.3 us
avrdude: avr device initialized , ready accept instructions
reading | ################################################## | 100% 0.00s
avrdude: device signature = 0x1e950f (probably m328p)
avrdude: reading input file "/var/folders/mx/g6cyt6_50pl0p1g_ykv6xj980000gn/t/arduino_build_846487/blink.ino.hex"
avrdude: writing flash (926 bytes):
writing | ################################################## | 100% 0.19s
avrdude: 926 bytes of flash written
avrdude: verifying flash memory against /var/folders/mx/g6cyt6_50pl0p1g_ykv6xj980000gn/t/arduino_build_846487/blink.ino.hex:
avrdude: load data flash data input file /var/folders/mx/g6cyt6_50pl0p1g_ykv6xj980000gn/t/arduino_build_846487/blink.ino.hex:
avrdude: input file /var/folders/mx/g6cyt6_50pl0p1g_ykv6xj980000gn/t/arduino_build_846487/blink.ino.hex contains 926 bytes
avrdude: reading on-chip flash data:
reading | #########################an error occurred while uploading sketch
######################### | 100% 0.14s
avrdude: verifying ...
avrdude: verification error, first mismatch @ byte 0x0042
0x15 != 0x14
avrdude: verification error; content mismatch
avrdude done. thank you.
this report have more information with
"show verbose output during compilation"
option enabled in file -> preferences.
code: [select]
hi all
i have same problem nibo2 board. never able upload program. erase working. chip empty!!
i working linux version, same problem exists win 7 version.
here aoutpu arduno:
---------------------------------------------
arduino: 1.6.13 (linux), board: "nicai-systems nibo 2 robot"
bootloader file specified missing: /home/kurt/documents/avrpgm/hardware/nicai/avr/bootloaders/donoterasethebootloader
sketch uses 5,254 bytes (4%) of program storage space. maximum 131,072 bytes.
global variables use 901 bytes of dynamic memory.
/home/kurt/arduino/hardware/tools/avr/bin/avrdude -c/home/kurt/arduino/hardware/tools/avr/etc/avrdude.conf -v -patmega128 -cstk500v2 -p/dev/ttyacm0 -uflash:w:/tmp/arduino_build_125867/tt01_erstersketch.ino.hex:i
avrdude: version 6.3, compiled on sep 12 2016 @ 15:21:49
copyright (c) 2000-2005 brian dean, http://www.bdmicro.com/
copyright (c) 2007-2014 joerg wunsch
system wide configuration file "/home/kurt/arduino/hardware/tools/avr/etc/avrdude.conf"
user configuration file "/home/kurt/.avrduderc"
user configuration file not exist or not regular file, skipping
using port : /dev/ttyacm0
using programmer : stk500v2
avr part : atmega128
chip erase delay : 9000 us
pagel : pd7
bs2 : pa0
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 4 12 64 0 no 4096 8 0 9000 9000 0xff 0xff
flash 33 6 128 0 yes 131072 256 512 4500 4500 0xff 0xff
lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
calibration 0 0 0 0 no 4 0 0 0 0 0x00 0x00
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
programmer type : stk500v2
description : atmel stk500 version 2.x firmware
programmer model: avrisp
hardware version: 1
firmware version master : 2.10
vtarget : 5.0 v
sck period : 0.1 us
avrdude: avr device initialized , ready accept instructions
reading | ################################################## | 100% 0.01s
avrdude: device signature = 0x1e9702 (probably m128)
avrdude: note: "flash" memory has been specified, erase cycle performed
to disable feature, specify -d option.
avrdude: erasing chip
avrdude: reading input file "/tmp/arduino_build_125867/tt01_erstersketch.ino.hex"
avrdude: writing flash (5254 bytes):
writing | ################################################## | 100% 0.09s
avrdude: 5254 bytes of flash written
avrdude: verifying flash memory against /tmp/arduino_build_125867/tt01_erstersketch.ino.hex:
avrdude: load data flash data input file /tmp/arduino_build_125867/tt01_erstersketch.ino.hex:
avrdude: input file /tmp/arduino_build_125867/tt01_erstersketch.ino.hex contains 5254 bytes
avrdude: reading on-chip flash data:
reading | ##########################################an error occurred while uploading sketch
######## | 100% 0.67s
avrdude: verifying ...
avrdude: verification error, first mismatch @ byte 0x0000
0x00 != 0x0c
avrdude: verification error; content mismatch
avrdude done. thank you.
this report have more information with
"show verbose output during compilation"
option enabled in file -> preferences.
-----------------------------------
any clues??
thanks suggestions , help.
i have same problem nibo2 board. never able upload program. erase working. chip empty!!
i working linux version, same problem exists win 7 version.
here aoutpu arduno:
---------------------------------------------
arduino: 1.6.13 (linux), board: "nicai-systems nibo 2 robot"
bootloader file specified missing: /home/kurt/documents/avrpgm/hardware/nicai/avr/bootloaders/donoterasethebootloader
sketch uses 5,254 bytes (4%) of program storage space. maximum 131,072 bytes.
global variables use 901 bytes of dynamic memory.
/home/kurt/arduino/hardware/tools/avr/bin/avrdude -c/home/kurt/arduino/hardware/tools/avr/etc/avrdude.conf -v -patmega128 -cstk500v2 -p/dev/ttyacm0 -uflash:w:/tmp/arduino_build_125867/tt01_erstersketch.ino.hex:i
avrdude: version 6.3, compiled on sep 12 2016 @ 15:21:49
copyright (c) 2000-2005 brian dean, http://www.bdmicro.com/
copyright (c) 2007-2014 joerg wunsch
system wide configuration file "/home/kurt/arduino/hardware/tools/avr/etc/avrdude.conf"
user configuration file "/home/kurt/.avrduderc"
user configuration file not exist or not regular file, skipping
using port : /dev/ttyacm0
using programmer : stk500v2
avr part : atmega128
chip erase delay : 9000 us
pagel : pd7
bs2 : pa0
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 4 12 64 0 no 4096 8 0 9000 9000 0xff 0xff
flash 33 6 128 0 yes 131072 256 512 4500 4500 0xff 0xff
lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
calibration 0 0 0 0 no 4 0 0 0 0 0x00 0x00
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
programmer type : stk500v2
description : atmel stk500 version 2.x firmware
programmer model: avrisp
hardware version: 1
firmware version master : 2.10
vtarget : 5.0 v
sck period : 0.1 us
avrdude: avr device initialized , ready accept instructions
reading | ################################################## | 100% 0.01s
avrdude: device signature = 0x1e9702 (probably m128)
avrdude: note: "flash" memory has been specified, erase cycle performed
to disable feature, specify -d option.
avrdude: erasing chip
avrdude: reading input file "/tmp/arduino_build_125867/tt01_erstersketch.ino.hex"
avrdude: writing flash (5254 bytes):
writing | ################################################## | 100% 0.09s
avrdude: 5254 bytes of flash written
avrdude: verifying flash memory against /tmp/arduino_build_125867/tt01_erstersketch.ino.hex:
avrdude: load data flash data input file /tmp/arduino_build_125867/tt01_erstersketch.ino.hex:
avrdude: input file /tmp/arduino_build_125867/tt01_erstersketch.ino.hex contains 5254 bytes
avrdude: reading on-chip flash data:
reading | ##########################################an error occurred while uploading sketch
######## | 100% 0.67s
avrdude: verifying ...
avrdude: verification error, first mismatch @ byte 0x0000
0x00 != 0x0c
avrdude: verification error; content mismatch
avrdude done. thank you.
this report have more information with
"show verbose output during compilation"
option enabled in file -> preferences.
-----------------------------------
any clues??
thanks suggestions , help.
Arduino Forum > Using Arduino > Installation & Troubleshooting > avrdude: verification error on new Arduino Uno board
arduino
Comments
Post a Comment