You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I apologize if this is a newbie question but I tried to figure out and search everywhere to find an answer to solve this problem. I'm trying to use my Arduino Mega 2560 as midi controller using Control Surface Master. However I could not get to flash my Arduino Mega 2560 using avrdude on Mac OS Mojave. I always get stuck and get this error: stk500v2_command(): command failed
I'm using this commands to do so: avrdude -p at90usb82 -F -P /myusbport -c avrispmkii -U flash:w:arduino_midi.hex -U lfuse:w:0xFF:m -U hfuse:w:0xD9:m -U efuse:w:0xF4:m -U lock:w:0x0F:m
After hitting enter I get this:
**avrdude: AVR device initialized and ready to accept instructions
avrdude: Device signature = 0x1e9801
avrdude: Expected signature for AT90USB82 is 1E 93 82
avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: stk500v2_command(): command failed
avrdude done. Thank you.**
What am I doing wrong? I follower step by step Hiduino's documentation. Installed latest Crosspack and running IDE 1.8.13
The text was updated successfully, but these errors were encountered:
Hi.
I apologize if this is a newbie question but I tried to figure out and search everywhere to find an answer to solve this problem. I'm trying to use my Arduino Mega 2560 as midi controller using Control Surface Master. However I could not get to flash my Arduino Mega 2560 using avrdude on Mac OS Mojave. I always get stuck and get this error: stk500v2_command(): command failed
I'm using this commands to do so: avrdude -p at90usb82 -F -P /myusbport -c avrispmkii -U flash:w:arduino_midi.hex -U lfuse:w:0xFF:m -U hfuse:w:0xD9:m -U efuse:w:0xF4:m -U lock:w:0x0F:m
After hitting enter I get this:
**avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.01s
avrdude: Device signature = 0x1e9801
avrdude: Expected signature for AT90USB82 is 1E 93 82
avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: stk500v2_command(): command failed
avrdude done. Thank you.**
What am I doing wrong? I follower step by step Hiduino's documentation. Installed latest Crosspack and running IDE 1.8.13
The text was updated successfully, but these errors were encountered: