Created
April 29, 2019 09:19
-
-
Save diyfr/8e0669a7c57b62aa46f086ebff13506e to your computer and use it in GitHub Desktop.
Upgrade Digispark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/micronucleus/micronucleus.git | |
apt-get install gcc-avr binutils-avr avr-libc gdb-avr ruby libusb-dev avrdude | |
cd micronucleus | |
cd commandline | |
sudo make | |
sudo make install | |
cd .. | |
make CONFIG=t85_default upgrade | |
cd upgrade | |
sudo ruby generate-data.rb t85_default.hex | |
sudo micronucleus --run upgrade.hex | |
micronucleus /? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment