mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 16:25:20 +02:00
4e6821ddd7
-add manpage to debian package Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
46 lines
1.2 KiB
Groff
46 lines
1.2 KiB
Groff
.TH USBBOOT 1 "July 7, 2009"
|
|
.SH NAME
|
|
usbboot \- Tools for Ingenic XBurst CPU USB Boot and NAND flash access
|
|
.SH SYNOPSIS
|
|
.B usbboot \fR[\fB\-hvc\fR]
|
|
.SH DESCRIPTION
|
|
.B usbboot
|
|
xburst-tools contains tools for Ingenic XBurst CPU device booting.
|
|
It can flash bootloader, kernel, rootfs to Ingenic XBurst CPU
|
|
device NAND, and also has test functions for Ingenic XBurst CPU
|
|
devices.
|
|
.SH OPTIONS
|
|
.TP
|
|
run without options to enter commands via usbboot prompt
|
|
.TP
|
|
.BR "\-c, \-\-command"
|
|
Direct run the commands, split by ';'
|
|
.TP
|
|
.B "\-h, \-\-help"
|
|
Show a help text and exit.
|
|
.TP
|
|
.B "\-v, \-\-version"
|
|
Show version information and exit.
|
|
.SH EXAMPLES
|
|
Here are some examples for the usage of usbboot in the Qi-hardware
|
|
device:
|
|
.PP
|
|
Run command 'boot' to boot the device:
|
|
.br
|
|
.B " $ usbboot -c 'boot' "
|
|
.PP
|
|
Please report any further bugs at
|
|
.B xiangfu.z@gmail.com
|
|
.SH LICENCE
|
|
.B usbboot
|
|
is covered by the GNU General Public License (GPL), version 3 or later.
|
|
.SH AUTHORS
|
|
Xiangfu Liu <xiangfu.z@gmail.com>
|
|
.br
|
|
Marek Lindner <lindner_marek@yahoo.de>
|
|
.br
|
|
Wolfgang Spraul <wolfgang@qi-hardware.com>
|
|
.PP
|
|
This manual page was written by Xiangfu Liu <xiangfu.z@gmail.com>
|
|
It is licensed under the terms of the GNU GPL (version 3 or later).
|