From bd573d7551874cb1d4bd4dba4ef3bf0fad83b5a7 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Wed, 1 Apr 2015 19:06:59 -0600 Subject: Improved info for Windows users in the README. Showed how to add suid on avrdude for convenience. --- README | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'README') 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: -- cgit v1.2.3