~ubuntu-branches/ubuntu/vivid/isight-firmware-tools/vivid

« back to all changes in this revision

Viewing changes to doc/ift-export.texi

  • Committer: Bazaar Package Importer
  • Author(s): Nobuhiro Iwamatsu
  • Date: 2008-04-21 19:27:40 UTC
  • Revision ID: james.westby@ubuntu.com-20080421192740-mg6nj8hsml7btyaw
Tags: upstream-1.2
Import upstream version 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\input texinfo
 
2
@setfilename ift-export.info
 
3
@settitle    Built-in iSight firmware exporter
 
4
@dircategory General Commands
 
5
 
 
6
@direntry
 
7
* ift-export: (ift-export).     Export Built-in iSight firmware to Intel HEX.
 
8
@end direntry
 
9
 
 
10
@copying
 
11
Copyright @copyright{} 2007 Étienne Bersac
 
12
@end copying
 
13
 
 
14
@titlepage
 
15
@title Built-in iSight firmware exporter
 
16
 
 
17
This file documents the `ift-export` firmware converter.
 
18
 
 
19
@page
 
20
@vskip 0pt plus 1filll
 
21
@insertcopying
 
22
@end titlepage
 
23
 
 
24
@contents
 
25
 
 
26
@ifnottex
 
27
@node top
 
28
@top Built-in iSight firmware export
 
29
@end ifnottex
 
30
 
 
31
ift-export export a Built-in iSight firmware produced by ift-extract
 
32
and convert it to Intel HEX file. Note that Apple Built-in iSight
 
33
seems to have extende on-chip memory. This case is not handled by
 
34
fxload and thus, not allowing to load the Intel HEX file into the
 
35
chip. Use ift-load to load directly the binary firmware on-chip.
 
36
 
 
37
@menu
 
38
* Options::    Command line options
 
39
* Copying::
 
40
@end menu
 
41
 
 
42
 
 
43
@node Options
 
44
@chapter Command line options
 
45
 
 
46
@table @samp
 
47
@item -i
 
48
@itemx --input-firmware
 
49
Driver filename to export to Intel HEX file.
 
50
 
 
51
@item -o
 
52
@itemx --output
 
53
The output  Intel HEX filename.
 
54
 
 
55
@item -?
 
56
@itemx --help
 
57
Shows option help and quit.
 
58
@end table
 
59
 
 
60
@node Copying
 
61
@chapter Copying
 
62
 
 
63
isight-firmware-tools is a project developped by Étienne Bersac based
 
64
on the work of Ronald S. Bultje, Johannes Berg and Ivan N. Zlatev.
 
65
 
 
66
This manual has been written by Étienne Bersac.
 
67
 
 
68
@insertcopying
 
69
 
 
70
@bye