X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=README;h=d0a5118a79847e4990f66fcc4995faa20d40d09b;hb=11eed913a9c535b87b5d5b5b92d2622cf34cee8b;hp=d252418471320085079df10ca41f529e08ee5dbf;hpb=eb1a166a24fbe5e2bb2f98e63e0397bf267105f1;p=sigrok-firmware.git diff --git a/README b/README index d252418..d0a5118 100644 --- a/README +++ b/README @@ -2,35 +2,75 @@ README ------------------------------------------------------------------------------- -This is a collection of firmware files required for some of the devices -sigrok supports (logic analyzers, oscilloscopes, or others). +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. -Installation ------------- +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. + -You can install the firmware files like this: +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 them into /usr/local/share/libsigrok/firmware per default. +This will install the files into /usr/local/share/sigrok-firmware per default. You can override the install directory like this: - $ make DESTDIR=/tmp/foo install + $ ./configure --prefix=/usr +See INSTALL or the following wiki page for more (OS-specific) instructions: -Licenses --------- + http://sigrok.org/wiki/Building - * asix-sigma/*.fw: See asix-sigma/LICENSE.Sigma. + +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 + http://sigrok.org/wiki/Firmware