summaryrefslogtreecommitdiff
path: root/openpicc/readme.txt
blob: 21fc02feeca05dd4c96c71ba7404fe2b741c9602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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 !
personal git repositories of Harald Welte. Your mileage may vary