diff options
Diffstat (limited to 'openpicc/readme.txt')
-rw-r--r-- | openpicc/readme.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/openpicc/readme.txt b/openpicc/readme.txt new file mode 100644 index 0000000..21fc02f --- /dev/null +++ b/openpicc/readme.txt @@ -0,0 +1,34 @@ +OpenBeaconUSB firmware source code tree v0.1 +-------------------------------------------- + +Copyright 2007 Milosch Meriac <milosch@openbeacon.de> +based on http://www.freertos.org/ embedded operating system + +Visit http://www.openbeacon.org/ and http://wiki.openbeacon.org/ for further +informations. + +All supplied code is licensed under GNU General Public License Version 2, +June 1991. See "license.txt" file for license informations. Alternative +license types are available for the "/application"-tree on request. Please +contact milosch@openbeacon.de on license issues. + +The contained firmware source code is verified to compile flawless by using +GCC version 4.0.2 configured as ARM cross compiler. + +The USB device creates a virtual serial COM port - you can access it by using +115200 baud, 8 data bit, no parity and one stop bit. Under Linux just plug it +into your computer - a /dev/ttyACM? device will appear automagically. + +We personally prefer the "cu" command line tool from uucp-Package to access +the created serial port easily under Linux based operating systems. + +For Microsoft Windows you have to use the supplied .inf-file from the +"win32driver" directory - you can verify the assigned COM port by using the +control panel. + +Use the contained "at91flash"-tool to udpate to contained firmware. The +supplied script depends on our modified sam7 tool: +http://www.openpcd.org/dl/sam7utils-0.1.0-bm.tar.bz2 + + +Enjoy !
\ No newline at end of file |