summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenna Fox <a@creativepony.com>2015-04-12 12:34:48 +1000
committerJenna Fox <a@creativepony.com>2015-04-12 12:34:48 +1000
commitbf3ebd5ffd0623f0c851f866d7c8e90b6cd97b1c (patch)
tree316437909073dd581f70c9a97471368910d6c5dc
parent605633faa1b3bee01bd4229b8dc14c424aa5fcb9 (diff)
parent61fbbefcc34c9aa28762133599619d03c3499693 (diff)
downloadmicronucleus-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.txt9
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
===================