X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=firmware%2FREADME;fp=firmware%2FREADME;h=0000000000000000000000000000000000000000;hp=916af036514911f177360f25fcc03a1833b9eb0a;hb=ce52b2a412383c7958cbd6f0dc8251fbf28b3c08;hpb=4ee2501ff864b8e15202ee814e8bafcc0c2adf6c diff --git a/firmware/README b/firmware/README deleted file mode 100644 index 916af03..0000000 --- a/firmware/README +++ /dev/null @@ -1,19 +0,0 @@ -Realraum tuer instructions: - -1. install avr-gcc and tools: - $ sudo aptitude install gcc-avr avr-libc avrdude - -2. download arduino: - $ wget http://arduino.googlecode.com/files/arduino-0013-linux2.tgz - -3. unpack and add link: - $ tar -xzf arduino-0013-linux2.tgz - $ ln -s arduino-0013 arduino - -4. update Makefile variables INSTALL_DIR and PORT to your needs - -5. build it - $ make - -6. flash it (press reset) - $ make upload