Lauszus / Sanguino

Sanguino add-on for the Arduino IDE, based on http://code.google.com/p/sanguino/
https://lauszus.github.com/Sanguino/
185 stars 96 forks source link

upload problem #1

Closed wkraus closed 11 years ago

wkraus commented 11 years ago

Works well with ATmega644. Instead with ATmega1284P, I can upload the bootloader, but I get a error message when trying to upload a program: avrdude: verification error, first mismatch at byte 0x0000 0x0c != 0xff avrdude: verification error; content mismatch

Lauszus commented 11 years ago

@wkraus what version of the Arduino IDE are you using and are you using the 8Mhz or 16MHz board entry?

wkraus commented 11 years ago

Thanks for quick response, I am using Arduino iDE 1.0.3 with 16 MHz on ATmega1284P.

The chip works well with Original Mighty 1284p 16 MHz.


Von: Kristian Sloth Lauszus [mailto:notifications@github.com] Gesendet: Donnerstag, 4. April 2013 19:21 An: Lauszus/Sanguino Cc: wkraus Betreff: Re: [Sanguino] upload problem (#1)

@wkraus https://github.com/wkraus what version of the Arduino IDE are you using and are you using the 8Mhz or 16MHz board entry?

Reply to this email directly or view https://github.com/Lauszus/Sanguino/issues/1#issuecomment-15911099 it on GitHub. https://github.com/notifications/beacon/voVQPRqZFFdrCZPXToHlUGrOk4k0BnKqvHt OYGuCu2NVKeMDc-vPGCF_HTQY9u3Q.gif

Lauszus commented 11 years ago

This commit should fix it: https://github.com/Lauszus/Sanguino/commit/8fea5316873fe65f54a719c60bdb982bbce0b04b Please download the new files and tell me if it's working now?

wkraus commented 11 years ago

great - now it works - thank You so much !!

Werner


Von: Kristian Sloth Lauszus [mailto:notifications@github.com] Gesendet: Donnerstag, 4. April 2013 20:08 An: Lauszus/Sanguino Cc: wkraus Betreff: Re: [Sanguino] upload problem (#1)

This commit should fix it: https://github.com/Lauszus/Sanguino/commit/8fea5316873fe65f54a719c60bdb982b bce0b04b 8fea531 Please download the new files and tell me if it's working now?

Reply to this email directly or view https://github.com/Lauszus/Sanguino/issues/1#issuecomment-15913659 it on GitHub. https://github.com/notifications/beacon/voVQPRqZFFdrCZPXToHlUGrOk4k0BnKqvHt OYGuCu2NVKeMDc-vPGCF_HTQY9u3Q.gif

Lauszus commented 11 years ago

You're welcome :)