Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

9
  • Enable verbose mode, program it once with the IDE, and copy the command line it uses. Commented Jun 16, 2018 at 1:30
  • What is the IDE? Commented Jun 16, 2018 at 1:53
  • And what do you mean by "program it"? Could you just tell me what the avrdude command is? I don't have any IDE installed. Commented Jun 16, 2018 at 1:58
  • Also verbose modes -v, -vv, -vvv, and -vvvv don't really seem to affect anything. Commented Jun 16, 2018 at 2:02
  • 1
    You are asking a question on the Arduino site, presumably you are familiar with the Arduino tools? If not, give that a try first to validate your hardware and tools setup (before you try to do things the hard way. Use the avrdude and configuration file for it that ships with a modern Arduino IDE version, and let the IDE drive it the first time, with verbose mode selected in the dropdown menu, so you see the suitable command. Commented Jun 16, 2018 at 2:04