From b76c2437f1017bda4879a3a8ee6ddd00fdb5c281 Mon Sep 17 00:00:00 2001 From: Karin Hedlund Date: Fri, 20 May 2011 16:56:58 +0200 Subject: Initial commit --- doc/man/man1 | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100755 doc/man/man1 (limited to 'doc') diff --git a/doc/man/man1 b/doc/man/man1 new file mode 100755 index 0000000..6b3c14d --- /dev/null +++ b/doc/man/man1 @@ -0,0 +1,84 @@ +.TH riff 1 + + +.SH NAME + riff - Raw Image File Flasher + +.SH SYNOPSIS +.B riff [OPTION]...[FILE]... + + +.SH DESCRIPTION +.br +riff flashes a device with a raw image file. + + +.SH OPTIONS +.B -h, --help +.br +Prints a breif description of the command-line options. + +.B -m ACTION, --mode ACTION +.br +Use ACTION to select flash or erase mode. + +.B -c PATH, --config PATH +.br +Give path to the configuration file. + +.B -f IMAGEPATH, --flashimage IMAGEPATH +.br +Give path the flashimage. + +.B -a FLASHADDR, --address FLASHADDR +.br +Give a start address in hex. + +.B -l HEXLENGTH, --length HEXLENGTH +.br +Length of the dump [Byte] in hex. + +.B -d DUMPPATH, --dumppath DUMPPATH +.br +File path on PC where to store dump. + +.B -v, --verbose +.br +Shows more detailed information. + +.B --version +.br +Shows version information. + +.SH COPYRIGHT +/******************************************************************************* +Copyright (c) 2011, ST-Ericsson S.A. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the ST-Ericsson S.A. nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL ST-ERICSSON S.A. BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + *******************************************************************************/ +.SH SUPPORT AND REPORTING BUGS +.br +For information see +.br +http://www.igloocommunity.org/support/index.php/Main_Page -- cgit v1.2.3