]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - doc/html/ref/executing-programs.html
Initial revision
[karo-tx-redboot.git] / doc / html / ref / executing-programs.html
1 <!-- 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 >Executing Programs from RedBoot</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="Persistent State Flash-based Configuration and Control"
26 HREF="persistent-state-flash.html"><LINK
27 REL="NEXT"
28 TITLE="go"
29 HREF="go-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="persistent-state-flash.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="go-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="EXECUTING-PROGRAMS">Executing Programs from RedBoot</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="go-command.html"
96 >go</A
97 >&nbsp;--&nbsp;Execute a program</DT
98 ><DT
99 ><A
100 HREF="exec-command.html"
101 >exec</A
102 >&nbsp;--&nbsp;Execute a Linux kernel</DT
103 ></DL
104 ></DIV
105 ><P
106 >Once
107 an image has been loaded into memory, either via the <B
108 CLASS="COMMAND"
109 >load</B
110 > command or the <B
111 CLASS="COMMAND"
112 >fis load</B
113 >
114 command, execution may be transfered to that image.</P
115 ><P
116 >  <DIV
117 CLASS="NOTE"
118 ><BLOCKQUOTE
119 CLASS="NOTE"
120 ><P
121 ><B
122 >NOTE: </B
123 >The image is assumed to be a stand-alone entity, as RedBoot gives the
124 entire platform over to it. Typical examples would be an eCos application
125 or a Linux kernel.</P
126 ></BLOCKQUOTE
127 ></DIV
128 ></P
129 ></DIV
130 ><DIV
131 CLASS="NAVFOOTER"
132 ><HR
133 ALIGN="LEFT"
134 WIDTH="100%"><TABLE
135 SUMMARY="Footer navigation table"
136 WIDTH="100%"
137 BORDER="0"
138 CELLPADDING="0"
139 CELLSPACING="0"
140 ><TR
141 ><TD
142 WIDTH="33%"
143 ALIGN="left"
144 VALIGN="top"
145 ><A
146 HREF="persistent-state-flash.html"
147 ACCESSKEY="P"
148 >Prev</A
149 ></TD
150 ><TD
151 WIDTH="34%"
152 ALIGN="center"
153 VALIGN="top"
154 ><A
155 HREF="ecos-ref.html"
156 ACCESSKEY="H"
157 >Home</A
158 ></TD
159 ><TD
160 WIDTH="33%"
161 ALIGN="right"
162 VALIGN="top"
163 ><A
164 HREF="go-command.html"
165 ACCESSKEY="N"
166 >Next</A
167 ></TD
168 ></TR
169 ><TR
170 ><TD
171 WIDTH="33%"
172 ALIGN="left"
173 VALIGN="top"
174 >Persistent State Flash-based Configuration and Control</TD
175 ><TD
176 WIDTH="34%"
177 ALIGN="center"
178 VALIGN="top"
179 ><A
180 HREF="redboot-commands-and-examples.html"
181 ACCESSKEY="U"
182 >Up</A
183 ></TD
184 ><TD
185 WIDTH="33%"
186 ALIGN="right"
187 VALIGN="top"
188 >go</TD
189 ></TR
190 ></TABLE
191 ></DIV
192 ></BODY
193 ></HTML
194 >