summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Friedly <nathan@nfriedly.com>2015-01-31 11:17:37 -0500
committerNathan Friedly <nathan@nfriedly.com>2015-01-31 11:17:37 -0500
commit61fbbefcc34c9aa28762133599619d03c3499693 (patch)
tree316437909073dd581f70c9a97471368910d6c5dc
parent605633faa1b3bee01bd4229b8dc14c424aa5fcb9 (diff)
downloadmicronucleus-61fbbefcc34c9aa28762133599619d03c3499693.tar.gz
micronucleus-61fbbefcc34c9aa28762133599619d03c3499693.tar.bz2
micronucleus-61fbbefcc34c9aa28762133599619d03c3499693.zip
Adding prerequesits
libusb ruby gem and some way of getting avr-gcc
-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
===================