This project is a fork of the
sigrok-firmware.git project. If you have that one
already cloned locally, you can use
git clone --reference /path/to/your/sigrok-firmware.git/incarnation mirror_URL
to save bandwidth during cloning.
description | gsi's contribution to sigrok-firmware |
owner | Gerhard.Sittig@gmx.net |
last change | Wed, 16 Jun 2021 20:00:23 +0000 (16 22:00 +0200) |
URL | git://repo.or.cz/sigrok-firmware/gsi.git |
| https://repo.or.cz/sigrok-firmware/gsi.git |
push URL | ssh://repo.or.cz/sigrok-firmware/gsi.git |
| https://repo.or.cz/sigrok-firmware/gsi.git (learn more) |
bundle info | gsi.git downloadable bundles |
content tags
|
|
README
-------------------------------------------------------------------------------
README
-------------------------------------------------------------------------------
The sigrok project aims at creating a portable, cross-platform,
Free/Libre/Open-Source signal analysis software suite that supports various
device types (such as logic analyzers, oscilloscopes, multimeters, and more).
sigrok-firmware is a collection of firmware files required for some of the
devices libsigrok supports (logic analyzers, oscilloscopes, or others).
We only carry firmware files for which we have an explicit permission/license
that allows at _least_ redistribution of the firmware.
Copyright and license
---------------------
The 'sigrok-firmware' project/repo/tarball has no license per se, since
it's just a collection of firmware files from various sources.
Copyright and license info for these firmware files is available here:
* asix-sigma/*.fw: See asix-sigma/LICENSE.Sigma.
* sysclk-lwla/*.rbf: See sysclk-lwla/LICENSE.LWLA.
Status
------
sigrok-firmware is in a usable state and has had official tarball releases.
Building and installing
-----------------------
In order to get the sigrok-firmware source code and build it, run:
$ git clone git://sigrok.org/sigrok-firmware
$ cd sigrok-firmware
$ ./autogen.sh
$ ./configure
$ make
For installing sigrok-firmware:
$ make install
This will install the files into /usr/local/share/sigrok-firmware per default.
You can override the install directory like this:
$ ./configure --prefix=/usr
See INSTALL or the following wiki page for more (OS-specific) instructions:
http://sigrok.org/wiki/Building
Mailing list
------------
https://lists.sourceforge.net/lists/listinfo/sigrok-devel
IRC
---
You can find the sigrok developers in the #sigrok IRC channel on Libera.Chat.
Website
-------
http://sigrok.org/wiki/Firmware