]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blame_incremental - README
Update install instructions.
[sigrok-firmware-fx2lafw.git] / README
... / ...
CommitLineData
1------------------------------------------------------------------------------
2fx2lafw
3------------------------------------------------------------------------------
4
5fx2lafw is a free/libre/open-source firmware for logic analyzers based on
6the Cypress EZ-USB FX2(LP) chip.
7
8It is licensed under the terms of the GNU GPL (version 2 or later), and uses
9additional helper code (fx2lib), licensed under the GNU LGPL (version 2.1
10or later).
11
12
13Requirements
14------------
15
16 - In order to build fx2lafw you need the 'sdcc' compiler.
17 On Debian you can install it via:
18
19 $ apt-get install sdcc
20
21 - You need libsigrok >= 0.1.1 in order to make use of fx2lafw. Earlier
22 versions didn't have support for FX2 devices using this firmware.
23
24
25Building
26--------
27
28 $ git clone git://sigrok.git.sourceforge.net/gitroot/sigrok/fx2lafw
29 $ cd fx2lafw
30 $ make
31
32
33Installation
34------------
35
36 $ sudo make install
37
38The generated *.fw files are installed into /usr/local/share/sigrok-firmware.
39
40You can override the install location like this:
41
42 $ sudo make install DESTDIR=/usr/share/sigrok-firmware
43
44
45fx2lib
46------
47
48The fx2lafw code uses a (slightly modified) "fx2lib" helper library.
49
50It was imported into fx2lafw from
51
52 git://github.com/ubixum/fx2lib.git
53
54as of Feb 12, 2012 (git hash "416c104cbd").
55
56The following files/directories were removed, as they're not needed
57for our purposes: CHANGELOG, COPYING*, docs/, examples/, fw/, and utils/.
58
59
60Website
61-------
62
63See the fx2lafw website for further information:
64
65 http://sigrok.org/wiki/Fx2lafw
66