916af036514911f177360f25fcc03a1833b9eb0a
[svn42.git] / firmware / README
1 Realraum tuer instructions:
2
3 1. install avr-gcc and tools:
4     $ sudo aptitude install gcc-avr avr-libc avrdude
5
6 2. download arduino:
7     $ wget http://arduino.googlecode.com/files/arduino-0013-linux2.tgz
8
9 3. unpack and add link:
10     $ tar -xzf arduino-0013-linux2.tgz
11     $ ln -s arduino-0013 arduino
12     
13 4. update Makefile variables INSTALL_DIR and PORT to your needs
14
15 5. build it
16     $ make
17
18 6. flash it (press reset)
19     $ make upload