]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blame_incremental - README
Bugfix: Tristate pins after acquisition.
[sigrok-firmware-fx2lafw.git] / README
... / ...
CommitLineData
1-------------------------------------------------------------------------------
2README
3-------------------------------------------------------------------------------
4
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
9sigrok-firmware-fx2lafw is a Free/Libre/Open-source firmware for logic
10analyzers based on the Cypress EZ-USB FX2(LP) chip.
11
12
13Status
14------
15
16sigrok-firmware-fx2lafw is in a usable state and has had official
17tarball releases.
18
19
20Requirements
21------------
22
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).
32 On Debian you can install it via:
33
34 $ apt-get install sdcc
35
36 This project has been tested to work with sdcc 2.9, 3.0, 3.1, and 3.2.
37
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.
40
41
42Building and installing
43-----------------------
44
45In order to get the sigrok-firmware-fx2lafw source code and build it, run:
46
47 $ git clone git://sigrok.org/sigrok-firmware-fx2lafw
48 $ cd sigrok-firmware-fx2lafw
49 $ ./autogen.sh
50 $ ./configure
51 $ make
52
53For installing sigrok-firmware-fx2lafw:
54
55 $ make install
56
57The generated *.fw files are installed into /usr/local/share/sigrok-firmware.
58
59You can override the install location like this:
60
61 $ ./configure --prefix=/usr
62
63See INSTALL or the following wiki page for more (OS-specific) instructions:
64
65 http://sigrok.org/wiki/Building
66
67
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
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
91
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
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
123Website
124-------
125
126 http://sigrok.org/wiki/Fx2lafw
127