1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 12:28:06 +02:00

add man page for usbboot

Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
This commit is contained in:
Xiangfu Liu 2009-07-01 23:19:11 +08:00
parent b539dafb4f
commit 45007d1b71
2 changed files with 46 additions and 1 deletions

View File

@ -1,4 +1,4 @@
xburst-tools (2009.06) unstable; urgency=low
xburst-tools (1.5-2.1) unstable; urgency=low
* Non-maintainer upload

45
usbboot/usbboot.1 Normal file
View File

@ -0,0 +1,45 @@
.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).