From: Uwe Hermann Date: Mon, 5 Aug 2013 13:17:53 +0000 (+0200) Subject: sigrok-fwextract-hantek-dso: Add manpage. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=commitdiff_plain;h=0de04a364f0e6b14343ade0ef1c12de9b80e64f0 sigrok-fwextract-hantek-dso: Add manpage. --- diff --git a/firmware/hantek-dso/README.sigrok-fwextract-hantek-dso b/firmware/hantek-dso/README.sigrok-fwextract-hantek-dso deleted file mode 100644 index 4dc7d48..0000000 --- a/firmware/hantek-dso/README.sigrok-fwextract-hantek-dso +++ /dev/null @@ -1,10 +0,0 @@ -This tool extracts firmware from the driver that comes -with the Hantek DSO-2xxx/52xx series USB oscilloscopes. Find the 32-bit -driver installed on the windows system -- typically called DSOxxxx1.sys or -DsoxxxxX861.sys, where xxxx is your device's model. Use it like this: - -$ sigrok-fwextract-hantek-dso Dso2090X861.sys -saved 4730 bytes to hantek-dso-2090.fw - -Copy the resulting file over to the location where sigrok installed its -firmware files. By default this is /usr/local/share/sigrok-firmware. diff --git a/firmware/hantek-dso/sigrok-fwextract-hantek-dso.1 b/firmware/hantek-dso/sigrok-fwextract-hantek-dso.1 new file mode 100644 index 0000000..3f6bd19 --- /dev/null +++ b/firmware/hantek-dso/sigrok-fwextract-hantek-dso.1 @@ -0,0 +1,39 @@ +.TH SIGROK\-FWEXTRACT\-HANTEK\-DSO 1 "Aug 08, 2013" +.SH "NAME" +sigrok\-fwextract\-hantek\-dso \- Extract Hantek DSO-2xxx/52xx firmware +.SH "SYNOPSIS" +.B sigrok\-fwextract\-hantek\-dso [FILE] +.SH "DESCRIPTION" +This tool extracts firmware from the driver that comes with the +Hantek DSO-2xxx/52xx series USB oscilloscopes. Find the 32-bit +driver installed on the Windows system -- typically called +.B DSOxxxx1.sys +or +.BR DsoxxxxX861.sys , +where xxxx is your device's model. +.PP +Use it like this: +.PP +.B " $ sigrok-fwextract-hantek-dso Dso2090X861.sys" +.br +.RB " saved 4730 bytes to hantek-dso-2090.fw" +.PP +Copy the resulting file over to the location where libsigrok expects +to find its firmware files. By default this is +.BR /usr/local/share/sigrok-firmware . +.SH OPTIONS +None. +.SH "EXIT STATUS" +Exits with 0 on success, 1 on most failures. +.SH "SEE ALSO" +\fBsigrok\-fwextract\-saleae\-logic16\fP(1) +.SH "BUGS" +Please report any bugs via Bugzilla +.RB "(" http://sigrok.org/bugzilla ")" +or on the sigrok\-devel mailing list +.RB "(" sigrok\-devel@lists.souceforge.net ")." +.SH "LICENSE" +This program is covered by the GNU General Public License (GPL), +version 3 or later. +.SH "AUTHORS" +Please see the individual source code files.