]> sigrok.org Git - sigrok-util.git/blob - firmware/hantek-dso/sigrok-fwextract-hantek-dso.1
firmware: update SEE ALSO in firmware extraction utility manpages
[sigrok-util.git] / firmware / hantek-dso / sigrok-fwextract-hantek-dso.1
1 .TH SIGROK\-FWEXTRACT\-HANTEK\-DSO 1 "Aug 08, 2013"
2 .SH "NAME"
3 sigrok\-fwextract\-hantek\-dso \- Extract Hantek DSO-2xxx/52xx firmware
4 .SH "SYNOPSIS"
5 .B sigrok\-fwextract\-hantek\-dso [FILE]
6 .SH "DESCRIPTION"
7 This tool extracts firmware from the driver that comes with the
8 Hantek DSO-2xxx/52xx series USB oscilloscopes. Find the 32-bit
9 driver installed on the Windows system -- typically called
10 .B DSOxxxx1.sys
11 or
12 .BR DsoxxxxX861.sys ,
13 where xxxx is your device's model.
14 .PP
15 Use it like this:
16 .PP
17 .B "  $ sigrok-fwextract-hantek-dso Dso2090X861.sys"
18 .br
19 .RB "  saved 4730 bytes to hantek-dso-2090.fw"
20 .PP
21 Copy the resulting file over to the location where libsigrok expects
22 to find its firmware files. By default this is
23 .BR /usr/local/share/sigrok-firmware .
24 .SH OPTIONS
25 None.
26 .SH "EXIT STATUS"
27 Exits with 0 on success, 1 on most failures.
28 .SH "SEE ALSO"
29 \fBsigrok\-fwextract\-dreamsourcelab\-dslogic\fP(1)
30 .br
31 \fBsigrok\-fwextract\-kingst\-la2016\fP(1)
32 .br
33 \fBsigrok\-fwextract\-lecroy\-logicstudio\fP(1)
34 .br
35 \fBsigrok\-fwextract\-saleae\-logic16\fP(1)
36 .br
37 \fBsigrok\-fwextract\-sysclk\-lwla1016\fP(1)
38 .br
39 \fBsigrok\-fwextract\-sysclk\-lwla1034\fP(1)
40 .SH "BUGS"
41 Please report any bugs via Bugzilla
42 .RB "(" http://sigrok.org/bugzilla ")"
43 or on the sigrok\-devel mailing list
44 .RB "(" sigrok\-devel@lists.souceforge.net ")."
45 .SH "LICENSE"
46 This program is covered by the GNU General Public License (GPL),
47 version 3 or later.
48 .SH "AUTHORS"
49 Please see the individual source code files.