diff --git a/usbboot/debian/changelog b/usbboot/debian/changelog index 0c1da08..980bca8 100644 --- a/usbboot/debian/changelog +++ b/usbboot/debian/changelog @@ -1,4 +1,4 @@ -xburst-tools (2009.06) unstable; urgency=low +xburst-tools (1.5-2.1) unstable; urgency=low * Non-maintainer upload diff --git a/usbboot/usbboot.1 b/usbboot/usbboot.1 new file mode 100644 index 0000000..2608db9 --- /dev/null +++ b/usbboot/usbboot.1 @@ -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 +.br +Marek Lindner +.br +Wolfgang Spraul +.PP +This manual page was written by Xiangfu Liu +It is licensed under the terms of the GNU GPL (version 3 or later).