]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blame - README
README: Add "Copyright and license" section.
[sigrok-firmware-fx2lafw.git] / README
CommitLineData
a75447f1
UH
1-------------------------------------------------------------------------------
2README
3-------------------------------------------------------------------------------
d5f5ea73 4
a75447f1
UH
5The sigrok project aims at creating a portable, cross-platform,
6Free/Libre/Open-Source signal analysis software suite that supports various
7device types (such as logic analyzers, oscilloscopes, multimeters, and more).
8
bf4dba5d
UH
9sigrok-firmware-fx2lafw is a Free/Libre/Open-source firmware for logic
10analyzers based on the Cypress EZ-USB FX2(LP) chip.
d5f5ea73 11
8b13135e 12
a75447f1
UH
13Status
14------
15
16sigrok-firmware-fx2lafw is in a usable state and has had official
17tarball releases.
18
19
d5f5ea73
UH
20Requirements
21------------
22
92c99f68
UH
23 - git
24 - make
25 - autoconf >= 2.63
26 - automake >= 1.11
27 - sdcc (>= 2.9.0)
28
29Notes:
30
31 - In order to build fx2lafw you need the 'sdcc' compiler (>= 2.9.0).
c7e02d8c 32 On Debian you can install it via:
d5f5ea73 33
c7e02d8c 34 $ apt-get install sdcc
d5f5ea73 35
71223dc9 36 This project has been tested to work with sdcc 2.9, 3.0, 3.1, and 3.2.
36074319 37
c7e02d8c
UH
38 - You need libsigrok >= 0.1.1 in order to make use of fx2lafw. Earlier
39 versions didn't have support for FX2 devices using this firmware.
d5f5ea73 40
d5f5ea73 41
a75447f1
UH
42Building and installing
43-----------------------
d5f5ea73 44
a75447f1 45In order to get the sigrok-firmware-fx2lafw source code and build it, run:
d5f5ea73 46
a75447f1
UH
47 $ git clone git://sigrok.org/sigrok-firmware-fx2lafw
48 $ cd sigrok-firmware-fx2lafw
36074319
UH
49 $ ./autogen.sh
50 $ ./configure
a75447f1 51 $ make
8b13135e 52
a75447f1 53For installing sigrok-firmware-fx2lafw:
8b13135e 54
a75447f1 55 $ make install
8b13135e 56
de1a2178 57The generated *.fw files are installed into /usr/local/share/sigrok-firmware.
d5f5ea73 58
de1a2178 59You can override the install location like this:
d5f5ea73 60
36074319 61 $ ./configure --prefix=/usr
a75447f1 62
a123aff7 63See INSTALL or the following wiki page for more (OS-specific) instructions:
a75447f1 64
a123aff7 65 http://sigrok.org/wiki/Building
94ca1bed
UH
66
67
c610cc7e
UH
68Pre-built firmware files
69------------------------
70
71There are also pre-built firmware files that can be used without having
72to build them from source. You can download those from SourceForge:
73
74 http://sourceforge.net/projects/sigrok/files/binary/sigrok-firmware-fx2lafw/
75
76
94ca1bed
UH
77fx2lib
78------
79
80The fx2lafw code uses a (slightly modified) "fx2lib" helper library.
81
82It was imported into fx2lafw from
83
84 git://github.com/ubixum/fx2lib.git
85
86as of Feb 12, 2012 (git hash "416c104cbd").
87
88The following files/directories were removed, as they're not needed
89for our purposes: CHANGELOG, COPYING*, docs/, examples/, fw/, and utils/.
90
91f1e17f 91
bf4dba5d
UH
92Copyright and license
93---------------------
94
95sigrok-firmware-fx2lafw is licensed under the terms of the GNU General Public
96License (GPL), version 2 or later.
97
98It uses additional helper code (fx2lib), licensed under the GNU LGPL
99(version 2.1 or later).
100
101While some individual source code files are licensed under the LGPLv2.1+, and
102some files are licensed under the GPLv2+, this doesn't change the fact that
103the firmware as a whole is licensed under the terms of the GPLv2+.
104
105Please see the individual source files for the full list of copyright holders.
106
107
a75447f1
UH
108Mailing lists
109-------------
110
111There are two mailing lists for sigrok/sigrok-firmware-fx2lafw:
112
113 https://lists.sourceforge.net/lists/listinfo/sigrok-devel
114 https://lists.sourceforge.net/lists/listinfo/sigrok-commits
115
116
117IRC
118---
119
120You can find the sigrok developers in the #sigrok IRC channel on Freenode.
121
122
d5f5ea73
UH
123Website
124-------
125
a75447f1 126 http://sigrok.org/wiki/Fx2lafw
d5f5ea73 127