]> sigrok.org Git - sigrok-util.git/blob - firmware/hantek-dso/sigrok-fwextract-hantek-dso.1
sigrok-cross-linux: Add some workarounds for FreeBSD issues.
[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\-lecroy\-logicstudio\fP(1)
30 .br
31 \fBsigrok\-fwextract\-saleae\-logic16\fP(1)
32 .br
33 \fBsigrok\-fwextract\-sysclk\-lwla1016\fP(1)
34 .br
35 \fBsigrok\-fwextract\-sysclk\-lwla1034\fP(1)
36 .SH "BUGS"
37 Please report any bugs via Bugzilla
38 .RB "(" http://sigrok.org/bugzilla ")"
39 or on the sigrok\-devel mailing list
40 .RB "(" sigrok\-devel@lists.souceforge.net ")."
41 .SH "LICENSE"
42 This program is covered by the GNU General Public License (GPL),
43 version 3 or later.
44 .SH "AUTHORS"
45 Please see the individual source code files.