Skip to content

Instantly share code, notes, and snippets.

@HarshitRuwali
Created April 10, 2021 11:52
Show Gist options
  • Save HarshitRuwali/08e3a1dc7b01ba4b4f29a3786fb22990 to your computer and use it in GitHub Desktop.
Save HarshitRuwali/08e3a1dc7b01ba4b4f29a3786fb22990 to your computer and use it in GitHub Desktop.
Run digispark on mac

The issue with digispark attiny85 was that it was detectig(the light was on) with usb adapter but I was not able to upload the programs in it, IDE was not at all detecting the hardware. And the boarb was working fine in the windows environment.

So the following commands worked for me:

cd ~/Library/Arduino15/packages/digistump/tools/micronucleus/2.0a4/
chmod a+wx launcher
chmod a+wx micronucleus

source https://www.hackster.io/achindra/setting-up-digispark-attiny85-e96200

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment