AVRDUDE not working + touch shield

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
brooklync
 
Posts: 6
Joined: Mon Jun 29, 2015 1:26 pm

AVRDUDE not working + touch shield

Post by brooklync »

I'm trying to upload a sketch that uses the TFT touch shield. The sketch uploads without error when the shield is not connected. However, when the shield is connected, the compiler returns this error:

avrdude: verifying ...
avrdude: verification error, first mismatch at byte 0x0000
0x00 != 0x0c
avrdude: verification error; content mismatch

I believe there is a problem with the bootloader. Can anybody help me solve this problem? Thanks.

User avatar
Franklin97355
 
Posts: 23938
Joined: Mon Apr 21, 2008 2:33 pm

Re: AVRDUDE not working + touch shield

Post by Franklin97355 »

Since the code loads without the shield the bootloader is working (it's on the Arduino) You may have a short on the shield, could you post large (less than 1meg,~800x600), clear, detailed pictures of both sides of your board showing any soldering you have done?

User avatar
brooklync
 
Posts: 6
Joined: Mon Jun 29, 2015 1:26 pm

Re: AVRDUDE not working + touch shield

Post by brooklync »

I figured out that it wasn't working because the touch shield pins weren't fully connected to the arduino. Thanks!

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”