]> sigrok.org Git - sigrok-util.git/commitdiff
firmware/kingst-la: remove redundant manpage conversion output
authorGerhard Sittig <redacted>
Mon, 10 Jan 2022 19:10:29 +0000 (20:10 +0100)
committerGerhard Sittig <redacted>
Sun, 6 Feb 2022 20:49:28 +0000 (21:49 +0100)
The sigrok-fwextract-kingst-la2016(1) manpage source code is sufficient,
there is no benefit in keeping a groff rendered text incarnation of that
manpage as well. No other firmware/ utility has this either.

This undoes the redundant part of commit 625617b09c84 which should not
have gone here in the first place.

firmware/kingst-la/README [deleted file]
firmware/kingst-la/make-readme.sh [deleted file]
firmware/kingst-la/sigrok-fwextract-kingst-la2016.1

diff --git a/firmware/kingst-la/README b/firmware/kingst-la/README
deleted file mode 100644 (file)
index 9f1bc41..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-SIGROK-FWEXTRACT-KINGST-LA20General Commands SIGROK-FWEXTRACT-KINGST-LA2016(1)
-
-
-
-NAME
-       sigrok-fwextract-kingst-la2016  -  Extract  Kingst firmware from vendor
-       software
-
-SYNOPSIS
-       sigrok-fwextract-kingst-la2016 [FILE]
-
-DESCRIPTION
-       This tool extracts the FX2 MCU firmware and  FPGA  bitstreams  for  the
-       Kingst  LA2016/LA1016  USB  logic  analyzers  from the vendor software.
-       These analyzers share the  same  USB  VID:PID  and  use  the  same  FX2
-       firmware.   The  correct  FPGA  bitstream  is selected by the libsigrok
-       driver after loading the FX2 firmware and reading the device identifier
-       from EEPROM.
-
-       Download  the Linux version of the vendor software from [1], and unpack
-       it to find the main binary called "KingstVIS". To extract the  firmware
-       and bitstreams, run the following commands:
-
-         $ tar -xzf KingstVIS_v3.5.0_linux.tar.gz KingstVIS
-
-         $ sigrok-fwextract-kingst-la2016 KingstVIS/KingstVIS
-         saved 5430 bytes to kingst-la-01a2.fw (crc32=720551a9)
-         saved 178362 bytes to kingst-la2016a1-fpga.bitstream (crc32=7cc894fa)
-         saved 178542 bytes to kingst-la2016-fpga.bitstream (crc32=20694ff1)
-         saved 178379 bytes to kingst-la1016a1-fpga.bitstream (crc32=166866be)
-         saved 178151 bytes to kingst-la1016-fpga.bitstream (crc32=7db70001)
-
-       Copy  the above firmware and bitstream files to the location where lib-
-       sigrok expects to find firmware files.  By  default  this  is  /usr/lo-
-       cal/share/sigrok-firmware.
-
-OPTIONS
-       None.
-
-EXIT STATUS
-       Exits with 0 on success, 1 on most failures.
-
-SEE ALSO
-       sigrok-fwextract-saleae-logic16(1)
-       sigrok-fwextract-dreamsourcelab-dslogic(1)
-       sigrok-fwextract-hantek-dso(1)
-       sigrok-fwextract-lecroy-logicstudio(1)
-       sigrok-fwextract-sysclk-lwla1016(1)
-       sigrok-fwextract-sysclk-lwla1034(1)
-
-BUGS
-       Please  report any bugs via Bugzilla (http://sigrok.org/bugzilla) or on
-       the sigrok-devel mailing list (sigrok-devel@lists.souceforge.net).
-
-LICENSE
-       This program is covered by the GNU General Public License  (GPL),  ver-
-       sion 3 or later.
-
-AUTHORS
-       Please see the individual source code files.
-
-NOTES
-        1. Vendor website
-           http://www.qdkingst.com/download
-           MD5 of v3.5.0: 812bbd37a16d315a489ca33ea2868a36
-
-
-
-
-                                 Mar 13, 2021SIGROK-FWEXTRACT-KINGST-LA2016(1)
diff --git a/firmware/kingst-la/make-readme.sh b/firmware/kingst-la/make-readme.sh
deleted file mode 100755 (executable)
index 8bc0cea..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-groff -Tascii -man sigrok-fwextract-kingst-la2016.1 | col -bx > README
-cat README
-
index c0871ec29ce9bb7f0b988ba36ccefc525c76e525..14ceab5c96ce278735b2a02a86c65c9e687dfa1f 100644 (file)
@@ -64,4 +64,3 @@ Vendor website
 .RB http://www.qdkingst.com/download
 .br
 \%MD5 of v3.5.0: 812bbd37a16d315a489ca33ea2868a36
-