diff options
author | Jenna Fox <a@creativepony.com> | 2015-04-12 12:34:48 +1000 |
---|---|---|
committer | Jenna Fox <a@creativepony.com> | 2015-04-12 12:34:48 +1000 |
commit | bf3ebd5ffd0623f0c851f866d7c8e90b6cd97b1c (patch) | |
tree | 316437909073dd581f70c9a97471368910d6c5dc | |
parent | 605633faa1b3bee01bd4229b8dc14c424aa5fcb9 (diff) | |
parent | 61fbbefcc34c9aa28762133599619d03c3499693 (diff) | |
download | micronucleus-bf3ebd5ffd0623f0c851f866d7c8e90b6cd97b1c.tar.gz micronucleus-bf3ebd5ffd0623f0c851f866d7c8e90b6cd97b1c.tar.bz2 micronucleus-bf3ebd5ffd0623f0c851f866d7c8e90b6cd97b1c.zip |
Merge pull request #59 from nfriedly/patch-1
Adding prerequesits
-rw-r--r-- | upgrade/readme.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/upgrade/readme.txt b/upgrade/readme.txt index 0073ad9..394e206 100644 --- a/upgrade/readme.txt +++ b/upgrade/readme.txt @@ -7,6 +7,15 @@ The program then emits a beep if a piezo speaker is connected between PB0 and PB Upgrade has only been tested with micronucleus - use it to upload other bootloaders at your own risk! +Prerequesits +============ + +You'll need a few dependencies to start with: + + gem install libusb + +Also, you'll need avr-gcc. For OS X, it can be obtained from http://www.obdev.at/products/crosspack/download.html + Creating an Upgrade =================== |