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.

Required fields*

9
  • I'm rather new to Arduino so can you explain how I can do this Commented Sep 19, 2019 at 13:04
  • See this link: stackoverflow.com/questions/42770319/… Commented Sep 19, 2019 at 14:49
  • Do I upload "avrdude -p m328p -P usb -c usbtiny -U flash:r:flash.bin:r" in a new sketch? Commented Sep 20, 2019 at 13:01
  • You have to start it from the command line Commented Sep 20, 2019 at 13:08
  • 1
    On a Mac, open the application `terminal. Then the command should be the same. (Mac terminal windows use BASH, and the Windows command line has vague similarity to Unix) Commented May 25, 2020 at 20:30