bootloader
Development
23
Posts
8
Posters
15.5k
Views
10
Watching
-
Hi,
I'm trying to burn 16Mhz version but I get the following error at the end:
avrdude: verification error, first mismatch at byte 0x0000 0x3f != 0xffProgrammer: Usbasp
-
Hi,
I'm trying to burn 16Mhz version but I get the following error at the end:
avrdude: verification error, first mismatch at byte 0x0000 0x3f != 0xffProgrammer: Usbasp
@Mayank-Raichura I had the same problem with usbasp. The fix was to remove the -D flag (disable auto erase) when running avrdude.
-
@Mayank-Raichura I had the same problem with usbasp. The fix was to remove the -D flag (disable auto erase) when running avrdude.
@Redferne Thanks. I'll check it out.