Index: Doku/Readme.NIOS
===================================================================
--- Doku/Readme.NIOS	(Revision 0)
+++ Doku/Readme.NIOS	(Revision 0)
@@ -0,0 +1,93 @@
+# $Id$
+This document is a modified copy from 
+http://welecw2000a.svn.sourceforge.net/viewvc/welecw2000a/firmware/trunk/Official_Build/
+The File mentioned above seems to be removed.
+
+SF group is on:
+http://sourceforge.net/projects/welecw2000a/
+Both groups work together.
+There is an wiki with further information located at:
+http://sourceforge.net/apps/trac/welecw2000a/
+
+--------------------------------------------
+
+
+All sources of this project not licensed by other means
+are published unter GNU GENERAL PUBLIC LICENSE Version 3.
+
+I use gcc version 2.9-nios-010801-20030923
+found at 
+http://sourceforge.net/project/showfiles.php?group_id=81497&package_id=83481
+
+you will need:
+
+cdk-nios-binutils
+cdk-nios-gcc
+cdk-nios-gcc-c++
+cdk-nios-libgloss
+cdk-nios-newlib
+
+and unix2dos 
+
+-------------------------------------------------------
+On Debian Linux i386 (tested with sidux):
+Install alien:
+  apt-get install rpm
+  apt-get install alien
+
+Convert all rpm packages to deb packages with alien (Example):
+  alien cdk-nios-binutils-3.1-20040329.i386.rpm
+
+Install all new deb Packages with klick on in Konquer (follow the dialog)
+
+Add cdk4nios path into environment variable:
+Edit file "/etc/bash.bashrc" and insert this line:
+PATH=$PATH:/opt/cdk4nios/bin/
+at the end of the file.
+
+Install the tool unix2dos:
+  apt-get install tofrodos
+
+-------------------------------------------------------
+On Debian Linux amd64 (tested with lenny):
+
+Get the file 
+	cdk-nios-gcc_all_3.1-20040330_i386.deb.zip
+
+from 
+
+	http://groups.google.com/group/welec-dso/files
+
+and unzip it. You will see a bunch of .deb files 
+afterwards. Install them with:
+
+	dpkg --force-architecture -i FILE
+
+(You may use some for loop)
+
+Add cdk4nios path into environment variable and install
+install unix2dos as mentioned above.
+-------------------------------------------------------
+
+After having installed the toolchain run 
+
+make all
+
+This will build the project and glue together
+loader.flash and the projects .srec file to
+the flashable .flash file which can be downloaded
+via germs_up
+
+-------------------------------------------------------
+
+This is a little tool I have programmed to upload via serial connection 
+to the germs bootloader.
+
+Usage e.g.: cat ../TomCat.flash | ./germs_up /dev/ttyS0
+It can be helpful to open minicom to initialize the serial port and check the communication
+
+Regards, Andreas Fellnhofer
+
+Updated
+11.10.2008	Markus Müller	New section "On Debian:"
+20.07.2009	Rolf Würdemann	Removed dead link, added section Debian amd64
