aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2014-07-20 15:35:43 -0600
committerSelene ToyKeeper2014-07-20 15:35:43 -0600
commitdd169d1d057fc5f3674a0de31db8960a8d0746cc (patch)
tree015888f26c16941f8094fee249bab4a92fdadc6e
parentStarting a new flashlight firmware repository... just the README so far. (diff)
downloadanduril-dd169d1d057fc5f3674a0de31db8960a8d0746cc.tar.gz
anduril-dd169d1d057fc5f3674a0de31db8960a8d0746cc.tar.bz2
anduril-dd169d1d057fc5f3674a0de31db8960a8d0746cc.zip
Included a precompiled version of 'hello world' so people can test the
flashing process even if their build toolchain isn't working. Not everyone needs to compile the firmware.
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
index b5280c5..6697f1d 100644
--- a/README
+++ b/README
@@ -33,6 +33,19 @@ After wiring everything up, this tests the connection to the ATTINY13A chip:
avrdude -p t13 -c usbasp -n
(you may need to put 'sudo' in front, on UNIX systems)
+For a quick test to make sure your tool chain works and your flashing tools
+are working, try the 'hello world' program:
+
+ cd hello_world
+ make
+ make flash
+
+Or, to check just your flashing hardware, you can skip the build step and
+send the already-compiled version I included:
+
+ cd hello_world
+ make flash-example
+
To flash NLITE, which is a good second test... (this is the output from my
terminal, which may or may not be quite correct... not sure what the sck
period error is about, and the verify fails, but it otherwise works)
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.