mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-03 11:28:58 +00:00

This prevents problems when cross compiling. Using help2man is now also of limited use; if we can just tell the user to use --help we do not need to keep the manual in sync. It also allows us to drop the several other supporting files that we use when the help2man output isn't actually that useful. Fixes https://github.com/fwupd/fwupd/issues/3025
32 lines
1.2 KiB
Groff
32 lines
1.2 KiB
Groff
.\" Report problems in https://github.com/fwupd/fwupd
|
|
.TH man 8 "11 April 2021" @PACKAGE_VERSION@ "dfu-tool man page"
|
|
.SH NAME
|
|
dfu-tool \- write firmware to DFU devices
|
|
.SH SYNOPSIS
|
|
dfu-tool [CMD]
|
|
.SH DESCRIPTION
|
|
.PP
|
|
This manual page documents briefly the \fBdfu-tool\fR command.
|
|
.PP
|
|
\fBdfu-tool\fR allows a user to write various kinds of
|
|
firmware onto devices supporting the USB Device Firmware Upgrade protocol.
|
|
This tool can be used to switch the device from the normal runtime mode
|
|
to `DFU mode' which allows the user to read and write firmware.
|
|
Either the whole device can be written in one operation, or individual
|
|
`targets' can be specified with the alternative name or number.
|
|
.PP
|
|
All synchronous actions can be safely cancelled and on failure will return
|
|
errors with both a type and a full textual description.
|
|
libdfu supports DFU 1.0, DFU 1.1 and the ST DfuSe vendor extension, and
|
|
handles many device `quirks' necessary for the real-world implementations
|
|
of DFU\&.
|
|
.SH OPTIONS
|
|
The dfu-tool command takes various options depending on the action.
|
|
Run \fBdfu-tool --help\fR for the full list.
|
|
.SH SEE ALSO
|
|
fwupdtool(1), fwupdmgr(1)
|
|
.SH BUGS
|
|
No known bugs.
|
|
.SH AUTHOR
|
|
Richard Hughes (richard@hughsie.com)
|