diff options
author | Bluebie <a@creativepony.com> | 2012-10-04 11:31:57 +1000 |
---|---|---|
committer | Bluebie <a@creativepony.com> | 2012-10-04 11:31:57 +1000 |
commit | 48d4ef5ee067afb7bd2f7e1cbb0fb4ef37059339 (patch) | |
tree | fc9d755a2ae7aa3cfb73460ce5cc79fc4728d70e /upgrade | |
parent | cf6913bccbc81683a215852a2eab3e0dff8787c6 (diff) | |
download | micronucleus-48d4ef5ee067afb7bd2f7e1cbb0fb4ef37059339.tar.gz micronucleus-48d4ef5ee067afb7bd2f7e1cbb0fb4ef37059339.tar.bz2 micronucleus-48d4ef5ee067afb7bd2f7e1cbb0fb4ef37059339.zip |
Upgrade: Added note about ruby
Diffstat (limited to 'upgrade')
-rw-r--r-- | upgrade/readme.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/upgrade/readme.txt b/upgrade/readme.txt index 855194c..49098ba 100644 --- a/upgrade/readme.txt +++ b/upgrade/readme.txt @@ -9,7 +9,9 @@ The program then emits a beep if a piezo speaker is connected between PB0 and PB Creating an Upgrader ==================== - ruby generate-data my_bootloader.hex + ruby generate-data.rb my_bootloader.hex make clean; make Next upload the 'upgrade.hex' file generated, via whichever bootloader you're using. If you're using micronucleus and have the command line tool installed: micronucleus --run upgrade.hex + +The ruby script requires ruby 1.9 be installed. On Mac OS this is best achieved via Mac Homebrew. The 1.8 version included wont do. |