Difference between revisions of "Downloads"

From sigrok
Jump to navigation Jump to search
m
m
Line 25: Line 25:
== Example data ==
== Example data ==


We collect various captured logic analyzer signals / protocol dumps in the [http://sigrok.git.sourceforge.net/git/gitweb.cgi?p=sigrok/sigrok-dumps;a=shortlog sigrok-dumps] git repository:
See the [[Example dumps]] wiki page.
 
$ '''git clone git://sigrok.git.sourceforge.net/gitroot/sigrok/sigrok-dumps'''
 
They can be useful for testing the sigrok [[command-line]] application, the sigrok [[GUI]]s, or the [[protocol decoders]].


== Firmware files ==
== Firmware files ==


Some logic analyzers require a firmware upload before they can be used. For some (but not all) of those devices there are publically available and redistributable firmware files in the [http://sigrok.git.sourceforge.net/git/gitweb.cgi?p=sigrok/sigrok-firmwares;a=shortlog sigrok-firmwares] git repository:
See the [[Firmware]] wiki page.
 
$ '''git clone git://sigrok.git.sourceforge.net/gitroot/sigrok/sigrok-firmwares'''
 
== fx2lafw ==
 
[[fx2lafw]] is an open-source firmware for Cypress FX2 based logic analyzers. You can get the code from the [http://sigrok.git.sourceforge.net/git/gitweb.cgi?p=sigrok/fx2lafw;a=shortlog fx2lafw] git repository:
 
$ '''git clone git://sigrok.git.sourceforge.net/gitroot/sigrok/fx2lafw'''

Revision as of 18:55, 1 May 2012

Releases

You can download the libsigrok/libsigrokdecode/sigrok-cli tarballs from SourceForge.

See Releases for the release notes.

Binaries and distribution packages

Please contact us if you want to work on packages for other Linux distributions or OSes.

Source code

The development is done in the sigrok git repository. To get a copy:

$ git clone git://sigrok.git.sourceforge.net/gitroot/sigrok/sigrok

See Linux, Mac OS X, Windows, and FreeBSD for build instructions.

Example data

See the Example dumps wiki page.

Firmware files

See the Firmware wiki page.