summaryrefslogtreecommitdiffstats
path: root/Readme.txt
diff options
context:
space:
mode:
authorJenna Fox <a@creativepony.com>2012-09-24 10:28:53 +1000
committerJenna Fox <a@creativepony.com>2012-09-24 10:28:53 +1000
commit3974acefcd51203c69f5432c8d29feb5d96fa007 (patch)
treedafc0eaa51e27671711d0fa04970279479bc8a28 /Readme.txt
parent7713be1d2555c1a0b1cb8b2dbc47682cadc840fb (diff)
downloadmicronucleus-3974acefcd51203c69f5432c8d29feb5d96fa007.tar.gz
micronucleus-3974acefcd51203c69f5432c8d29feb5d96fa007.tar.bz2
micronucleus-3974acefcd51203c69f5432c8d29feb5d96fa007.zip
update readme to reflect upload.rb's hex file support
Diffstat (limited to 'Readme.txt')
-rw-r--r--Readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.txt b/Readme.txt
index 361987d..f7568a3 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -11,7 +11,7 @@ folder - it's irrelevent for now - don't use that stuff!
To upload to the device, pop in to 'firmware', and install ruby 1.9 on your system
(I recommend using homebrew on Macs), then install libusb 1.x and then the libusb
rubygem. You'll then be able to use my two experimental scripts 'upload.rb' and 'dump.rb'
-to upload binary files via bootloader (not hex) and dump to binary files over a
+to upload binary or hex files via bootloader and dump to binary files over a
littlewire/usbtiny isp. I used ruby for rapid prototyping - I think it'd be better
to port this stuff to C, modifying obdev's commandline app to do it or something like
that.