diff options
author | Nathan Friedly <nathan@nfriedly.com> | 2015-01-31 11:17:37 -0500 |
---|---|---|
committer | Nathan Friedly <nathan@nfriedly.com> | 2015-01-31 11:17:37 -0500 |
commit | 61fbbefcc34c9aa28762133599619d03c3499693 (patch) | |
tree | 316437909073dd581f70c9a97471368910d6c5dc /upgrade | |
parent | 605633faa1b3bee01bd4229b8dc14c424aa5fcb9 (diff) | |
download | micronucleus-61fbbefcc34c9aa28762133599619d03c3499693.tar.gz micronucleus-61fbbefcc34c9aa28762133599619d03c3499693.tar.bz2 micronucleus-61fbbefcc34c9aa28762133599619d03c3499693.zip |
Adding prerequesits
libusb ruby gem and some way of getting avr-gcc
Diffstat (limited to 'upgrade')
-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 =================== |