aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README23
1 files changed, 18 insertions, 5 deletions
diff --git a/README b/README
index 164b0ca..3612013 100644
--- a/README
+++ b/README
@@ -23,19 +23,32 @@ Some useful hardware for flashing firmware:
http://www.fasttech.com/product/1011800-40-pin-splittable-ribbon-cable-20cm
http://www.digikey.com/product-detail/en/5250/501-1311-ND/745102
+For Windows users, these links may be useful:
+
+ Hoop's guide:
+
+ http://budgetlightforum.com/node/36216
+
+ Comfychair's guide:
+
+ http://budgetlightforum.com/node/29081
+
+ WarHawk-AVG's guide:
+
+ http://budgetlightforum.com/node/29684
+
To set up an attiny dev environment on Ubuntu (13.10):
sudo apt-get install flex byacc bison gcc libusb-dev libc6-dev
sudo apt-get install gcc-avr avr-libc binutils-avr
sudo apt-get install avrdude avrdude-doc
-Installing attiny dev tools on UNIX systems in general:
+ Optional: (make avrdude usable by non-root users, is a security risk)
+ sudo chmod u+s $(which avrdude)
- http://www.ladyada.net/learn/avr/setup-unix.html
+Building/installing attiny dev tools on other UNIX systems (in general):
-To build a .hex file from a .c file, in Windows:
-
- http://budgetlightforum.com/node/29081
+ http://www.ladyada.net/learn/avr/setup-unix.html
After wiring everything up, this tests the connection to the ATTINY13A chip:
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.