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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [doc/] [html/] [ref/] [exec-command.html] - Diff between revs 28 and 174

Only display areas with differences | Details | Blame | View Log

Rev 28 Rev 174
<!-- Copyright (C) 2003 Red Hat, Inc.                                -->
<!-- Copyright (C) 2003 Red Hat, Inc.                                -->
<!-- This material may be distributed only subject to the terms      -->
<!-- This material may be distributed only subject to the terms      -->
<!-- and conditions set forth in the Open Publication License, v1.0  -->
<!-- and conditions set forth in the Open Publication License, v1.0  -->
<!-- or later (the latest version is presently available at          -->
<!-- or later (the latest version is presently available at          -->
<!-- http://www.opencontent.org/openpub/).                           -->
<!-- http://www.opencontent.org/openpub/).                           -->
<!-- Distribution of the work or derivative of the work in any       -->
<!-- Distribution of the work or derivative of the work in any       -->
<!-- standard (paper) book form is prohibited unless prior           -->
<!-- standard (paper) book form is prohibited unless prior           -->
<!-- permission is obtained from the copyright holder.               -->
<!-- permission is obtained from the copyright holder.               -->
<HTML
<HTML
><HEAD
><HEAD
><TITLE
><TITLE
>exec</TITLE
>exec</TITLE
><meta name="MSSmartTagsPreventParsing" content="TRUE">
><meta name="MSSmartTagsPreventParsing" content="TRUE">
<META
<META
NAME="GENERATOR"
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
"><LINK
"><LINK
REL="HOME"
REL="HOME"
TITLE="eCos Reference Manual"
TITLE="eCos Reference Manual"
HREF="ecos-ref.html"><LINK
HREF="ecos-ref.html"><LINK
REL="UP"
REL="UP"
TITLE="Executing Programs from RedBoot"
TITLE="Executing Programs from RedBoot"
HREF="executing-programs.html"><LINK
HREF="executing-programs.html"><LINK
REL="PREVIOUS"
REL="PREVIOUS"
TITLE="go"
TITLE="go"
HREF="go-command.html"><LINK
HREF="go-command.html"><LINK
REL="NEXT"
REL="NEXT"
TITLE="Rebuilding RedBoot"
TITLE="Rebuilding RedBoot"
HREF="rebuilding-redboot.html"></HEAD
HREF="rebuilding-redboot.html"></HEAD
><BODY
><BODY
CLASS="REFENTRY"
CLASS="REFENTRY"
BGCOLOR="#FFFFFF"
BGCOLOR="#FFFFFF"
TEXT="#000000"
TEXT="#000000"
LINK="#0000FF"
LINK="#0000FF"
VLINK="#840084"
VLINK="#840084"
ALINK="#0000FF"
ALINK="#0000FF"
><DIV
><DIV
CLASS="NAVHEADER"
CLASS="NAVHEADER"
><TABLE
><TABLE
SUMMARY="Header navigation table"
SUMMARY="Header navigation table"
WIDTH="100%"
WIDTH="100%"
BORDER="0"
BORDER="0"
CELLPADDING="0"
CELLPADDING="0"
CELLSPACING="0"
CELLSPACING="0"
><TR
><TR
><TH
><TH
COLSPAN="3"
COLSPAN="3"
ALIGN="center"
ALIGN="center"
>eCos Reference Manual</TH
>eCos Reference Manual</TH
></TR
></TR
><TR
><TR
><TD
><TD
WIDTH="10%"
WIDTH="10%"
ALIGN="left"
ALIGN="left"
VALIGN="bottom"
VALIGN="bottom"
><A
><A
HREF="go-command.html"
HREF="go-command.html"
ACCESSKEY="P"
ACCESSKEY="P"
>Prev</A
>Prev</A
></TD
></TD
><TD
><TD
WIDTH="80%"
WIDTH="80%"
ALIGN="center"
ALIGN="center"
VALIGN="bottom"
VALIGN="bottom"
></TD
></TD
><TD
><TD
WIDTH="10%"
WIDTH="10%"
ALIGN="right"
ALIGN="right"
VALIGN="bottom"
VALIGN="bottom"
><A
><A
HREF="rebuilding-redboot.html"
HREF="rebuilding-redboot.html"
ACCESSKEY="N"
ACCESSKEY="N"
>Next</A
>Next</A
></TD
></TD
></TR
></TR
></TABLE
></TABLE
><HR
><HR
ALIGN="LEFT"
ALIGN="LEFT"
WIDTH="100%"></DIV
WIDTH="100%"></DIV
><H1
><H1
><A
><A
NAME="EXEC-COMMAND">exec</H1
NAME="EXEC-COMMAND">exec</H1
><DIV
><DIV
CLASS="REFNAMEDIV"
CLASS="REFNAMEDIV"
><A
><A
NAME="AEN4570"
NAME="AEN4570"
></A
></A
><H2
><H2
>Name</H2
>Name</H2
>exec&nbsp;--&nbsp;Execute a Linux kernel</DIV
>exec&nbsp;--&nbsp;Execute a Linux kernel</DIV
><DIV
><DIV
CLASS="REFSYNOPSISDIV"
CLASS="REFSYNOPSISDIV"
><A
><A
NAME="AEN4573"><H2
NAME="AEN4573"><H2
>Synopsis</H2
>Synopsis</H2
><P
><P
><B
><B
CLASS="COMMAND"
CLASS="COMMAND"
>exec</B
>exec</B
>  [-w <TT
>  [-w <TT
CLASS="REPLACEABLE"
CLASS="REPLACEABLE"
><I
><I
> timeout</I
> timeout</I
></TT
></TT
>] [-r <TT
>] [-r <TT
CLASS="REPLACEABLE"
CLASS="REPLACEABLE"
><I
><I
> ramdisk_address</I
> ramdisk_address</I
></TT
></TT
>] [-s <TT
>] [-s <TT
CLASS="REPLACEABLE"
CLASS="REPLACEABLE"
><I
><I
> ramdisk_length</I
> ramdisk_length</I
></TT
></TT
>] [-b <TT
>] [-b <TT
CLASS="REPLACEABLE"
CLASS="REPLACEABLE"
><I
><I
> load_address</I
> load_address</I
></TT
></TT
>
>
            {-l <TT
            {-l <TT
CLASS="REPLACEABLE"
CLASS="REPLACEABLE"
><I
><I
> load_length</I
> load_length</I
></TT
></TT
>}
>}
        ] [-c <TT
        ] [-c <TT
CLASS="REPLACEABLE"
CLASS="REPLACEABLE"
><I
><I
> kernel_command_line</I
> kernel_command_line</I
></TT
></TT
>] [<TT
>] [<TT
CLASS="REPLACEABLE"
CLASS="REPLACEABLE"
><I
><I
> entry_point</I
> entry_point</I
></TT
></TT
>]</P
>]</P
></DIV
></DIV
><DIV
><DIV
CLASS="REFSECT1"
CLASS="REFSECT1"
><A
><A
NAME="AEN4590"
NAME="AEN4590"
></A
></A
><H2
><H2
>Arguments</H2
>Arguments</H2
><DIV
><DIV
CLASS="INFORMALTABLE"
CLASS="INFORMALTABLE"
><A
><A
NAME="AEN4592"><P
NAME="AEN4592"><P
></P
></P
><TABLE
><TABLE
BORDER="1"
BORDER="1"
CLASS="CALSTABLE"
CLASS="CALSTABLE"
><THEAD
><THEAD
><TR
><TR
><TH
><TH
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>Name</TH
>Name</TH
><TH
><TH
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>Type</TH
>Type</TH
><TH
><TH
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>Description</TH
>Description</TH
><TH
><TH
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>Default</TH
>Default</TH
></TR
></TR
></THEAD
></THEAD
><TBODY
><TBODY
><TR
><TR
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>-w <TT
>-w <TT
CLASS="REPLACEABLE"
CLASS="REPLACEABLE"
><I
><I
>timeout</I
>timeout</I
></TT
></TT
></TD
></TD
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>Number</TD
>Number</TD
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>Time to wait before starting execution.</TD
>Time to wait before starting execution.</TD
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>0</TD
>0</TD
></TR
></TR
><TR
><TR
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>-r <TT
>-r <TT
CLASS="REPLACEABLE"
CLASS="REPLACEABLE"
><I
><I
>ramdisk_address</I
>ramdisk_address</I
></TT
></TT
></TD
></TD
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>Number</TD
>Number</TD
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>Address in memory of "initrd"-style ramdisk - passed to Linux kernel.</TD
>Address in memory of "initrd"-style ramdisk - passed to Linux kernel.</TD
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
><SPAN
><SPAN
CLASS="emphasis"
CLASS="emphasis"
><I
><I
CLASS="EMPHASIS"
CLASS="EMPHASIS"
>None</I
>None</I
></SPAN
></SPAN
></TD
></TD
></TR
></TR
><TR
><TR
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>-s <TT
>-s <TT
CLASS="REPLACEABLE"
CLASS="REPLACEABLE"
><I
><I
>ramdisk_length</I
>ramdisk_length</I
></TT
></TT
></TD
></TD
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>Number</TD
>Number</TD
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>Length of ramdisk image - passed to Linux kernel.</TD
>Length of ramdisk image - passed to Linux kernel.</TD
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
><SPAN
><SPAN
CLASS="emphasis"
CLASS="emphasis"
><I
><I
CLASS="EMPHASIS"
CLASS="EMPHASIS"
>None</I
>None</I
></SPAN
></SPAN
></TD
></TD
></TR
></TR
><TR
><TR
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>-b <TT
>-b <TT
CLASS="REPLACEABLE"
CLASS="REPLACEABLE"
><I
><I
>load_address</I
>load_address</I
></TT
></TT
></TD
></TD
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>Number</TD
>Number</TD
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>Address in memory of the Linux kernel image.</TD
>Address in memory of the Linux kernel image.</TD
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>Value set by <B
>Value set by <B
CLASS="COMMAND"
CLASS="COMMAND"
>load</B
>load</B
> or <B
> or <B
CLASS="COMMAND"
CLASS="COMMAND"
>fis load</B
>fis load</B
></TD
></TD
></TR
></TR
><TR
><TR
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>-l <TT
>-l <TT
CLASS="REPLACEABLE"
CLASS="REPLACEABLE"
><I
><I
>load_length</I
>load_length</I
></TT
></TT
></TD
></TD
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>Number</TD
>Number</TD
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>Length of Linux kernel image.</TD
>Length of Linux kernel image.</TD
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
><SPAN
><SPAN
CLASS="emphasis"
CLASS="emphasis"
><I
><I
CLASS="EMPHASIS"
CLASS="EMPHASIS"
>none</I
>none</I
></SPAN
></SPAN
></TD
></TD
></TR
></TR
><TR
><TR
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>-c <TT
>-c <TT
CLASS="REPLACEABLE"
CLASS="REPLACEABLE"
><I
><I
>kernel_command_line</I
>kernel_command_line</I
></TT
></TT
></TD
></TD
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>String</TD
>String</TD
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>Command line to pass to the Linux kernel.</TD
>Command line to pass to the Linux kernel.</TD
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
><SPAN
><SPAN
CLASS="emphasis"
CLASS="emphasis"
><I
><I
CLASS="EMPHASIS"
CLASS="EMPHASIS"
>None</I
>None</I
></SPAN
></SPAN
></TD
></TD
></TR
></TR
><TR
><TR
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
><TT
><TT
CLASS="REPLACEABLE"
CLASS="REPLACEABLE"
><I
><I
>entry_address</I
>entry_address</I
></TT
></TT
></TD
></TD
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>Number</TD
>Number</TD
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>Starting address for Linux kernel execution</TD
>Starting address for Linux kernel execution</TD
><TD
><TD
WIDTH="25%"
WIDTH="25%"
ALIGN="LEFT"
ALIGN="LEFT"
VALIGN="TOP"
VALIGN="TOP"
>Implied by architecture</TD
>Implied by architecture</TD
></TR
></TR
></TBODY
></TBODY
></TABLE
></TABLE
><P
><P
></P
></P
></DIV
></DIV
></DIV
></DIV
><DIV
><DIV
CLASS="REFSECT1"
CLASS="REFSECT1"
><A
><A
NAME="AEN4653"
NAME="AEN4653"
></A
></A
><H2
><H2
>Description</H2
>Description</H2
><P
><P
>The <B
>The <B
CLASS="COMMAND"
CLASS="COMMAND"
>exec</B
>exec</B
> command is used to execute a non-eCos application, typically a
> command is used to execute a non-eCos application, typically a
Linux kernel. Additional information may be passed to the kernel at startup
Linux kernel. Additional information may be passed to the kernel at startup
time. This command is quite special (and unique from the <B
time. This command is quite special (and unique from the <B
CLASS="COMMAND"
CLASS="COMMAND"
>go</B
>go</B
> command) in
> command) in
that the program being executed may expect certain environmental setups, for
that the program being executed may expect certain environmental setups, for
example that the MMU is turned off, etc. </P
example that the MMU is turned off, etc. </P
><P
><P
>The Linux kernel expects to have been loaded to a particular memory
>The Linux kernel expects to have been loaded to a particular memory
location which is architecture dependent(0xC0008000 in the case of the SA1110).
location which is architecture dependent(0xC0008000 in the case of the SA1110).
Since this memory is  used
Since this memory is  used
by RedBoot internally, it is not possible to load the kernel to that location
by RedBoot internally, it is not possible to load the kernel to that location
directly. Thus the requirement for the "-b" option which tells the command
directly. Thus the requirement for the "-b" option which tells the command
where the kernel has been loaded. When the <B
where the kernel has been loaded. When the <B
CLASS="COMMAND"
CLASS="COMMAND"
>exec</B
>exec</B
> command runs, the image will
> command runs, the image will
be relocated to the appropriate location before being started. The "-r" and
be relocated to the appropriate location before being started. The "-r" and
"-s" options are used to pass information to the kernel about where a statically
"-s" options are used to pass information to the kernel about where a statically
loaded ramdisk (initrd) is located.</P
loaded ramdisk (initrd) is located.</P
><P
><P
>The "-c" option can be used to pass textual "command line" information
>The "-c" option can be used to pass textual "command line" information
to the kernel.  If the command line data contains any punctuation (spaces,
to the kernel.  If the command line data contains any punctuation (spaces,
etc), then it must be quoted using the double-quote character '"'. If the
etc), then it must be quoted using the double-quote character '"'. If the
quote character is required, it should be written as '\"'.
quote character is required, it should be written as '\"'.
      </P
      </P
></DIV
></DIV
><DIV
><DIV
CLASS="REFSECT1"
CLASS="REFSECT1"
><A
><A
NAME="AEN4661"
NAME="AEN4661"
></A
></A
><H2
><H2
>Examples</H2
>Examples</H2
><P
><P
>Execute a Linux kernel, passing a command line, which needs relocation.
>Execute a Linux kernel, passing a command line, which needs relocation.
The result from RedBoot is normally quiet, with the target platform being
The result from RedBoot is normally quiet, with the target platform being
passed over to Linux immediately.
passed over to Linux immediately.
<TABLE
<TABLE
BORDER="5"
BORDER="5"
BGCOLOR="#E0E0F0"
BGCOLOR="#E0E0F0"
WIDTH="70%"
WIDTH="70%"
><TR
><TR
><TD
><TD
><PRE
><PRE
CLASS="SCREEN"
CLASS="SCREEN"
>RedBoot&#62; <TT
>RedBoot&#62; <TT
CLASS="USERINPUT"
CLASS="USERINPUT"
><B
><B
>exec -b 0x100000 -l 0x80000 -c "noinitrd root=/dev/mtdblock3 console=ttySA0"</B
>exec -b 0x100000 -l 0x80000 -c "noinitrd root=/dev/mtdblock3 console=ttySA0"</B
></TT
></TT
></PRE
></PRE
></TD
></TD
></TR
></TR
></TABLE
></TABLE
>
>
      </P
      </P
><P
><P
>Execute a Linux kernel, default entry address and no relocation required, with a timeout.
>Execute a Linux kernel, default entry address and no relocation required, with a timeout.
The <SPAN
The <SPAN
CLASS="emphasis"
CLASS="emphasis"
><I
><I
CLASS="EMPHASIS"
CLASS="EMPHASIS"
> emphasized lines</I
> emphasized lines</I
></SPAN
></SPAN
> are output from the loaded kernel.
> are output from the loaded kernel.
<TABLE
<TABLE
BORDER="5"
BORDER="5"
BGCOLOR="#E0E0F0"
BGCOLOR="#E0E0F0"
WIDTH="70%"
WIDTH="70%"
><TR
><TR
><TD
><TD
><PRE
><PRE
CLASS="SCREEN"
CLASS="SCREEN"
>
>
RedBoot&#62; exec <TT
RedBoot&#62; exec <TT
CLASS="USERINPUT"
CLASS="USERINPUT"
><B
><B
>-c "console=ttyS0,38400 ip=dhcp nfsroot=/export/elfs-sh" -w 5</B
>-c "console=ttyS0,38400 ip=dhcp nfsroot=/export/elfs-sh" -w 5</B
></TT
></TT
>
>
Now booting linux kernel:
Now booting linux kernel:
Base address 0x8c001000 Entry 0x8c210000
Base address 0x8c001000 Entry 0x8c210000
Cmdline : console=ttyS0,38400 ip=dhcp nfsroot=/export/elfs-sh
Cmdline : console=ttyS0,38400 ip=dhcp nfsroot=/export/elfs-sh
About to start execution at 0x8x210000 - abort with ^C within 5 seconds
About to start execution at 0x8x210000 - abort with ^C within 5 seconds
<SPAN
<SPAN
CLASS="emphasis"
CLASS="emphasis"
><I
><I
CLASS="EMPHASIS"
CLASS="EMPHASIS"
>Linux version 2.4.10-pre6 (...) (gcc version 3.1-stdsh-010931) #3 Thu Sep 27 11:04:23 BST 2001</I
>Linux version 2.4.10-pre6 (...) (gcc version 3.1-stdsh-010931) #3 Thu Sep 27 11:04:23 BST 2001</I
></SPAN
></SPAN
></PRE
></PRE
></TD
></TD
></TR
></TR
></TABLE
></TABLE
>
>
      </P
      </P
></DIV
></DIV
><DIV
><DIV
CLASS="NAVFOOTER"
CLASS="NAVFOOTER"
><HR
><HR
ALIGN="LEFT"
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
SUMMARY="Footer navigation table"
WIDTH="100%"
WIDTH="100%"
BORDER="0"
BORDER="0"
CELLPADDING="0"
CELLPADDING="0"
CELLSPACING="0"
CELLSPACING="0"
><TR
><TR
><TD
><TD
WIDTH="33%"
WIDTH="33%"
ALIGN="left"
ALIGN="left"
VALIGN="top"
VALIGN="top"
><A
><A
HREF="go-command.html"
HREF="go-command.html"
ACCESSKEY="P"
ACCESSKEY="P"
>Prev</A
>Prev</A
></TD
></TD
><TD
><TD
WIDTH="34%"
WIDTH="34%"
ALIGN="center"
ALIGN="center"
VALIGN="top"
VALIGN="top"
><A
><A
HREF="ecos-ref.html"
HREF="ecos-ref.html"
ACCESSKEY="H"
ACCESSKEY="H"
>Home</A
>Home</A
></TD
></TD
><TD
><TD
WIDTH="33%"
WIDTH="33%"
ALIGN="right"
ALIGN="right"
VALIGN="top"
VALIGN="top"
><A
><A
HREF="rebuilding-redboot.html"
HREF="rebuilding-redboot.html"
ACCESSKEY="N"
ACCESSKEY="N"
>Next</A
>Next</A
></TD
></TD
></TR
></TR
><TR
><TR
><TD
><TD
WIDTH="33%"
WIDTH="33%"
ALIGN="left"
ALIGN="left"
VALIGN="top"
VALIGN="top"
>go</TD
>go</TD
><TD
><TD
WIDTH="34%"
WIDTH="34%"
ALIGN="center"
ALIGN="center"
VALIGN="top"
VALIGN="top"
><A
><A
HREF="executing-programs.html"
HREF="executing-programs.html"
ACCESSKEY="U"
ACCESSKEY="U"
>Up</A
>Up</A
></TD
></TD
><TD
><TD
WIDTH="33%"
WIDTH="33%"
ALIGN="right"
ALIGN="right"
VALIGN="top"
VALIGN="top"
>Rebuilding RedBoot</TD
>Rebuilding RedBoot</TD
></TR
></TR
></TABLE
></TABLE
></DIV
></DIV
></BODY
></BODY
></HTML
></HTML
 
 

powered by: WebSVN 2.1.0

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