ArduinoGeneral

Firebeetle M0: AVRDude error message after flashing

userHead Account cancelled 2021-12-16 00:56:32 405 Views0 Replies
Hi,
I'm running Arduino IDE 1.8.13 with the dfrobot Firebeetle library 0.0.4.
After flashing a program I get the following error message from AVRDude:
Code: Select all
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: verification error, first mismatch at byte 0x9364
         0x30 != 0x04
avrdude: verification error; content mismatch
The program I flashed works fine, but the error message is confusing.

Another problem I've already solved is the wrong or outdated link in the Firebeetle M0 Wiki for the Arduino boardmanager.
The correct link is:
http://download.dfrobot.top/firebeetle/ ... index.json
Code: Select all
http://download.dfrobot.top/firebeetle/package_DFRobot_test_index.json
Please correct your Wiki, thanks.
o_lampe