OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [doc/] [html/] [ref/] [flash-image-system.html] - Blame information for rev 174

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 28 unneback
<!-- Copyright (C) 2003 Red Hat, Inc.                                -->
2
<!-- This material may be distributed only subject to the terms      -->
3
<!-- and conditions set forth in the Open Publication License, v1.0  -->
4
<!-- or later (the latest version is presently available at          -->
5
<!-- http://www.opencontent.org/openpub/).                           -->
6
<!-- Distribution of the work or derivative of the work in any       -->
7
<!-- standard (paper) book form is prohibited unless prior           -->
8
<!-- permission is obtained from the copyright holder.               -->
9
<HTML
10
><HEAD
11
><TITLE
12
>Flash Image System (FIS)</TITLE
13
><meta name="MSSmartTagsPreventParsing" content="TRUE">
14
<META
15
NAME="GENERATOR"
16
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
17
"><LINK
18
REL="HOME"
19
TITLE="eCos Reference Manual"
20
HREF="ecos-ref.html"><LINK
21
REL="UP"
22
TITLE="RedBoot Commands and Examples"
23
HREF="redboot-commands-and-examples.html"><LINK
24
REL="PREVIOUS"
25
TITLE="version"
26
HREF="version-command.html"><LINK
27
REL="NEXT"
28
TITLE="fis init"
29
HREF="fis-init-command.html"></HEAD
30
><BODY
31
CLASS="SECT1"
32
BGCOLOR="#FFFFFF"
33
TEXT="#000000"
34
LINK="#0000FF"
35
VLINK="#840084"
36
ALINK="#0000FF"
37
><DIV
38
CLASS="NAVHEADER"
39
><TABLE
40
SUMMARY="Header navigation table"
41
WIDTH="100%"
42
BORDER="0"
43
CELLPADDING="0"
44
CELLSPACING="0"
45
><TR
46
><TH
47
COLSPAN="3"
48
ALIGN="center"
49
>eCos Reference Manual</TH
50
></TR
51
><TR
52
><TD
53
WIDTH="10%"
54
ALIGN="left"
55
VALIGN="bottom"
56
><A
57
HREF="version-command.html"
58
ACCESSKEY="P"
59
>Prev</A
60
></TD
61
><TD
62
WIDTH="80%"
63
ALIGN="center"
64
VALIGN="bottom"
65
>Chapter 2. RedBoot Commands and Examples</TD
66
><TD
67
WIDTH="10%"
68
ALIGN="right"
69
VALIGN="bottom"
70
><A
71
HREF="fis-init-command.html"
72
ACCESSKEY="N"
73
>Next</A
74
></TD
75
></TR
76
></TABLE
77
><HR
78
ALIGN="LEFT"
79
WIDTH="100%"></DIV
80
><DIV
81
CLASS="SECT1"
82
><H1
83
CLASS="SECT1"
84
><A
85
NAME="FLASH-IMAGE-SYSTEM">Flash Image System (FIS)</H1
86
><DIV
87
CLASS="TOC"
88
><DL
89
><DT
90
><B
91
>Table of Contents</B
92
></DT
93
><DT
94
><A
95
HREF="fis-init-command.html"
96
>fis init</A
97
>&nbsp;--&nbsp;Initialize Flash Image System (FIS)</DT
98
><DT
99
><A
100
HREF="fis-list-command.html"
101
>fis list</A
102
>&nbsp;--&nbsp;List Flash Image System directory</DT
103
><DT
104
><A
105
HREF="fis-free-command.html"
106
>fis free</A
107
>&nbsp;--&nbsp;Free flash image</DT
108
><DT
109
><A
110
HREF="fis-create-command.html"
111
>fis create</A
112
>&nbsp;--&nbsp;Create flash image</DT
113
><DT
114
><A
115
HREF="fis-load-command.html"
116
>fis load</A
117
>&nbsp;--&nbsp;Load flash image</DT
118
><DT
119
><A
120
HREF="fis-delete-command.html"
121
>fis delete</A
122
>&nbsp;--&nbsp;Delete flash image</DT
123
><DT
124
><A
125
HREF="fis-lock-command.html"
126
>fis lock</A
127
>&nbsp;--&nbsp;Lock flash area</DT
128
><DT
129
><A
130
HREF="fis-unlock-command.html"
131
>fis unlock</A
132
>&nbsp;--&nbsp;Unlock flash area</DT
133
><DT
134
><A
135
HREF="fis-erase-command.html"
136
>fis erase</A
137
>&nbsp;--&nbsp;Erase flash area</DT
138
><DT
139
><A
140
HREF="fis-write-command.html"
141
>fis write</A
142
>&nbsp;--&nbsp;Write flash area</DT
143
></DL
144
></DIV
145
><P
146
>If the platform
147
has flash memory, RedBoot can use this for image storage. Executable images,
148
as well as data, can be stored in flash in a simple file store. The <B
149
CLASS="COMMAND"
150
>fis</B
151
> command (fis is short for Flash Image System) is used to
152
manipulate and maintain flash images.</P
153
></DIV
154
><DIV
155
CLASS="NAVFOOTER"
156
><HR
157
ALIGN="LEFT"
158
WIDTH="100%"><TABLE
159
SUMMARY="Footer navigation table"
160
WIDTH="100%"
161
BORDER="0"
162
CELLPADDING="0"
163
CELLSPACING="0"
164
><TR
165
><TD
166
WIDTH="33%"
167
ALIGN="left"
168
VALIGN="top"
169
><A
170
HREF="version-command.html"
171
ACCESSKEY="P"
172
>Prev</A
173
></TD
174
><TD
175
WIDTH="34%"
176
ALIGN="center"
177
VALIGN="top"
178
><A
179
HREF="ecos-ref.html"
180
ACCESSKEY="H"
181
>Home</A
182
></TD
183
><TD
184
WIDTH="33%"
185
ALIGN="right"
186
VALIGN="top"
187
><A
188
HREF="fis-init-command.html"
189
ACCESSKEY="N"
190
>Next</A
191
></TD
192
></TR
193
><TR
194
><TD
195
WIDTH="33%"
196
ALIGN="left"
197
VALIGN="top"
198
>version</TD
199
><TD
200
WIDTH="34%"
201
ALIGN="center"
202
VALIGN="top"
203
><A
204
HREF="redboot-commands-and-examples.html"
205
ACCESSKEY="U"
206
>Up</A
207
></TD
208
><TD
209
WIDTH="33%"
210
ALIGN="right"
211
VALIGN="top"
212
>fis init</TD
213
></TR
214
></TABLE
215
></DIV
216
></BODY
217
></HTML
218
>

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.