Page 1 of 1

Uploading error in avrdude

Posted: Thu Feb 16, 2017 3:09 pm
by rajeshkt
Hello,

I am suddenly getting this error, when I try to upload datalogger.ino sketch to Freematics Datalogger V4.
It was working fine, and suddenly seeing this issue:

Sketch uses 10842 bytes (33%) of program storage space. Maximum is 32256 bytes.
Global variables use 741 bytes (36%) of dynamic memory, leaving 1307 bytes for local variables. Maximum is 2048 bytes.
avrdude: verification error, first mismatch at byte 0x0000
0x62 != 0x0c
avrdude: verification error; content mismatch
avrdude: verification error; content mismatch

Can someone please suggest me what I can do now..
The device firmware in it runs fine and I do see values coming from it through bluetooth LE.
But I am not able to flash anything in it anymore..

The USB drivers are fine I think, since I could see the firmware log through USB-serial in the "Serial Monitor" console,
in Arduino IDE.

Thanks,

Regards,
Rajesh