Tizen 2.0 Release
[framework/connectivity/bluez.git] / tools / dfutool.1
1 .\"
2 .\"     This program is free software; you can redistribute it and/or modify
3 .\"     it under the terms of the GNU General Public License as published by
4 .\"     the Free Software Foundation; either version 2 of the License, or
5 .\"     (at your option) any later version.
6 .\"
7 .\"     This program is distributed in the hope that it will be useful,
8 .\"     but WITHOUT ANY WARRANTY; without even the implied warranty of
9 .\"     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10 .\"     GNU General Public License for more details.
11 .\"
12 .\"     You should have received a copy of the GNU General Public License
13 .\"     along with this program; if not, write to the Free Software
14 .\"     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
15 .\"
16 .\"
17 .TH DFUTOOL 1 "APRIL 21, 2005" "" ""
18
19 .SH NAME
20 dfutool \- Device Firmware Upgrade utility
21 .SH SYNOPSIS
22 .BR "dfutool
23 [
24 .I options
25 ] <
26 .I command
27 >
28 .SH DESCRIPTION
29 .B dfutool
30 is used to verify, archive and upgrade firmware files.
31 .SH OPTIONS
32 .TP
33 .BI -h
34 Gives a list of possible commands.
35 .TP
36 .BI -d " <device>"
37 The command specifies the device to use.
38 .SH COMMANDS
39 .TP
40 .BI verify " <dfu-file>"
41 Display information about the firmware file.
42 .TP
43 .BI modify " <dfu-file>"
44 Change DFU specific values in the firmware file.
45 .TP
46 .BI upgrade " <dfu-file>"
47 Upgrade the device with a new firmware.
48 .TP
49 .BI archive " <dfu-file>"
50 Archive the current firmware of the device.
51 .SH AUTHOR
52 Written by Marcel Holtmann <marcel@holtmann.org>.
53 .br